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