[% INCLUDE 'admin/header.html' title=tprintf(('Defect Types for %s'), body.name) -%] [% FOR d IN defect_types %] [% END %]
[% ('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') %]
[% ('New defect type') %] [% INCLUDE 'admin/footer.html' %]