{% extends "base.html" %} {% block title %}{{ _("Schedule rebuild for %s") % job.name }}{% end block %} {% block body %}

{{ _("At this place, you can submit failed build jobs to be built again.") }}

{{ _("The build job will be started when a build slot is available but not before the given time.") }}

{% module BuildOffset() %}
{% end block %}