{% extends "base.html" %} {% block title %}Organisation — Tuxflotte{% endblock %} {% block content %}

Organisation

Kolleg:innen

{% if not benutzer %}

Keine Konten gefunden.

{% else %}
{% if user.is_superuser or user.ist_organisationsadmin %}{% endif %} {% for b in benutzer %} {% if user.is_superuser or user.ist_organisationsadmin %} {% endif %} {% endfor %}
E-MailOrg-AdminAngelegt
{{ b.email }} {{ "ja" if b.ist_organisationsadmin else "nein" }} {{ b.created_at }} {% if b.id != user.id|string %}
{% endif %}
{% endif %} {% if user.is_superuser or user.ist_organisationsadmin %}
Neues Konto anlegen
{% endif %}
{% endblock %}