${h.form(url('admin_settings_visual'), method='post')}
${h.checkbox('repository_fields','True')}
${_('Allows storing additional customized fields per repository.')}
${h.checkbox('show_version','True')}
${_('Shows or hides a version number of Kallithea displayed in the footer.')}
${h.checkbox('use_gravatar','True')}
${h.text('gravatar_url', size=80)} ${_('''Gravatar URL allows you to use another avatar server application. The following variables of the URL will be replaced accordingly. {scheme} 'http' or 'https' sent from running Kallithea server, {email} user email, {md5email} md5 hash of the user email (like at gravatar.com), {size} size of the image that is expected from the server application, {netloc} network location/server host of running Kallithea server''')}
${h.text('clone_uri_tmpl', size=80)} ${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'. The following variables are available: {scheme} 'http' or 'https' sent from running Kallithea server, {user} current user username, {netloc} network location/server host of running Kallithea server, {repo} full repository name, {repoid} ID of repository, can be used to contruct clone-by-id''')}
${h.text('dashboard_items',size=5)} ${_('Number of items displayed in the main page dashboard before pagination is shown.')}
${h.text('admin_grid_items',size=5)} ${_('Number of items displayed in the admin pages grids before pagination is shown.')}
${h.checkbox('show_public_icon','True')}
${h.checkbox('show_private_icon','True')}
${_('Show public/private icons next to repository names.')}
${h.checkbox('stylify_metatags','True')}
  • [featured] featured
  • [stale] stale
  • [dead] dead
  • [lang => lang] lang
  • [license => License] License
  • [requires => Repo] requires => Repo
  • [recommends => Repo] recommends => Repo
  • [see => URI] see => URI
${_('Parses meta tags from the repository description field and turns them into colored tags.')}
${h.submit('save',_('Save Settings'),class_="btn")} ${h.reset('reset',_('Reset'),class_="btn")}
${h.end_form()}