<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="comment_tiles" file="/comment/tiles.html"/> <%namespace name="state" file="/poll/state.html"/> <%def name="title()">${c.proposal.title} <%def name="breadcrumbs()">${h.proposal.breadcrumbs(c.proposal)|n} ${tiles.proposal.header(c.proposal, c.tile, active='goal')}
  %if can.proposal.edit(c.proposal): ${_("edit")} %endif

${_("Proposal goal and description")}

${tiles.page.inline(c.proposal.description, hide_discussion=c.instance.use_norms and len(c.proposal.selections))} %if c.proposal.instance.use_norms:

${_("Implementation")}

${_("Proposals are implemented by including changes towards new or existing norm. Norms are fixed documents that represent the consensus of this instance and can only be changed through a vote. Amend the proposal to change or create a norm.")}
  %if can.selection.create(c.proposal): ${_("change exisitng norm")} ${_("propose new norm")} %endif


%for selection in sorted(c.proposal.selections, key=lambda s: sorting.sortable_text(s.page.title)): ${tiles.selection.row(selection)} %endfor %endif