{% extends "search.html" %} {% load staticfiles %} {% block title %}IRCapp-Results{% endblock %} {% block searchresults %}
{% if noquick %} {% if results %}
No match found through quick downloading, displaying results instead
{% else %}
No match found through quick downloading
{% endif %} {% endif %}
{% if results %} Next› {% if pn >= 1 %}  ‹Prev  «First {% endif %}

{% for result in results %} {% if "criten" in result.naddr %} {% else %} {% endfor %}
{{result.name}} {{result.name}} {% endif %} {{result.szf}} {{result.sz}} {{result.naddr}} {{result.cname}} {{result.uname}} {{result.n}}

Next› {% if pn >= 1 %}  ‹Prev  «First {% endif %} {% else %} {{message}} {% endif %}
{% endblock searchresults %}