<{include file="header.tpl"}> <{if $ischatactive eq true}>
  <{$language[conversation]}>
<{foreach key=key value=item from=$conversation}> <{if $item[type] eq "staff"}> <{$item[name]}>: <{$item[message]}>
<{else}> <{$item[name]}>: <{$item[message]}>
<{/if}> <{/foreach}>

<{$language[refresh]}><{if $ishistorytab == true}> | <{$language[goback]}><{/if}>
<{else}>
<{$language[nochatactive]}>
<{/if}>