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