{if $team}{$team.name|escape}{else}[`Everyone`]{/if}
{if $team && !empty($team.description)}{$team.description|escape}
{/if}-
{foreach $users as $user}
-
{if $user._online_status === 'online'}{/if} {$user.name|escape} {if $user.jobtitle}{$user.jobtitle|escape}{/if} {$user.login|escape}
{/foreach}
{if !empty($activity)}
{include file="../dashboard/DashboardActivity.html" inline}
{else}
{/if}
[`No events in the live stream yet.`]
[`Live stream collects all events from installed apps and presents them in a chronological order.`]