{% include "_styles.html" %}
{% set brand_subtitle = "Admin Dashboard" %} {% set site_dropdown_url_prefix = "/admin/" %} {% include "_header.html" %}
Zurück
Admin Dashboard
Userverwaltung
Hilfe
{{ site_count }}{% if site_trend > 0 %}
+{{ site_trend }}
{% elif site_trend < 0 %}
{{ site_trend }}
{% endif %}
Standorte
{{ screen_count }}{% if screen_trend > 0 %}
+{{ screen_trend }}
{% elif screen_trend < 0 %}
{{ screen_trend }}
{% endif %}
Screens
{{ user_count }}{% if user_trend > 0 %}
+{{ user_trend }}
{% elif user_trend < 0 %}
{{ user_trend }}
{% endif %}
User
{{ admin_count }}{% if admin_trend > 0 %}
+{{ admin_trend }}
{% elif admin_trend < 0 %}
{{ admin_trend }}
{% endif %}
Admins
{{ superuser_count }}{% if superuser_trend > 0 %}
+{{ superuser_trend }}
{% elif superuser_trend < 0 %}
{{ superuser_trend }}
{% endif %}
Superuser
Verlauf
{% for entry in history %}
{% if entry.action == "site_created" %}
{% elif entry.action == "site_deleted" %}
{% elif entry.action == "screen_created" %}
{% elif entry.action == "screen_deleted" %}
{% elif entry.action == "user_created" %}
{% elif entry.action == "user_deleted" %}
{% elif entry.action == "user_updated" %}
{% elif entry.action == "user_password_reset" %}
{% elif entry.action == "password_changed" %}
{% elif entry.action == "background_uploaded" %}
{% elif entry.action == "background_deleted" %}
{% elif entry.action == "customer_added" %}
{% elif entry.action == "user_login" %}
{% elif entry.action == "user_logout" %}
{% else %}
{% endif %}
{{ entry.timestamp }}
{{ entry.detail }}
{{ entry.user }}
{% else %}
Noch keine Aktivitäten aufgezeichnet
{% endfor %}
{% include "_footer.html" %}