<td class="tcol-label" style="background-color: yellow;">
        on/ona/ono <span style="font-weight: bold; color: red;">(<?php 
print t('key form');
?>
)</span>
      </td>
      <td><?php 
print bbcom_render_no_title($fields['nonpast.singular.3p']);
?>
</td>
      <td class="tcol-label" style="background-color: yellow;">
        oni/one <span style="font-weight: bold; color: red;">(<?php 
print t('key form');
?>
)</span>
      </td>
      <td><?php 
print bbcom_render_no_title($fields['nonpast.plural.3p']);
?>
</td>
    </tr>
  </tbody>
</table>

<?php 
if ($widget) {
    print drupal_render($fields);
}
?>

print bbcom_render_no_title($fields['instrumental.plural']);
?>
    </tr>
    <tr>
      <td class="tcol-label"><?php 
print t('Locative Plural');
?>
</td>
      <td colspan="2"><?php 
print bbcom_render_no_title($fields['locative.plural']);
?>
    </tr>
    <tr>
      <td class="tcol-label"><?php 
print t('Dative Plural');
?>
</td>
      <td colspan="2"><?php 
print bbcom_render_no_title($fields['dative.plural']);
?>
    </tr>
  </tbody>
</table>

<?php 
if ($widget) {
    print drupal_render($fields);
}
?>