{% extends "base.html" %} {% block title %}{{ _('Forbidden') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('You are not authorized to view the page you tried to open.') }}