$def with (docs, input={}) $var title: $_("Admin Center / Inspect")
$:render_template("admin/menu")

$_("Inspect Store")

$_("Get")

$_("Key")

$_("Query")

$_("Type") $_("Name") $_("Value")

$_("Documents")

$if docs: $for doc in docs:
$_("Key") $_("Type") $_("Json")
$doc['_key'] $doc.get("type", "-")
$json_encode(doc, indent="    ", sort_keys=True)
$else: $_("No results found.")