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

Mentees

Export as CSV
{% if show_archived %} {% endif %}
{% if show_archived %} {% endif %} {% for t in mentees %} {% if show_archived %} {% endif %} {% endfor %}
First Name Last Name Application Date Email CUNY ID Phone GPA Gender Identity Major Hobbies/Interests Needs Status at BMCC Active? NotesArchived? Archived by Archived onArchive / Delete
{% if t.application_date %}{{ t.application_date }}{% else %}{% endif %} {{ t.gpa }} {{ t.gender }} {{ t.identity }} {{ t.hobbies_interests }} {{ t.needs }} {{ t.status_at_bmcc }}
{% if t.is_archived %}Archived{% else %}{% endif %} {% if t.is_archived %}{{ t.archived_by }}{% else %}{% endif %} {% if t.is_archived %}{{ t.archived_on }}{% else %}{% endif %} {% if not t.is_archived %} {% else %} {% endif %}
{% endblock %}