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

{{ hawat_view_title }}



{%- for item in items %} {%- endfor %}
{{ gettext('Name') }} {{ gettext('Source') }} {{ gettext('Description') }} {{ get_fa_icon('actions') }} {{ gettext('Actions') }}
{{ item.name | default(gettext('<< unknown >>'), True) }} {{ item.source | default(gettext('<< unknown >>'), True) }} {{ item.description | default(gettext('<< unknown >>'), True) | truncate(50) }}
{%- endblock content %} {%- block js %} {{ super() }} {%- endblock js %}