<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="forms" file="/forms.html"/> <%def name="title()">${_("Process presets")} <%def name="breadcrumbs()"> ${h.site.name()} » ${_("Process presets")} <%def name="presets_form(first_time=False)">
${h.field_token()|n} %if not first_time:

${_(u"Process presets")}

%endif %if first_time:

${_(u"Please select one or more of the following presets for the preliminary configuration of your instance. If necessary you can adapt individual options later.")}

%else:

${_(u"You can select one or more of these presets to reset your instance configuration. Note that any manual configuration will be lost.")}

%endif ${forms.checkbox(_(u'Collecting ideas'), u'agenda_setting', help=_(u"The participants can make proposals and discuss these. This option enables everything from an open dialogue to formulating and organizing concrete ideas and goals."), autofocus=True)} ${forms.checkbox(_(u'Collaboratively drafting texts'), u'consultation', help=_(u" Whether you want to draft statutes, strategic papers or a manifesto – with this option the participants will have the chance to discuss, and collaboratively work on the texts you introduce to the platform."))}
<%block name="headline">

${_("Process presets")}

<%block name="main_content"> ${presets_form(first_time=True)}