+ <h1>Podstawa programowa:</h1>
+ <ul class="plain">
+ {% curriculum object.dc.curriculum %}
+ </ul>
+ </section>
+ {% endif %}
+
+ <section class="section-micro">
+ <h1>Informacje:</h1>
+ <p>
+ {% if object.dc.authors_textbook %}
+ Tekst: {{ object.dc.authors_textbook|person_list }}<br/>
+ {% endif %}
+ {% if object.dc.authors_scenario %}
+ Scenariusz: {{ object.dc.authors_scenario|person_list }}<br/>
+ {% endif %}
+ {% if object.dc.authors_expert %}
+ Konsultacja merytoryczna: {{ object.dc.authors_expert|person_list }}<br/>
+ {% endif %}
+ Licencja: <a href="{{ object.dc.license }}">{{ object.dc.license_description }}</a>.</p>
+ </section>
+
+ <section class="section-micro">
+ <h1>Narzędzia:</h1>