{% from "frappe/templates/includes/avatar_macro.html" import avatar %}
{{ avatar(user_id=(frappe.utils.strip_html(comment.comment_email or comment.sender)), size='avatar-medium') }}
{{ frappe.utils.strip_html(comment.sender_full_name or comment.comment_by) | e }} {{ frappe.utils.pretty_date(comment.creation) }}
{{ frappe.utils.strip_html(comment.content) | markdown }}