{% extends 'body.html.twig' %} {% block title %} {{ parent() }} - Liste des maintenances {% endblock %} {% block page %}
Liste des maintenances Créer une maintenance
{% for maintenance in maintenances %} {% endfor %}
Ligne Libellé Planifiée Date début plannifiée Actions
{{ maintenance.ligneFabrication.code }} {{ maintenance.libelle }} {% if maintenance.dateDebut is not null %}{% else %}{% endif %} {% if maintenance.dateDebut is not null %}{{ maintenance.dateDebut | date("d/m/Y H:i") }}{% endif %}
{% endblock page %} {% block javascripts %} {{ parent() }} {% endblock %}