{% load static %} {% load humanize %}
{% if user.is_superuser%}
Add a Volunteer {% if volunteer_count > 0 %} Download Volunteer List {% endif %}
{% endif %}
{{volunteer_count}} Volunteers.
Volunteer List Table*
{% if user.is_superuser %} {% endif %} {% for volunteer in volunteer_list %} {% if user.is_superuser %} {% endif %} {% endfor %}
No. Volunteer Category Date and Timelines Emergency contact infoActions
{{ forloop.counter }}.
{% if volunteer.profile_picture %} avatar {% endif %}

{{volunteer.name}} {{volunteer.user.email}}{{volunteer.phone}}

{{volunteer.get_volunteer_type_display}}

Applied on {{volunteer.date_applied}}From: {{volunteer.start_date}}To: {{volunteer.end_date}}

{{volunteer.emergency_contact_name}}Email: {{volunteer.emergency_contact_email}}Phone: {{volunteer.emergency_contact_phone}}

{% comment %} {% endcomment %}