{lang="members_in_convo" pluralize="$conversation->to_count"}
    {{$members = 0;}} {{foreach $conversation->maps() as $map}} {template="participant" group="messaging" params="$map, $conversation"} {{$members++;}} {{endforeach}} {{if \IPS\Member::loggedIn()->group['g_max_mass_pm'] == -1 OR $members < \IPS\Member::loggedIn()->group['g_max_mass_pm'] }}

  1. {{endif}}

{lang="personal_conversation"}

isLastPage()}}data-lastPage{{endif}} data-feedID='messages-{$conversation->id}'>
{{if $alert }}
{$alert->content|raw}
{{endif}}
{template="pagination" group="global" location="global" params="$conversation->url(), $conversation->commentPageCount(), \IPS\Request::i()->page ? \intval( \IPS\Request::i()->page ) : 1, \IPS\core\Messenger\Conversation::getCommentsPerPage(), TRUE"}
{{foreach $conversation->comments() as $comment}} {$comment->html()|raw} {{endforeach}}
commentPageCount() <= 1}}class='ipsHide'{{endif}} data-role="tablePagination">
{template="pagination" group="global" location="global" params="$conversation->url(), $conversation->commentPageCount(), \IPS\Request::i()->page ? \intval( \IPS\Request::i()->page ) : 1, \IPS\core\Messenger\Conversation::getCommentsPerPage(), TRUE"}
{$conversation->commentForm()|raw}