{% trans_default_domain 'front_quotation' %} {% set imgUrl = "https://ec-international.felix-preprod.com/images/ec-international/quotation/logo.png"|trans|raw %}

{{ 'Demande de devis : Injection plastique / Fonderie'|trans|raw }}

{{ 'Identité'|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 }}


{{ 'Pièces'|trans|raw }}

{% for piece in pieces %} {% set mainFiles = piece.pieceInjection3dFile|split(';') %} {% set otherFiles = piece.pieceBrochureOtherFile|split(';') %} {% endfor %}
{{ '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 %}

{% if url is not null and sendlink %} {{ 'Télécharger les fichiers (Uniquement disponible par EC International France)'|trans|raw }}

{{ 'Procédure de téléchargement du fichier :'|trans|raw }}
{{ '1. Connectez-vous au back-office :'|trans|raw }} https://{{ domainName }}/secure/user/{{ currentLocale }}/yacm4f0bmkqa2ta14mqtp4/login
{{ '2. Cliquez sur le lien de téléchargement :'|trans|raw }} https://{{ url }}
{{ '3. Le fichier se télécharge automatiquement'|trans|raw }}
{{ "Attention : Si vous n'êtes pas connecté, vous serez automatiquement redirigé vers la page d'accueil."|trans|raw }} {% endif %}