{% extends 'base_douchette.html.twig' %} {% import 'macros/macro.html.twig' as macro %} {% block title %} {{ parent() }} Stock des articles de bien {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
Menu {% for article in articles %} {% endfor %}
Article Sous-famille
{{ article.id }}
{{ article.name }}
{{ article.stock }} en stock{% if article.stock != article.stockVirtual != 0 %} ( {{ article.stockVirtual }} stock virtuel){% endif %}
{{ article.FamilyName }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}