{% extends "base.html" %}{% block title %}KI4TUK Admin{% endblock %}{% block content %}
| Benutzer | E-Mail Adresse | Beigetreten an | Gewünschte Rechte | Nutzerrechte akzeptieren | Nutzerrechte ablehnen | ||
|---|---|---|---|---|---|---|---|
| {{ pending_users[ns.counter].first_name}} {{ pending_users[ns.counter].last_name}} | {{pending_users[ns.counter].email}} | {{ pending_users[ns.counter].date }} | {% if user.user_rights == 2 %}RAT-Ersteller | {% elif user.user_rights == 3%}Dozent | {% else %}Admin | {% endif %}Akzeptieren | Ablehnen |