{% if no %} {% include "wtem/exercises/exercise_no.html" %} {% endif %}
{% autoescape off %} {% for para in exercise.description %}

{{para}}

{% endfor %} {% endautoescape %}
{% if exercise.instruction %} {{ exercise.instruction }} {% endif %} {% if exercise.fields %} {% for field in exercise.fields %}
{% if field.type == 'file' %}
{% else %} {% endif %}
{% endfor %} {% else %} {% endif %} {% if exercise.description_after %}
{% autoescape off %} {% for para in exercise.description_after %}

{{para}}

{% endfor %} {% endautoescape %}
{% endif%}