{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% load widget_tweaks %} {% block content %}

{% block auth_title %} {% trans 'Money sent to prisoners' %} {% endblock %}

{%trans 'Sign in' %}

{% include 'mtp_common/forms/error-summary.html' with form=form only %}
{% csrf_token %} {% for field in form %}
{% include 'mtp_common/forms/field-label.html' with field=field only %} {% include 'mtp_common/forms/field-errors.html' with field=field only %} {{ field|attr:'autocomplete:off'|add_class:'form-control' }}
{% endfor %}
{% url 'reset_password' as reset_password_url %} {% if reset_password_url %}

{% trans 'Forgotten your password?' %}

{% endif %}
{% endblock content %}