{% if grav.twig.enable_comments_plugin %} {% set scope = scope ?: 'data.' %} {% include 'partials/comments.form.html.twig' %} {% if grav.twig.comments|length %}

{{'PLUGIN_COMMENTS.COMMENTS'|t}}

{{'PLUGIN_COMMENTS.ADD_NEW'|t}}
{% for comment in grav.twig.comments %}

{{comment.title}}

{{'PLUGIN_COMMENTS.ADD_REPLY'|t}} {% if grav.user.access.admin.super %} {{'PLUGIN_COMMENTS.DELETE'|t}} {% endif %}
{{'PLUGIN_COMMENTS.WRITTEN_ON'|t}} {{comment.date|e}} {{'PLUGIN_COMMENTS.BY'|t}} {{comment.author}}
{{comment.text}}
{{nested}}
{% endfor %}
{% endif %} {% endif %}