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