{% extends "layout.html" %} {% block title %} - My seeded torrents{% endblock %} {% block body %} {% for title in titles %} {% for link in title.links %} {% if not loop.index0 %} {% endif %} {% set instance = connector.get_instance(link.link, '') %} {% if not loop.index0 %} {% endif %} {% endfor %} {% endfor %}
Name Link Season Tools
{{ title.name }} {{ flags.FR.value if link.vf else flags.JP.value }} {{ link.link|shorten }} {{ link.season }}
{% endblock %}