{% extends 'base.html' %} {% load i18n %} {% load static %} {% load mtp_common %} {% load send_money %} {% block page_title %}{% trans 'Apply for an exemption to send money through the post' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Help' %} {% trans 'Apply for an exemption to send money through the post' %}

{% trans 'If you can’t send money online, you can ask the prison for an ‘exemption’.' %}

{% static 'forms/apply-to-send-money-through-the-post.pdf' as link %} {% blocktrans trimmed %} Print off and fill in this exemption request form, then post it, along with the necessary proof, to the ‘Business Hub’ of the prison. {% endblocktrans %} {% trans 'Find the address of the prison on this page.' %}

{% trans 'Your request may not be granted so don’t send any money to the prison until you have your exemption letter.' %}

{% trans 'Exemptions are only given if it’s your only option to send money to friends and family by post.' %} {% trans 'To keep prisons safe, the governor can withdraw an exemption at any time.' %}

{% trans 'The proof you need to send in with the form' %}

{% static 'forms/apply-to-send-money-through-the-post.pdf' as link %} {% trans 'Print off and fill in this exemption request form' %}

{% endblock %}