{% load static %} {% load index %} {% include 'partials/notify.html' %} {% if results %}

fetched {{ results|length }} of {{ card }} hits in {{ took }}ms

{% if exemption is not None %}
{% else %} {% if redacted != 0 %}

{{ redacted }} redacted

{% endif %} {% endif %}
{% for item in results %} {% if item.exemption == True %} {% elif item.type == 'join' %} {% elif item.type == 'quit' %} {% elif item.type == 'kick' %} {% elif item.type == 'part' %} {% elif item.type == 'mode' %} {% else %} {% endif %} {% endfor %}
src type ts msg host nick actions channel net
{% if item.src == 'irc' %} {% elif item.src == 'dis' %} {% endif %} {% if item.type == 'msg' %} {% elif item.type == 'join' %} {% elif item.type == 'part' %} {% elif item.type == 'quit' %} {% elif item.type == 'kick' %} {% elif item.type == 'nick' %} {% elif item.type == 'mode' %} {% else %} {{ item.type }} {% endif %}

{{ item.date }}

{{ item.time }}

{{ item.msg }} {{ item.host }}
{% if item.online is True %} {% elif item.online is False %} {% else %} {% endif %}
{{ item.nick }}
{% if item.num_chans is not None %}
{{ item.num_chans }}
{% endif %}
{% if item.src == 'irc' %} {% endif %}
{{ item.channel }}
{% if item.num_users is not None %}
{{ item.num_users }}
{% endif %}
{{ item.net }}
{% endif %}