Commande + Rapport

This commit is contained in:
maher
2025-12-28 17:29:24 +01:00
parent f0b8392c55
commit fc2c7a3d25
6 changed files with 229 additions and 20 deletions

View File

@@ -64,13 +64,12 @@
</div>
</div>
<div class="col-md-6 mt-4">
<div class="iq-card-body">
{% for child in formQtn.choice %}
<div class="custom-control custom-radio custom-radio-color-checked custom-control-inline">
{{ form_widget(child, {'attr': {'class': 'custom-control-input bg-success' }}) }}
<label class="custom-control-label" for="{{ child.vars.id }}"> {{ form_label(child) }} </label>
</div>
{% endfor %}
<div class="form-group">
{% for key,child in formQtn.choice %}
<div class="custom-control-inline">
{{ form_widget(child) }}
</div>
{% endfor %}
</div>
</div>
</div>