{% extends 'partials/base.html.twig' %} {% if admin.route %} {% set context = admin.page(true) %} {% endif %} {% block titlebar %}
{{ file.fileName }} {% if file.data.hasUnread %}Has {{file.data.unreadCount}} unread comments{% endif %} |
{% include 'partials/comments-list.html.twig' with { file: file } %}
|