delete_reason.txt.tmpl 612 Bytes
Newer Older
1 2 3
[%# 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/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8 9
  #%]

[%# INTERFACE:
10
  # attachment: object of the attachment the user wants to delete.
11 12 13
  # reason: string; The reason provided by the user.
  #%]

14 15
The content of attachment [% attachment.id %] has been deleted
[%~ IF reason %] for the following reason:
16 17 18

[%+ reason %]
[% END %]