1 {% load url from future %}
4 <a href="{{ root.get_absolute_url }}">{{ root }}</a>
6 <a href="{% url 'catalogue_lessons' %}">Wszystkie dziaĆy</a>
11 {% for item in siblings %}
13 {% if item == lesson %}
14 <strong>{{ item }}</strong>
16 <a href="{{ item.get_absolute_url }}">{{ item }}</a>