[%
nget(
"We do not yet have details for the council that covers this location.",
"We do not yet have details for the councils that cover this location.",
missing_details_bodies.size || all_areas.size
);
%]
[%
loc("If you submit a problem here the problem will not be reported to the council.");
%]
[%
tprintf(
loc("You can help us by finding a contact email address for local problems for %s and emailing it to us at %s."),
missing_details_body_names.join( loc(' or ') ) || all_area_names.join( loc(' or ') ),
c.cobrand.contact_email,
c.cobrand.contact_email
);
%]