1 {% for level, depths in lessons.items %}
2 <section class="section-level section-level-{{ level.slug }}">
4 {% for depth, lesson_list in depths.items %}
5 <section class="section-depth section-depth-{{ depth }}">
7 <h1>Lekcja syntetyczna</h1>
11 <ul class="section-lessons">
12 {% for lesson in lesson_list %}
13 <li class="section-lesson">
14 <a href="{{ lesson.get_absolute_url }}">{{ lesson }}</a>