</div> </div> </td> </tr> <tr class="two"> <td colspan="3" class="receipt-details"> <table class="receipt-details"> <tbody> <tr> <td class="one"> <strong><?php echo gettext("Date"); ?> </strong> <div><?php echo $receipt->getDate(); ?> </div> </td> <?php if ($display_account == 1) { ?> <td class="three"> <strong><?php echo gettext("Client Account Number"); ?> </strong> <div><?php echo $card['username']; ?>
<div class="receipt-wrapper"> <table class="receipt-table"> <thead> <tr class="one"> <td class="one"> <h1><?php echo gettext("RECEIPT DETAIL"); ?></h1> </td> </tr> <tr class="two"> <td colspan="3" class="receipt-details"> <table class="receipt-details"> <tbody><tr> <td class="one"> <strong><?php echo gettext("Date"); ?></strong> <div><?php echo $receipt->getDate() ?></div> </td> <td class="three"> <strong>Client number</strong> <div><?php echo $_SESSION['pr_login'] ?></div> </td> </tr> </tbody></table> </td> </tr> </thead> <tbody> <tr> <td colspan="3" class="items"> <table class="items">