{% extends "base.html" %} {% block title %}{{ _("Abort build job %s") % job.name }}{% end block %} {% block body %}

{{ _("Abort build job %s") % job.name }}

{{ _("You may abort a running build.") }} {{ _("The build server will eventually stop to build the package.") }}

{% raw xsrf_form_html() %}
{{ _("Build job") }} {{ job.name }}  
{{ _("Start time") }} {% if job.time_started %} {{ locale.format_date(job.time_started, full_format=True) }} {% else %} {{ _("No started, yet.") }} {% end %}  
{{ _("Build server") }} {{ job.builder.name }}  
{% end block %}