]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/stasy-stats-memory.html
Big update of the fireinfo service.
[ipfire.org.git] / www / templates / stasy-stats-memory.html
CommitLineData
91a446f0
MT
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 %}