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