$def with () $var title: $_('Lists')

$_('Lists')

$_('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")

$ lists = get_active_lists_in_random(limit=24)

$_('Active Lists')

$for list in lists:
$ msg = ungettext("1 item", "%(count)d items", len(list.seeds)) $sprintf(msg, count=len(list.seeds)) | $_('Last modified %(date)s', date=datestr(list.last_modified))
$if list.description: $:format(list.description) $else:

$_('No description.')

$_('Recent Activity') $_('See all')

$:render_template("lists/activity")