{% load django_ledger %} {% load i18n %}
| {% trans 'Closing Entry Date' %} | {% trans 'Posted' %} | {% trans 'Txs' %} | {% trans 'Created' %} | {% trans 'Actions' %} |
|---|---|---|---|---|
| {{ closing_entry_model.closing_date | date }} | {% if closing_entry_model.is_posted %} {% icon 'ant-design:check-circle-filled' 20 %} {% else %} {% icon 'ant-design:check-circle-filled' 20 %} {% endif %} | {{ closing_entry_model.ce_txs_count }} | {{ closing_entry_model.created | date }} |
|