{% assign lehrveranstaltung = include.lehrveranstaltung %} {% assign verbindlichkeit = "freiwillig" %} {% if lehrveranstaltung.pflicht == true %} {% assign verbindlichkeit = "pflicht" %} {% endif %} {% capture teilnehmer %}{{typ-max-teilnehmer}} Teilnehmer{% endcapture %} {% if lehrveranstaltung.anzahl != "" and lehrveranstaltung.anzahl != nil %} {% assign teilnehmer = lehrveranstaltung.anzahl %} {% endif %}

{{lehrveranstaltung.titel}}

{% include /functions/resolve-types.html typ=lehrveranstaltung.typ %}

{% assign termine = lehrveranstaltung.termine | split: "," %} {% assign anzahl-angebote = "einmal" %} {% if termine.size > 1 %} {% assign anzahl-angebote = termine.size | append: " mal" %} {% endif %} {{typ-name}} für {{teilnehmer}}, wird {{ anzahl-angebote }} angeboten.

{% assign check = lehrveranstaltung.info | strip_newlines %} {% if check != "" %} {{lehrveranstaltung.info}} {% endif %}

{% assign check = lehrveranstaltung.dauer | strip_newlines %} {% if check != "" %}
Dauer
{{lehrveranstaltung.dauer}} min
{% endif %} {% include /functions/resolve-names.html verantwortlich=lehrveranstaltung.verantwortlich %}
Verantwortlich
{{verantwortliche}}