$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: %(listname)s", listname=list) $title

$list.name

$ungettext('1 item','%(count)d items', len(list.seeds), count=len(list.seeds)) $if list.last_update: | $_('Last modified %(date)s', date=datestr(list.last_modified))
$if list.description: $:sanitize(format(list.description)) $else:

$_('No description.')