{% extends "base.html" %} {% block content %}
| Mentee | CUNY ID | Major | |
|---|---|---|---|
| {{ t.first_name }} {{ t.last_name }} {% set cuny = attrs.get('CUNY ID# (EMPLID)', '') %}{% if cuny %}{{ cuny }}{% endif %} | {{ t.email }} | {{ attrs.get('CUNY ID# (EMPLID)', '') }} | {{ attrs.get('Major', '') }} |
All active mentees currently have a mentor assignment.
{% endif %} {% endblock %}