{% extends "base.html" %} {% block title %}Systemnachrichten{% endblock %} {% block nav %} Profil Hauptuebersicht Verwaltung Abmelden {% endblock %} {% block content %} {% if object_list %} {% for object in object_list %} {% endfor %}
Nachricht Aktiv
{{ object.nachricht }} {% if object.is_aktiv %}Ja{% else %}Nein{% endif %} Ändern Löschen
{% else %}

Keine Systemnachrichten gefunden.

{% endif %} {% load eigentags %}{% such_pagination %} {% endblock %}