{% extends "web/base.html" %} {% load humanize %} {% block content %}
No upcoming event.
{% endif %} {% if has_registered and has_fully_voted %} {% if film %} {% include "votes/includes/film_card.html" with film=film only %} {% else %}No upcoming film. {% endif %} {% elif event and not has_registered %}
You must update the calender in order to see the what the upcoming film might be. {% elif not has_fully_voted %}
You must vote for all films in order to see the what the upcoming film might be. {% endif %}