{foreach from=$conversations item=conversation}
  • {if $conversation->userID == $__wcf->user->userID} {if $conversation->participants > 1} {else} {@$conversation->getOtherParticipantProfile()->getAvatar()->getImageTag(48)} {/if} {else} {@$conversation->getUserProfile()->getAvatar()->getImageTag(48)} {/if}

    {$conversation->subject}

    {if $conversation->userID == $__wcf->user->userID} {if $conversation->participants > 1} {assign var='participantSummaryCount' value=$conversation->getParticipantSummary()|count} {implode from=$conversation->getParticipantSummary() item=participant}{$participant->username}{/implode} {if $participantSummaryCount < $conversation->participants}{lang}wcf.conversation.participants.other{/lang}{/if} {else} {if $conversation->getOtherParticipantProfile()->userID} {user object=$conversation->getOtherParticipantProfile()} {else} {$conversation->getOtherParticipantProfile()->username} {/if} {/if} {else} {if $conversation->userID} {user object=$conversation->getUserProfile()} {else} {$conversation->username} {/if} {/if} {@$conversation->lastPostTime|time}
  • {/foreach}