{% if not included %} {% extends 'index.html' %} {% endif %} {% set included = True %} {% block content %}

{{tpl.TPLID}}

{% for subsystem in tpl %} {% if (not subsystem=="TPLID") and (not subsystem=="TPLName") %}
{{subsystem}} {% for k,v in tpl[subsystem].items() %}
{% endfor %} {% endif %}
{% endfor %}
{% endblock content %}