{% extends "base.html" %} {% load static %} {% block content %}
{{ voter.address|default:"No address on file" }}
No coordinates available for this address.
Edit profile to trigger auto-geocoding.
No likelihood data available.
{% endfor %}{{ voter.notes|default:"No notes available." }}
| Date | Type | Volunteer | Description | Notes | Actions |
|---|---|---|---|---|---|
| {{ interaction.date|date:"M d, Y H:i" }} | {{ interaction.type.name }} | {% if interaction.volunteer %}{{ interaction.volunteer }}{% else %}-{% endif %} | {{ interaction.description }} | {{ interaction.notes|truncatechars:30 }} | |
| No interactions recorded. | |||||
| Date | Event Name | Event Type | Status | Description | Actions |
|---|---|---|---|---|---|
| {{ participation.event.date|date:"M d, Y" }} | {{ participation.event.name|default:"(No Name)" }} | {{ participation.event.event_type.name }} | {% if participation.participation_status.name|lower == 'attended' %} Attended {% elif participation.participation_status.name|lower == "invited but didn't attend" or participation.participation_status.name|lower == "invited but didn't attend" %} Did Not Attend {% else %} {{ participation.participation_status.name }} {% endif %} | {{ participation.event.description|truncatechars:60 }} | |
| No event participations found. | |||||
| Date | Method | Amount | Actions |
|---|---|---|---|
| {{ donation.date|date:"M d, Y" }} | {{ donation.method.name }} | ${{ donation.amount }} | |
| No donations recorded. | |||
| Election Date | Description | Party |
|---|---|---|
| {{ record.election_date|date:"M d, Y" }} | {{ record.election_description }} | {{ record.primary_party|default:"-" }} |
| No voting records found. | ||