{% extends "base.html" %} {% load i18n %} {% block title %} {{ course.number}}: {{ course.time_period}} - {{ relate_site_name }} {% endblock %} {% block brand %} {{ course.number}} {{ course.time_period}} {% endblock %} {% block brand_link %} {% if not relate_exam_lockdown %} {% url "relate-course_page" course.identifier %} {% else %} # {% endif %} {% endblock %} {% block navbar %} {% block page_navbar %} {% endblock %} {% if not relate_exam_lockdown and pperm.view_calendar %} {% endif %} {% if pperm.view_gradebook %} {% endif %} {% if pperm.preview_content or pperm.use_markup_sandbox or pperm.use_page_sandbox %} {% endif %} {% if pperm.query_participation or pperm.manage_instant_flow_requests or pperm.preapprove_participation %} {% if not pperm.view_participant_masked_profile %} {% endif %} {% endif %} {% endblock %} {% block preview_status %} {% if participation.preview_git_commit_sha %}
  • [{% trans "Preview" %}]
  • {% endif %} {% endblock %} {% block nav_recommendations %} {% if instant_flow_requests %}
    {% if num_instant_flow_requests == 1 %} {% trans "There is an interactive activity going on right now." %} {% for i, req in instant_flow_requests %} {% trans "Go to activity" %} » {% endfor %} {% else %} {% trans "There are some interactive activities going on right now." %} {% for i, req in instant_flow_requests %} {% trans "Go to activity" %} {{ i }} » {% endfor %} {% endif %}
    {% endif %} {% endblock %}