[%# 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.
#%]
[%
RETURN UNLESS attachment.is_bounty_attachment;
attachment_rendered = 1;
bounty = attachment.bounty_details;
%]
Bounty: [% bounty.reporter_email FILTER html %]
$[% bounty.amount_paid || '-' FILTER html %]
Reported: [% bounty.reported_date || '-' FILTER html %]
Fixed: [% bounty.fixed_date || '-' FILTER html %]
Awarded: [% bounty.awarded_date || '-' FILTER html %]
Publish: [% bounty.publish ? "Yes" : "No" FILTER none %]
[% IF bounty.credit.size %]
Credit: [% bounty.credit.join(", ") FILTER html %]
[% END %]
|
[% IF user.is_insider %]
Edit Bounty
[% END %]
|