{% extends "base.html" %} {% block title %} {{ title }} {% endblock title %} {% block content %} {% for notice in notices %}

{{ notice.notice_title }}

{{notice.notice_text}}

{% if user.is_staff %}

Nachricht löschen

{% endif %}
{% endfor %} {% if user.is_authenticated %}

Neue Nachricht

{% endif %} {% endblock content %}