<#=relativeTime(data.msg.created_at)#>
<# if (data.msg.msg_type == 'text') {#>
<#= expandUrlsAndTwitter(data.msg.msg_data['text']) #>
<# } else { #>
<#=expandUrlsAndTwitter(data.msg.msg_data['text'])#>
<# } #>
<# if (!currentUser || currentUser._id != data.msg.created_by._id) { #>
<# if (data.msg.viewer_ctx && data.msg.viewer_ctx.liked == 1) { #>
Unlike
<# } else { #>
Like
<# } #>
<# } else {#>
Delete
<# } #>
Share
<#} else if (data.msg.msg_type == 'checkin') {#>
<#=data.msg.created_by['name']['first']#>
<# if (data.msg.msg_data.location == 'Watching') {#>
is now watching.
<# } else if (data.msg.msg_data.location == 'Attending') {#>
is now attending.
<# } else if (data.msg.msg_data.location == 'Other') {#>
is now following.
<# } else { #>
checked in.
<# } #>
<#=relativeTime(data.msg.created_at)#>
<#} else if (data.msg.msg_type == 'comment') {#>
<#} else {#>
Support this type <#=data.msg.msg_type#>
<#}#>