{% if term %}

Term {{ term }}

{% endif %} {% if analyses %}

Search Results

{% for analysis in analyses %} {% endfor %}
Task ID Matches
Analysis #{{ report.analysis.task_id }} {% for key, value in report.analysis.matches %} {% endfor %}
{{ key }}: {{ value }}
{% if analysis.total %}
({{ report.analysis.total }} more matches)
{% endif %}
{% elif analyses != None %}
No results found.
{% else %} {% if error %}
{{ error }}
{% endif %} {% endif %}