1 2 3 4 5 6 7 8
<tr> <th> <?php echo $_['label'] ?> </th> <td> <?php echo $_['property']->value ?> </td> </tr>