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

Keywords Further filter tests

{% for current_tag in all_tags %} {% if current_tag in tags %} {{ current_tag.name }} {% else %} {{ current_tag.name }} {% endif %} {% endfor %}

{{ count }} tests match

{% if current %}
{% csrf_token %}
{% endif %}
{% endblock %}