3 <a href="{{ root.get_absolute_url }}">{{ root }}</a>
4 {% elif lesson.type == 'synthetic' %}
5 <a href="{% url 'catalogue_lessons' %}">Lekcje syntetyczne ze wszystkich tematów</a>
7 <a href="{% url 'catalogue_lessons' %}">Inne</a>
12 {% for item in siblings %}
14 {% if item == lesson %}
15 <strong>{{ item }}</strong>
16 {% if mark_level and item.level.slug == 'liceum' %} (poziom zaawansowany){% endif %}
18 <a href="{{ item.get_absolute_url }}">{{ item }}
19 {% if mark_level and item.level.slug == 'liceum' %} (poziom zaawansowany){% endif %}
26 {% with other=lesson.get_other_level %}
28 <p>Ten temat jest dostępny również na
29 <a href="{% url 'catalogue_lessons' %}#{{ lesson.section.slug }}_{{ other.slug }}">poziomie
30 {% if other.slug == 'liceum' %}zaawansowanym{% else %}podstawowym{% endif %}</a>.</p>