%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