<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${c.poll.scope.label} <%def name="breadcrumbs()"> ${h.delegateble.breadcrumbs(c.poll.scope)|n} » ${_("End a poll")} <%block name="headline"> ${tiles.poll.header(c.poll)|n} <%block name="main_content">
${h.field_token()|n}
${_("You are about to cancel this poll. This means that the " + "proposal will become editable again but that all votes " + "that have been cast at this time will be " + "invalidated.")|n}
${components.savebox(h.entity_url(c.poll), save_text=_('Confirm'))}