Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates
/
espace-client
/
compte
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates/espace-client/compte/update.html.twig
{% extends 'back/layout.html.twig' %} {% block title %} Modifier {{'Command'|transchoice(1)}} {% endblock %} {% block content %} <section class="section-padding"> <div class="container"> <h1>Mise à jour de l'état de la commande</h1> <div class="shape"></div> <div class="text-right mt-4"> <a href="{{ path('admin_command_search') }}" class="btn btn-primary" role="button"> <i class="fa fa-reply"></i> Retour </a> </div> <div class="card mt-4 mb-4"> <div class="card-header text-center text-light btn-red"> <h4>Mise à jour de la commande {{command.orderKey}}</h4> </div> <div class="card-content"> Commande effectuée le: <b> {{command.createdAt|date('d/m/Y')}}</b> {{ form_start(form) }} {# {{ form_row(form.orderKey) }} {{ form_row(form.firstname) }} {{ form_row(form.lastname) }} {{ form_row(form.email) }} {{ form_row(form.phone) }} {{ form_row(form.address) }} {{ form_row(form.zipcode) }} {{ form_row(form.city) }} {{ form_row(form.stripeKey) }} #} <hr> {{ form_row(form.stape) }} <br> <button class="btn btn-primary">Modifier</button> {{ form_end(form) }} </div> </div> </div> </section> {% endblock %}