diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/_main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/base/report/_main.html b/templates/web/base/report/_main.html index 469ee5bc5..0a4056da7 100644 --- a/templates/web/base/report/_main.html +++ b/templates/web/base/report/_main.html @@ -147,5 +147,12 @@ </div> [% END %] + [% IF permissions.planned_reports AND problem.shortlisted_user AND NOT c.user.is_planned_report(problem) %] + <div class="moderate-display shortlisted-status"> + <h3>[% tprintf(loc('Shortlisted by %s'), problem.shortlisted_user.name) %]</h3> + <p>[% tprintf(loc('Adding this report to your shortlist will remove it from %s’s shortlist.'), problem.shortlisted_user.name) %]</p> + </div> + [% END %] + [% TRY %][% PROCESS 'report/_main_after.html' %][% CATCH file %][% END %] </div> |