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

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

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

<ul>
    <li>[% tprintf( loc('<strong>%d</strong> live problems'), total_problems_live ) %]</li>
    <li>[% tprintf( loc('%d live updates'), comments.confirmed || 0 ) %]</li>
    <li>[% tprintf( loc('%d confirmed alerts, %d unconfirmed'), alerts.1, alerts.0) %]</li>
    <li>[% tprintf( loc('%d questionnaires sent &ndash; %d answered (%s%%)'), questionnaires.total, questionnaires.1, questionnaires_pc) %]</li>
    <li>[% tprintf( '%d bodies', total_bodies) %],
        [% tprintf( loc('%d council contacts &ndash; %d confirmed, %d unconfirmed'), contacts.total, contacts.1, contacts.0) %]</li>
</ul>

[% INCLUDE 'footer.html' %]