{% extends base_template_name %} {% load i18n %} {% load mtp_common %} {% block page_title %}{{ get_help_title|default:_('Get help') }} – {{ block.super }}{% endblock %} {% block inner_content %} {% block get_help_heading %}

{{ get_help_title|default:_('Get help') }}

{% endblock %} {% block get_help_leading %}

{% trans 'Ask questions about this service to the Prisoner Money team.' %}
{% trans 'It’s the fastest way we can help you with a query.' %}
{% trans 'You can send us any feedback here too.' %}


{% endblock %} {% block get_help_form %}
{% csrf_token %} {% include 'mtp_common/forms/error-summary.html' with form=form only %} {{ form.referer }}
{% trans 'Feedback details' %} {% with field=form.ticket_content value=request.GET.message|default:'' %}
{% include 'mtp_common/forms/field-errors.html' with field=field only %}
{% endwith %} {% include 'mtp_common/forms/field.html' with field=form.contact_email value=request.GET.email|default:'' only %}
{% endblock %} {% endblock %}