1 {$forms.templateForm.open}
 
   2 <table cellspacing="4" cellpadding="7" border="0">
 
   5       <table cellspacing="1" cellpadding="2" border="0">
 
   7           <td align="right">{$i18n.label.thing_name} (*):</td>
 
   8           <td>{$forms.templateForm.name.control}</td>
 
  11           <td align="right">{$i18n.label.description}:</td>
 
  12           <td>{$forms.templateForm.description.control}</td>
 
  15           <td align="right">{$i18n.label.template} (*):</td>
 
  16           <td>{$forms.templateForm.content.control}</td>
 
  19           <td align = "right">{$i18n.label.status}:</td>
 
  20           <td>{$forms.templateForm.status.control}</td>
 
  24           <td>{$i18n.label.required_fields}</td>
 
  26         <tr><td> </td></tr>
 
  28           <td colspan="2" align="center" height="50">{$forms.templateForm.btn_submit.control}</td>
 
  34 {$forms.templateForm.close}