aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/status/index.html
blob: 34bf620568dd436d39946b0a77ab1872b9ce3bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[% INCLUDE 'header.html' title=loc('Summary') bodyclass='fullwidthpage' %]

<h1>[% loc('Summary') %]</h1>

<dl>
    <dt>Version</dt>
    <dd>[% git_version || 'unknown' %]</dd>
</dl>

[% INCLUDE 'status/stats.html' %]

[% INCLUDE 'footer.html' %]