{% endif %}
{% if not course.video_set.all and not course.courseattachment_set.all and not is_lecturer %}
No content available (yet).
{% endif %}
{% if is_admin %}
{% include "forms/course.html" with formtitle="Edit course" %}
{% endif %}
{% endblock content %}