2012-03-28 15:31:58 +02:00
|
|
|
|
2012-12-22 20:57:29 +01:00
|
|
|
{{ for $mails as $mail_item }}
|
|
|
|
{{ inc $mail_conv 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-22 20:57:29 +01:00
|
|
|
{{ inc $prv_message with $reply=$reply_info }}{{ endinc }}
|
2012-04-01 09:59:35 +02:00
|
|
|
{{ else }}
|
|
|
|
$unknown_text
|
2012-12-22 20:57:29 +01:00
|
|
|
{{endif }}
|