{% extends "base.html" %} {% block title %}Systemnachrichten{% endblock %} {% block nav %} Profil Hauptuebersicht Verwaltung Abmelden {% endblock %} {% block content %} {% if object_list %}
Nachricht | Aktiv | ||
---|---|---|---|
{{ object.nachricht }} | {% if object.is_aktiv %}Ja{% else %}Nein{% endif %} | Ändern | Löschen |
Keine Systemnachrichten gefunden.
{% endif %} {% load eigentags %}{% such_pagination %} {% endblock %}