{# Copyright (C) 2006-2023 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'layout.html' # block title ${_("Preferences:")} # block preftitle # endblock preftitle ${ super() } # endblock title # block content

${_("Preferences")}

# trans This page lets you customize your personal settings for this site. These settings are stored on the server and are identified by a session key stored in a browser cookie. That cookie allows your settings to be restored on subsequent visits. # endtrans

${jmacros.form_token_input()} # block prefpanel # endblock prefpanel # for name, title, child in children:

${title}

${child}
# endfor # if not prefpanel_has_own_submit:
# block prefpanelhelp # endblock prefpanelhelp # endif
${ super() } # endblock content