mirror of
https://github.com/friendica/friendica
synced 2024-11-10 10:22:53 +00:00
10 lines
185 B
Smarty
10 lines
185 B
Smarty
|
|
{{foreach $mails as $mail_item}}
|
|
{{include file="mail_conv.tpl" mail=$mail_item}}
|
|
{{/foreach}}
|
|
|
|
{{if $canreply}}
|
|
{{include file="prv_message.tpl"}}
|
|
{{else}}
|
|
{{$unknown_text}}
|
|
{{/if}}
|