$def with (doc, lists)
$ header = render_template("lists/header", doc, lists) $var title: $_('%(owner)s / Lists', owner=header.title) $:header
$if doc.key.startswith("/subjects/"): $ seed = doc.get_seed() $else: $ seed = {"key": doc.key} $if "type" in doc and doc.type.key == "/type/user": $if ctx.user and ctx.user.key == doc.key: $else:
$if lists:
$else:

$_('No lists yet!')

$_('Recent Activity')

$:render_template("lists/activity", doc)