--- layout: default ---

{{ page.titel }}

{% include /functions/resolve-types.html typ=page.typ %}
{% assign check = page.dauer | strip_newlines %} {% if check != "" %}
Dauer
{{page.dauer}} min
{% endif %} {% assign check = page.typ | strip_newlines %} {% if check != "" %}
Typ
{{typ-name}}
{% capture teilnehmer %}{{typ-max-teilnehmer}} Teilnehmer{% endcapture %} {% if page.anzahl != "" and page.anzahl != nil %} {% assign teilnehmer = page.anzahl %} {% endif %}
Maximale Teilnehmerzahl
{{teilnehmer}}
{% endif %} {% include /functions/resolve-names.html verantwortlich=page.verantwortlich %}
Verantwortlich
{{verantwortliche}}
{% assign check = page.empfohlene-voraussetzungen | strip_newlines %} {% if check != "" %} {% include /functions/resolve-voraussetzungen.html voraussetzungen=page.empfohlene-voraussetzungen %}
Empfohlene Trainings und Workshops als Vorraussetzung
{{voraussetzungen}}
{% endif %} {% assign check = page.info | strip_newlines %} {% if check != "" %}
Info
{{page.info}}
{% endif %}
{% assign check = page.termine | strip_newlines %} {% if check != "" %}

Termine:

{% include termine-auf-veranstaltungsseite.html termine=page.termine default-raum=page.raum %} {% endif %} {{ content }}