{% extends "bootspeed/bootspeed_layout.html" %} {% load dashboard_extras %} {% block page_name %}Bootspeed Jenkins Bugs{% endblock %} {% block content %}

Builds Affected By Bugs

{% for bug in bugs %} {% endfor %}
Bug Builds Affected
{{ bug|bug_list:"JOB-"|safe }} {{ bug.affected_build_count }}
{% endblock %}