]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/stasy-stats-memory.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / stasy-stats-memory.html
1 {% extends "stasy-base-1.html" %}
2
3 {% block title %}{{ _("Memory") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Memory") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span12">
12 <p>
13 {{ _("The average amount of memory of all systems in the database is: <strong>%.2f MB</strong>.") % average_memory }}
14 </p>
15 {{ modules.StasyTable(memory) }}
16 </div>
17 </div>
18 {% end block %}