{% extends 'govuk_template/base.html' %} {% load i18n %} {% load static %} {% load mtp_common %} {% block page_title %}{% trans 'Send money to someone in prison' %}{% endblock %} {% block head %} {{ block.super }} {% if GOOGLE_ANALYTICS_ID %} {% endif %} {% endblock %} {% block body_classes %}{{ block.super }} {% if moj_internal_site %}mtp-internal-site{% endif %} {% if footer_feedback_context %}without-footer-padding{% endif %}{% endblock %} {% block cookie_message %}
{% trans 'GOV.UK uses cookies to make the site simpler.' %} {% trans 'Find out more about cookies' %}
{% endblock %} {% block header_class %}with-proposition{% endblock %} {% block proposition_header %}{% blocktrans trimmed with url='https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/' %} All content is available under the Open Government Licence v3.0, except where otherwise stated {% endblocktrans %}
{% endblock %} {% block footer_support_links %} {% if footer_feedback_context %} {% footer_feedback_form request footer_feedback_context %} {% endif %} {% endblock %}