[%# 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. #%] [% PROCESS global/header.html.tmpl title = "Defer Request Reminder" style_urls = [ "extensions/RequestNagger/web/style/requestnagger.css" ] javascript_urls = [ "js/util.js" , "extensions/RequestNagger/web/js/requestnagger.js" ] %]

Defer Request Reminder

[% IF saved %]
Request reminder deferral has been saved.
[% END %]
[% IF flag.attachment %]
[% flag.attachment.filename FILTER html %] ([% flag.attachment.contenttype FILTER html %]), [% IF flag.attachment.datasize %] [%+ flag.attachment.datasize FILTER unitconvert %] [% ELSE %] deleted [% END %], created by [%+ INCLUDE global/user.html.tmpl who = flag.attachment.attacher %]
[% IF flag.attachment.ispatch %] [% END %]
[% END %]
[% flag.type.name FILTER html %] requested by [%+ INCLUDE global/user.html.tmpl who = flag.setter %] [% flag.age FILTER html %]
[% IF saved %]
Deferred until [% defer_until.ymd FILTER html %].
[% ELSE %]
Defer[% "ed" IF flag.deferred %] for
[% END %]
[% PROCESS global/footer.html.tmpl %]