{% extends "admin/base_site.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if not synced %}

The catalogue in code differs from the database. Run manage.py tunables_sync before editing.

{% endif %}
{% for row in groups %} {% endfor %}
GroupDescriptionTunablesRules
{{ row.title }} {{ row.description }} {{ row.count }} {% for rule in row.validators %}{{ rule }}{% if not forloop.last %}
{% endif %}{% endfor %}
{% if can_edit and synced %}Edit{% endif %}
{% endblock %}