{% extends "bootspeed/bootspeed_layout.html" %} {% load dashboard_extras %} {% block page_name %}Bootspeed Jenkins Bugs{% endblock %} {% block content %}
Bug | Builds Affected | {% for bug in bugs %}
---|---|
{{ bug|bug_list:"JOB-"|safe }} | {{ bug.affected_build_count }} |