{% endif %}
{% if build.outcome == build.IN_PROGRESS %}
Cancelling the build ...
{{build.completeper}}% of tasks complete
{# No build cancel for command line builds project #}
{% if build.project.is_default %}
{% else %}
Cancel
{% endif %}
{% endif %} {# end if in progress #}
{% if build.outcome == build.CANCELLED %}