{% extends "dynamic_preferences/base.html" %} {% load i18n %} {% block content %} {% include "dynamic_preferences/sections.html" with sections=registry.sections %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}