示例#1
0
        echo $line->label;
        echo $label_add;
        ?>
</strong></td>
            <td class="text-right"><?php 
        echo $site->formatCurrency($line->amount);
        ?>
</td>
          </tr>
        
        <?php 
    }
    ?>
        
        <?php 
    foreach ($site->getBookingFees() as $fee) {
        ?>
          <?php 
        if ($site->exists($fee->total_amount)) {
            ?>
            <tr>
              <td colspan="3" class="text-right"><strong><?php 
            echo $fee->label;
            ?>
</strong></td>
              <td class="text-right"><?php 
            echo $site->formatCurrency($fee->total_amount);
            ?>
</td>
            </tr>
          <?php