• {% if comment.status == "denied" %} ${ "Your comment is awaiting moderation." | translate } {% endif %} ${ "%s on %s" | translate | format(comment.author_link, comment.post.url ~ "#comment_"~comment.id, comment.created_at | strftime("%B %d, %Y, at %I:%M %p" | translate)) }
    $comment.body
    ${ comment.delete_link("Delete" | translate, "") } ${ comment.edit_link("Edit" | translate, "") }