Список чаев
Выбрали
Проголосовали
{% for choice in choices %}
{% for tea in choice.teas %}
{{ tea }}
{% endfor %}
{% for choice in choice.chosed %}
{{ choice }}
{% endfor %}
{% for vote in choice.voted %}
{{ vote }}
{% endfor %}
{% if choice.class == 'choice' %}
+
{% endif %} {% if choice.class == 'my_choice' %}
Изменить выбор
{% endif %}
{% endfor %}