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