$def with (image, showinfo=True) $putctx("cssfile", "form")
$if image: New book cover
$_("Saved!")
$if showinfo: $_("Notes:")
$ d = image.info() $if d: $if d.author: Uploaded by $d.author.name on $format_date(d.created)
$else: Uploaded anonymously on $datestr(d.created)
$if d.source_url: $d.source_url

$_("Add another image")?