{% 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 %} {% with participation_role as pr %} {% block page_navbar %} {% endblock %} {% if not relate_exam_lockdown and role != pr.unenrolled %} {% endif %} {% if role == pr.instructor or role == pr.teaching_assistant or role == pr.observer %} {% endif %} {% if role == pr.instructor or role == pr.teaching_assistant %} {% endif %} {% if role == pr.instructor %} {% endif %} {% endwith %} {% 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 %}