{% extends 'base/base.html' %} {% block title %}Admin{% endblock %} {% block content %} Admin Owner-only overview, error log and schema. live {% for _ in range(4) %} {% endfor %} Errors newest first Clear all Loading errors… Schema Loading schema… Appearance {% for theme in available_themes %} {{ theme.name }} {% if theme.id == active_theme_id %} Active {% endif %} {% endfor %} {% endblock %}
Owner-only overview, error log and schema.
Loading errors…
Loading schema…