{% trans "Access to the page you requested was denied." %}
{% trans "Here are a few things you could try:" %}
{% if not user.is_authenticated %}
{% trans "Sign in" %} .
{% url "relate-home" as relate-home %}
{% blocktrans trimmed %}
You're not currently signed in. Access to the resource is restricted,
and since the site has no way of knowing who you are, it denied you accesss.
Once you're signed in, navigate back to your course from the
home page and retry your last
action.
{% endblocktrans %}
{% endif %}
{% url "relate-home" as relate-home %}
{% blocktrans trimmed %}
Complete your enrollment in your course. If you're not enrolled, a large
"Enroll now" button will show up at the top of your course page. Click that,
follow the indicated steps, and then retry your last action.
{% endblocktrans %}
{% blocktrans trimmed %}
If none of the above steps help, please navigate back to your course from the
home page and contact your course
staff.
{% endblocktrans %}
{% blocktrans %} Sorry, and thanks for your patience! {% endblocktrans %}
{% endblock %}