{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Withdrawal" %} - ODEON{% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Withdrawal") back="/personal/" %}

{% trans "Withdrawal Submitted" %}

{% trans "Your withdrawal request has been sent to an administrator for approval." %}

€{{ amount }}

{% trans "Method" %}: {{ method_label }}

{% if address %}

{% trans "Withdrawal address" %}: {{ address }}

{% endif %} {% if pending %}

{% trans "Pending approval" %}

{% else %}
{% endif %} {% trans "Back to Personal Center" %}
{% endblock %}