{{ section.title }}
{{ section.type }}-
{% for entry in section.year_entries %}
- {% if entry.year %}{{ entry.year }}: {% endif %}{{ entry.text }} {% endfor %}
Всего: {{ section.publications_count }}
{% endif %}-
{% for publication in section.publications %}
-
{% if publication.url %}
{{ publication.title }}
{% else %}
{{ publication.title }}
{% endif %}
{% if publication.text and publication.text != publication.title %}{{ publication.text }}{% endif %}
{% endfor %}
Учебный год: {{ section.academic_year }}
{% endif %}-
{% for course in section.courses %}
- {% if course.url %} {{ course.title }} {% else %} {{ course.title }} {% endif %} {% endfor %}
| {{ header }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
{{ paragraph }}
{% endfor %} {% endif %} {% if section.list_items %}-
{% for item in section.list_items %}
- {{ item }} {% endfor %}