{% now "Y" as current_year %} {% load icon from django_ledger %} {% load trans from i18n %}
{% trans 'Name' %} | {% trans 'Journal Entries' %} | {% trans 'Balance Sheet' %} | {% trans 'Income Statement' %} | {% trans 'Cash Flow Statement' %} | {% trans 'Posted' %} | {% trans 'Locked' %} | {% trans 'Actions' %} |
---|---|---|---|---|---|---|---|
{{ ledger.name }} | {% trans 'Journal Entries' %} | {% trans 'Balance Sheet' %} | {% trans 'Income Statement' %} | {% trans 'Cash Flow Statement' %} | {% if ledger.posted %} {% icon 'ant-design:check-circle-filled' 24 %} {% else %} {% icon 'maki:roadblock-11' 24 %} {% endif %} | {% if ledger.locked %} {% icon 'bi:lock-fill' 24 %} {% else %} {% icon 'bx:bx-lock-open-alt' 24 %} {% endif %} | Edit |