{% extends "events/page.html" %} {% load i18n comments thumbnail %} {% block title %}{{ event.name }}{% endblock %} {% block description %}Veranstaltung {{ event.name }} am {{ event.start|date }}{% endblock %} {% block opengraph %} {% if event.description %}{% endif %} {% endblock %} {% block jumbotron_background %}{{ event.get_image|thumbnail_url:'callout' }}{% endblock %} {% block teaser %}

{{event.name}}

{% if event.description %}
{{event.description|truncatewords_html:75|safe}}
{% endif %} {% endblock %} {% block redbox %}

Info

 

{% endblock %} {% block navigation %} {% if not event.is_future_event %} {% endif %} {% endblock %} {% block maincontent %}
{% if event.description %} {{event.description|safe}} {% else %} {{event.location.description|safe}} {% endif %}

{% trans 'Location' %}

{{ event.location.name }}
{{event.location.street_address}}
{{event.location.postal_code}} {{event.location.locality}}
{{event.location.get_country_display}}
{% if event.location.url %}

{% trans "Homepage" %}: {{ event.location.url }}

{% endif %}

{% trans "Date" %}


{% endblock %} {% block comments %} {% render_comment_list for event %} {% render_comment_form for event %} {% endblock %} {% block buttonbar %} {% if perms.events.change_event %} {% trans "Edit Event" %} {% endif %} {% if perms.events.add_event %} {% trans "Add Dates" %} {% endif %} {% endblock %}