{% extends "base.html" %} {% block content %}
{# include template "patterns/basics/headings/sp_variations/heading.html" #} {% trans "Forgot PIN" as headingtext %} {% with type="component" htmltag="h1" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #}
{% csrf_token %} {% if form.errors %} {% endif %} {% for field in form %}
{% if forloop.counter == 2 %} {# include template "patterns/basics/headings/sp_variations/heading.html" #} {% trans "Security questions" as headingtext %} {% with type="micro" htmltag="h3" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #}

{% trans "Please answer the following security question." %}

{% endif %}
{% trans field.label_tag %} {{ field }}
{% endfor %}
{% endblock %}