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