Back to Erpnext

Crm Notes

erpnext/public/js/templates/crm_notes.html

16.18.1383 B
Original Source

{{ __("New Note") }}

{% if (notes.length) { %} {% for(var i=0, l=notes.length; i {% if (notes[i].added_by && notes[i].added_on) %}

{{ frappe.avatar(notes[i].added_by) }}

{{ strip_html(notes[i].added_by) }}

{{ frappe.datetime.global_date_format(notes[i].added_on) }}

{% } %}

{{ notes[i].note }}

{% } %} {% } else { %} {{ __("No Notes") }} {% } %}