<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Implementation: %s") % c.proposal.title} <%def name="breadcrumbs()"> ${h.selection.breadcrumbs(None)|n} <%block name="headline"> ${tiles.proposal.header(c.proposal, active='implementation')} <%block name="main_content">

${_("Change an existing norm")}

${_("Select a norm that you want to relate to. You can later propose a variant of this norm to effect a change.")}
${h.field_token()|n} ${tiles.page.select_page(functions=[model.Page.NORM], exclude=c.exclude_pages, allow_empty=False)}
${components.savebox(h.entity_url(c.proposal), save_text=_('Include'))}
%if can.norm.propose():

${_("Can't find an appropriate norm?")}

${_("Create a new norm instead")} %endif