diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/admin/report_edit.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 065c6c2ce..20ed25c21 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -25,11 +25,18 @@ '/' UNLESS c.config.MAPIT_URL.search('/$') %]point/4326/[% problem.longitude %],[% problem.latitude %].html" class="admin-offsite-link">[% problem.latitude %], [% problem.longitude %]</a> -( [% + +[% SET local_coords = problem.local_coords; + IF local_coords %] + ([% local_coords.0 %], [% local_coords.1 %]) +[% END %] + +([% SET postcode_safe = problem.postcode | html; tprintf( loc('originally entered: “%s”'), postcode_safe ) %], -[% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %])</li> +[% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %]) +</li> <li>[% loc('Body:') %] [% IF problem.bodies_str %] |