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