1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-12 15:34:02 +00:00
friendica-github/view/templates/mail_display.tpl

12 lines
165 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
{{foreach $mails as $mail}}
{{include file="mail_conv.tpl"}}
{{/foreach}}
{{if $canreply}}
{{include file="prv_message.tpl"}}
{{else}}
{{$unknown_text}}
{{/if}}