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

{{ 'Demande de devis : Autres technologies'|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.brochureOtherFile|split(';') %} {% endfor %}
{{ '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 %}

{% 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 %}