{% extends 'base.html' %} {% load static %} {% block title %} Home Page {% endblock title %} {% block content %} {% include 'components/message.html' %}

{% if type == "all" %} {% else %} {% endif %} {% if type == "watched" %} {% else %} {% endif %} {% if type == "unwatched" %} {% else %} {% endif %}
{% for s in series %} {% endfor %}
Title ({{series.paginator.count}}) Watched Last Unwatched Show
{{s.title}}
{{s.watched_season}} - {{s.watched_episode}} {{s.last_season}} - {{s.last_episode}} {{s.new_episodes_count}} {% if s.show %} {% else %} {% endif %}
{% endblock content %}