{% extends "base.html" %} {% block body %} {% if error.is_private %}
{{ _('This contest is private to specific users.') }}
{% endif %} {% if error.is_organization_private %} {% if error.is_private %}{{ _('Additionally, only the following organizations may access this contest:') }}
{% else %}{{ _('Only the following organizations may access this contest:') }}
{% endif %}