{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Forgot PIN" %}

{% csrf_token %} {% if form.errors %} {% endif %} {% for field in form %}
{{ field }}
{% if forloop.counter == 1 %}

{% trans "Security question" %}

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

{% endif %} {% endfor %}
{% endblock %}