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