{% extends base_template_name %}
{% load i18n %}
{% 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') }}
{% trans 'Thanks for your query' %}
{% trans 'The Prisoner Money team received your request and will try to reply in one working day.' %}
{% endblock %}