{% autoescape false %} {% if form is defined %} {{ form }} {% endif %}
{{ 'Name' | trans }} | {{ 'Short name' | trans }} | {{ 'Profile' | trans }} | {{ 'Actions' | trans }} |
---|---|---|---|
{{ item.name }} | {{ item.shortName }} | {{ item.profile }} | {{ 'pencil'|mdi_icon(22) }} {{ 'delete'|mdi_icon(22) }} |