$_('Create a list of any Subjects, Authors, Works or specific Editions.')
$:_('Once you\'ve made a list, you can watch for updates or export all the editions in a list as HTML, BibTeX or JSON. See all your lists and any activity using the "Lists" link on your Account page.') $_('Enjoy!')
$:_('For the top 2000+ most requested eBooks in California for the print disabled click here.', url="../people/sionnac/lists/OL25152L")
$_('Active Lists')
$for list in lists:
$ owner = list.get_owner()
$ cover = list.get_cover() or list.get_default_cover()
$ cover_url = cover and cover.url("S") or "/images/icons/avatar_book-sm.png"
$list.name
$:_('from %(owner)s', key=owner.key, owner=owner.displayname)
$if list.description:
$:format(list.description)
$else:
$_('No description.')