{% extends 'scipost/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 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 (members of the Sponsors Board).

Do you people who you think should appear on this list? Help us out: add a Contact Person

{% 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 %}