{% extends 'config/base.html' %} {% block content %} {% for one in conf_list %}

{{ one.name }}

{% endfor %} {% endblock content %}