{% 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 %}| Date | Type | Description | Notes | Actions |
|---|---|---|---|---|
| {{ interaction.date|date:"M d, Y" }} | {{ interaction.type.name }} | {{ interaction.description }} | {{ interaction.notes|truncatechars:30 }} | |
| No interactions recorded. | ||||
| Election Date | Description | Party |
|---|---|---|
| {{ record.election_date|date:"M d, Y" }} | {{ record.election_description }} | {{ record.primary_party|default:"-" }} |
| No voting records found. | ||
| Date | Method | Amount | Actions |
|---|---|---|---|
| {{ donation.date|date:"M d, Y" }} | {{ donation.method.name }} | ${{ donation.amount }} | |
| No donations recorded. | |||
| Date | Event Type | Type | Description | Actions |
|---|---|---|---|---|
| {{ participation.event.date|date:"M d, Y" }} | {{ participation.event.event_type.name }} | {% if participation.participation_type == 'attended' %} Attended {% elif participation.participation_type == 'invited_not_attended' %} Did Not Attend {% else %} Invited {% endif %} | {{ participation.event.description|truncatechars:60 }} | |
| No event participations found. | ||||