{% block stylesheets %} {% endblock %}
{{ render(url('print_pdf_header', {'orderId' : order.id, 'shopId' : order.orderInfo.typeShopOrderAddress.shop.id , 'company' : order.orderInfo.typeShopOrderAddress.shop.company.id})) }} {% for article in articles %} {{ render(url('print_pdf_detail', {'articleId' : article.id, 'shopId' : null, 'orderId' : order.id, 'loop' : loop.index, 'valoration' : valoration})) }} {% endfor %} {% if valoration == "distro" %} {% else %} {% if valoration %} {{ render(url('pdf_back_standard_by_companies', {'order' : order.id, 'valoration' : valoration })) }} {% endif %} {% endif %}
{% include 'CoreBundle:Default:components.html.twig' %} {% include 'CoreBundle:Default:style-pdf.html.twig' %}