{% extends "search.html" %} {% block results %} {% if results %}
{% for x in results %} {% set item = results[x]%} {% endfor %}
Name Size Category
{{ item.NZBNAME }} {{ item.SIZE|convert_bytes }} {{ item.CATEGORY }}
{% else %}

No results found.

{% endif %} {% endblock %}