{%- extends "_layout.html" %} {%- block css %} {{ super() }} {%- endblock css %} {%- block content %}

{{ hawat_view_title }}


{%- for item in items %} {%- endfor %}
{{ gettext('Name') }} {{ gettext('Type') }} {{ gettext('Description') }} {{ get_fa_icon('actions') }} {{ gettext('Actions') }}
{{ item.name }} {{ item.type }} {{ item.description | truncate(50) }}

{{ gettext('Actions') }}

{%- endblock content %} {%- block js %} {{ super() }} {%- endblock js %}