{% trans %}This vote is still running.{% endtrans %}
{% endif %}
{{ voteinfo.Agenda | replace("\n", "
\n") | safe | e }}
{{ "Yes" | tr }} | {{ "No" | tr }} | {{ "Abstain" | tr }} | {% endif %}{{ "Total" | tr }} | {{ "Voted" | tr }} | {{ "Participation" | tr }} |
---|---|---|---|---|---|
{{ voteinfo.Yes }} | {{ voteinfo.No }} | {{ voteinfo.Abstain }} | {% endif %}{{ voteinfo.total_votes() }} | {% if not has_voted %} {{ "No" | tr }} {% else %} {{ "Yes" | tr }} {% endif %} | {% if voteinfo.ActiveUsers %} {{ (participation * 100) | number_format(2) }}% {% else %} {{ "unknown" | tr }} {% endif %} |