[%# 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 %]

[% '.intro' | ml %]

[%- INCLUDE components/errors.tt errors = errors -%]
[%- IF has_menu -%] [% dw.form_auth %]

[%- form.select( label = dw.ml( ".select.account.label" ), name = "account", id = "account", selected = account, items = account_menu ); form.submit( value = dw.ml( ".submit" ) ) -%]

[%- IF rows.size -%] [%- FOREACH row = rows -%] [%- END -%]
[% '.table.date' | ml %] [% '.table.req' | ml %] [% '.table.sendto' | ml %] [% '.table.subject' | ml %]
[% row.time_sent_view | html %] [% IF row.request %] [% row.request | html %][% END %] [% IF row.sendto.ljuser_display; row.sendto.ljuser_display; ELSE; row.sendto | html; END %] [% row.subject | html %]
[%- ELSIF account -%]

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

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

[% '.backlink' | ml %]