data['nav']->render(); ?>
getHtml('Upcoming'); ?>
data['inspections'] ?? []) as $i) : // @todo handle old inspections in the past? maybe use a status?! if ($i['inspection']->next === null) { continue; } ++$count; $inspection = $i['inspection']; $url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/view?id=' . $inspection->id); ?>
getHtml('Date'); ?> getHtml('Type'); ?> getHtml('Reference'); ?>
next?->format('Y-m-d H:i'); ?> printHtml($inspection->type->getL11n()); ?> data['vehicles'][$inspection->reference]->name : $this->data['drivers'][$inspection->reference]->account->name1 . ' ' . $this->data['drivers'][$inspection->reference]->account->name2; ?>
getHtml('Empty', '0', '0'); ?>
getHtml('History'); ?>
data['inspections'] ?? []) as $i) : ++$count; $inspection = $i['inspection']; $url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/view?id=' . $inspection->id); ?>
getHtml('Date'); ?> getHtml('Type'); ?> getHtml('Reference'); ?>
date?->format('Y-m-d H:i'); ?> printHtml($inspection->type->getL11n()); ?> data['vehicles'][$inspection->reference]->name : $this->data['drivers'][$inspection->reference]->account->name1 . ' ' . $this->data['drivers'][$inspection->reference]->account->name2; ?>
getHtml('Empty', '0', '0'); ?>