${h.form(url('admin_settings_global'), method='post')}
${h.text('title',size=30)} ${_('Set a custom title for your Kallithea Service.')}
${h.text('realm',size=30)}
${h.textarea('ga_code', cols=80, rows=10)} ${_('HTML with JavaScript for web analytics systems like Google Analytics or Piwik. This will be added at the bottom of every page.')}
${h.text('captcha_public_key',size=60)} ${_('Public key for reCaptcha system.')}
${h.text('captcha_private_key',size=60)} ${_('Private key for reCaptcha system. Setting this value will enable captcha on registration.')}
${h.submit('save',_('Save Settings'),class_="btn")} ${h.reset('reset',_('Reset'),class_="btn")}
${h.end_form()}