{% extends 'base.html' %} {% load i18n %} {% block page_title %}{% trans 'Sign in' %} – {{ block.super }}{% endblock %} {% block content %}

{% block auth_title %}{% trans 'Send money to someone in prison' %}{% endblock %} {% trans 'Sign in' %}

{% include 'govuk-frontend/components/error-summary.html' with form=form only %}
{% csrf_token %} {% include 'mtp_common/forms/field.html' with field=form.username input_classes='govuk-input--width-10' only %} {% include 'mtp_common/forms/password-field.html' with field=form.password only %}
{% url 'reset_password' as reset_password_url %} {% if reset_password_url %}

{% trans 'Forgotten your password?' %}

{% endif %}
{% endblock %}