{% load static %} {% load humanize %}
| No. | Volunteer | Category | Date and Timelines | Emergency contact info | {% if user.is_superuser %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ forloop.counter }}. |
{% if volunteer.profile_picture %}
{{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}} |
{% if user.is_superuser %}
{% comment %} {% endcomment %}
|
{% endif %}