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

{% trans "Withdrawal PIN Saved" %}

{% trans "Your 4-digit withdrawal PIN has been set. You will be asked for it when withdrawing." %}

{% trans "Back to Personal Center" %}
{% else %} {% if error %}
{{ error }}
{% endif %}

{% if has_pin %}{% trans "Enter your current PIN, then choose a new 4-digit withdrawal PIN." %}{% else %}{% trans "Set a 4-digit withdrawal PIN. It will be required to confirm every withdrawal." %}{% endif %}

{% csrf_token %} {% if has_pin %}
{% endif %}
{% endif %}
{% endblock %}