{% extends "base.html" %} {% block content %}

Mentor pool

Export as CSV
{% if show_archived %} {% endif %}
{% if show_archived %} {% endif %} {% for m in mentors %} {% if show_archived %} {% endif %} {% endfor %}
First Name Last Name Application Date Email CUNY ID Phone GPA Identity Gender I am interested in Major Hobbies/Interests Strengths Status Work-study Capacity Active? NotesArchived? Archived by Archived onArchive / Delete
{% if m.application_date %}{{ m.application_date }}{% else %}{% endif %} {{ m.identity }} {{ m.gender }} {{ m.interests }} {{ m.hobbies_interests }} {{ m.strengths }}{% if m.strengths_other %} ; {{ m.strengths_other }}{% endif %}
{% if m.is_archived %}Archived{% else %}{% endif %} {% if m.is_archived %}{{ m.archived_by }}{% else %}{% endif %} {% if m.is_archived %}{{ m.archived_on }}{% else %}{% endif %} {% if not m.is_archived %} {% else %} {% endif %}
{% endblock %}