{% extends "web/base.html" %} {% block secondary_nav %} {% with u=request.resolver_match.view_name %} {% if is_vote_available %} Vote For Films {% endif %} {% endwith %} {% endblock secondary_nav %} {% block content %} {% if vote %}

Update Your Vote

{% else %}

Vote for a Film

{% endif %} {% include "votes/includes/film_card.html" with film=film is_voting=1 only %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}