{% extends "../base.html" %} {% block title %}{{ _("Manage builder %s") % builder.hostname }}{% end block %} {% block body %}
{% raw xsrf_form_html() %}
{{ builder.hostname }}

{{ _("The hostname cannot be changed.") }}

{{ _("Build job settings") }}

{{ _("This is the number of build jobs that are started in parallel.") }}

{% end block %}