{% extends "layout.html" %} {% block title %}- Search for "{{ request.args.get('q') }}"{% endblock %} {% block body %} {% for connector in connectors %} {% if connector.data|length > 0 or connector.is_more %} {% endif %} {% for torrent in connector.data %} {% if connector.is_light %} {% else %} {% endif %} {% endfor %} {% if connector.is_more %} {% endif %} {% if connector.on_error %} {% endif %} {% endfor %}
Name Link Size Date
{{ connector.title }}
{{ torrent.vf|flagify }} {{ torrent.name|boldify|safe }} {{ torrent.type }} {{ torrent.comment|safe }} {{ torrent.link|safe }} {{ torrent.size }} {{ torrent.date }} {{ torrent.seeds }} {{ torrent.leechs }} {{ torrent.downloads }}
More ...
Error, can't grab data from {{ connector.title }} Go to the website ->
{% endblock %}