<div id="step-2" class="d-none">
<div class="row">
<div class="col-md-4 offset-md-4 col-sm-12"></div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_row(retirage_form.parc, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_row(retirage_form.visitDate, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_row(retirage_form.ticketNumber, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
<div class="col-md-6">
<div class="form-group m-3">
{{ form_row(retirage_form.comment, {'attr': {'class': 'form-control'}}) }}
</div>
</div>
</div>
<div class="row mt-50">
<div class="col-md-4 col-sm-12 offset-md-2 mb-30">
<btn id="step2-btn-retirage-previous" class="btn btn-primary w-100">Précédent</btn>
</div>
<div class="col-md-4 col-sm-12">
<btn id="step2-btn-retirage-next" class="btn btn-primary w-100">Suivant</btn>
</div>
</div>
</div>