friendica/view/smarty3/mail_display.tpl

15 lines
286 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
2012-12-22 20:57:29 +01:00
{{foreach $mails as $mail_item}}
2012-12-25 20:05:46 +01:00
{{include file="mail_conv.tpl" mail=$mail_item}}
2012-12-22 20:57:29 +01:00
{{/foreach}}
{{if $canreply}}
{{include file="prv_message.tpl"}}
2012-12-22 20:57:29 +01:00
{{else}}
{{$unknown_text}}
{{/if}}