Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
task
/
212
/
root
/
proc
/
212
/
root
/
proc
/
70528
/
cwd
/
templates
/
front
/
email
/
//proc/212/task/212/root/proc/212/root/proc/70528/cwd/templates/front/email/new-command.html.twig
<div id="header"> <h1>Commande reçue !</h1> </div> <div id="content"> Vous avez reçue une nouvelle commande sur votre site impressionrapide.fr ! <a href="https://impressionrapide.fr/admin/command/{{ command.id }}">Consulter la commande</a> <br><br><hr><br> <h2>Récapitulatif de la commande :</h2> <p> <b>Date:</b> {{ command.createdAt|date("d/m/Y H:i") }}</p> <p> <b>Total:</b> {{ command.cart.price * 1.2 }} € {% if command.deliveryMode == "Livraison standard" %} (+20€ livraison) {% endif %} </p> <p> <b>En:</b> {{ command.deliveryMode }}</p> <hr> {% for item in command.cart.items %} {{ item.selfQuantity }}× {{ item.product.name }} (#{{ item.product.id }}.{{ item.quantity.id }}.{{ item.size.id }}.{{ item.pages.id }}.{{ item.grammage.id }}.{{ item.finishing.id }}.{{ item.color.id }}.{{ item.fold.id }}) : <hr> Quantité: {{ item.quantity.quantity }}<br> Support: {{ item.grammage.name }} <br> Format: {{ item.size.name }}<br> Couleur: {{ item.color.name }}<br> Nombre de pages: {{ item.pages.name }}<br> Finition: {{ item.finishing.name }}<br> <hr>PRIX UNITAIRE: {{ item.price.price }}€ (prix total TTC : {{ (item.price.price * item.selfQuantity) * 1.2 }}€)<hr> {% if item.design %} <a href="https://www.impressionrapide.fr/_commande/{{ item.id }}/attachment/download?token={{ item.downloadToken }}">Télécharger le design</a> {% endif %} {% if item.textMessage %} {{ item.textMessage }} {% endif %} {% endfor %} <h2>Informations client :</h2><hr> {{ command.firstname }} {{ command.lastname }}<br> {{ command.address }} {{ command.zipcode }} {{ command.city }}<br> {% if command.user %} {{ command.user.email }} - {{ command.user.phone }}<br> {% else %} {{ command.guest.email }} - {{ command.guest.phone }} {% endif %} {% if command.deliveryMode == "Livraison standard" %} <h2>Livraison :</h2> {{ command.deliveryFirstname ? command.deliveryFirstname : command.firstname }} {{ command.deliveryLastname ? command.deliveryLastname : command.lastname }} {{ command.deliveryAddress ? command.deliveryAddress : command.address }} {{ command.deliveryZipcode ? command.deliveryZipcode : command.zipcode }} {{ command.deliveryCity ? command.deliveryCity : command.city }}<br> {% endif %} </div> <div id="footer"> <a href="https://impressionrapide.fr" target="_blank" rel="noopener noreferrer">impressionrapide.fr</a> </div> <style> #header, #footer, #content { padding: 15px; background: #EEE; color: black; margin: 15px; } </style>