<%inherit file="base.mako"/> <%block name="headerleft"> Details for the Kernel Bug with ID ${request.matchdict['id']}

The state of the bug ${request.matchdict['id']} is marked as ${bug.state}.
% if bug.reported == 1: This bug has been reported only ${bug.reported} time. The crash report that refers to it is:

% else: This bug has been reported ${bug.reported} times. The crash reports that refer to it are: % endif

% if is_developer:

As a FreeBSD developer, you can change the state of the bug. Please choose below the new state.

% endif