<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_(u'Join %s' % c.instance.label)|n} <%def name="breadcrumbs()"> ${h.instance.breadcrumbs(c.page_instance)|n} ${_(u'Join')} <%block name="headline">

${_(u'Join instance')}

<%block name="main_content">
${h.field_token()|n} ${_(u'In order to perform the requested action, you need to join this instance.')} ${components.savebox(cancel_url=None, save_text=u'Join')}