{% set title = g.course.name %} {% extends "base.html" %} {% block body %}
{{ error }} {% else %}
Please confirm that you want to leave this course. {% endif %} {% if not error %} {{ form.csrf_token }} {% endif %} Back to the course {% endblock %}