{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}elections{% endblock %} {% block content %}

Elections

Listed here are all current and past elections.

Only Fedora contributors can vote. A contributor is defined by someone having an account on FAS, having signed the FPCA and being in one additional group.

{% for election in elections %} {% endfor %}
Name Year Submissions Votes open Published
{{ election.election_name }} {{ election.election_year }} {% if election.submission_open %} Submission open {% else %} Submission closed {% endif %} {{ election.submission_date_start }} {% if election.election_open %} Election open {% else %} Election open {% endif %} {{ election.election_date_start }} {% if election.election_public %} Election published {% else %} Election closed {% endif %} {{ election.election_date_end }}
{% endblock %}