{% extends "base.html"%} {% block body %}

Settings

Wifi

System Update

Mopidy & Extensions

{% if warning_msg is not None %}

{{ escape(warning_msg) }}

{% end if %} {% for section in config %}
{% for name in config[section] %} {% if config[section][name][1] == "string" %} {% elif config[section][name][1] == "password" %} {% elif config[section][name][1] == "bool" %} {% elif config[section][name][1] == "int" %} {% elif config[section][name][1] == "tuple" %} {% else %} NOT RECONIGZED {% end if %} {% end %}
{% end %} {% end %}