$def with (page) $var title: $page.name $putctx("robots", "noindex,nofollow")
$:macros.databarEdit(page)

$_("Edit Author")

$if not ctx.user: $:render_template("lib/not_logged")
$:_('Please use natural order. For example: Leo Tolstoy not Tolstoy, Leo.') * $_('Required field').
$_('If you "borrow" information from somewhere, please make sure to cite the source.')
$_('We\'re not storing structured dates (yet) so a date like "21 May 2000" is recommended.')
$if page.date:
$_('This is a deprecated field. You can help improve this record by removing this date and populating the "Date of birth" and "Date of death" fields. Thanks!')
$_("For example:") Lev Nikolayevich Tolstoy; Yasnaya Polyana
Identifiers
$:render_component('AuthorIdentifiers', attrs=dict(assigned_ids_string=dict(page.remote_ids),output_selector='#hiddenIdentifierInputs',author_config_string=dict(get_author_config())))
$if page.website: $if ctx.user and ctx.user.is_admin():
$_("Deprecated")
$:render_template("books/edit/web", page, prefix="author--")
$:render_template("covers/author_photo", page) $:render_template("covers/change", page)
$:macros.EditButtons(comment=page.comment_)