{% load i18n %}
{% blocktrans %}We sent a code to {{ recipient }}. The code expires shortly, so please enter it soon.{% endblocktrans %}
{{ redirect_field }}
{% if resend_supported %}
{% if can_resend %}
{% else %}
{% endif %}
{% endif %}
{% if resend_supported %}
{{ redirect_field }}
{% endif %}
{% if not cancel_url %}
{% endif %}
{% if can_change %}
{{ redirect_field }}
{% endif %}