{% load i18n %} {{ subject }}
{% include 'base/header.html' %}
{{ welcome }}
{{ code_label }} {{ code }} {% if pin %}
{{ pin_label }} {{ pin }}{% endif %}
{{ balance_label }} {{ balance }} {{ currency }}
{{ expires_label }} {{ expires_at|date:"Y-m-d H:i" }} {% if issue_reason %}
{% trans "Reason:" %} {{ issue_reason }}{% endif %}
{{ instructions_copy }}
{{ help|safe }}
{% include 'base/footer.html' %}