{% if not voted %} {% endif %} {% for choice in choices %} {% endfor %}
Список чаев Выбрали Проголосовали Всего голосов
    {% for tea in choice.teas %}
  • {{ tea }}
  • {% endfor %}
    {% for choice in choice.chosed %}
  • {{ choice }}
  • {% endfor %}
    {% for vote in choice.voted %}
  • {{ vote }}
  • {% endfor %}
{{ choice.votes }} {% if choice.class == 'choice' %} {% endif %} {% if choice.class == 'my_choice' %} {% endif %}