{% extends "web/base.html" %} {% comment %} Takes in: - {{ num_to_watch }} {% endcomment %} {% load humanize %} {% block content %}

Films (by vote order)

There are {{ num_to_watch|apnumber }} films to watch. {% 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 %}