$def with (counts, page, sort=None) $var title: $_("Memory Status")

$_("Memory Status")

$def arrow(name): $if sort == name: ↓
$for d in counts:
$_("type") $_("count")$:arrow("count") $_("mark")$:arrow("mark") $_("diff")$:arrow("diff")
$d.type $d.count $d.mark $d.diff
$_("Prev") | $_("Next")