{% extends "base.html" %} {% block title %}Admin – MK Control{% endblock %} {% block content %}

Admin-Bereich

Konfigurationen verwalten, Logs einsehen, etc.

Vorhandene Konfigurationen

{% if configs %} {% else %}
Noch keine Konfigurationen vorhanden.
{% endif %}
Zurück zur Übersicht
{% endblock %}