[% INCLUDE 'admin/header.html' title=loc('Category fix rate for problems > 4 weeks old') -%] [% FOREACH category IN categories %] [% END %]
[% loc('Category') %][% loc('Total') %][% loc('Fixed') %]
[% category.key %][% category.value.total %][% category.value.fixed / category.value.total * 100 | format('%.1f') %]%
[% INCLUDE 'admin/footer.html' %]