{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}results{% endblock %} {% block content %}
The elections below have ended and their results are now public.
{% if elections %}No election results have been made public (yet).
{% endif %} {% endblock %}