{% extends "shared/includes/base.html" %} {% load markdownify %} {% block content %} {% if related_group_id %}
Zpět na seznam
{% endif %} {% include "shared/includes/double_heading.html" with heading=lecture.name subheading=lecture.get_type_display icon="ico--bookmark" %}
Datum konání
{{ lecture.timestamp }}
Skupiny
{% if lecture.description %}
{{ lecture.description|markdownify|safe }}
{% endif %}
{% with lecture.materials.all as materials %}

{% comment %}t{% endcomment %} Materiály

{% if materials %} {% else %} Žádné materiály. {% endif %} {% endwith %}
{% with lecture.recordings.all as recordings %}

Nahrávky

{% if recordings %} {% else %} Žádné nahrávky. {% endif %} {% endwith %}
{% with lecture.lectors.all as lectors %} {% if lectors %}

Lektoři

{% endif %} {% endwith %} {% endblock %}