aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/report/duplicate-no-updates.html
blob: eb9ded72852401cff0cb7c69458860cddbc356fe (plain)
1
2
3
4
5
6
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>