{% if event.person %}
- Person
-
{{ event.person.name }}
{% if event.person.email %}
- Email
-
{{ event.person.email }}
{% endif %}
{% if event.person.phone %}
- Phone Number
- {{ event.person.phone }}
{% endif %}
{% endif %}
{% if event.organisation %}
- Organisation
-
{{ event.organisation.name }}
{% if event.organisation.phone %}
- Phone Number
- {{ event.organisation.phone }}
{% endif %}
{% endif %}