[% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %]
Notice | Type | Status | Time |
---|---|---|---|
[% QUEUED_MESSAGE.subject %]
[% QUEUED_MESSAGE.content FILTER html_line_break %]
|
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'print' ) %]print [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'feed' ) %]feed [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'sms' ) %]sms [% ELSE %][% QUEUED_MESSAGE.message_transport_type %][% END %] |
[% IF ( QUEUED_MESSAGE.status == 'sent' ) %]sent
[% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]pending
[% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed
[% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted
[% ELSE %][% QUEUED_MESSAGE.status %][% END %]
[% IF ( QUEUED_MESSAGE.status != 'pending' ) %]
|
[% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %] |