{{ film.plot }}
{% if not film.is_voting and film.has_user_voted %} {% for vote in film.vote_set.all %} {{ vote.user.username|slice:":3" }} {% endfor %} {% if film.user_vote %} (Change Vote) {% endif %} {% elif not is_voting and not film.is_watched %} Vote for films {% endif %}