{% extends 'help_area/contact-new-payment.html' %}
{% load i18n %}
{% block get_help_heading %}
{% trans 'Help with' %}
{% trans 'A payment I’ve already made' %}
{% trans 'Contact us about a payment that has already been made.' %} {% trans 'Give exact details so we can get back to you as soon as possible.' %}
{% endblock %} {% block extra_ticket_fields %} {{ block.super }} {% include 'mtp_common/forms/amount-field.html' with field=form.amount only %} {% include 'mtp_common/forms/date-field.html' with field=form.payment_date year_field_completion=True only %} {% endblock %}