{% extends "base.html" %} {% set active_page = "admin_settings" %} {% block title %}Basic Settings - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Basic Settings

{% endblock %} {% block content %}

Settings Editor

{% for setting in settings %} {% if SETTING.get(setting) in [False] %} {% elif SETTING.get(setting) in [True] %} {% else %} {% endif %} {% endfor %}
Setting Name Current Value Action
 Off  On
{% endblock %} {% block extrascripts %} {% endblock %}