{% extends "base.html" %} {% import "macros.html" as macros %} {% block content %}

Series updates

{% if paginated_series.get_object_list() %}

New torrents from series you follow

{% include "_following.html" %} {% else %}

Torrents from series you follow will appear here

{% endif %}
{% endblock %}