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

{{ hawat_view_title }}


{%- for item in items %} {%- endfor %}
{{ gettext('Netname') }} {{ gettext('Source') }} {{ gettext('Network') }} {{ gettext('Description') }} {{ get_fa_icon('actions') }} {{ gettext('Actions') }}
{{ item.netname }} {{ item.source }} {{ item.network }} {{ item.description | truncate(50) }}

{{ gettext('Actions') }}

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