{% extends "admin.html" %} {% load url from future %} {% block headtitle %}View Member Committee{% endblock %} {% block members_active %}active{% endblock %} {% block content %}

View Committee

Committee
{{ member_committee.committee }}
Position
{{ member_committee.position }}
Start Date
{{ member_committee.start_date }}
End Date
{{ member_committee.end_date }}

{% if member.user_type == 'delegate' %}Cancel{% else %}Cancel{% endif %} All Committees

{% endblock %}