<?php do_action( 'wpcfe_before_label_content', $shipmentDetails ); ?>
<table style="width:100%;">
    <?php do_action( 'wpcfe_start_label_section', $shipmentDetails ); ?>
    <tr>
        <td style="width:50%;">
            <?php do_action( 'wpcfe_label_site_info', $shipmentDetails ); ?>
        </td>
        <td style="width:50%;">
            <?php do_action( 'wpcfe_label_from_info', $shipmentDetails ); ?>
        </td>
    </tr>
    <?php do_action( 'wpcfe_middle_label_section', $shipmentDetails ); ?>
    <tr>
        <td colspan="2">
            <?php do_action( 'wpcfe_label_to_info', $shipmentDetails ); ?>
        </td>
    </tr>
    <?php do_action( 'wpcfe_end_label_section', $shipmentDetails ); ?>
</table>
<?php do_action( 'wpcfe_after_label_content', $shipmentDetails ); ?>