{% extends 'organizations/base.html' %} {% block pagetitle %}: Contact Persons{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Contact Persons {% endblock %} {% block content %}

Contact Persons

Contact Persons are by definition employees of an Organization, who play a role of potential relevance to SciPost's sponsoring efforts. SciPost Admin takes charge of contacting Contact Persons listed here, to try to promote them to registered Contacts.

Do you people who you think should appear on this list?

Are they not in our list of registered Contacts (which you can view on your dashboard)?

Then please help us out: add a Contact Person instance.

{% for cp in object_list %} {% endfor %}
Name Organization Role Actions
{{ cp.last_name }}, {{ cp.get_title_display }} {{ cp.first_name }} {{ cp.organization }} {{ cp.role }}
{% endblock content %}