<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading">{t}Alert{/t}</td>
</tr>
<td class="row1">
<table width="100%" border="0" cellpadding="2">
{foreach from=$alert item=alert}
{if $alert != ''}
<td class="{cycle values="row1,row2"}"><img src="themes/{$THEME_NAME}/images/icons/about_16.gif" alt="Alert" width="16" height="16" style="border: 0px; padding-right: 5px;"/>{$alert}</td>
{/if}
{/foreach}
</table>
</td>
<br/>