aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/report/update-form-wrapper.html
blob: 5347df3c3d3652dbfda10f89d5b6a10c23faa13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[% UNLESS c.cobrand.updates_disallowed(problem) %]
    [% IF two_column_sidebar %]
        <button type="button" class="btn btn--provide-update js-provide-update hidden-nojs">[% loc('Provide an update') %]</button>
        <div class="hidden-js">
    [% END %]
        [% INCLUDE 'report/update-form.html' %]
    [% IF two_column_sidebar %]
        </div>
    [% END %]
[% ELSE %]
    [% TRY %][% INCLUDE 'report/_updates_disallowed_message.html' %][% CATCH file %][% END %]
[% END %]