{% extends "sakai/evaluation/base.html" %} {% block content %} {% if state_message %}
{{ state_message|safe }}
{% endif %} {% if instructions %}
{{ instructions|safe }}
{% endif %} {% if questions %}
{% csrf_token %} {{ questions|safe }}

{{ submitButton|safe }}

{% endif %} {% endblock %}