{# date and time #}
- {% if single == true %} {# individual content page #}
- {% else %} {# main listing page #}
-
- {% endif %}
-
-
-
{# title and content #}
- {% if single == true %} {# individual content page #}
- {% if (config.plugins.events.event_meta.display_location) and (page.header.event.location is not empty) %}
-
{{ page.header.event.location }}
- {% endif %}
- {% if page.content %}
-
{{ page.content|raw }}
- {% else %}
- {{ "PLUGIN_EVENTS.EVENTS.NO_MORE_INFORMATION"|t }}
- {% endif %}
- {% include 'partials/event_meta.html.twig' with { 'page': page } %}
-
- {% else %} {# main listing page #}
-{# {% if page.content %} #}
-