{use $msgList, $showLink = false, $installDomain} {foreach $msgList as $update}
{$update['fullname']}: {raw $update['status']} {date_format_timestamp( 'l, F dS, H:i', $update['date'] )} from {$update['source']} {if $update['user_id'] == currentUser()} [ X ] {/if} {if $showLink}

This link expands to:
{$update['link']}
{/if}
{/foreach}