{% for option_key, option in options.items %}
{% if not option.marked_for_deletion or show_marked_for_deletion %}
{% if option.has_support or show_has_support %}
{{ option_key }}
{{ option.ticket_count }} lístků, {{ option.vote_count }} hlasů
{% if show_has_support and not option.has_support %}
(Nemá nadpoloviční podporu)
{% endif %}
{% if option.ticket_votes|length != 0 %}
{% for vote in option.ticket_votes %}
{% if not vote.hidden %}