]> git.ipfire.org Git - people/jschlag/pbs.git/blob - data/templates/log.html
48a68fc052912707d1b35d4f69f9f0b5b5de05c7
[people/jschlag/pbs.git] / data / templates / log.html
1 {% extends "base.html" %}
2
3 {% block body %}
4 <h1>{{ _("Log") }}</h1>
5
6 {% module LogTable(log) %}
7 {% end %}