{% load filters %}

Голосование за идею (проголосовало {{ idea.votes.all|length }})

{# if user already voted #} {% if idea|voted:request.user.user %} {% include 'magplan/ideas/_voting_results.html' %} {% else %}
Выбери один из пунктов:
{% for i in 5|times %}
{% csrf_token %}
{% endfor %}
{% endif %}