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

{{ run.title }}

{% for tag in run.tags.names %} {{ tag }} {% endfor %}
{% if not_run_count %} {% if not_run_count == count %} {% else %} {% endif %} {% endif %} {% if count %}

{{ count }} tests in {{ total_time}}

{% else %}

There is no tests in this run

{% if current == run.pk %}

This run is current you add tests in bulk with keywords or use search and pick them one by one.

{% elif current == None %}

Set this run current with the button below, to be able to add it tests.

{% csrf_token %}
{% else %}

This run is not current click the button below to make it current

{% csrf_token %}
{% endif %} {% endif %}
{% endblock %}