[% 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) %]

[% UNLESS non_public_categories.$category; tprintf( loc('These will be sent to %s and also published online for others to see, in accordance with our privacy policy.'), mark_safe(list_of_names.join( '' _ loc(' or ') _ '' )), c.cobrand.privacy_policy_url ); ELSE; tprintf( loc('These will be sent to %s but not published online.'), mark_safe(list_of_names.join( '' _ loc(' or ') _ '' )) ); END %] [% TRY %][% INCLUDE 'report/new/councils_extra_text.html' %][% CATCH file %][% END %]