{% extends 'leprikon/form.html' %} {% load i18n leprikon_tags sekizai_tags static %} {% block content %}
{% trans 'Debtor' %} | {% trans 'Amount due' %} | {% trans 'Overdue' %} |
---|---|---|
{{ user.get_full_name | default:user.get_username }} | {{ items.sum.amount_due | currency }} | {{ items.sum.overdue | currency }} |
{{ item.registration }} | {{ item.status.amount_due | currency }} | {{ item.status.overdue | currency }} |
{% trans 'Total' %} | {{ sum.amount_due | currency }} | {{ sum.overdue | currency }} |