{% if withdraw %}
{% if withdraw == "success" %}
Withdrawal approved!
{% else %}Withdrawal failed!
{% endif %} {% endif %} {% if registration %} {% if registration == "success" %}Registration successful!
{% endif %} {% endif %}