{% 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') }} {% trans 'Thanks for your query' %}

{% endblock %} {% block get_help_message %}

{% trans 'The prisoner money team received your request and will try to reply in one working day.' %}

{% endblock %}
{% endblock %}