{% macro cancel_pending_build(cancel_url, authz, short=False, id='all') %}
{% endmacro %} {% macro stop_change_builds(stopchange_url, changenum, authz) %} {% if not changenum %} {% endif %} {% endmacro %} {% macro stop_build(stop_url, authz, on_all=False, on_selected=False, builders=[], short=False, label="Build") %} {% if not short %}{% if 'text' in f.type or 'int' in f.type %} {{f.label}} {% elif 'bool' in f.type%} {{f.label}} {% elif 'textarea' in f.type %} {{f.label}} {% elif 'list' in f.type %} {{f.label}} {% elif 'nested' in f.type %} {% if f.label %}{{f.label}}{% endif %} {% for subfield in f.fields %} {{ force_build_scheduler_parameter(subfield, authz, request, sch, default_props) }} {% endfor %} {% endif %}