1 {% extends "base.html" %}
2 {% load url from future %}
4 {% block title %}{{ object }}{% endblock %}
7 <!--h1>{{ object }}</h1-->
11 <h1 class="realisation">Realizacja i czas lekcji</h1>
12 {% if object.depth == 0 %}
13 <p>To lekcja jest syntezą działu
14 <strong>{{ object.section }}</strong>.
16 <strong><a href="{% url 'catalogue_lessons' %}#{{ object.section.slug }}">szczegółowy kurs</a></strong>
20 <p>Ta lekcja jest częścią działu
21 <strong>{{ object.section }}</strong>.
23 <strong><a href="">lekcja syntetyczna</a></strong>
27 <p>Czas trwania: 45 minut.</p>
29 <section class="box-button"><a href="" class="dl-button">Pobierz całą lekcję</a></section>
30 <section><a href="" class="dl-button">Pobierz lekcję w wersji dla ucznia</a></section>
31 <section class="section">
32 <h1>Korzystanie z informacji</h1>
37 {{ object.html_file.read|safe }}