{% extends "base.html" %} {% block content %}
| Voter | Phone | Assigned | Comments | Age | Actions |
|---|---|---|---|---|---|
| {{ call.voter.first_name }} {{ call.voter.last_name }} | {% if call.voter.phone %} {% else %} No phone {% endif %} |
{% if call.volunteer %}
{{ call.volunteer.first_name|first }}{{ call.volunteer.last_name|first }}
{{ call.volunteer }}
|
{{ call.comments|default:"-" }} | {{ call.created_at|timesince }} |
|
|
The call queue is currently empty. Click "Populate Queue" to add voters. |
|||||
{{ call.comments }}
The call queue is currently empty.