{% load i18n %} {% load django_ledger %}
{% trans 'Description' %} | {% trans 'Activity' %} | {% trans 'Document Number' %} | {% trans 'Date' %} | {% trans 'Posted' %} | {% trans 'Locked' %} | {% trans 'Unit' %} | {% trans 'Actions' %} |
---|---|---|---|---|---|---|---|
{{ je.description }} | {{ je.get_activity_display }} | {{ je.je_number }} | {{ je.date }} | {% 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 }} |
|