Bundle streams
{% for stream in filter_data.bundle_streams %} {{stream.pathname}}{% if not forloop.last %}, {% endif %} {% endfor %}
{% if filter_data.attributes %}
Attributes
{% for a in filter_data.attributes %} {{ a.0 }} == {{ a.1 }}
{% endfor %}
{% endif %} {% if filter_data.build_number_attribute %}
Build Number Attribute
{{ filter_data.build_number_attribute }}
{% endif %}
Test cases
{% if filter_data.tests %} {% else %} any {% endif %}