{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' %}
{% csrf_token %} {% translate 'Add setting' as fieldset_legend %} {% include 'partials/form/fieldset.html' with legend=fieldset_legend fields=form %}
{% endblock %}