Tuxflotte Kundenplattform
{% if user %}
{% if user.is_superuser %}
Admin
{% endif %}
{{ user.email }}
Abmelden
{% endif %}
{% block content %}{% endblock %}