{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block title %} {{ title }} | {% trans "Accounts" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %}{{ title }}{% endblock %} {% block dashboard_content %} {% if show_report %}{% trans "INCREASES IN DEFERRED INCOME LIABILITY" %} | |
---|---|
{% trans "Sales" %} | |
{{ row.name }} | {{ row.total|currency }} |
{{ cash_total|currency }} | |
{% trans "Unpaid sources" %} | |
{{ row.name }} | {{ row.total|currency }} |
{{ unpaid_total|currency }} | |
{% trans "Refunds" %} | |
{{ row.name }} | {{ row.total|currency }} |
{{ refund_total|currency }} | |
{% trans "TOTAL" %} | {{ increase_total|currency }} |
{% trans "REDUCTIONS IN DEFERRED INCOME LIABILITY" %} | |
{% trans "Redemptions" %} | |
{{ row.name }} | {{ row.total|currency }} |
{{ redeem_total|currency }} | |
{% trans "Expired" %} | |
{{ row.name }} | {{ row.total|currency }} |
{{ closure_total|currency }} | |
{% trans "TOTAL" %} | {{ reduction_total|currency }} |
{% trans "DIFFERENCE IN POSITION" %} | {{ position_difference|currency }} |