{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Edit Settings" %}{% endblock title %} {% block page_heading %}{% trans "Edit Settings" %}{% endblock page_heading %} {% block content %}
{% csrf_token %}
{% if request.user.is_superuser %}
{% csrf_token %}
{% csrf_token %}
{% trans "After change please full refresh page with 'Ctrl + F5' "%}
{% endif %} {% for setting in appsettings %}
{% csrf_token %}
{% if setting.choices %} {% else %} {% endif%}
{% endfor %}
{% endblock %}