{% extends TEMPLATE_BASE %} {% block title %}Audited Ballots for {{election.name}}{% endblock %} {% block content %}

{{election.name}} — Audited Ballots [back to election]

Audited Ballots {{offset_plus_one}} - {{offset_plus_limit}}   

To verify an audited ballot, copy its entire content and paste it in the single ballot verifier.

{% if next_after %} next {{limit}}    {% endif %} {% ifequal offset 0 %} {% else %} back to start    {% endifequal %} {% if more_p %} next {{limit}} {% endif %} {% for b in audited_ballots %} {% endfor %}
{{b.vote_hash}} [view]
{% endblock %}