aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/report/duplicate-no-updates.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/report/duplicate-no-updates.html')
-rw-r--r--templates/web/base/report/duplicate-no-updates.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/base/report/duplicate-no-updates.html b/templates/web/base/report/duplicate-no-updates.html
new file mode 100644
index 000000000..eb9ded728
--- /dev/null
+++ b/templates/web/base/report/duplicate-no-updates.html
@@ -0,0 +1,7 @@
+<div>
+ [% UNLESS hide_header %]<h2>[% loc( 'Provide an update') %]</h2>[% END %]
+ <p>[% loc("This report is a duplicate. Please leave updates on the original report:") %]</p>
+ <ul class="item-list">
+ [% INCLUDE 'report/_item.html' item_extra_class = 'item-list__item--with-pin item-list--reports__item--selected' problem = problem.duplicate_of %]
+ </ul>
+</div>