diff --git a/templates/web/base/report/_item_small.html b/templates/web/base/report/_item_small.html index 30ce60c85d4..bc2c5309a39 100644 --- a/templates/web/base/report/_item_small.html +++ b/templates/web/base/report/_item_small.html @@ -1,6 +1,10 @@ +[% IF c.cobrand.moniker == 'bathnes' AND (c.user.from_body OR c.user.is_superuser) %] + [% problem.nearest_address.replace(', Bath and North East Somerset, West of England, England', '').replace(', United Kingdom', '') %].
+[% ELSE %] - [% problem.nearest_address %] + [% problem.nearest_address %]. +[% END %] [% IF NOT no_fixed AND problem.is_fixed %] [% prettify_state('fixed') %]