{% extends "base.html" %} {% block title %}{{ _("Edit build priority") }}{% end block %} {% block body %}

{{ _("Edit build priority") }}: {{ build.name }}

{% raw xsrf_form_html() %}
{{ _("Priority") }} {{ _("Set the priority of the build process.") }}

{{ _("Beware") }}: {{ _("Shuffeling build jobs can cause problems with the dependency solving.") }} {{ _("Don't do this if you are not totally sure you won't break anything.") }}

{% end block %}