]> git.ipfire.org Git - ipfire.org.git/blob - templates/stasy-stats-network.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / stasy-stats-network.html
1 {% extends "stasy-base-1.html" %}
2
3 {% block title %}{{ _("Network") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Network configuration") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span12">
12 {% if lang == "de" %}
13 <p>
14 Diese Grafik zeigt uns die beliebteste Netzwerkkonfiguration.
15 </p>
16 {% else %}
17 <p>
18 This chart shows us which is the most favourite network configuration.
19 </p>
20 {% end %}
21 {{ modules.StasyTable(network_zones, sortby="percentage", percentage=True) }}
22 </div>
23 </div>
24 {% end block %}
25