{% trans_default_domain 'front_quotation' %}
{% set imgUrl = "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 }} | {{ 'Durée de vie du moule'|trans|raw }} | {{ 'Aspect des pièces'|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.pieceInjectionQuantity %}{{ piece.pieceInjectionQuantity }}{% endif %} | {% if piece.pieceInjectionMaterial %}{{ piece.pieceInjectionMaterial }}{% endif %} | {% if piece.pieceInjectionLifeTime %}{{ piece.pieceInjectionLifeTime }}{% endif %} | {% if piece.pieceInjectionAspect %}{{ piece.pieceInjectionAspect }}{% endif %} | {% if piece.pieceInjectionComment %}{{ piece.pieceInjectionComment }}{% endif %} |