]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/stasy-stats-admin.html
fireinfo: Add administration page.
[ipfire.org.git] / www / templates / stasy-stats-admin.html
CommitLineData
cbb9726a
MT
1{% extends "stasy-base-2.html" %}
2
3{% block title %}{% end block %}
4
5{% block content %}
6 <h3>Need a headline</h3>
7
8 <table>
9 <tr>
10 <td>
11 {{ _("Sending profiles") }}
12 </td>
13 <td>
14 {{ profiles_count }} / {{ profiles_count_all }}
15 </td>
16 </tr>
17 <tr>
18 <td>
19 {{ _("Archive size") }}
20 </td>
21 <td>
22 {{ archives_count }}
23 </td>
24 </tr>
25 </table>
26
27 <h3>{{ _("Updates in the last 24 hours") }}</h3>
28 {{ modules.StasyTable(updated_since_24h, percentage=False, sortby="percentage") }}
29{% end block %}
30