Exemplo n.º 1
0
    <small class="rezgo-booked-on">booked on <?php 
    echo date((string) $company->date_format, (int) $booking->date_purchased_local);
    ?>
 / local time</small>
    
    <table class="table-responsive">
      <table class="table table-bordered table-striped rezgo-billing-cart">
        <tr>
          <td class="text-right"><label>Type</label></td>
          <td class="text-right"><label class="hidden-xs">Qty.</label></td>
          <td class="text-right"><label>Cost</label></td>
          <td class="text-right"><label>Total</label></td>
        </tr>
        
        <?php 
    foreach ($site->getBookingPrices() as $price) {
        ?>
        
        <tr>
          <td class="text-right"><?php 
        echo $price->label;
        ?>
</td>
          <td class="text-right"><?php 
        echo $price->number;
        ?>
</td>
          <td class="text-right">
          <?php 
        if ($site->exists($price->base)) {
            ?>