%if c.section:
%else:
%endif
%if not c.section:
%endif
%if h.config.get_bool('adhocracy.page.allow_abstracts') and c.instance.page_index_as_tiles and not c.section:
<%forms:textarea label="${_('Abstract')}" name="abstract" value=""
help="${_(u'Page abstract. This is only used if a page is displayed as a tile.')}">
%forms:textarea>
%endif
%if c.instance.page_index_as_tiles and not c.section:
%endif
%if c.section:
%else:
%endif
%if c.section:
%else:
${tiles.page.select_page(field_name="parent", functions=model.Page.PARENT_FUNCTIONS)}
${_("The new norm will be categorized under the specified parent theme.")}
%endif
%if not c.section:
%if c.instance.milestones:
${tiles.milestone.select(None)}
%endif
%endif
%if c.section:
${components.savebox(h.entity_url(c.parent))}
%else:
${components.savebox(h.base_url('/page'))}
%endif
${components.form_watch(None, checked=True)}