only show new curriculum if present
[edumed.git] / catalogue / templates / catalogue / lesson / lesson_detail.html
index f08b5b8..f313936 100755 (executable)
     </section>
     {% endif %}
 
+    {% if object.dc.curriculum_new %}
+    <section class="section-minor">
+        <h1>Podstawa programowa 2017:</h1>
+        <ul class="plain">
+        {% curriculum object.dc.curriculum_new new=True %}
+        </ul>
+    </section>
+    {% endif %}
+
     <section class="section-micro">
         <h1>Informacje:</h1>
         <p>
@@ -56,6 +65,9 @@
         {% if object.dc.authors_expert %}
         Konsultacja merytoryczna: {{ object.dc.authors_expert|person_list }}<br/>
         {% endif %}
+        {% if object.dc.authors_methodologist %}
+        Konsultacja metodyczna: {{ object.dc.authors_methodologist|person_list }}<br/>
+        {% endif %}
         Licencja: <a href="{{ object.dc.license }}">{{ object.dc.license_description }}</a>.</p>
     </section>
 
 </aside>
 
 <div id="main-bar">
+
+{% block lesson-info %}
+{% endblock %}
+
 {{ object.html_file.read|safe }}