{% extends "shared/includes/base.html" %} {% load render_bundle from webpack_loader %} {% load markdownify static %} {% block content %} {% render_bundle "view_group_lectures" %} {% if related_lecture_id %}
Zpět na školení
{% endif %}
Profilový obrázek lektora

{{ header_name }}

{{ header_desc }}

{% if lector.description %}
{{ lector.description|markdownify|safe }}
{% endif %}
Web
{{ lector.url }}
Počet školení
{{ lectures|length }}

Vyučovaná školení

{% endblock %}