summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template/en/default/pages/review_requests_rebuild.html.tmpl
blob: 5ec81112669daeadfbe49c8f92e4873cc896027d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[% INCLUDE global/header.html.tmpl
  title = "Review Requests Rebuild"
%]

[% IF rebuild %]
  Counters rebuilt for [% total FILTER html %] users.
[% ELSE %]
  <form method="post">
    <input type="hidden" name="id" value="review_requests_rebuild.html">
    <input type="hidden" name="rebuild" value="1">
    <input type="submit" value="Rebuild Review Request Counters">
  </form>
[% END %]

[% INCLUDE global/footer.html.tmpl %]