{# templates/ballot/ballot_item_list_edit.html #} {% extends "template_base.html" %} {% block title %}{% if ballot_returned.id %}Ballot Returned for '{{ ballot_returned.text_for_map_search|title }}'{% else %} New Ballot Returned{% endif %}{% endblock %} {% block content %} {% load template_filters %}
{% if election and election.id %}
< Back to Election
{% endif %}
{{ error_message }}
{% endif %} {% if election_list %} {% endif %}{# End of if election_list #}