<?php foreach ($document->orders as $order): ?> | <?php foreach ($document->orders as $order): ?> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<strong><?= Html::encode($orderManager->getOrderUsername($order)); ?></strong> | |||||
<strong><?= $orderManager->getOrderUsername($order); ?></strong> | |||||
<?php if ($order->distribution): ?> | <?php if ($order->distribution): ?> | ||||
le <?= date('d/m/Y', strtotime($order->distribution->date)) ?> | le <?= date('d/m/Y', strtotime($order->distribution->date)) ?> | ||||
<?php endif; ?> | <?php endif; ?> |