{% if recording %} {{ recording }}
{% endif %} {% if items.short_description %}

{{ items.short_description | raw }}

{% endif %}
    {% if items.venue.country %}
  • {{ items.venue.address ~ ' ' ~ items.venue.region ~ ' ' ~ items.venue.city ~ ' ' ~ items.venue.postalcode ~ ' ' ~ items.venue.country }}
  • {% endif %} {% if items.date %}
  • {% endif %} {% if items.code %}
  • {{ 'CODE'|t }}: {{ items.code | raw }}
  • {% endif %} {% if items.webstreaming_url %}
  • {{ items.webstreaming_url }}
  • {% endif %}
{% include '/modules/custom/ewrc_registration/templates/session/persons-list.html.twig' with { 'persons': items.speakers, 'label': items.speakers_label } %} {% include '/modules/custom/ewrc_registration/templates/session/persons-list.html.twig' with { 'persons': items.coordinator, 'label': 'Coordinator'|t } %} {% set col_class = items.image ? "ecl-col-12 ecl-col-m-6" : "ecl-col-12 ecl-col-m-12" %}

{{ 'Practical information'|t }}

{% if items.date %}
{{ 'When'|t }}
{{ items.week_day }} {{ items.date }}, {{ items.starttime|date('H:i') }} - {{ items.endtime|date('H:i') }} CET
{% endif %} {% if items.type %}
{{ 'Type'|t }}
{{ items.type }}
{% endif %} {% if items.venue.country %}
{{ 'Where'|t }}
{{ items.venue.address ~ ' ' ~ items.venue.region ~ ' ' ~ items.venue.city ~ ' ' ~ items.venue.postalcode ~ ' ' ~ items.venue.country }}
{% endif %} {% if items.webstreaming_url %}
{{ 'Web-streaming URL'|t }}
{{ items.webstreaming_url }}
{% endif %} {% if items.theme %}
{{ 'Theme'|t }}
{{ items.theme | raw }}
{% endif %} {% if items.languages %}
{{ items.languages.count == 1 ? "Language"|t : "Languages"|t }}
{{ items.languages.items }}
{% endif %} {% if items.how_register.value %}
{{ 'How to register'|t }}
{{ items.how_register.value }}
{% endif %} {% if items.websites.urls %}
{{ items.websites.urls|length == 1 ? "Website"|t : "Websites"|t }}
{% for url in items.websites.urls %} {{ url }}
{% endfor %}
{% endif %}
{% if items.image %}
{% endif %}
{% include '/modules/custom/ewrc_registration/templates/session/partners-list.html.twig' with { 'partners': items.partners, 'label': 'Organiser' } %} {% include '/modules/custom/ewrc_registration/templates/session/reporting.html.twig' with { 'reporting': items.reporting } %}