{% if items.short_description %}

{{ items.short_description | raw }}

{% endif %}
{% if items.webstreaming %} {{ 'Webstreaming'|t }}
{% endif %} {% if items.partnership.id == 3 or items.action == 'register_sideevent' %} {% if items.registration_url %} {{ "Coordinator's website"|t }}
{{ "To register for an EURegionsWeek close to you session, you will need to go to the Coordinator's website. The EURegionsWeek organisers do not process any participant data for these sessions, and are not responsible for their content."|t }}
{% endif %} {% else %} {% if items.action == 'close_registration' %} {{ 'Registration closed'|t }} {% elseif items.action == 'full' %} {{ 'Session full'|t }} {% elseif items.action == 'closed' %} {{ 'Closed session'|t }} {% elseif items.action != 'none' %} {% if items.add_to_agenda == true and items.action == "Register" %} {{ 'Register'|t }} {% elseif items.add_to_agenda == true and items.action == "Unregister" %} {{ 'Unregister'|t }} {% elseif items.add_to_agenda == false %} {{ items.action }} {% endif %} {% endif %} {% endif %}
    {% if items.keywords %}
  • {{ items.keywords }}
  • {% endif %} {% if items.date %}
  • {% if items.formatCode == 'stand' %} {% else %} {% endif %}
  • {% endif %} {% if items.code %}
  • {{ 'Code'|t }}: {{ items.code | raw }}
  • {% endif %} {% if items.venue_formatted %}
  • {{ items.venue_formatted }}
  • {% 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.moderators, 'label': items.moderators|length == 1 ? "Moderator"|t : "Moderators"|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 }}
{% if items.formatCode == 'stand' %} {{ items.date }} at {{ items.starttime|date('H:i') }} to {{ items.last_event_day }} at {{ items.endtime|date('H:i') }} CET
{% else %} {{ items.date }}, {{ items.starttime|date('H:i') }} - {{ items.endtime|date('H:i') }} CET
{% endif %}
{% endif %} {% if items.venue_formatted %}
{{ 'Where'|t }}
{{ items.venue_formatted }}
{% endif %} {% if items.partnership.name %}
{{ 'Type of partnership'|t }}
{{ items.partnership.name }}
{% endif %} {% if testimonials %}
{{ testimonials_label }}
{{ testimonials | raw }}
{% endif %} {% if items.format %}
{{ 'Format'|t }}
{{ items.format | raw }}
{% endif %} {% if items.themes %}
{{ items.themes|length > 1 ? 'Themes'|t : 'Theme'|t }}
{% for theme in items.themes %} {{ theme }}
{% endfor %}
{% endif %} {% if items.languages %}
{{ items.languages.count == 1 ? "Language"|t : "Languages"|t }}
{{ items.languages.items }}
{% endif %} {# Website #} {% if items.websites.urls %}
{{ items.websites.urls|length == 1 ? "Website"|t : "Websites"|t }}
{% for url in items.websites.urls %} {{ url }}
{% endfor %}
{% endif %} {# Social media #} {% if items.social_medias|length %}
{{ "Social media"|t }}
{% for account in items.social_medias %} {{ account.name_of_the_account }}
{% endfor %}
{% endif %} {% if items.replay.value %}
{{ "Replay"|t }}
{{ items.replay.value|raw }} {% endif %}
{% if items.image %}
{% endif %}
{% include '/modules/custom/ewrc_registration/templates/session/partners-list.html.twig' with { 'partners': items.partners, 'label': items.partners_label } %} {% include '/modules/custom/ewrc_registration/templates/session/documents-list.html.twig' with { 'documents': items.documents, } %} {% include '/modules/custom/ewrc_registration/templates/session/reporting.html.twig' with { 'reporting': items.reporting } %}