{% extends "base.html" %} {% block title %}Gehaltsstufen{% endblock %} {% block nav %} Profil Hauptuebersicht Verwaltung Abmelden {% endblock %} {% block content %} {% if object_list %} {% for object in object_list %} {% endfor %}
Stufenkürzel
{{ object.stufen_kuerzel }} Ändern Löschen
{% else %}

Keine Gehaltsstufen vorhanden.

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