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

Need a headline

{{ _("Sending profiles") }} {{ profiles_count }} / {{ profiles_count_all }}
{{ _("Archive size") }} {{ archives_count }}

{{ _("Updates in the last 24 hours") }}

{{ modules.StasyTable(updated_since_24h, percentage=False, sortby="percentage") }} {% end block %}