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