{% extends "layout-with-toolbar.html" %} {% block import_element %} {% raw %} {% endraw %} {% endblock %} {% block page_title %}Access Denied{% endblock %} {% block toolbar_title %}Access Denied{% endblock %} {% block main_content %} {% if user_email %}

You (email={{user_email}}) are not authorized to access this page!

{% if message %}

{{message}}

{% endif %}

Please contact {{contact_string}}.

Switch account
Logout

{% else %}

Please log in to see this page.

{% endif %} {% if is_oss_fuzz %}

OSS-Fuzz is an effort to provide continuous fuzzing infrastructure for open-source software. You can read more about it here: https://github.com/google/oss-fuzz.

{% endif %} {% endblock %}