{% extends "assistant/base.html" %} {% block container %}

{{ done }}/{{ count }} @ {{ run.title }}

{{ test.title }}

{% for tag in test.tags.names %} {{ tag }} {% endfor %}
{{ test.html|safe }}
{% csrf_token %}
{% endblock %}