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; ?>
getHtml('Date'); ?> getHtml('Type'); ?> getHtml('Responsible'); ?>
next->format('Y-m-d H:i'); ?> printHtml($inspection->type->getL11n()); ?>
getHtml('Empty', '0', '0'); ?>
getHtml('History'); ?>
data['inspections'] ?? []) as $inspection) : ++$count; ?>
getHtml('Date'); ?> getHtml('Type'); ?> getHtml('Responsible'); ?>
date->format('Y-m-d H:i'); ?> printHtml($inspection->type->getL11n()); ?>
getHtml('Empty', '0', '0'); ?>