{% extends "web/base.html" %} {% block content %}

Films (In Order)

{% for object in object_list %} {% include "votes/includes/film_card.html" with film=object only %} {% empty %}

There are no films added :(

Add a film!

{% endfor %} {% endblock %}