{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Contacts - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
| Name | Institution | |||
|---|---|---|---|---|
| {{ contact }} | {{ contact.email_address }} | {{ contact.institution }} | ||
There are no contacts setup for this meeting
{% endif %}