{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Not Authorised" %}{% endblock %} {% block content %}

{% trans "Account Not Authorised" %}

We are sorry, but your Google account {{ user_display }} is not authorised to use this system.

If you believe this is an error, please contact your administrator for permission.

{% endblock %}