{% extends 'base.html' %} {% load static %} {% load autodidact %} {% block navigation %} {% include 'autodidact/include/assignment_navigation.html' %} {% endblock %} {% block content %} {% if step %}
{% csrf_token %} {% if step.answer_required %} {% endif %}
Completed

Assignment {{assignment.nr}} – step {{step.nr}} of {{count}}

{{step.description|upload_urls:session}}
Your answer:
{% for hint in step.clarifications.all %}
{% if hint.image %} {% endif %} {{hint.description}}
{% endfor %}

Your progress in this assignment:

{% else %}
This step does not exist. Go back to step 1.
{% endif %} {% endblock %}