{% load django_ledger %} {% load i18n %}
{% for closing_entry_model in closing_entry_list %} {% endfor %}
{% trans 'Closing Entry Date' %} {% trans 'Is Posted' %} {% trans 'Txs Count' %} {% trans 'Created' %} {% trans 'Actions' %}
{{ closing_entry_model.closing_date }} {% if closing_entry_model.is_posted %} {% icon 'bi:check-circle-fill' 24 %} {% else %} {% icon 'pajamas:false-positive' 24 %} {% endif %} {{ closing_entry_model.ce_txs_count }} {{ closing_entry_model.created }}