]> git.ipfire.org Git - ipfire.org.git/blame - templates/stasy-stats-memory.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / stasy-stats-memory.html
CommitLineData
60024cc8 1{% extends "stasy-base-1.html" %}
91a446f0 2
cfd1683f 3{% block title %}{{ _("Memory") }}{% end block %}
91a446f0 4
60024cc8
MT
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>
91a446f0 18{% end block %}