{% extends "layout.html" %} {% from "change_macros.html" import change with context %} {% import 'forms.html' as forms %} {% block content %}

{{ pageTitle }}

{{ change(c) }} {% if authz.advertiseAction('stopChange', request) %}

Cancel Builds For Change:

{{ forms.stop_change_builds("/builders/_all/stopchangeall", c.number, authz) }} {% endif %}
{% endblock %}