{% extends "admin.html" %} {% load url from future %} {% block headtitle %}All Classifications for {{ member }} - {% endblock %} {% block members_active %} class="active" {% endblock %} {% block content %}
| Classification | Class Date | |||
|---|---|---|---|---|
| {{ classification.classification }} | {{ classification.class_date }} | |||
{% if member.user_type == 'delegate' %}Back to Member{% else %}Back to Member{% endif %}