diff --git a/templates/section.html b/templates/section.html index b7b57e2..a8c2fde 100644 --- a/templates/section.html +++ b/templates/section.html @@ -35,11 +35,11 @@ {% block content %}

{{ section.title }}

- {% if section.extra.group %}
Cílová skupina – {{ section.extra.group }}
{% endif %} - {% if section.extra.time %}
Časová dotace – {{ section.extra.time }}
{% endif %} + {% if section.extra.group %}
Cílová skupina – {{ section.extra.group }}
{% endif %} + {% if section.extra.time %}
Časová dotace – {{ section.extra.time }}
{% endif %} {% if section.extra.authors %} {% if section.extra.authors | length > 1 %} -
Autoři – +
Autoři – {% for author in section.extra.authors %} {{ author }} {% if not author == section.extra.authors | last %}, {% endif %}