{% extends "base.html" %} {% block content %}

All Ballots

{% for header in report.get_field_names %}{% endfor %} {% for row in report.get_report_rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ header }}
{{ cell }}
{% endblock %}