Back to Erpnext

Call Link

erpnext/public/js/templates/call_link.html

16.18.1461 B
Original Source

{{ 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) { %}

Audio

{% } %}