{% extends "base.html" %} {% block title %} {{ course_desc.number}}: {{ course_desc.name}} - CourseFlow {% endblock %} {% block brand %} {{ course_desc.number}} {{ course_desc.run}} {% endblock %} {% block brand_link %}{% url "course.views.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 %} {% endif %} {% endwith %} {% endblock %} {% block version_advice %} {% if participation.preview_git_commit_sha %}
You are currently seeing a preview of revision '{{participation.preview_git_commit_sha}}'. View revisions
{% endif %} {% if participation.temporary_role %}
You are currently seeing a preview of what someone using the '{{participation.temporary_role}}' role would see.
{% endif %} {% endblock %} {% block nav_recommendations %} {% if instant_flow_requests %}
{% if num_instant_flow_requests == 1 %} There is an interactive activity going on right now. {% for i, req in instant_flow_requests %} Go to activity » {% endfor %} {% else %} There are some interactive activities going on right now. {% for i, req in instant_flow_requests %} Go to activity {{ i }} » {% endfor %} {% endif %}
{% endif %} {% endblock %}