{$headerlib->output_headers()} {literal} {/literal} {$trl}
{if $isOperator}

{tr}Operator:{/tr} {$user}

{tr}Status:{/tr} {tr}{$status}{/tr} {if $status eq 'offline'} {tr}Be online{/tr} {else} {tr}Be offline{/tr} {/if}

{else}

{tr}You are not an operator.{/tr} {tr}Live support system{/tr}

{/if}
{if count($requests) > 0}

{tr}Support requests{/tr}

{if $new_requests eq 'y'} {/if} {section loop=$requests name=ix} {/section}
{tr}User{/tr} {tr}Reason{/tr} {tr}Requested{/tr}  
{$requests[ix].user} {$requests[ix].reason} {$requests[ix].timestamp|tiki_short_time} {if $status eq 'online'} {assign var=thereqId value=$requests[ix].reqId} {tr}Accept{/tr} {tr}Join{/tr} {else}   {/if}
{else}

{tr}No support requests{/tr}

{/if}