<p style="margin-top: 0">Dear {$receiver_username},
The following threads that you have subscribed to have new replies:</p>
<h2 style="font-size: 18pt; font-weight: normal; margin: 10px 0"><a href="{xen:link 'canonical:watched/threads'}" style="color: #176093; text-decoration: none">{xen:phrase unread_watched_threads}</a></h2>
<hr style="height: 1px; margin: 20px 0 10px; border: 0; color: #D7EDFC; background-color: #D7EDFC" />
<table cellpadding="0" cellspacing="0" border="0" style="margin: 10px 0 20px; width: 100%; table-layout: fixed;">
<tr valign="top">
<td style="font-size: 13px; line-height: 1.231; padding-{xen:if $emailIsRtl, left, right}: 20px">
<div>
<div class="section">
<ul>
<xen:foreach loop="$threads" value="$thread" key="$key">
<li style="list-style: none;border-bottom:1px solid #D7EDFC;padding: 5px;">
<a href="{xen:link 'canonical:threads/unread', $thread}" style="text-decoration:none;">{$thread.title}</a><br />
<a href="{xen:link 'canonical:members', $thread.lastPostInfo}" style="color:#b3b3b3;text-decoration:none;">{$thread.lastPostInfo.username}</a><span class="startDate">,
<a href="{xen:link 'canonical:posts', $thread.lastPostInfo}" title="Last post by {xen:phrase go_to_last_message}" style="color: #b3b3b3;font-size: 10px;text-decoration:none;"><xen:datetime time="$thread.lastPostInfo.post_date" /></a>,
<a href="{xen:link 'canonical:threads/watch-confirm', $thread}" style="color: #b3b3b3;font-size: 10px;text-decoration:none;">Unsubscribe from this thread</a>
</li>
</xen:foreach>
</ul>
</div>
</div>
</td>
</tr>
</table>
<table cellpadding="10" cellspacing="0" border="0" width="100%" style="margin: 20px 0; background-color: #f0f7fc; border-top: 1px solid #d7edfc">
<tr>
<td>
<a href="{xen:link 'canonical:watched/threads/all'}" style="
display: block;
float: {xen:if $emailIsRtl, right, left};
padding: 5px 10px;
background-color: #65a5d1;
border: none;
border-radius: 3px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 11px;
color: white;
text-decoration: none">{xen:phrase show_all_watched_threads}</a>
</td>
<td align="{xen:if $emailIsRtl, left, right}">
<a href="{xen:link 'canonical:account/contact-details'}" style="
display: block;
padding: 5px 0;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 11px;
color: #176093;
text-decoration: none">{xen:phrase xm_watchedthreadsdigest_unsubscribe}</a>
</td>
</tr>
</table>