data['equipment'] ?? new NullEquipment(); $equipmentImage = $this->data['equipmentImage'] ?? new NullMedia(); $equipmentTypes = $this->data['types'] ?? []; $isNew = $equipment->id === 0; /** * @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>
| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('Responsible'); ?> |
| = $inspection->next->format('Y-m-d H:i'); ?> | = $this->printHtml($inspection->type->getL11n()); ?> |
| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('Responsible'); ?> |
| = $inspection->date->format('Y-m-d H:i'); ?> | = $this->printHtml($inspection->type->getL11n()); ?> |