{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% trans 'Invoice State' %}
{{ invoice.cash_account }}: {% currency_symbol %}{{ invoice.get_amount_cash | currency_format }}
{{ invoice.prepaid_account }}: {% currency_symbol %}{{ invoice.get_amount_prepaid | currency_format }}
{{ invoice.unearned_account }}: {% currency_symbol %}{{ invoice.get_amount_unearned | currency_format }}
{{ invoice.cash_account }}: {% currency_symbol %}{{ invoice.amount_paid | currency_format }}
{{ invoice.prepaid_account }}: {% currency_symbol %}{{ invoice.amount_receivable | currency_format }}
{{ invoice.unearned_account }}: {% currency_symbol %}{{ invoice.amount_unearned | currency_format }}
{% trans 'Invoice Configuration' %}