{% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

Site Settings

All settings have been saved
{% include 'common/components/csrf.html' %} {% for plugin_name, plugin in settings %} {% for name, setting in plugin %}
{% if (setting.type == 'text') %} {% elseif (setting.type == 'select') %} {% elseif (setting.type == 'toggle') %} {% elseif (setting.type == 'readonly') %} {% endif %}

{{setting.description}}

{% endfor %} {% endfor %}

System Information

{% for name, value in info %}

{{name}}

{{value}}
{% endfor %}

Admin Tools

Rebuild minified CSS and JS: Rebuild

This may take some time, please be patient and wait for the page to refresh.

Error Log

{{error_log.path}}
{% for msg in error_log.messages %} {{msg}}
{% endfor %}
{% include 'components/footer.html' %}