| <?php echo (!empty($gatewayContent)) ? $gatewayContent : null; ?><?php if ($gatewayForms) { ?>    <blockquote class="bq bq-info">        <?php echo $paymentDescription; ?>    </blockquote>    <?php foreach ($gatewayForms as $form) { ?>        <?php echo $form; ?>    <?php } ?><?php } ?>
 |