{% if votes %} {% for vote in votes %} {% endfor %}
Item Votes
{{ vote[2] }} {{ vote[1] }} vote{% if vote[1] != 1 %}s{% endif %}
{% else %}

No active votes at the moment.

{% endif %}