{% extends 'oscar/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 %}{% trans "Account type" %} | {% trans "Total balance" %} | {% trans "Num accounts" %} | {% trans "Expiring" %} | ||||
---|---|---|---|---|---|---|---|
{% trans "< 30 days" %} | {% trans "30 - 60 days" %} | {% trans "60 - 90 days" %} | {% trans "> 90 days" %} | {% trans "No end date" %} | |||
{{ row.name }} | {{ row.total|currency }} | {{ row.num_accounts }} | {{ row.total_expiring_within_30|currency }} ({{ row.num_expiring_within_30 }}) | {{ row.total_expiring_within_60|currency }} ({{ row.num_expiring_within_60 }}) | {{ row.total_expiring_within_90|currency }} ({{ row.num_expiring_within_90 }}) | {{ row.total_expiring_outside_90|currency }} ({{ row.num_expiring_outside_90 }}) | {{ row.total_open_ended|currency }} ({{ row.num_open_ended }}) |
{{ totals.total|currency }} | {{ totals.num_accounts }} |