$_("Website")
$page.website$ungettext("1 work", "%(count)d works", books.num_found, count=books.num_found) $_('Add another?')
$if books.num_found > 1: $:render_template("search/sort_options.html", books.sort, exclude='relevance', default_sort='editions')
$if input(mode="everything").mode == "everything": $:_('Showing all works by author. Would you like to see only ebooks?', url=changequery(mode='ebooks')) $else: $:_('Showing ebooks only. Would you like to see everything by this author?', url=changequery(mode='everything'))
$:macros.Pager(page=safeint(query_param('page'), default=1), num_found=books.num_found)-
$for doc in books.works:
$:macros.SearchResultsWork(doc)
$label
$for subject, count in subjects: $subject$cond(not loop.last, ",", "")$_('ID Numbers')
- $_('OLID'): $olid $if page.remote_ids: $ configured_ids = get_author_config()['identifiers'] $for id in configured_ids: $if id.name in page.remote_ids: $ href = id.url.replace('@@@', page.remote_ids[id.name])
- $id.label: $page.remote_ids[id.name]
$:_('Links (outside Open Library)')
$if page.links or (page.wikipedia and page.wikipedia.startswith("http")):-
$if page.wikipedia and page.wikipedia.startswith("http"):
- Wikipedia $for link in page.links:
- $link.title
$_('No links yet.') $_('Add one')?
$_("Alternative names")
-
$for alternate_name in page.alternate_names:
- $alternate_name