{% extends "page.html" %} {% block main_content %}
{% if content %} {{ content }} {% else %} {{ _("Not authorized to view this page") }} {% endif %}