{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Settings" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Settings") %} {% endblock page_header %} {% block main %} {% csrf_token %} {%for config in config_list%} {%if forloop.counter == 1%} {%else%}
{%endif%} {%for item in config.items%} {%endfor%} {%endfor%} {% endblock %} {% block js %} {{ block.super }} {% endblock %}