$for url in page.website:
$url
$_('Reading Log')
$if owners_page: $if is_public:$:_('You are publicly sharing the books you are currently reading, have already read, and want to read.', username=page.key)
$else: $_('You have chosen to make your') $_('Reading Log') $_('private'). $_('Manage your privacy settings') $else: $if is_public:$:_('Here are the books %(user)s is currently reading, have already read, and want to read!', username=page.key, user=page.displayname)
$else:$_('This reader has chosen to make their Reading Log private.')
$if "lists" in ctx.features and lists:$_('Lists') $_('See all')
-
$for list in lists:
- $:render_template("lists/snippet", list)
$_('Recent Activity')
$:changes $else:$_("No edits. Yet.")
$else: $:macros.RecentChangesUsers(author=page, limit=25)