[%# Message shown when viewing a deleted account Authors: Andrea Nall Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [% IF is_comm %] [%- sections.title = '.title.comm' | ml -%]

[% IF is_sole_admin %] [% '.text.comm.soleadmin' | ml( url = "$site.root/accountstatus?authas=$u.user", date = purge_date ) %] [% ELSIF is_admin %] [% '.text.comm.admin' | ml( url = "$site.root/accountstatus?authas=$u.user", date = purge_date, user = deleter_name_html ) %] [% ELSIF is_member_or_watcher %] [% '.text.comm.notadmin' | ml( user = deleter_name_html ) %] [% ELSE %] [% '.text.comm.notadmin' | ml( user = deleter_name_html ) %] [% END %] [% ELSE %] [%- sections.title = '.title.personal' | ml -%]

[% IF is_remote %] [% '.text.personal.owner' | ml( url = "$site.root/accountstatus", date = purge_date ) %] [% ELSIF has_relationship %] [% '.text.personal.notowner' | ml( user = deleter_name_html ) %] [% ELSE %] [% '.text.personal.notowner' | ml( user = deleter_name_html ) %] [% END %] [% END %]

[% IF reason %]

[% '.text.reason' | ml %] [% reason %]

[% END %]