{% extends "base.html" %} {% load static %} {% block content %}
Manage and track your door-to-door campaign progress.
| Action | Household Address | Targeted Voters | Neighborhood | District |
|---|---|---|---|---|
|
{{ household.address_street }}
{{ household.city }}, {{ household.state }} {{ household.zip_code }}
|
{% for voter in household.target_voters %}
{{ voter.first_name }} {{ voter.last_name }}
{% endfor %}
|
{% if household.neighborhood %} {{ household.neighborhood }} {% else %} Not assigned {% endif %} | {{ household.district|default:"-" }} | |
|
No unvisited households found. Try adjusting your filters or target more voters. |
||||