{% extends "admin/base_site.html" %} {% load static %} {% block title %}View current settings {{block.super}}{% endblock title %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block content %}

Current settings

{% for value in values %} {% endfor %}
Setting Instance Field Public Value
{{value.s_name}} {{value.i_name}} {{value.f_name}} {% if value.f_public %}True{% else %} False {% endif %} {{value.v_value}}
{% endblock %}