2012-03-28 15:31:58 +02:00
|
|
|
|
2012-12-22 20:57:29 +01:00
|
|
|
{{ for $mails as $mail_item }}
|
2012-12-25 19:48:02 +01:00
|
|
|
{{ inc mail_conv.tpl with $mail=$mail_item }}{{endinc}}
|
2012-03-28 15:31:58 +02:00
|
|
|
{{ endfor }}
|
|
|
|
|
2012-04-01 09:59:35 +02:00
|
|
|
{{ if $canreply }}
|
2012-12-26 18:42:01 +01:00
|
|
|
{{ inc prv_message.tpl }}{{ endinc }}
|
2012-04-01 09:59:35 +02:00
|
|
|
{{ else }}
|
|
|
|
$unknown_text
|
2012-12-22 20:57:29 +01:00
|
|
|
{{endif }}
|