{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "Permission Denied" %}{% endblock %} {% block content %} {% box "important" %}
{% 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 %}