$:render_template("books/custom_carousel", books=page.works, key="subjects", load_more={"url": page.key + ".json", "limit": len(page.works)})

$_("Publishing History") $:_('This is a chart to show the when this publisher published books. Along the X axis is time, and on the y axis is the count of editions published. Click here to skip the chart.')  $_("This graph charts editions from this publisher over time. Click to view a single year, or drag across a range.")

$_("Editions Published")
$_("Year of Publication")

$_("Common Subjects") Search for books published by $page.name

$jsdef renderSubjects(subjects): $if len(subjects) > 0: $for s in subjects: $s.name$cond(loop.last, '', ',') $else: $_("None found.") $for s, limit in subject_list: $if s != 'times':
$jsdef renderAuthors(authors): $for a in page.authors: $a.name, $ungettext("1 book", "%(count)d books", a.count, count=a.count)

$_("Authors")

$_("published most by this publisher")
$:renderAuthors(page.authors)
$ publishers_feature_enabled = "publishers" in ctx.features $jsdef renderPublishers(publishers): $for p in publishers: $if publishers_feature_enabled: $p.name, $else: $p.name, $ungettext("1 edition", "%(count)s editions", p.count, count=commify(p.count))

Try a keyword.