]> git.ipfire.org Git - ipfire.org.git/blame - templates/stasy-stats-admin.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / stasy-stats-admin.html
CommitLineData
cbb9726a
MT
1{% extends "stasy-base-2.html" %}
2
cfd1683f 3{% block title %}{{ _("Admin") }}{% end block %}
cbb9726a 4
60024cc8 5{% block body %}
cbb9726a
MT
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>
cbb9726a
MT
26{% end block %}
27