{% load filters %}
✅ Вы голосовали по этой идее.
{% with current_score=idea.score %}

Текущая оценка {{ current_score }}%

Как принимаются решения
Текущая рекомендация: {% if current_score < 25 %} отклонить статью. {% elif current_score > 24 and current_score < 75 %} решает ответственный. {% else %} принять статью. {% endif %}
{% endwith %} {% if perms.magplan.edit_extended_idea_attrs %} {% include 'magplan/ideas/_approve_ideas.html' %} {% endif %}
{% for vote in idea.votes.all %} {% endfor %}
Голосующий Мнение
{{ vote.user }} {{ vote.score|humanize_score }}