<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Call a poll")}: ${c.proposal.title} <%def name="breadcrumbs()"> ${h.proposal.breadcrumbs(c.proposal)|n} » ${_("Call a poll")} <%block name="headline"> ${tiles.proposal.header(c.proposal, active='')} <%block name="main_content">
${h.field_token()|n}

${_("You are about to call for a vote. When you do this, you " + "will lose the ability to change the proposal's "+ "wording unless you cancel the vote.")|n}

${components.savebox(h.entity_url(c.proposal, in_overlay=False), save_text=_('Confirm'))}