<%inherit file="/user/settings.html" /> <%namespace name="forms" file="/forms.html"/> <%namespace name="components" file="/components.html"/> <%block name="settings_content">
${h.field_token()|n} ${components.flashmessages()}

${c.title if c.title is not None else _(u'Optional attributes')}

%if c.body is None:
${_(u'The following attributes are only used for statistical evaluation. Your choices are not shown to other users.')}
%else: ${c.body|n} %endif <%include file="/user/optional_attributes_form.html"/> ${components.savebox(cancel_url=None)}