{% extends "layout/backend.j2" %} {% block content %}

Votes

Votes
{% for ballot in ballots %} {%- endfor -%}
Name Start End Priority Author
{{ ballot.name }} {{ ballot.start_at }} {{ ballot.end_at }} {{ ballot.priority.name }} {{ ballot.user.name }}
{% endblock %}