<%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">

${_("Propose a new norm")}

${_("Create a new norm that you want to relate to. The norm will be created without any status quo. You can then add a text variant of that norm, specifying the change you want to implement.")}
${h.field_token()|n}
${_("Norm title")}
${tiles.page.select_page(field_name="parent", functions=model.Page.PARENT_FUNCTIONS)} ${_("The new norm will be categorized under the specified parent page.")}
${components.savebox(h.entity_url(c.proposal))}

${_("Have you checked for exisiting norms?")}

${_("Include an existing norm instead")}