{% extends 'stadt/stadt.html' %} {% load events groups rules %} {% block title %}Ereignisse - {{ block.super }}{% endblock %} {% block menu %}{% with menu='event' %}{{ block.super }}{% endwith %}{% endblock %} {% block heading_title %}{% with title='Ereignisse' %}{{ block.super }}{% endwith %}{% endblock %} {% block heading_toolbar %} {% has_perm 'content.create_content' user as can_create_content %} {% if can_create_content %} Neues Ereignis {% endif %} {% endblock %} {% block sidebar %} {% sidebar_groups user %} {% endblock %} {% block content %} {% calendar user size="large" %} {% comment %} {# FIXME: markup, css-classes, ...? #}