{% load bootstrap %}

{{ pp.country }}

{{ pp.institution_name }}

({{ pp.get_kind_display }})

Received {{ pp.date_received }}

{% if pp.date_processed %}

Processed {{ pp.date_processed }}

{% endif %}

{{ pp.get_status_display }}

Contacts:

Add a contact {% for contact in pp.prospective_contacts.all %} {% empty %} {% endfor %}
Role Name Email Actions
{{ contact.role }} {{ contact.get_title_display }} {{ contact.first_name }} {{ contact.last_name }} {{ contact.email }}
No contacts found, add a contact.

Events

    {% for event in pp.prospectivepartnerevent_set.all %} {% include 'partners/_prospartner_event_li.html' with event=event %} {% empty %}
  • No events were found.
  • {% endfor %}

Add an event for this Prospective Partner

{% csrf_token %} {{ ppevent_form|bootstrap }}

Partner status