{% extends "base_site.html" %} {% block title %}Unauthorized{% endblock %} {% block content %}

Unauthorized

{% if user_name %} Sorry, {{ user_name }}, you are not authorized{% if group_name %} to access Group: {{ group_name }}{% else %} to access this page.{% endif %} {% else %}

Login invalid

{% endif %}

{% endblock %}