]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/user-comments.html
Drop ETA guessing which was never really accurate
[people/jschlag/pbs.git] / src / templates / user-comments.html
CommitLineData
9137135a
MT
1{% extends "base.html" %}
2
3{% block body %}
4 <h1>{{ _("Latest user comments") }}</h1>
5
4c6be289 6 {% module CommentsTable(comments, show_package=True, show_user=True) %}
9137135a
MT
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 %}