{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load l10n %} {% load juntagrico.config %} {% block page_title %}
{% trans "Number" %} | {% trans "Member" %} | {% trans "Kind" %} | {% trans "Date" %} | {% trans "Amount" %} | {% trans "Paid Amount" %} | {% trans "Paid" %} |
---|---|---|---|---|---|---|
{{ bill.id }} | {{ bill.member }} | {{ bill.item_kinds }} | {{ bill.bill_date|date:"SHORT_DATE_FORMAT" }} | {{ bill.amount | floatformat:2 }} | {{ bill.amount_paid | floatformat:2 }} | {{ bill.paid }} |