{% extends "app/backend/base.html" %} {% load static %} {% block content %}
{% if request.user == user %} Passwort ändern Two-Factor-Authentication {% endif %} {% if request.user.is_superuser %} {% if user.is_superuser %} Administratorrechte entziehen {% else %} Administratorrechte erteilen {% endif %} {% endif %}