$def with (list) $ cover = list.get_cover() or list.get_default_cover() $ cover_url = cover and cover.url("S") or "/images/icons/avatar_book-sm.png" $ title = _("Cover of: %(title)s", title=list.name)
$_('No description.')