<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${c.page_user.name} <%def name="breadcrumbs()"> ${h.user.breadcrumbs(c.page_user)|n} ${tiles.user.header(c.page_user, c.tile, active='activity')}
%if c.tile.bio:
${c.tile.bio|n}
%else:
${_("%s does not yet have a bio.") % c.page_user.name}
%endif
${c.events_pager.here()}