]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-stats-memory.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-memory.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Memory") }}</h3>
7 <p>
8 The average amount of memory of all systems in the database is:
9 <strong>{{ "%.2f" % average_memory }} MB</strong>.
10 </p>
11 {{ modules.StasyTable(memory) }}
12 {% end block %}