{% extends "projrev/base.html" %} {% block content %}

Access Error

{% if not_staff %}

You are not a reviewer to access this page.

{% endif %} {% if not_proposer %}

You are a reviewer to and cannot submit a proposal.

{% endif %} {% if not_authenticated %}

You are not logged in.

{% endif %}
{% endblock content %}