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

Door Visits

Manage and track your door-to-door campaign progress.

Filters
Reset
Unvisited Targeted Households
{{ households.paginator.count }} Households Found
{% for household in households %} {% empty %} {% endfor %}
Action Household Address Targeted Voters Neighborhood
{{ household.address_street }}
{{ household.city }}
{% if household.neighborhood %} {{ household.neighborhood }} {% endif %}
{% for voter in household.target_voters %} {{ voter.first_name }} {{ voter.last_name }} {% endfor %}
{% if household.neighborhood %} {{ household.neighborhood }} {% else %} Not assigned {% endif %}

No unvisited households found.

Try adjusting your filters or target more voters.

{% if households.paginator.num_pages > 1 %} {% endif %}
{% if GOOGLE_MAPS_API_KEY %} {% endif %} {% endblock %}