{% if not notification_manager.get_notification(notification) %} {% include 'events.html' %} {% else %} {% extends 'template.html' %} {% set active_top_page = 'events' -%} {% block title %} {% with notification=notification_manager.get_notification(notification) %}

Ereignis {{ notification.get_time().strftime('vom %d.%m.%Y um %H:%M:%S Uhr')|e }}

{% endwith %} {% endblock title %} {% block content %} {% with notification=notification_manager.get_notification(notification), detail=True %}
{% include 'snippets/render_notification.html' %}
{% endwith %}
{% endblock %} {% endif %}