Settings Editor
| Setting Name | Current Value | Action | ||||
|---|---|---|---|---|---|---|
| {% if SETTING.get(setting) in [False] %} | Off | {% elif SETTING.get(setting) in [True] %} | On | {% else %} | {% endif %} |
{% extends "base.html" %} {% set active_page = "admin_settings" %} {% block title %}
| Setting Name | Current Value | Action | ||||
|---|---|---|---|---|---|---|
| {% if SETTING.get(setting) in [False] %} | Off | {% elif SETTING.get(setting) in [True] %} | On | {% else %} | {% endif %} |