<div id="step-3" class="d-none">
<div class="row mt-50">
<div class="col-md-4 offset-md-4 col-sm-12"></div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_errors(retirage_form.parc) }}
{{ form_widget(retirage_form.parc, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_errors(retirage_form.visitDate) }}
{{ form_widget(retirage_form.visitDate, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_errors(retirage_form.ticketNumber) }}
{{ form_widget(retirage_form.ticketNumber, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_errors(retirage_form.comment) }}
{{ form_widget(retirage_form.comment, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
</div>
<div class="row mt-50 mb-50">
<label>Pour que nous puissions vous retrouver,<br>
prenez en photo la photo que vous avez achetée
, puis ajouter la ci-dessous.<br>
<span class"element-retirage-physic">Si vous souhaitez retirer plusieurs photos, ajouter les une par une.</span></label>
</div>
<div class="content-retirage">
<div class="field-content-retirage" attr-retirage="0">
<div class="row">
<div class="col-md-6 offset-md-3 col-sm-12 mb-10">
{{ form_row(retirage_form.images, {'id': 'retirage_images__0', 'attr': { 'class': 'form-control retirage_images', 'attr-retirage':'0'}}) }}
</div>
<div class="col-md-3 offset-md-2 col-sm-12 mt-20 element-retirage-physic">
<div id="retirage_number_photo_prototype" data-prototype="{{form_row(retirage_form.numberPhoto.vars.prototype)|e('html_attr')}}"></div>
<div class="retirage_number_photo_section"></div>
</div>
<div class="col-md-3 col-sm-12 mt-20 element-retirage-physic">
<div id="retirage_number_magnet_prototype" data-prototype="{{form_row(retirage_form.numberMagnet.vars.prototype)|e('html_attr')}}"></div>
<div class="retirage_number_magnet_section"></div>
</div>
<div class="col-md-3 col-sm-12 mt-20 element-retirage-physic">
<div id="retirage_number_keychain_prototype" data-prototype="{{form_row(retirage_form.numberKeyChain.vars.prototype)|e('html_attr')}}"></div>
<div class="retirage_number_KeyChain_section"></div>
</div>
<div class="col-md-6 offset-md-3">
<hr class="w-100">
</div>
</div>
</div>
</div>
<div class="row mb-10">
<div class="col-md-4 offset-md-4 col-sm-12">
<button type="button" id="remove-retirage" class="btn btn-darksalmon">
<i class="fa-solid fa-trash"></i>
Supprimer la dernière photo
</button>
</div>
</div>
<div class="row">
<div class="col-md-4 offset-md-4 col-sm-12">
<button required type="button" id="add-retirage" class="required btn btn-primary btn-control-page">
<i class="fa-solid fa-plus"></i>
Ajouter une photo
</button>
</div>
</div>
<div class="row mt-50">
<div class="col-md-4 col-sm-12 offset-md-2 mb-30">
<btn id="step3-btn-retirage-previous" class="btn btn-primary btn-control-page">Précédent</btn>
</div>
<div class="col-md-4 col-sm-12">
{{ form_widget(retirage_form.creationDate, { 'attr': {'class': 'd-none'} }) }}
{{ form_row(retirage_form.submit, { 'attr': {'class': 'btn btn-primary btn-control-page'} }) }}
</div>
</div>
</div>
{{ form_end(retirage_form, {'render_rest': false}) }}