{% extends "admin.html" %} {% load url from future %} {% block headtitle %}All Classifications for {{ member }} - {% endblock %} {% block members_active %} class="active" {% endblock %} {% block content %}

Contact for {{ member }} ({{ member.membership_number }})

Add New Classifications {% if member_classifications %} Download Classifications{% endif %}

{% for classification in member_classifications %} {% endfor %}
Classification Class Date
{{ classification.classification }} {{ classification.class_date }}

{% if member.user_type == 'delegate' %}Back to Member{% else %}Back to Member{% endif %}

{% endblock %}