{% extends "course/course-base.html" %} {% block page_navbar %} {% endblock %} {% block content %} {% if course.hidden %}
This course is only visible to course staff at the moment. Change »
{% endif %} {% if not course.valid %}
There may be a problem with the validity of course data, which may lead to students encountering unexpected errors. Update »
{% endif %} {% if not user.is_authenticated %}
You're not currently signed in. Sign in »
{% else %} {% if role == participation_role.unenrolled %}
{% csrf_token %}
{% endif %} {% endif %} {% for chunk in chunks %} {{chunk.html_content|safe}} {% endfor %} {% endblock %}