add editable chunk
[edumed.git] / catalogue / templates / catalogue / lesson / synthetic / lesson_detail.html
1 {% extends "catalogue/lesson/lesson_detail.html" %}
2 {% load url from future %}
3
4 {% block sidebar-top %}
5
6 <section class="box">
7     <h1 class="realisation">Realizacja i czas lekcji</h1>
8     <p>Ta lekcja jest syntezą tematu
9     <strong>{{ object.section }}</strong></a>{% if object.level.slug = "liceum" %}
10         (na poziomie zaawansowanym)
11     {% endif %}.
12     Dostępny jest również
13     <strong><a href="{% url 'catalogue_lessons' %}#{{ object.section.slug }}">pełny kurs</a></strong>
14     tego tematu.
15     </p>
16     <p>Czas trwania: 45 minut.</p>
17 </section>
18
19 {% endblock %}