• {% if comment.status == "pingback" %}

    {{ "%s:" | translate | format(comment.author_link) }}

    {% else %}

    {{ "%s said:" | translate | format(comment.author_link) }}

    {% endif %} {% 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 %}