{% load i18n %}

Place level

{% for choice in voting.all_choices %} {{choice.1}} {% endfor %}
{{place.get_level_display}}
{% if voting.users_vote %}
You voted this place as {{voting.users_vote.get_human_readable_level}} Level {{voting.users_vote.vote}}
The accuracy of the voting is {{voting.accuracy}}%
{% endif %}