• {{ comment.author_link }}

    {% if comment.status == "denied" %} {{ "This comment is awaiting moderation." | translate }} {% else %} {{ comment.body }} {% endif %}
    {% if comment.editable() or comment.deletable() %}
    {{ comment.edit_link() }} {{ comment.delete_link() }}
    {% endif %}