{%- for option in options -%}
{{ option.text }}{{ option.vote_count }}
{{ option.bar_html|safe }}
{%- if !option.voters.is_empty() -%}
{%- for voter in option.voters -%}{{ voter }}{%- endfor -%}
{%- endif -%}
{%- endfor -%}