{% extends "controlpanel/base.html" %} {% block heading %}Record payment — {{ due.club }}{% endblock heading %} {% block subheading %}

{{ due.period_start|date:"j M Y" }} to {{ due.period_end|date:"j M Y" }} · €{{ due.amount|floatformat:2 }} billed · €{{ due.balance|floatformat:2 }} outstanding

{% endblock subheading %} {% block panel %} {% url 'controlpanel:club_detail' due.club.pk as club_url %} {% include "controlpanel/_billing_form.html" with cancel_url=club_url submit_label="Record payment" submit_icon="banknote" blurb="Part payments are fine: they accumulate against the period until it is settled." %} {% endblock panel %}