::use 'design.mtt'::
::_("Subject:"):: ::msg.title::
::_("Sent on the"):: ::hDate(msg.date)::
::_("Sender"):: ::if msg._sender==null:: inconnu ::else:: ::msg._sender.firstName:: ::msg._sender.lastName:: ::end::
::_("Receiver(s)"):: ::if list!=null:: ::list:: ::else:: ::msg._recipients:: ::end::
::_("Status")::
::foreach m status:: ::if m.failure!=null:: ::else:: ::end:: ::end::
::m.email:: ::m.failure::
::m.email:: ::m.success::
::raw msg.body::
::_("Back")::
::end::