{# Admin-only landing page. Merges the former /logs tab and the former Benutzer sub-section of Einstellungen into one place, with sub-tabs. #} {% extends "_layout.html" %} {% block content %}
{% if section == 'protokoll' %}{% include "_admin_logs.html" %} {% elif section == 'benutzer' %}{% include "_settings_users.html" %} {% endif %}
{% endblock %}