{% extends "course/static-page.html" %} {% load i18n %} {% block page_content_advisories %} {% if course.hidden %}
{% trans "This course is only visible to course staff at the moment." %} {% trans "Change" context "change the visibility of a course" %} »
{% endif %} {% if not user.is_authenticated %}
{% trans "You're not currently signed in." %} {% trans "Sign in" %} »
{% else %} {% if show_enroll_button %}
{% csrf_token %}
{% endif %} {% endif %} {% endblock %}