{% extends 'partials/base.html.twig' %} {% if admin.route %} {% set context = admin.page(true) %} {% endif %} {% block titlebar %}

{{ "PLUGIN_COMMENTS.COMMENTS"|tu }}

{% endblock %} {% block content %}

Latest comments

{% for comment in grav.twig.comments.comments %} {% endfor %}
Author Comment Details
{{comment.author}} {{comment.text}} Page: {{comment.pageTitle}}
Date: {{comment.date}}

Showing {{grav.twig.comments.totalRetrieved}} comments of {{grav.twig.comments.totalAvailable}}

{% endblock %}