{% load i18n %} {% load django_ledger %}
{% for je in jes %} {% endfor %}
{% trans 'Timestamp' %} {% trans 'Activity' %} {% trans 'Description' %} {% trans 'Document Number' %} {% trans 'Posted' %} {% trans 'Locked' %} {% trans 'Unit' %} {% trans 'Actions' %}
{{ je.timestamp }} {{ je.get_activity_display }} {{ je.description }} {{ je.je_number }} {% if je.posted %} {% icon 'ant-design:check-circle-filled' 24 %} {% else %} {% icon 'maki:roadblock-11' 24 %} {% endif %} {% if je.locked %} {% icon 'bi:lock-fill' 24 %} {% else %} {% icon 'bx:bx-lock-open-alt' 24 %} {% endif %} {{ je.get_entity_unit_name }}