${h.form(url('admin_settings_global'), method='post')}
${h.text('title',size=30,class_='form-control')} ${_('Set a custom title for your Kallithea Service.')}
${h.text('realm',size=30,class_='form-control')}
${h.textarea('ga_code', cols=80, rows=10,class_='form-control')} ${_('HTML (possibly with \ JavaScript and/or CSS) that will be added to the bottom \ of every page. This can be used for web analytics \ systems, but also to \ perform instance-specific customizations like adding a \ project banner at the top of every page.')}
${h.text('captcha_public_key',size=60,class_='form-control')} ${_('Public key for reCaptcha system.')}
${h.text('captcha_private_key',size=60,class_='form-control')} ${_('Private key for reCaptcha system. Setting this value will enable captcha on registration.')}
${h.submit('save',_('Save Settings'),class_="btn btn-default")} ${h.reset('reset',_('Reset'),class_="btn btn-default")}
${h.end_form()}