{% extends "shared/includes/base.html" %} {% load render_bundle from webpack_loader %} {% load markdownify rsvp lecture_group_types %} {% block content %} {% render_bundle "view_lecture" %} {% if related_group_id %}
Zpět na seznam
{% endif %}
{% get_lecture_type lecture request group as type %}

{{ lecture.name }}

{{ type.get_type_display }}

{% if user.is_authenticated %} {% endif %}
{% if user.is_authenticated %} {% endif %}
{% if lecture.timestamp %}
Datum konání
{{ lecture.timestamp }}
{% endif %}
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 %}