{# Meta-Daten der Veranstaltung #}
{% if event and event.addionalInformations %} {% if not ibexa_field_is_empty( event.addionalInformations, 'openair' ) and ibexa_field_value(event.addionalInformations, 'openair').bool == "true" %} Open Air {% elseif not ibexa_field_is_empty( event.addionalInformations, 'natursommer' ) and ibexa_field_value(event.addionalInformations, 'natursommer').bool == "true" %} Natur­sommer {% endif %} {% if not ibexa_field_is_empty( event.addionalInformations, 'state_abgesagt' ) and ibexa_field_value(event.addionalInformations, 'state_abgesagt').bool == "true" %} Abgesagt {% elseif not ibexa_field_is_empty( event.addionalInformations, 'state_ausgebucht' ) and ibexa_field_value(event.addionalInformations, 'state_ausgebucht').bool == "true" %} Ausgebucht {% endif %} {% endif %}
  • {{ beginday }}{% if not(beginday == endday)%} - {{ endday }} {% endif %}
  • {{ 'zuk.event.start'|trans }}: {{ begintime }} {{ 'zuk.event.hour'|trans }}
    {{ 'zuk.event.end'|trans }}: {{ endtime }} {{ 'zuk.event.hour'|trans }}
  • {% if event.Venue %}
  • {{ event.Venue|nl2br }}
  • {% endif %} {% if event.Charge1Caption or event.Charge2Caption or event.Charge3Caption or event.Charge4Caption or event.Charge5Caption %}
  • {% if event.Charge1Caption %} {{ event.Charge1|nl2br}} € {{ event.Charge1Caption|nl2br}}
    {% endif %} {% if event.Charge2Caption %} {{ event.Charge2|nl2br}} € {{ event.Charge2Caption|nl2br}}
    {% endif %} {% if event.Charge3Caption %} {{ event.Charge3|nl2br}} € {{ event.Charge3Caption|nl2br}}
    {% endif %} {% if event.Charge4Caption %} {{ event.Charge4|nl2br}} € {{ event.Charge4Caption|nl2br}}
    {% endif %} {% if event.Charge5Caption %} {{ event.Charge5|nl2br}} € {{ event.Charge5Caption|nl2br}}
    {% endif %}
  • {% endif %} {% if event.Material %}
  • {{ event.Material|nl2br }}
  • {% endif %} {% if event.InstructorSeminars %}
  • {% for instructor in event.InstructorSeminars%} {{ instructor.Instructor.Surname }} {{ instructor.Instructor.Lastname }}{% if not loop.last %}, {% endif %} {% endfor %}
  • {% endif %} {% if event.MaximumParticipants %}
  • {% include '@ibexadesign/events/_event_free_places.html.twig' %}
  • {% endif %} {% if event.Deadline %}
  • {{eventParseDateTime(event.Deadline)}}
  • {% endif %} {% if event.ParticipantPreconditionComment %}
  • {{ event.ParticipantPreconditionComment|nl2br }}
  • {% endif %}