{% extends 'AppBundle:Admin:Export\\base_pdf.html.twig' %} {% block stylesheets %} {{ parent() }} .table-border th.th-uppercase { text-transform: uppercase; font-size: 20px; line-height: 20px; font-weight: bold; border: none; background: none; } {% endblock %} {% block header %} {% endblock %} {% block body %} {% if page == 1 %}
Edité le {{ "now"|date('d/m/Y') }}
{% if headerList is not empty %} {# To avoid break lines #} {% for title in headerList %} {% if loop.index == 14 %} {% endif %} {% if loop.index in [5, 7, 8, 9, 11, 13] %} {% else %} {% endif %} {% endfor %} {% endif %} {% endif %} {% for data in dataList %} {# To avoid break lines #} {% for value in data %} {% if loop.index == 14 %} {% endif %} {% if loop.index in [5, 7, 8, 9, 11, 13] %} {% endfor %} {% endfor %} {% if page == total %}
E n t r é e S o r t i e
{{ title }}{{ title }}
{% else %} {% endif %} {% include 'AppBundle:Admin:Export\\base_pdf_value.html.twig' with {'value': value } %}
{% endif %} {% endblock %}