$ 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:
$if lists:
$for list in lists:
- $:render_template("lists/preview", list)
$else:
$_('No lists yet!')
$_('Recent Activity')
$:render_template("lists/activity", doc)