{% extends "framework_modern.html" %} {% block content %} {% block action_modals %} {% endblock action_modals %}

{{ setting.name }}

{% with setting_to_render=setting can_be_default=False %} {% include "objects/setting_template.html" %} {% endwith %}
{% endblock content %}