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

Nuancier

Nuancier is a simple voting application for the supplementary wallpapers included in Fedora. {% if results %}

Last winners

{% endif %}

Vote

{% if 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.

{% else %}

No elections are currently open for voting.

{% endif %}

Contribute

Before you contribute to an election make sure to read the guidelines {% if contributions %} There are {{ contributions|length }} election(s) opened for contribution. {% else %}

No elections are opened for contributions for the moment.

{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}