{% extends 'main/base.html' %} {% load i18n %} {% block title %}{% trans "Crypto Pay" %} - ODEON{% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Crypto Pay") back="/deposit/" %} {% if error %}
{{ error }}
{% endif %}
{% if address.qr_code %}
QR code

{% trans "Save QR code" %}

{% else %}
{% trans "QR code not configured yet — use the address below or contact support." %}
{% endif %}
{% trans "Detailed Address" %}: {{ address.address|default:"—" }}
{% trans "Type" %} {{ method.label }}
{% trans "Amount" %} {{ amount }} {{ method.label }} = € {{ amount }}
{% csrf_token %}

{% trans "Upload Payment Proof Screenshot" %}

{% trans "Tips" %}

{% trans "Send the exact amount to the address above, then upload a clear screenshot of your payment. Your deposit is credited after an administrator verifies the proof." %}

{% endblock %}