<%inherit file="/template.html" /> <%namespace name="tiles_html" file="/proposal/tiles.html"/> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("New amendment") if c.amendment else _("New proposal")} <%def name="breadcrumbs()"> ${h.proposal.breadcrumbs(None)|n} » ${_("New")} <%block name="headline">

${_("Create new amendment") if c.amendment else _("Create new proposal")}

<%block name="main_content">
${h.field_token()|n} %if c.amendment: %endif
${_("Amendment title") if c.amendment else _("Proposal title")}
%if c.instance.use_norms and (c.can_select or c.pages):
${_("Proposed changes") if c.amendment else _("Change norms with this proposal")} %if c.can_select: %endif
%if not len(c.pages):

${_("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.")}

%endif %for i, (id, title, text) in enumerate(c.pages):
%endfor
%if c.can_select and not c.amendment:
${tiles.page.select_page(field_name='selectpage', functions=[model.Page.NORM], exclude=c.exclude_pages, allow_empty=True)}
%endif
%endif
${_("Reasoning") if c.amendment else _("Proposal goals")}

%if c.amendment: ${_("Give a brief explanation of the idea behind your amendment.")} %else: ${_("Give a brief description of the goals of your proposal.")|n} %endif

${components.formatting()}
%if not c.amendment: %if c.instance.milestones:
${_("Relates to a milestone")} ${tiles.milestone.select(None)}
%endif %if c.categories: ${components.category_select('category_select', c.toplevel_question, c.categories, c.selected_category)} %endif
<% h.need.autocomplete %> ${_("Tags")}

${_("Multiple tags can be separated by commas.")}

%endif
${_('Collaboration and Notification')}
${components.form_watch(None, checked=True)}
${components.savebox(c.cancel_url)}