$def with (work, edition=None, recaptcha=None) $ this_title = work.title + ': ' + work.subtitle if work.get('subtitle', None) else work.title $var title: $this_title $putctx("robots", "noindex,nofollow")
' + _("Thank you for adding that book! Any more information you could provide would be wonderful!") + "
" elif mode == "new_edition": title = _("Add a little more?") note = '' + _("We already know about %(work_title)s, but not the %(year)s %(publisher)s edition. Thanks! Do you know any more about this edition?", work_title=work.title, year=edition.publish_date, publisher="; ".join(edition.publishers)) + "
" elif mode == "existing_record": title = _("Add a little more?") note = '' + _("We already know about the %(year)s %(publisher)s edition of %(work_title)s, but please, tell us more!", year=edition.publish_date, publisher="; ".join(edition.publishers), work_title=work.title) + "
" else: title = _("Editing...") note = ""