{% trans_default_domain 'front_quotation' %}
{% set imgUrl = "mail-logo-https://ec-international.felix-preprod.com/images/ec-international/quotation/logo.png"|trans|raw %}
{{ 'Nom'|trans|raw }} : {{ user.name }}
{{ 'Prénom'|trans|raw }} : {{ user.firstName }}
{{ 'Mail'|trans|raw }} : {{ user.mail }}
{{ 'Adresse'|trans|raw }} : {{ user.address }}
{{ 'Ville'|trans|raw }} : {{ user.city }}
{{ 'Code postal'|trans|raw }} : {{ user.postalCode }}
{{ 'Numéro de téléphone'|trans|raw }} : {{ user.phoneNumber }}
{{ 'Entreprise'|trans|raw }} : {{ user.company }}
{{ 'Nom fichier'|trans|raw }} | {{ 'Quantité de pièces'|trans|raw }} | {{ 'Matière souhaitée'|trans|raw }} | {{ 'Technologie'|trans|raw }} | {{ 'État de surface'|trans|raw }} | {{ 'Finition'|trans|raw }} | {{ 'Remarques'|trans|raw }} |
---|---|---|---|---|---|---|
{% if mainFiles %}
{% for file in mainFiles %}
{% if file != "" %}
{{ file }} {% endif %} {% endfor %} {% endif %} {% if otherFiles %} {% for file in otherFiles %} {% if file != "" %} {{ file }} {% endif %} {% endfor %} {% endif %} |
{% if piece.pieceOtherQuantity %}{{ piece.pieceOtherQuantity }}{% endif %} | {% if piece.pieceOtherMaterial %}{{ piece.pieceOtherMaterial }}{% endif %} | {% if piece.pieceOtherTechnology %}{{ piece.pieceOtherTechnology }}{% endif %} | {% if piece.pieceOtherSurfaceCondition %}{{ piece.pieceOtherSurfaceCondition }}{% endif %} | {% if piece.pieceOtherWorkmanship %}{{ piece.pieceOtherWorkmanship }}{% endif %} | {% if piece.pieceOtherComment %}{{ piece.pieceOtherComment }}{% endif %} |