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

Builds affected by {{ bug|bug_list:"JOB-"|safe }}

{% for build in builds %} {% endfor %}
Job Build Number
{{ build.job.name }} {{ build.build_number }}
{% endblock %}