+ <section class="section-micro">
+ <h1>Informacje:</h1>
+ <p>
+ {% if object.dc.authors_textbook %}
+ Autor podręcznika: {{ object.dc.authors_textbook|person_list }}<br/>
+ {% endif %}
+ {% if object.dc.authors_scenario %}
+ Autor scenariusza: {{ object.dc.authors_scenario|person_list }}<br/>
+ {% endif %}
+ {% if object.dc.authors_expert %}
+ Ekspert: {{ 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>
+ <ul class="link-list">
+ <li><a href="{{ object.xml_file.url }}">źródłowy plik XML</a></li>
+ <!--li><a href="{{ object.dc.about }}">lekcja na Platformie Redakcyjnej</a></li-->
+ </ul>
+ </section>
+
+ <section class="section-micro">