{%- extends "_layout.html" %} {%- block css %} {{ super() }} {%- endblock css %} {%- block content %}
{{ gettext('Name') }} | {{ gettext('Type') }} | {{ gettext('Description') }} | {{ get_fa_icon('actions') }} {{ gettext('Actions') }} |
---|---|---|---|
{{ item.name }} | {{ item.type }} | {{ item.description | truncate(50) }} |