{% extends '../layouts/default.html' %} {% block main %}
{% for sectionGrup in sectionGrups %}

{{ sectionGrup.sectionGrup }} Section ' ları

{% endfor %}
{% endblock %} {% block content %}
{% for section in sections %} Section Tipi : {{section.sectionType}} {% include 'show.html' %}

Edit  

{% endfor %}
{% endblock %}