{% load static %}
{% block title %}Seitenname{% endblock %}
{% if user.is_superuser %}
Administration
Dashboard
Suche
+
Entwürfe
{% elif user.is_staff %}
Administration
Dashboard
Suche
+
Entwürfe
{% elif user.is_authenticated %}
{{user.get_username}}'s Dashboard
Suche
{% endif %}
{% if user.is_authenticated %}
Abmelden
{% else %}
Anmelden
{% csrf_token %} {% if next %}
{% endif %}
Benutzername
Kennwort
Anmelden
{% endif %}
{% block content %} {% endblock %}