[%# 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 = "Bounced Emails" style_urls = [ "skins/standard/describecomponents.css" ] %]

[% title FILTER html %]

[% IF user.id == other_user.id AND other_user.bounce_count AND other_user.email_disabled %]

Due to issues delivering email to your account, we have temporarily disabled email notifications being sent to it. If you feel like the issue has been resolved, you may reactivate email delivery below. After a maximum of [% bounce_max FILTER html %] bounces, we will disable logging in to your account and you will need to contact an administrator to reactivate it.

I have resolved the issue and would like email delivery for my account to be reactivated.

[% END %] [% IF (user.id == other_user.id OR user.in_group('editusers') OR user.in_group('disableusers')) AND other_user.bounce_count %]

History

[% FOREACH bounce = other_user.bounce_messages %] [% IF loop.first %] Current [% ELSIF loop.count == 2 %] Older [% END %]

[% bounce.bounce_when FILTER time FILTER html %]

[% bounce.bounce_message FILTER html %]

[% END %]
[% ELSE %] No bounced email messages have been recorded. [% END %] [% PROCESS global/footer.html.tmpl %]