$def with (work=None, authors=None, recaptcha=None) $var title: $_("Add a book") $ i18n_strings = { $ "invalid_checksum": _("Invalid ISBN checksum digit"), $ "invalid_isbn10": _("ID must be exactly 10 characters [0-9 or X]. For example 0-19-853453-1 or 0198534531"), $ "invalid_isbn13": _("ID must be exactly 13 characters [0-9]. For example 978-3-16-148410-0 or 9783161484100"), $ "invalid_lccn": _("Invalid LC Control Number format"), $ "empty_id": _("Please enter a value for the selected identifier"), $ "invalid_publish_date": _("Are you sure that's the published date?") $ }
$_("We require a minimum set of fields to create a new record. These are those fields.")
$if not ctx.user: $:render_template("lib/not_logged")