]> git.ipfire.org Git - pbs.git/blob - src/templates/user-comments.html
0644cc06e5b1a150738c14f8731920bcebbfe056
[pbs.git] / src / templates / user-comments.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Latest user comments") }}</h1>
5
6 {% module CommentsTable(comments, show_package=True, show_user=True) %}
7 {% end block %}
8
9 {% block sidebar %}
10 <h1>{{ _("Actions") }}</h1>
11 <ul>
12 <li><a href="/users">{{ _("Show all users") }}</a></li>
13 </ul>
14 {% end block %}