{% extends 'base.html.twig' %} {% block title %}Operation index{% endblock %} {% block body %}

Operation index

{% for operation in operations %} {% else %} {% endfor %}
Id Designation Dateoperation actions
{{ operation.id }} {{ operation.designation }} {{ operation.dateoperation ? operation.dateoperation|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}