{% extends 'adminpanel/inc/layout.html'%} {% load static%} {% load query_params %} {% block title%} Settings{% endblock %} {% block bodyclass%}hold-transition skin-light-blue sidebar-mini{% endblock %} {% block body%}

Settings List

{% if setting_tabs %} {% for key,val in setting_tabs.items %}
{% if val.1|settings_template_exists == True %} {% with "adminpanel/settings/"|add:val.1|add:".html" as template %} {% with key|get_widget as data %} {% include template %} {% endwith %} {% endwith %} {% endif %}
{% csrf_token %}
{% endfor %} {% endif %}
{% endblock %}