{% if votes %}
Item
Votes
{% for vote in votes %}
{{ vote[2] }}
{{ vote[1] }} vote{% if vote[1] != 1 %}s{% endif %}
{% endfor %}
{% else %}
No active votes at the moment.
{% endif %}