{{ type }} Call {% if (duration) %} • {{ frappe.format(duration, { fieldtype: "Duration" }) }} {% endif %} • {{ comment_when(creation) }}
{% 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) { %}
{% } %}