]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/stasy-stats.html
fireinfo: Some design fixes for ARM.
[ipfire.org.git] / www / templates / stasy-stats.html
CommitLineData
91a446f0 1{% extends "stasy-base-2.html" %}
372efc19 2
cfd1683f
MT
3{% block title %}{{ _("Statistics") }}{% end block %}
4
91a446f0 5{% block content %}
cfd1683f
MT
6 <h3>{{ _("fireinfo statistics") }}</h3>
7 {% if lang == "de" %}
8 <p>
9 An dieser Stelle sind eine Menge Statistiken zu finden, die
10 einen Überblick geben sollen welche Art von Hardware am häufigsten
11 eingesetzt wird.
12 </p>
13 {% else %}
14 <p>
15 At this place you can find several charts to find out what kind
16 of hardware is most often used for IPFire.
17 </p>
18 {% end %}
91a446f0 19
cfd1683f
MT
20 <ul class="list">
21 <li><a href="/stats/cpus">{{ _("Processors") }}</a></li>
22 <li><a href="/stats/cpuflags">{{ _("Processor flags") }}</a></li>
23 <li><a href="/stats/memory">{{ _("Memory") }}</a></li>
24 <li><a href="/stats/oses">{{ _("IPFire versions") }}</a></li>
25 <li><a href="/stats/virtual">{{ _("Virtualization") }}</a></li>
26 <li><a href="/stats/geo">{{ _("Geographical information") }}</a></li>
27 <li><a href="/stats/network">{{ _("Network") }}</a></li>
28 </ul>
91a446f0 29{% end block %}