{% extends "base.html" %} {% load i18n %} {% 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 %}{% url home as home_url %}{% blocktrans %}Back to home page.{% endblocktrans %}
{% endif %} {% endblock %}