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

Election results

Overview

The elections below have ended and their results are now public.

{% if elections %} {% else %}

No election results have been made public (yet).

{% endif %} {% endblock %}