{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% 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' %}