{{ _("Current load of the build cluster") }}
{% if load >= 90 %}
{% elif load >= 50 %}
{% else %}
{% end %}

{{ "%.0f%%" % load }}