{% extends "base.html" %} {% block content %}
| Name | Phone | Interests | ||
|---|---|---|---|---|
| {{ volunteer.first_name }} {{ volunteer.last_name }} | {{ volunteer.email }} | {{ volunteer.phone|default:"-" }} | {% for interest in volunteer.interests.all %} {{ interest.name }} {% empty %} No interests listed {% endfor %} | |
|
No volunteers found matching your search. Add the first volunteer |
||||