|
|
|
@ -35,11 +35,11 @@
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
<h1>{{ section.title }}</h1>
|
|
|
|
|
{% if section.extra.group %}<div class="metadata">Cílová skupina – {{ section.extra.group }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.time %}<div class="metadata">Časová dotace – {{ section.extra.time }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.group %}<div class="metadata"><strong>Cílová skupina –</strong> {{ section.extra.group }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.time %}<div class="metadata"><strong>Časová dotace –</strong> {{ section.extra.time }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.authors %}
|
|
|
|
|
{% if section.extra.authors | length > 1 %}
|
|
|
|
|
<div class="metadata">Autoři –
|
|
|
|
|
<div class="metadata"><strong>Autoři –</strong>
|
|
|
|
|
{% for author in section.extra.authors %}
|
|
|
|
|
{{ author }}
|
|
|
|
|
{% if not author == section.extra.authors | last %}, {% endif %}
|
|
|
|
|