{% extends 'base.html.twig' %} {% block title %}Operation index{% endblock %} {% block body %}
Id | Designation | Dateoperation | actions |
---|---|---|---|
{{ operation.id }} | {{ operation.designation }} | {{ operation.dateoperation ? operation.dateoperation|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |