mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
17 lines
337 B
Smarty
17 lines
337 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
|
|
{{foreach $mails as $mail}}
|
|
{{include file="mail_conv.tpl"}}
|
|
{{/foreach}}
|
|
|
|
{{if $canreply}}
|
|
{{include file="prv_message.tpl"}}
|
|
{{else}}
|
|
{{$unknown_text}}
|
|
{{/if}}
|