{% if (doc.comment_type && doc.comment_type == "Comment") { %} {{ doc.user_full_name || frappe.user.full_name(doc.owner) }} {{ __("commented") }} {{ comment_when(doc.creation) }} {% } else { %} {{ frappe.avatar(doc.owner, "avatar-medium") }} {{ doc.user_full_name || frappe.user.full_name(doc.owner) }}
{{ comment_when(doc.creation) }}
{% } %}
{% if (doc._doc_status && doc._doc_status_indicator) { %} {% } %} {% if (doc._url) { %} {% } %}
{{ doc.content }}
{% if (doc.attachments && doc.attachments.length) { %}
{% $.each(doc.attachments, function(i, a) { %} {% }); %}
{% } %}