{% 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}}