1 {if $objectList ne ""}
2 <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0 rules="cols">
4 <colgroup>
5 <col width="20%">
6 <col width="20%">
7 <col width="60%">
8 </colgroup>
10 <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
11 <td>{t}Object name{/t}</td><td>{t}Description{/t}</td><td>{t}Contents{/t}</td>
12 </tr>
14 {$objectList}
16 </table>
17 {else}
18 <b>{t}This object has no relationship to other objects.{/t}</b>
19 {/if}