[% IF NOT list_of_names %] [% SET default_list = [] %][% FOR b IN bodies_to_list.values %][% default_list.push(b.cobrand_name) %][% END %] [% SET list_of_names = default_list %] [% END %] [% category = mark_safe(category) %]
[%- IF unresponsive.$category %] [%# Note: this is only shown on FMS.com %] [% INCLUDE "report/new/unresponsive_body.html" body_id = unresponsive.$category %] [%- END %] [%- IF category_extras.$category.size %] [% UNLESS category_extras_hidden.$category %]
[% UNLESS category_extras_notices.$category %]

[% loc('Extra details') %]

[% TRY %] [% INCLUDE 'report/new/_category_extras_header.html' %] [% CATCH file %]

[% tprintf( loc('Help %s resolve your problem quicker, by providing some extra detail. This extra information will not be published online.'), mark_safe(list_of_names.join( '' _ loc(' or ') _ '' )) ); %]

[% END %] [% END %] [% INCLUDE 'report/new/category_extras_fields.html' metas=category_extras.$category %]
[% ELSE %] [% INCLUDE 'report/new/category_extras_fields.html' metas=category_extras.$category %] [% END %] [%- END %] [%- IF report_extra_fields %] [% FOREACH extras IN report_extra_fields %] [% cat_prefix = "extra[" _ extras.id _ "]" %] [% INCLUDE 'report/new/category_extras_fields.html' metas=extras.get_extra_fields %] [% END %] [%- END %]