$def with (work, edition) $ book_title = edition.get('title', '') or (work.title if work else '')

$book_title

$if edition: $if edition.subtitle:

$edition.subtitle

$if edition.edition_name:
$edition.edition_name