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

{{ "PLUGIN_COMMENTS.COMMENTS"|tu }}

{% endblock %} {% block content %}

{{"PLUGIN_COMMENTS.COMMENTS"|e|tu}}

{% for file in grav.twig.files %} {% endfor %}
{{ file.fileName }} {% if file.data.hasUnread %}Has {{file.data.unreadCount}} unread comments{% endif %}
{% include 'partials/comments-list.html.twig' with { file: file } %}
{% endblock %}