{% set title = "Templates List" %} {% set navigation = [('Admin', ''), ('Templates', '')] %} {% include 'include_header.html' %}
Applications List
{% for t in templates %} {% endfor %}
id status title description form_schema applications extra
{{ t.id }} {{ t.status }} {{ t.title }} {{ t.description }} {{ t.form_schema|tojson }} {% for a in t.applications %}{{ a.code }}, {% endfor %} {{ t.extra|tojson }}