{% extends 'base.html' %} {% load static %} {% block title %} Home Page {% endblock title %} {% block content %} {% include 'components/message.html' %} {% for s in series %} {% endfor %}
Title ({{series.paginator.count}}) Season - Episode Show
{{s.title}}
{{s.last_season}} - {{s.last_episode}} {% if s.show %} {% else %} {% endif %}
{% endblock content %}