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

{{ test.title }} [edit] [delete]

{% for tag in test.tags.names %} {{ tag }} {% endfor %}
{{ test.html|safe }}
{% if current %}
{% csrf_token %}
{% endif %}

Last runs

{% endblock %}