<Action>
<div style="margin-top:3px;">
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	{t 1=$info.details.details.relative_path|nicerRelativePath 2=$info.userInfo.name|forHTML}The file "%1" has been downloaded via a shared link created by user "<strong>%2</strong>".{/t}
    {if $info.details.details.ip_address}
        <div style="color:silver">{t 1=$info.details.details.ip_address}From the IP address: %1{/t}</div>
    {/if}
</div>
</Action>