$def with (keys, mapping) $var title: $_("[Admin Center] Inspect Memcache")
$:render_template("admin/menu")

$_("Inspect Memcache")

$_("Add one memcache key per line in the text area. Each key must include a '-' as the last character.")

$:_('For example, observations- should be entered in the text area if the key is observations.')

$_("Keys:")

$_("Result")

$if not keys: $_("No keys selected.") $else:
$for key in keys:
$key
$if key in mapping:
$:mapping[key]
$else: $_("Not found.")