{% extends base_template_name %} {% load i18n %} {% block page_title %}{{ get_help_title|default:_('Get help') }} – {{ block.super }}{% endblock %} {% block 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 %}
{% include 'govuk-frontend/components/error-summary.html' with form=form only %}
{% trans 'Your message or feedback' %} {% include 'mtp_common/forms/textarea.html' with field=form.ticket_content value=request.GET.message|default:None rows=6 only %} {% include 'mtp_common/forms/field.html' with field=form.contact_email input_classes='govuk-input--width-20' autocomplete='email' value=request.GET.email|default:'' only %}
{% csrf_token %} {{ form.referer }}
{% endblock %}
{% endblock %}