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

View Contact {{ member_contact.contact_date }}

Contact Date
{{ member_contact.contact_date }}
Contact Type
{{ member_contact.contact_type }}
Category
{{ member_contact.category }}
Subject
{{ member_contact.subject }}
Operator
{{ member_contact.operator }}
Closed
{{ member_contact.closed|yesno|title }}

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

{% endblock %}