{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block header_buttons %} {% icon 'bi:arrow-left' 16 %} {% trans 'Back to Detail' %} {% icon 'bi:list' 16 %} {% trans 'Bill List' %} {% endblock %} {% block view_content %}
{% trans 'Bill State' %}
{{ bill_model.cash_account }}: {% currency_symbol %}{{ bill_model.get_amount_cash | currency_format }}
{{ bill_model.prepaid_account }}: {% currency_symbol %}{{ bill_model.get_amount_prepaid | currency_format }}
{{ bill_model.unearned_account }}: {% currency_symbol %}{{ bill_model.get_amount_unearned | currency_format }}
{{ bill_model.cash_account }}: {% currency_symbol %}{{ bill_model.amount_paid | currency_format }}
{{ bill_model.prepaid_account }}: {% currency_symbol %}{{ bill_model.amount_receivable | currency_format }}
{{ bill_model.unearned_account }}: {% currency_symbol %}{{ bill_model.amount_unearned | currency_format }}
{% trans 'Bill Configuration' %}