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

Step {{step.nr}} of {{count}}: {{step.name}}

{{step.description|markdown}}
Your answer:

Your progress in this assignment:

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