{% include 'public/partials/header.html' %}Private messagesInbox{{ count($threads) }} conversations{% if $threads %}{% foreach $threads as $thread %}{{ strtoupper(substr($thread['participants'],0,1)) }}{{ $thread['participants'] }}{{ $thread['subject'] }}{{ mb_substr($thread['preview'],0,100) }}{{ $thread['updated_ago'] }}{% endforeach %}{% else %}No conversations hereStart a private conversation with another member.Compose message{% endif %}{% include 'public/partials/footer.html' %}
Start a private conversation with another member.