Informations générales

Répartition géographique

  • {{ form_label(form.afrique) }} {{ form_widget(form.afrique, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'afrique', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.asie) }} {{ form_widget(form.asie, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'asie', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.oceanie) }} {{ form_widget(form.oceanie, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'oceanie', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.europe) }} {{ form_widget(form.europe, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'europe', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.amNord) }} {{ form_widget(form.amNord, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'amNord', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.amCentrale) }} {{ form_widget(form.amCentrale, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'amCentrale', 'data-action': 'change->geo#updateColors' } }) }}
  • {{ form_label(form.amSud) }} {{ form_widget(form.amSud, { attr: { 'data-geo-target': 'checkbox', 'data-continent-id': 'amSud', 'data-action': 'change->geo#updateColors' } }) }}