{% extends "base.html" %} {% block content %} {% if results %}

Querytagger results

Tagged {{ found }} documents for the query {{ query }} which had not this tag yet.

{% endif %}

Tag all results of a query

{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
{% endblock content %}