{% extends "index.html" %} {% block title %}{{ super() }} - {{ _("Results") }}{% endblock%} {% set active_page = "search" %} {% block content %}

{{ torrent.category_string }} » {{ torrent.subcategory_string }} » {{ torrent.name }}

.torrent-file:
{{ torrent.fileid }}
Name: {{ torrent.name }}
Size: {{ torrent.metadata.torrentsize_human }}
Date: {{ torrent.metadata.creation_date }}
Description: {{ torrent.description or "-" }}
Audio quality: {{ torrent.audioquality_description or "-" }}
Video quality: {{ torrent.videoquality_description or "-" }}
{% endblock content%}