]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/stasy-stats-admin.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / stasy-stats-admin.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{{ _("Admin") }}{% end block %}
4
5 {% block body %}
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 {% end block %}
27