{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' %} {{ name }}{% translate ' setting' %} {% translate 'You are about to change the value for the setting with name: ' %}{{ name }} {% csrf_token %} {% translate 'Update setting' as fieldset_legend %} {% include 'partials/form/fieldset.html' with legend=fieldset_legend fields=form %} {% translate 'Update setting' %} {% endblock %}
{% translate 'You are about to change the value for the setting with name: ' %}{{ name }}