{% 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 %}
You (email={{user_email}}) are not authorized to access this page!
{% if message %}{{message}}
{% endif %}Please contact {{contact_string}}.
{% 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 %}