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

{% trans "Proof Submitted" %}

{% trans "Your payment proof has been sent for verification. Your balance will be credited once an administrator approves it." %}

€{{ amount }}

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

{% trans "Back to Wallet" %}
{% endblock %}