aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/mail_display.tpl
blob: e39a054baef650a91917009a1c45d7705ec8de07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
{{foreach $mails as $mail}}
	{{include file="mail_conv.tpl"}}
{{/foreach}}

{{if $canreply}}
{{include file="prv_message.tpl"}}
{{else}}
{{$unknown_text}}
{{/if}}