{* /** * Copyright (c) 2017, Issa Annamoradnejad * All rights reserved. */ *} {$menuCmp}
{if isset($subMenu)} {$subMenu} {/if}
{foreach from=$conversationData item='item'}
{$item.displayName} {if !empty($item.unreadCount)}{$item.unreadCount}{/if}
{$item.timeLabel}
{/foreach}