{% load helpers %}
{{ query }}
{% if search_type == 'ip' %}
Matched by IP
{% elif search_type == 'source_ip' %}
Matched by source IP
{% endif %}
| Found: {{ total_results }} messages
| Showing: {{ logs|length }}