{% extends '::base.html.twig' %} {% block body -%} Ajouter un lot {% if entities is not empty %}
Code | Designation | Actions | |
---|---|---|---|
{{ entity.code }} | {{ entity.designation }} |
Aucun lot n'est présent
{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {{ nodika_massactions_js() }} {% endblock %}