{% extends "core/base.html" %} {% load core_tags menu_tags static wagtailuserbar wagtailcore_tags wagtailimages_tags %} {% block extra_css %} {% endblock %} {% block fullwidth_header %} {% if self.slides %} {% elif self.slide1_img %} {% endif %} {% endblock fullwidth_header %} {% block content %} {% get_upcoming_events 1 as upcoming_events %} {% if upcoming_events %} {% with upcoming_event=upcoming_events.0 %}
Nächste Veranstaltung

{{ upcoming_event.title }}

Details
{{ upcoming_event.start_date|date:"d" }} {{ upcoming_event.start_date|date:"b" }}
{% if upcoming_event.subtitle %}

{{ upcoming_event.subtitle }}

{% endif %}

{% if upcoming_event.location_name %}{{ upcoming_event.location_name }}{% endif %} {% if upcoming_event.location_city %}, {{ upcoming_event.location_city }}{% endif %}

{{ upcoming_event.start_date|date:"SHORT_DATE_FORMAT" }} {% if upcoming_event.end_date %} - {{ upcoming_event.end_date|date:"SHORT_DATE_FORMAT" }}{% endif %}

{% if upcoming_event.is_registration_active %} Anmelden {% endif %} {% if upcoming_event.flyer.url %} Programm {% endif %}
{% endwith %} {% endif %}

Willkommen bei FEO GmbH

{{ self.block1|richtext }}
{% if self.thumbnail1_img %}
{% image self.thumbnail1_img fill-600x400-c100 class="img-fluid w-100 h-100" style="object-fit: cover;" %}

{% if self.thumbnail1_more_page %} {{ self.thumbnail1_title }} {% else %} {{ self.thumbnail1_title }} {% endif %}

{{ self.thumbnail1_text|richtext }}
{% if self.thumbnail1_more_page %} {% endif %}
{% endif %} {% if self.thumbnail2_img %}
{% image self.thumbnail2_img fill-600x400-c100 class="img-fluid w-100 h-100" style="object-fit: cover;" %}

{% if self.thumbnail2_more_page %} {{ self.thumbnail2_title }} {% else %} {{ self.thumbnail2_title }} {% endif %}

{{ self.thumbnail2_text|richtext }}
{% if self.thumbnail2_more_page %} {% endif %}
{% endif %} {% if self.thumbnail3_img %}
{% image self.thumbnail3_img fill-600x400-c100 class="img-fluid w-100 h-100" style="object-fit: cover;" %}

{% if self.thumbnail3_more_page %} {{ self.thumbnail3_title }} {% else %} {{ self.thumbnail3_title }} {% endif %}

{{ self.thumbnail3_text|richtext }}
{% if self.thumbnail3_more_page %} {% endif %}
{% endif %}
{% endblock content %}