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

Upcoming

{% if event %}

{{ event.date|naturalday|capfirst }}

{% else %}

No upcoming event.

{% endif %} {% if film %} {% include "votes/includes/film_card.html" with film=film only %} {% else %}

No upcoming film.

{% endif %} {% endblock %}