[% INCLUDE 'admin/header.html' title=tprintf(('Defect Types for %s'), body.name) -%]
[% ('Name') %] | [% ('Description') %] | [% ('Categories') %] | |
---|---|---|---|
[% d.name | html %] | [% d.description | html %] | [% UNLESS d.contacts.size %] [% ('All categories') %] [% ELSE %] [% FOR contact IN d.contacts %] [% contact.category_display %][% ',' UNLESS loop.last %] [% END %] [% END %] | [% ('Edit') %] |