${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.')}