{% for setting in settings %}
{% if setting.type == 'bool' %} {% elif setting.type == 'select' %} {% endif %}
{% endfor %}
Save
Cancel