{% extends "base.html" %} {% block title %}Edit Settings{% endblock %} {% block content_title %}Edit Settings{% endblock %} {% block content %} {% if auth_forbidden %}
You have not necessary rights to access current page.
{% else %} {% endif %} {% endblock %}