X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/543746a467e90915f7eaf60b7b09f5fa498056e0..118fd7ac41a586001b4c8f45c149731cc9a2e586:/catalogue/templates/catalogue/snippets/level_box.html diff --git a/catalogue/templates/catalogue/snippets/level_box.html b/catalogue/templates/catalogue/snippets/level_box.html new file mode 100755 index 0000000..bb2fa12 --- /dev/null +++ b/catalogue/templates/catalogue/snippets/level_box.html @@ -0,0 +1,142 @@ +
+ +
+ {{ level }} + +
+ + +

{{ level }}

+ +
Pobierz wszystkie lekcje
+
Pobierz wszystkie lekcje w wersji dla ucznia
+ + {% if lessons.synthetic %} +
+

Skrócony kurs

+ +

Masz kilka godzin? Przeprowadź po jednej lekcji przeglądowej z każdego tematu.

+ + +
+ {% endif %} + + + {% if lessons.course %} +
+

Pełny kurs

+ +

Masz więcej czasu? Zrealizuj kompletny program edukacji medialnej.

+ + {% for section, s_lessons in lessons.course.items %} +
+

{{ section }}

+ + +
+ {% endfor %} + +
+ {% endif %} + + + {% if lessons.project %} +
+

Projekt

+ +

Masz 4-6 tygodni? Zrealizuj jeden z projektów ze swoimi uczniami.

+ + +
+ {% endif %} + + + {% if courses %} +
+

Wg podstawy programowej

+ + {% for course, lessons in courses %} +
+

{{ course }}

+ + {% if lessons.synthetic %} +
+

Z kursu skróconego

+ +
+ {% endif %} + + {% if lessons.course %} +
+

Z kursu pełnego

+ +
+ {% endif %} + + {% if lessons.project %} +
+

Projekt

+ +
+ {% endif %} + +
+ {% endfor %} + +
+ {% endif %} + +