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