{% extends "core/base.html" %} {% load core_tags menu_tags static wagtailuserbar wagtailcore_tags wagtailimages_tags crispy_forms_tags %} {% block extra_css %} {% endblock %} {% block content %} {% if self.slide1_img %}
{% endif %}

{{ self.title }}

{% if self.subtitle %}

{{ self.subtitle }}

{% endif %}
{% if self.img1_img or self.img2_img %} {% endif %}

{{ self.start_date }}{% if self.end_date %} - {{ self.end_date }}{% endif %}

{% if self.location_name %}

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

{% endif %}
{% if self.is_registration_active %} {% if self.pretix_slug %} Jetzt anmelden {% elif self.registration_url %} Jetzt anmelden {% else %} {% endif %} {% endif %}
{{ self.description|richtext }}
{% if self.location_name %}

Veranstaltungsort

{{ self.location_name }}
{% if self.location_street %}{{ self.location_street }}
{% endif %} {% if self.location_city %}{{ self.location_city }}{% endif %}
{% endif %} {% if self.flyer %}

Programm

Flyer herunterladen

{{ self.flyer.title }}
Stand: {{ self.flyer.created_at }}

{% endif %} {% if self.downloads %}

Downloads

{% for download in self.downloads %} {{ download.value.title }}

{{ download.value.file.title }}
Stand: {{ download.value.file.created_at }}

{% endfor %}
{% endif %}
{% if self.tabs %}
{% for tab in self.tabs %}
{% if tab.block_type == 'richtext_tab' %} {{ tab.value.content|richtext }} {% elif tab.block_type == 'media_tab' %}
{{ tab.value.pre_content|richtext }}
{% include 'core/blocks/media_tab.html' with value=tab.value.media_file autoplay=tab.value.autoplay muted=tab.value.muted %}
{{ tab.value.post_content|richtext }}
{% elif tab.block_type == 'image_tab' %}
{% image tab.value.image original as img %} {{ img.alt }} {% if tab.value.caption %}
{{ tab.value.caption }}
{% endif %}
{% elif tab.block_type == 'sponsor_tab' %} {% for sponsor in tab.value.sponsors %} {% if sponsor.block_type == 'headline' %} {% elif sponsor.block_type == 'sponsor' %} {% endif %} {% endfor %} {% endif %}
{% endfor %}
{% endif %} {% if self.is_registration_active %}

Jetzt für "{{ self.title }}" anmelden!

Sichern Sie sich Ihren Platz bei dieser Veranstaltung und profitieren Sie von spannenden Vorträgen und wertvollen Networking-Möglichkeiten.

{% if self.is_registration_active %} {% if self.pretix_slug %} Jetzt anmelden {% elif self.registration_url %} Jetzt anmelden {% else %} {% endif %} {% endif %}
{% endif %} {% endblock content %} {% block extra_js %} {{ block.super }} {% endblock %}