2013-01-11 11:57:11 -05:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
|
|
|
*}}
|
2012-12-22 14:57:29 -05:00
|
|
|
{{foreach $mails as $mail_item}}
|
2012-12-25 14:05:46 -05:00
|
|
|
{{include file="mail_conv.tpl" mail=$mail_item}}
|
2012-12-22 14:57:29 -05:00
|
|
|
{{/foreach}}
|
|
|
|
|
|
|
|
{{if $canreply}}
|
2012-12-26 12:42:01 -05:00
|
|
|
{{include file="prv_message.tpl"}}
|
2012-12-22 14:57:29 -05:00
|
|
|
{{else}}
|
|
|
|
{{$unknown_text}}
|
|
|
|
{{/if}}
|