diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/report/updates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html index 0b2e8716f..09c5d4b54 100644 --- a/templates/web/default/report/updates.html +++ b/templates/web/default/report/updates.html @@ -31,9 +31,9 @@ [%- IF ( c.cobrand.moniker == 'bromley' OR update.user.council == 'Bromley Council' ) AND update.problem_state == 'unable to fix' %] [%- state = loc('no further action') %] [% END %] - [%- IF update.problem_state == 'confirmed' %] + [%- IF update.problem_state == 'confirmed' AND global.last_state != '' %] [%- update_state = ", " _ loc('reopened') %] - [%- ELSE %] + [%- ELSIF update.problem_state != 'confirmed' %] [%- update_state = ", " _ tprintf(loc( 'marked as %s' ), state ) %] [% END %] [%- END %] |