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

{{data['@OBID']}}

{% for template in data.Template %}

{{loop.index}} {{template.TPLID}}

{{doc}} {% for subsystem in template | sort%} {% if (not subsystem=="TPLID") and (not subsystem=="TPLName") %}
{{subsystem}} {% for param in template[subsystem] %}
{% if not param.options %} {% else %} {% endif %}
{% endfor %} {% endif %}
{% endfor %}
{% endfor %}
{% set included = False %} {% include "ob_controls.html" %} {% endblock content %}