%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="badge_tiles" file="/badge/tiles.html"/> <%def name="title()">${_(u"Dashboard") if c.dashboard else c.page_user.name}%def> <%block name="breadcrumbs"> ${h.user.breadcrumbs(c.page_user, dashboard=c.dashboard)|n} %block> <%block name="headline"> %block> <%block name="main_content">
${_(u"In order to inform other users about your interests please create a personal bio.")}
${_(u"Create a bio")} %else: ${_("%s does not yet have a bio.") % c.page_user.name} %endif