{% extends "error.html" %}
{% block error_name %}
You need to login to see this page.
{% endblock %}
{% block error_description %}
We are sorry but you are not authorized to access this page.
{% endblock %}
{% block suggestion %}
Login
{% endblock %}