1 {% extends "catalogue/lesson/lesson_detail.html" %}
2 {% load url from future %}
4 {% block sidebar-top %}
7 <h1 class="realisation">Zebrane dla wszystkich tematów</h1>
9 <p>To jest materiał wspólny dla wszystkich lekcji
10 edukacji medialnej{% if object.level.slug = "liceum" %}
11 (na poziomie zaawansowanym)
14 <strong><a href="{% url 'catalogue_lessons' %}">pełny kurs</a></strong>
15 z podziałem na poszczególne tematy.
21 {% block suggest-link %}
22 <a href="{% url 'contact_form' 'sugestie' %}?temat={{ object.title|urlencode }}">
23 Zgłoś swoją uwagę na temat tej strony.