<%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} ${tiles.proposal.header(c.proposal, active='implementation')}

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

${_("Select a norm that you want to relate to. You can later propose a variant of this norm to effect a change.")|n}
${tiles.page.select_page(functions=[model.Page.NORM], exclude=[s.page for s in c.proposal.selections], allow_empty=False)}

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