{% extends "base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Permission Denied" %}{% endblock %} {% block content %}
{% box "important" %}

{% trans "You don't have access to this review request." %}

{% blocktrans %} This review request is private. You must be a requested reviewer, either directly or on a requested group, and have permission to access the repository in order to view this review request. {% endblocktrans %}

{% endbox %}
{% endblock %}