{% assign event = include.event %} {% assign location = site.data.hifis_organizations[event.location.campus] %} {% if event %}
{% if event.start.date %} {{ event.start.date | date: "%d. %b. %y" }} {% endif %} {% if event.type %} {{ event.type | capitalize }} {% endif %} {% if event.location.campus %} {% assign organization_code = event.location.campus | split: "-" | first %} {% assign organization = site.data.helmholtz-centers[organization_code] %} {% assign city = organization.campii[event.location.campus].city %} {% if city %}{{ city }}{% else %}Coming soon{% endif %} {% endif %}
{% if event.title %}

{{ event.title }}

{% else %} {% endif %} {% if event.excerpt %}

{{ event.excerpt | strip_html | slice: 0, 150 }}

{% endif %}   More
{% else %} {% endif %}