{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}index{% endblock %} {%block head %} {% endblock %} {% block content %}
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.
{% else %}No elections are currently open for voting.
{% endif %}{% if contributions|length == 1 %}There is {% else %} There are {% endif %} {{ contributions|length }} election(s) opened for contribution.
{% else %}No elections are opened for contributions for the moment.
{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}