{% extends "base.html" %} {% block title %}Audit Report for {{ object }} | {{ block.super }}{% endblock %} {% block content %}
Number of audit units: {{ object.contestbatch_set.all|length }}
Margin of victory is {{ object.margin|floatformat:3 }}%
AuditUnit | Type | Batches | Ballots | Contest Ballots | {% for votecount in contestbatch.votecount_set.all|dictsort:"choice.name"%}{{ votecount.choice }} | {% endfor %}
Totals | {% for votecount in contestbatch.votecount_set.all|dictsort:"choice.name"%} | {{ votecount.choice.votes }} | {% endfor %}|||
{{ forloop.counter|stringformat:"04d" }} | {{ contestbatch.batch.type }} | {{ contestbatch.batch.name }} | {{ contestbatch.ballot_count }} | {{ contestbatch.contest_ballots }} | {% for votecount in contestbatch.votecount_set.all|dictsort:"choice.name"%}{{ votecount.votes }} | {% endfor %}