{% extends "base.html" %} {% block title %}{{ _("Bug list") }}: {{ build.name }}{% end block %} {% block body %} {% module BuildHeadline(build, short=True) %}
{% if fixed_bugs %}

{{ _("Fixed bugs") }}

{% module BugsTable(pkg, fixed_bugs) %} {% else %}

{{ _("No bugs here, yet.") }} {{ _("Click below to add one.") }

{% end %}
{% end block %}