]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/fireinfo/stats-memory.html
Update fireinfo templates
[people/shoehn/ipfire.org.git] / templates / fireinfo / stats-memory.html
CommitLineData
140172cf
MT
1{% extends "base.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">
be699a90 11 <div class="col-lg-12 col-md-12">
140172cf
MT
12 <p>
13 {{ _("The average amount of memory of all systems in the database is: <strong>%.2f MB</strong>.") % average_memory }}
14 </p>
15 {% module StasyTable(memory) %}
16 </div>
17 </div>
18{% end block %}