Contacts
{{ contact.name }}
{% if contact.organization_name %}- Company
- {{ contact.organization_name }}
{% endif %}
{% if contact.title %}- Title
- {{ contact.title }}
{% endif %}
{% if contact.email %}- Email
- {{ contact.email }}
{% endif %}
{% if contact.phone %}- Phone
- {{ contact.phone }}
{% endif %}
{% if contact.source %}- Source
- {{ contact.source }}
{% endif %}
{% if contact.tag_names %}- Tags
- {{ contact.tag_names }}
{% endif %}
Tasks
{% include "_task_list.html" with context %}
Timeline
{% for item in interactions %}
{{ item.kind }}{% if item.channel %} / {{ item.channel }}{% endif %}
{{ item.body }}
{{ item.occurred_at }}
{% else %}
No notes yet.
{% endfor %}