<%inherit file="/instance/settings.html" /> <%namespace name="forms" file="/forms.html"/> <%namespace name="components" file="/components.html"/> <%block name="settings_content">
${components.flashmessages()}

${c.settings_menu.current['label']}

${h.field_token()|n}

${_('Collecting ideas')}

${forms.checkbox(_("Show proposals navigation item"), 'show_proposals_navigation', help=_("Show proposals as an extra tab"), autofocus=True)}

${_('Collaboratively drafting texts')}

${forms.checkbox(_("Enable norms"), 'use_norms', help=_("Unlike proposals, norms are documents that you introduce to be discussed on the platform."))}
${forms.checkbox(_("Allow members to propose norms"), 'allow_propose')} ${forms.checkbox(_("Allow members to change norms from within proposals"), 'allow_propose_changes', help=_("Members will be able to propose changes of the norms you introduce."))} ${forms.checkbox(_("Show norms navigation item"), 'show_norms_navigation', help=_("Show norms as an extra tab"))}
${components.savebox(h.base_url("/instance/%s" % c.page_instance.key))} ${c.delegateable_badge_tables} ${c.thumbnail_badge_tables}