{% extends "elearning.html" %} {% block headtitle %}{{ unit }} Declaration - {{ course }} - {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

To start this course, please agree to the following declaration:

{{ config.student_honesty_declaration|safe }}
{% endblock %}