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

Films (in vote 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 %}