{% extends "web/base.html" %} {% block content %} {% include "votes/includes/film_card.html" with film=film only %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}