$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