{% extends "base.html" %} {% load i18n %} {% block title %} {{ course.number}}: {{ course.time_period}} - {% trans "RELATE" %} {% 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_participations or pperm.manage_instant_flow_requests or pperm.preapprove_participation %} {% endif %} {% endblock %} {% block version_advice %} {% if participation.preview_git_commit_sha %}
{% trans "You are currently seeing a preview of revision" %} '{{participation.preview_git_commit_sha}}'. {% trans "View revisions" %}
{% 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 %}