blob: 6cfc85887115fa560928c26195520e9d33705f5a (
plain)
1
2
3
4
5
6
7
8
9
|
<div>
[% UNLESS hide_header %]
<h2[% IF two_column_sidebar %] class="hidden-js"[% END %]>[% 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__item--selected' problem = problem.duplicate_of %]
</ul>
</div>
|