{% extends "management/base.html" %} {% load static i18n humanize base_tag management_tag %} {% block page_title %}
Cancel

{{page_title}}

{% endblock page_title %} {% block content %}

{{transaction.amount|filter_safe_money_read_from_db|intcomma}}

{% get_payment_description payment=transaction %}

Tenant : {{transaction.tenant.name}} ({{transaction.product.full_address}})
Due Date : {{transaction.due_date|date:'N j. Y'}}

{% csrf_token %} {{ form.as_p }}
{% endblock content %} {% block third_party %} {% endblock third_party %}