aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/alert/list-ajax.html
blob: 5da71b58ce963d83c8bf9ea4be6ead45b81e588b (plain)
1
2
3
4
5
6
7
8
9
[% IF pretty_pc %]
    [%
        pretty_pc = pretty_pc | html | replace(' ', ' ');
    %]
[% END %]

<div id="alerts" class="js-alert-list">
  [% INCLUDE 'alert/_list.html' %]
</div>