{% if (type === "Incoming") { %}
Incoming call from {{ from }}, received by {{ to }}
{% } else { %}
Outgoing Call made by {{ from }} to {{ to }}
{% } %}
{% if (summary) { %}
{{ summary }}
{% } else { %}
{{ __("No Summary") }}
{% } %}
{% if (recording_url) { %}
{% } %}