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