{% endblock %}
{% block editor %}
{% if perms.autodidact.change_assignment %}
Edit this assignment
{% if step and perms.autodidact.change_step %}
- Edit this step
{% endif %}
{% endif %}
{% endblock %}
{% block content %}
{% if step %}
{% else %}
This step does not exist. Go back to step 1.
{% endif %}
{% endblock %}