$def with (mb) $ readinglog = mb.key in ['currently-reading', 'already-read', 'want-to-read'] $if mb.is_public or mb.is_my_page:
$# Breaks if url has year! $if readinglog or mb.key == 'mybooks': $ stats_key = mb.key if readinglog else "already-read" $ stats_url = "/people/%s/books/%s/stats" % (mb.username, stats_key) $_('My Reading Stats') $_('Import & Export') $ public = "Public" if mb.is_public else "Private" $_('Privacy settings: %(public)s', public=public)