]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/fireinfo/stats-admin.html
2e89c7eb77e0a542f2cf4f25631dec4cc35420db
[people/shoehn/ipfire.org.git] / templates / fireinfo / stats-admin.html
1 {% extends "base.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