To have something show to all those users with moderator permissions use:
HTML Code:
<if condition="can_moderate()">
Assuming you have made all the edits to set isoffical to 1 or 0 when posting use:
HTML Code:
<if condition="$post['isoffical']">
<table width="100%" border="0" align="center" cellpadding="$stylevar
[cellpadding]" cellspacing="0" style="background-color: #990000" class="tborder">
<else />
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="0" class="tborder">
</if>