{% extends "site_base.html" %} {% load bootstrap_tags %} {% load compress %} {% load i18n %} {% load static %} {% block head_title %}{% trans "Tutorial Comment" %}{% endblock %} {% block body_id %}tutorial_message{% endblock %} {% block page_title %}{% trans "Tutorial Comment" %}{% endblock %} {% block body %}
{% trans "Back to presentation details" %}
{% trans "Class notes are visible to both instructor(s) and attendees" %}
{% endblock body %}