aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_display.tpl
blob: 523a9160a821058a9b27219d44dd64fc4c18690a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<h3>{{$prvmsg_header}}</h3>
<div class="generic-content-wrapper">
{{foreach $mails as $mail}}
	{{include file="mail_conv.tpl"}}
{{/foreach}}

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