{% extends "stasy-base-1.html" %} {% block title %}{{ _("Memory") }}{% end block %} {% block body %}

{{ _("The average amount of memory of all systems in the database is: %.2f MB.") % average_memory }}

{{ modules.StasyTable(memory) }}
{% end block %}