{% load bootstrap %}
{{ pp.country }}
({{ pp.get_kind_display }})
Received {{ pp.date_received }}
{% if pp.date_processed %}Processed {{ pp.date_processed }}
{% endif %}{{ pp.get_status_display }}
Role | Name | Actions | {% for contact in pp.prospective_contacts.all %}|
---|---|---|---|
{{ contact.role }} | {{ contact.get_title_display }} {{ contact.first_name }} {{ contact.last_name }} | {{ contact.email }} | Compose email |
No contacts found, add a contact. |