{% extends '../layouts/default.html' %} {% block sidebar %} {% endblock %} {% block main %} {% endblock %} {% block content %}
{% for sectionGrup in sectionGrups %} {% if loop.first %}
{% endif %}

{{sectionGrup.sectionGrup}} {% for section in sections %} {% if (section.sectionGrup == sectionGrup.sectionGrup) %} {% for item in section.items %}

{{ item.title }}

{% autoescape false %}

{{item.subtitle}}

{% if item.code != '' %}

                   {{item.code}}
                    
{% endif %} {% endautoescape %} {% endfor %} {% endif %} {% endfor %} {% if loop.last %}
{% endif %} {% endfor %}
{% endblock %}