${h.text('title',size=30)}
${_('Set a custom title for your Kallithea Service.')}
${h.text('realm',size=30)}
${h.text('ga_code',size=30)}
${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")}