{% extends "base.html" %} {% load static %} {% block content %}
{% csrf_token %}
{% if results is not None %} {% endif %} {% for item in results %} {% endfor %}
TS msg host nick channel net
{{ item.ts }} {{ item.msg }} {{ item.host }} {{ item.nick }} {{ item.channel }} {{ item.net }}
{% if results is not None %}

{{ card }} hits

{% endif %} {% endblock %}