mirror of
https://github.com/friendica/friendica
synced 2024-11-13 15:02:53 +00:00
11 lines
215 B
Smarty
11 lines
215 B
Smarty
|
|
||
|
{{foreach $mails as $mail_item}}
|
||
|
{{include file="file:{{$mail_conv}}" mail=$mail_item}}
|
||
|
{{/foreach}}
|
||
|
|
||
|
{{if $canreply}}
|
||
|
{{include file="file:{{$prv_message}}" reply=$reply_info}}
|
||
|
{{else}}
|
||
|
{{$unknown_text}}
|
||
|
{{/if}}
|