{% extends 'base.html.twig' %} {% block body %}
| Id | {{ equipmentType.id }} |
|---|---|
| Equipmenttype | {{ equipmentType.equipmentType }} |
| Createdat | {% if equipmentType.createdAt %}{{ equipmentType.createdAt|date('Y-m-d H:i:s') }}{% endif %} |
| Modifiedat | {% if equipmentType.modifiedAt %}{{ equipmentType.modifiedAt|date('Y-m-d H:i:s') }}{% endif %} |
| Isppe | {% if equipmentType.isPpe %}Yes{% else %}No{% endif %} |