{% extends "base.html" %} {% load static %} {% block content %}
{{ event.description|default:"No description provided." }}
| Volunteer | Role | |
|---|---|---|
| {{ v.volunteer.first_name }} {{ v.volunteer.last_name }} | {{ v.role }} | |
| No volunteers assigned. | ||
| Voter Name | Status | Actions |
|---|---|---|
| {{ p.voter.first_name }} {{ p.voter.last_name }} | {{ p.participation_status.name }} |
|
| No participants yet. | ||