{% load trans from i18n %} {% load icon from django_ledger %}
{% trans 'UOM' %} | {% trans 'Abbreviation' %} | {% trans 'Active' %} | {% trans 'Actions' %} |
{{ uom.name }} | {{ uom.unit_abbr }} | {% if uom.is_active %} {% icon 'bi:check-circle-fill' 24 %} {% else %} {% icon 'clarity:no-access-solid' 24 %} {% endif %} |
|