$def with (page)
$var title: $page.name
$putctx("robots", "noindex,nofollow")
$:macros.HiddenSaveButton("addAuthor")
$:macros.databarEdit(page)
$if ctx.user and (ctx.user.is_admin() or ctx.user.is_usergroup_member('/usergroup/super-librarians')):
$_("Edit Author")
$if not ctx.user:
$:render_template("lib/not_logged")