{% load trans from i18n %} {% load icon from django_ledger %}
| {% trans 'UOM Name' %} | {% trans 'Abbreviation' %} | {% trans 'Active' %} | {% trans 'Actions' %} |
|---|---|---|---|
| {{ uom.name }} | {{ uom.unit_abbr }} | {% if uom.is_active %} {% icon 'ant-design:check-circle-filled' 20 %} {% else %} {% icon 'mdi:dangerous' 20 %} {% endif %} |
|