$def with (authors)

$_("Prolific Authors")

$_("who have written the most books on this subject")
$for author in authors: $author.name, $ungettext("%(count)d book", "%(count)d books", author.count, count=author.count)