{% load i18n %}
{{ 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 }}
