{% extends "base.html" %} {% load i18n %} {% block title %} {{ course_desc.number}}: {{ course_desc.name}} - {% trans "RELATE" %} {% endblock %} {% block brand %} {{ course_desc.number}} {{ course_desc.run}} {% endblock %} {% block brand_link %}{% url "relate-course_page" course.identifier %}{% endblock %} {% block navbar %} {% with participation_role as pr %} {% block page_navbar %} {% endblock %} {% if 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 %}