[%# Review emails sent from site accounts. # # Authors: # Jen Griffin # # 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'. # %] [%- sections.title='.title' | ml -%] [%- sections.head = BLOCK %] [% END %] [%- IF row.size -%]

[%- IF row.request -%]
[% '.table.date' | ml %][% row.time_sent_view | html %]
[% '.table.account' | ml %][% row.account_view | html %]
[% '.table.from' | ml %][% IF row.remote.ljuser_display; row.remote.ljuser_display; ELSE; row.remote | html; END %]
[% '.table.sendto' | ml %][% IF row.sendto.ljuser_display; row.sendto.ljuser_display; ELSE; row.sendto | html; END %]
[% '.table.req' | ml %] [% row.request | html %][% END %]
[% '.table.subject' | ml %][% row.subject | html %]
[% '.table.message' | ml %][% row.message | html %]
[% '.table.notes' | ml %][% row.notes | html %]

[%- ELSE -%]
[% '.nodata' | ml %]
[%- END -%]

[%- dw.form_auth; form.hidden( name = "account", value = row.account ); form.submit( value = dw.ml( ".backlink" ) ) -%]