- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 14
- Events
- Routing
- Cache
- Translation 259
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
nom
-
prenom
-
societe
-
fonction
-
email
-
telephone
-
codePostal
-
ville
-
pays
-
-
message
-
captcha
-
_token
-
rendez_vous
"App\Form\Front\RendezVousType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#1735 -id: null -type: "Contact" -demande: null -message: null -dateCreation: DateTime @1756282545 {#1749 date: 2025-08-27 10:15:45.244002 Europe/Paris (+02:00) } -utilisateur: null -informationComplementaire: [] } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#1735 -id: null -type: "Contact" -demande: null -message: null -dateCreation: DateTime @1756282545 {#1749 date: 2025-08-27 10:15:45.244002 Europe/Paris (+02:00) } -utilisateur: null -informationComplementaire: [] } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data | App\Entity\Contact {#1735 -id: null -type: "Contact" -demande: null -message: null -dateCreation: DateTime @1756282545 {#1749 date: 2025-08-27 10:15:45.244002 Europe/Paris (+02:00) } -utilisateur: null -informationComplementaire: [] } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} use: { $class: "App\Entity\Contact" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#3140 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "rendez_vous" "_rendez_vous" ] |
cache_key | "_rendez_vous_rendez_vous" |
compound | true |
data | App\Entity\Contact {#1735 -id: null -type: "Contact" -demande: null -message: null -dateCreation: DateTime @1756282545 {#1749 date: 2025-08-27 10:15:45.244002 Europe/Paris (+02:00) } -utilisateur: null -informationComplementaire: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5586 -form: Symfony\Component\Form\Form {#5581 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3138 …5} |
full_name | "rendez_vous" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "rendez_vous" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous" |
valid | true |
value | App\Entity\Contact {#1735 -id: null -type: "Contact" -demande: null -message: null -dateCreation: DateTime @1756282545 {#1749 date: 2025-08-27 10:15:45.244002 Europe/Paris (+02:00) } -utilisateur: null -informationComplementaire: [] } |
informationComplementaire
"App\Form\Front\InformationComplementaireContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#3134 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "information_complementaire_contact" "_rendez_vous_informationComplementaire" ] |
cache_key | "_rendez_vous_informationComplementaire_information_complementaire_contact" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5724 -form: Symfony\Component\Form\Form {#5683 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5754 …5} |
full_name | "rendez_vous[informationComplementaire]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "informationComplementaire" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire" |
valid | true |
value | [] |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5589 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5588 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_nom" ] |
cache_key | "_rendez_vous_informationComplementaire_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5725 -form: Symfony\Component\Form\Form {#5686 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5732 …5} |
full_name | "rendez_vous[informationComplementaire][nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_nom" |
valid | true |
value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Prénom" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5595 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_prenom" ] |
cache_key | "_rendez_vous_informationComplementaire_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5576 -form: Symfony\Component\Form\Form {#5691 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5558 …5} |
full_name | "rendez_vous[informationComplementaire][prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_prenom" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_prenom" |
valid | true |
value | "" |
societe
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Société" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5603 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Société" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5604 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_societe" ] |
cache_key | "_rendez_vous_informationComplementaire_societe_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3136 -form: Symfony\Component\Form\Form {#5694 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5677 …5} |
full_name | "rendez_vous[informationComplementaire][societe]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_societe" |
label | "Société" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "societe" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_societe" |
valid | true |
value | "" |
fonction
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5612 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5613 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_fonction" ] |
cache_key | "_rendez_vous_informationComplementaire_fonction_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5656 -form: Symfony\Component\Form\Form {#5697 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5647 …5} |
full_name | "rendez_vous[informationComplementaire][fonction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_fonction" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fonction" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_fonction" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Adresse e-mail" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5621 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Adresse e-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5628 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5622 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_rendez_vous_informationComplementaire_email" ] |
cache_key | "_rendez_vous_informationComplementaire_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5638 -form: Symfony\Component\Form\Form {#5700 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5629 …5} |
full_name | "rendez_vous[informationComplementaire][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_email" |
label | "Adresse e-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_email" |
valid | true |
value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Téléphone" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5636 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_telephone" ] |
cache_key | "_rendez_vous_informationComplementaire_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5615 -form: Symfony\Component\Form\Form {#5703 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5606 …5} |
full_name | "rendez_vous[informationComplementaire][telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_telephone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_telephone" |
valid | true |
value | "" |
codePostal
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Code Postal" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5644 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Code Postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5645 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_codePostal" ] |
cache_key | "_rendez_vous_informationComplementaire_codePostal_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5597 -form: Symfony\Component\Form\Form {#5706 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5758 …5} |
full_name | "rendez_vous[informationComplementaire][codePostal]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_codePostal" |
label | "Code Postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "codePostal" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_codePostal" |
valid | true |
value | "" |
ville
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5653 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5654 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_rendez_vous_informationComplementaire_ville" ] |
cache_key | "_rendez_vous_informationComplementaire_ville_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5760 -form: Symfony\Component\Form\Form {#5709 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5761 …5} |
full_name | "rendez_vous[informationComplementaire][ville]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_ville" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ville" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_ville" |
valid | true |
value | "" |
pays
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "FRANCE - FR" => "FRANCE" "AFGHANISTAN - AF" => "AFGHANISTAN" "AFRIQUE DU SUD - ZA" => "AFRIQUE DU SUD" "ÅLAND, ÎLES - AX" => "ÅLAND, ÎLES" "ALBANIE - AL" => "ALBANIE" "ALGÉRIE - DZ" => "ALGÉRIE" "ALLEMAGNE - DE" => "ALLEMAGNE" "ANDORRE - AD" => "ANDORRE" "ANGOLA - AO" => "ANGOLA" "ANGUILLA - AI" => "ANGUILLA" "ANTARCTIQUE - AQ" => "ANTARCTIQUE" "ANTIGUA-ET-BARBUDA - AG" => "ANTIGUA-ET-BARBUDA" "ARABIE SAOUDITE - SA" => "ARABIE SAOUDITE" "ARGENTINE - AR" => "ARGENTINE" "ARMÉNIE - AM" => "ARMÉNIE" "BELGIQUE - BE" => "BELGIQUE" "ARUBA - AW" => "ARUBA" "AUSTRALIE - AU" => "AUSTRALIE" "AUTRICHE - AT" => "AUTRICHE" "AZERBAÏDJAN - AZ" => "AZERBAÏDJAN" "SUISSE - CH" => "SUISSE" "BAHAMAS - BS" => "BAHAMAS" "BAHREÏN - BH" => "BAHREÏN" "BANGLADESH - BD" => "BANGLADESH" "BARBADE - BB" => "BARBADE" "BÉLARUS - BY" => "BÉLARUS" "BELIZE - BZ" => "BELIZE" "BÉNIN - BJ" => "BÉNIN" "BERMUDES - BM" => "BERMUDES" "BHOUTAN - BT" => "BHOUTAN" "BOLIVIE, l'ÉTAT PLURINATIONAL DE - BO" => "BOLIVIE, l'ÉTAT PLURINATIONAL DE" "BONAIRE, SAINT-EUSTACHE ET SABA - BQ" => "BONAIRE, SAINT-EUSTACHE ET SABA" "BOSNIE-HERZÉGOVINE - BA" => "BOSNIE-HERZÉGOVINE" "BOTSWANA - BW" => "BOTSWANA" "BOUVET, ÎLE - BV" => "BOUVET, ÎLE" "BRÉSIL - BR" => "BRÉSIL" "BRUNEI DARUSSALAM - BN" => "BRUNEI DARUSSALAM" "BULGARIE - BG" => "BULGARIE" "BURKINA FASO - BF" => "BURKINA FASO" "BURUNDI - BI" => "BURUNDI" "CAÏMANS, ÎLES - KY" => "CAÏMANS, ÎLES" "CAMBODGE - KH" => "CAMBODGE" "CAMEROUN - CM" => "CAMEROUN" "CANADA - CA" => "CANADA" "CAP-VERT - CV" => "CAP-VERT" "CENTRAFRICAINE, RÉPUBLIQUE - CF" => "CENTRAFRICAINE, RÉPUBLIQUE" "CHILI - CL" => "CHILI" "CHINE - CN" => "CHINE" "CHRISTMAS, ÎLE - CX" => "CHRISTMAS, ÎLE" "CHYPRE - CY" => "CHYPRE" "COCOS (KEELING), ÎLES - CC" => "COCOS (KEELING), ÎLES" "COLOMBIE - CO" => "COLOMBIE" "COMORES - KM" => "COMORES" "CONGO - CG" => "CONGO" "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU - CD" => "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU" "COOK, ÎLES - CK" => "COOK, ÎLES" "CORÉE, RÉPUBLIQUE DE - KR" => "CORÉE, RÉPUBLIQUE DE" "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE - KP" => "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE" "COSTA RICA - CR" => "COSTA RICA" "CÔTE D'IVOIRE - CI" => "CÔTE D'IVOIRE" "CROATIE - HR" => "CROATIE" "CUBA - CU" => "CUBA" "CURAÇAO - CW" => "CURAÇAO" "DANEMARK - DK" => "DANEMARK" "DJIBOUTI - DJ" => "DJIBOUTI" "DOMINICAINE, RÉPUBLIQUE - DO" => "DOMINICAINE, RÉPUBLIQUE" "DOMINIQUE - DM" => "DOMINIQUE" "ÉGYPTE - EG" => "ÉGYPTE" "EL SALVADOR - SV" => "EL SALVADOR" "ÉMIRATS ARABES UNIS - AE" => "ÉMIRATS ARABES UNIS" "ÉQUATEUR - EC" => "ÉQUATEUR" "ÉRYTHRÉE - ER" => "ÉRYTHRÉE" "ESPAGNE - ES" => "ESPAGNE" "ESTONIE - EE" => "ESTONIE" "ÉTATS-UNIS - US" => "ÉTATS-UNIS" "ÉTHIOPIE - ET" => "ÉTHIOPIE" "FALKLAND, ÎLES (MALVINAS) - FK" => "FALKLAND, ÎLES (MALVINAS)" "FÉROÉ, ÎLES - FO" => "FÉROÉ, ÎLES" "FIDJI - FJ" => "FIDJI" "FINLANDE - FI" => "FINLANDE" "GABON - GA" => "GABON" "GAMBIE - GM" => "GAMBIE" "GÉORGIE - GE" => "GÉORGIE" "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD - GS" => "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD" "GHANA - GH" => "GHANA" "GIBRALTAR - GI" => "GIBRALTAR" "GRÈCE - GR" => "GRÈCE" "GRENADE - GD" => "GRENADE" "GROENLAND - GL" => "GROENLAND" "GUADELOUPE - GP" => "GUADELOUPE" "GUAM - GU" => "GUAM" "GUATEMALA - GT" => "GUATEMALA" "GUERNESEY - GG" => "GUERNESEY" "GUINÉE - GN" => "GUINÉE" "GUINÉE-BISSAU - GW" => "GUINÉE-BISSAU" "GUINÉE ÉQUATORIALE - GQ" => "GUINÉE ÉQUATORIALE" "GUYANA - GY" => "GUYANA" "GUYANE FRANÇAISE - GF" => "GUYANE FRANÇAISE" "HAÏTI - HT" => "HAÏTI" "HEARD-ET-ÎLES MACDONALD, ÎLE - HM" => "HEARD-ET-ÎLES MACDONALD, ÎLE" "HONDURAS - HN" => "HONDURAS" "HONG KONG - HK" => "HONG KONG" "HONGRIE - HU" => "HONGRIE" "ÎLE DE MAN - IM" => "ÎLE DE MAN" "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS - UM" => "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS" "ÎLES VIERGES BRITANNIQUES - VG" => "ÎLES VIERGES BRITANNIQUES" "ÎLES VIERGES DES ÉTATS-UNIS - VI" => "ÎLES VIERGES DES ÉTATS-UNIS" "INDE - IN" => "INDE" "INDONÉSIE - ID" => "INDONÉSIE" "IRAN, RÉPUBLIQUE ISLAMIQUE D' - IR" => "IRAN, RÉPUBLIQUE ISLAMIQUE D'" "IRAQ - IQ" => "IRAQ" "IRLANDE - IE" => "IRLANDE" "ISLANDE - IS" => "ISLANDE" "ISRAËL - IL" => "ISRAËL" "ITALIE - IT" => "ITALIE" "JAMAÏQUE - JM" => "JAMAÏQUE" "JAPON - JP" => "JAPON" "JERSEY - JE" => "JERSEY" "JORDANIE - JO" => "JORDANIE" "KAZAKHSTAN - KZ" => "KAZAKHSTAN" "KENYA - KE" => "KENYA" "KIRGHIZISTAN - KG" => "KIRGHIZISTAN" "KIRIBATI - KI" => "KIRIBATI" "KOWEÏT - KW" => "KOWEÏT" "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE - LA" => "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE" "LESOTHO - LS" => "LESOTHO" "LETTONIE - LV" => "LETTONIE" "LIBAN - LB" => "LIBAN" "LIBÉRIA - LR" => "LIBÉRIA" "LIBYENNE, JAMAHIRIYA ARABE - LY" => "LIBYENNE, JAMAHIRIYA ARABE" "LIECHTENSTEIN - LI" => "LIECHTENSTEIN" "LITUANIE - LT" => "LITUANIE" "LUXEMBOURG - LU" => "LUXEMBOURG" "MACAO - MO" => "MACAO" "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE - MK" => "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE" "MADAGASCAR - MG" => "MADAGASCAR" "MALAISIE - MY" => "MALAISIE" "MALAWI - MW" => "MALAWI" "MALDIVES - MV" => "MALDIVES" "MALI - ML" => "MALI" "MALTE - MT" => "MALTE" "MARIANNES DU NORD, ÎLES - MP" => "MARIANNES DU NORD, ÎLES" "MAROC - MA" => "MAROC" "MARSHALL, ÎLES - MH" => "MARSHALL, ÎLES" "MARTINIQUE - MQ" => "MARTINIQUE" "MAURICE - MU" => "MAURICE" "MAURITANIE - MR" => "MAURITANIE" "MAYOTTE - YT" => "MAYOTTE" "MEXIQUE - MX" => "MEXIQUE" "MICRONÉSIE, ÉTATS FÉDÉRÉS DE - FM" => "MICRONÉSIE, ÉTATS FÉDÉRÉS DE" "MOLDOVA, RÉPUBLIQUE DE - MD" => "MOLDOVA, RÉPUBLIQUE DE" "MONACO - MC" => "MONACO" "MONGOLIE - MN" => "MONGOLIE" "MONTÉNÉGRO - ME" => "MONTÉNÉGRO" "MONTSERRAT - MS" => "MONTSERRAT" "MOZAMBIQUE - MZ" => "MOZAMBIQUE" "MYANMAR - MM" => "MYANMAR" "NAMIBIE - NA" => "NAMIBIE" "NAURU - NR" => "NAURU" "NÉPAL - NP" => "NÉPAL" "NICARAGUA - NI" => "NICARAGUA" "NIGER - NE" => "NIGER" "NIGÉRIA - NG" => "NIGÉRIA" "NIUÉ - NU" => "NIUÉ" "NORFOLK, ÎLE - NF" => "NORFOLK, ÎLE" "NORVÈGE - NO" => "NORVÈGE" "NOUVELLE-CALÉDONIE - NC" => "NOUVELLE-CALÉDONIE" "NOUVELLE-ZÉLANDE - NZ" => "NOUVELLE-ZÉLANDE" "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L' - IO" => "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'" "OMAN - OM" => "OMAN" "OUGANDA - UG" => "OUGANDA" "OUZBÉKISTAN - UZ" => "OUZBÉKISTAN" "PAKISTAN - PK" => "PAKISTAN" "PALAOS - PW" => "PALAOS" "PALESTINIEN OCCUPÉ, TERRITOIRE - PS" => "PALESTINIEN OCCUPÉ, TERRITOIRE" "PANAMA - PA" => "PANAMA" "PAPOUASIE-NOUVELLE-GUINÉE - PG" => "PAPOUASIE-NOUVELLE-GUINÉE" "PARAGUAY - PY" => "PARAGUAY" "PAYS-BAS - NL" => "PAYS-BAS" "PÉROU - PE" => "PÉROU" "PHILIPPINES - PH" => "PHILIPPINES" "PITCAIRN - PN" => "PITCAIRN" "POLOGNE - PL" => "POLOGNE" "POLYNÉSIE FRANÇAISE - PF" => "POLYNÉSIE FRANÇAISE" "PORTO RICO - PR" => "PORTO RICO" "PORTUGAL - PT" => "PORTUGAL" "QATAR - QA" => "QATAR" "RÉUNION - RE" => "RÉUNION" "ROUMANIE - RO" => "ROUMANIE" "ROYAUME-UNI - GB" => "ROYAUME-UNI" "RUSSIE, FÉDÉRATION DE - RU" => "RUSSIE, FÉDÉRATION DE" "RWANDA - RW" => "RWANDA" "SAHARA OCCIDENTAL - EH" => "SAHARA OCCIDENTAL" "SAINT-BARTHÉLEMY - BL" => "SAINT-BARTHÉLEMY" "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA - SH" => "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA" "SAINTE-LUCIE - LC" => "SAINTE-LUCIE" "SAINT-KITTS-ET-NEVIS - KN" => "SAINT-KITTS-ET-NEVIS" "SAINT-MARIN - SM" => "SAINT-MARIN" "SAINT-MARTIN(PARTIE FRANÇAISE) - MF" => "SAINT-MARTIN(PARTIE FRANÇAISE)" "SAINT-MARTIN (PARTIE NÉERLANDAISE) - SX" => "SAINT-MARTIN (PARTIE NÉERLANDAISE)" "SAINT-PIERRE-ET-MIQUELON - PM" => "SAINT-PIERRE-ET-MIQUELON" "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN) - VA" => "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)" "SAINT-VINCENT-ET-LES GRENADINES - VC" => "SAINT-VINCENT-ET-LES GRENADINES" "SALOMON, ÎLES - SB" => "SALOMON, ÎLES" "SAMOA - WS" => "SAMOA" "SAMOA AMÉRICAINES - AS" => "SAMOA AMÉRICAINES" "SAO TOMÉ-ET-PRINCIPE - ST" => "SAO TOMÉ-ET-PRINCIPE" "SÉNÉGAL - SN" => "SÉNÉGAL" "SERBIE - RS" => "SERBIE" "SEYCHELLES - SC" => "SEYCHELLES" "SIERRA LEONE - SL" => "SIERRA LEONE" "SINGAPOUR - SG" => "SINGAPOUR" "SLOVAQUIE - SK" => "SLOVAQUIE" "SLOVÉNIE - SI" => "SLOVÉNIE" "SOMALIE - SO" => "SOMALIE" "SOUDAN - SD" => "SOUDAN" "SOUDAN DU SUD - SS" => "SOUDAN DU SUD" "SRI LANKA - LK" => "SRI LANKA" "SUÈDE - SE" => "SUÈDE" "SURINAME - SR" => "SURINAME" "SVALBARD ET ÎLE JAN MAYEN - SJ" => "SVALBARD ET ÎLE JAN MAYEN" "SWAZILAND - SZ" => "SWAZILAND" "SYRIENNE, RÉPUBLIQUE ARABE - SY" => "SYRIENNE, RÉPUBLIQUE ARABE" "TADJIKISTAN - TJ" => "TADJIKISTAN" "TAÏWAN, PROVINCE DE CHINE - TW" => "TAÏWAN, PROVINCE DE CHINE" "TANZANIE, RÉPUBLIQUE-UNIE DE - TZ" => "TANZANIE, RÉPUBLIQUE-UNIE DE" "TCHAD - TD" => "TCHAD" "TCHÈQUE, RÉPUBLIQUE - CZ" => "TCHÈQUE, RÉPUBLIQUE" "TERRES AUSTRALES FRANÇAISES - TF" => "TERRES AUSTRALES FRANÇAISES" "THAÏLANDE - TH" => "THAÏLANDE" "TIMOR-LESTE - TL" => "TIMOR-LESTE" "TOGO - TG" => "TOGO" "TOKELAU - TK" => "TOKELAU" "TONGA - TO" => "TONGA" "TRINITÉ-ET-TOBAGO - TT" => "TRINITÉ-ET-TOBAGO" "TUNISIE - TN" => "TUNISIE" "TURKMÉNISTAN - TM" => "TURKMÉNISTAN" "TURKS-ET-CAÏCOS, ÎLES - TC" => "TURKS-ET-CAÏCOS, ÎLES" "TURQUIE - TR" => "TURQUIE" "TUVALU - TV" => "TUVALU" "UKRAINE - UA" => "UKRAINE" "URUGUAY - UY" => "URUGUAY" "VANUATU - VU" => "VANUATU" "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU - VE" => "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU" "VIET NAM - VN" => "VIET NAM" "WALLIS ET FUTUNA - WF" => "WALLIS ET FUTUNA" "YÉMEN - YE" => "YÉMEN" "ZAMBIE - ZM" => "ZAMBIE" "ZIMBABWE - ZW" => "ZIMBABWE" ] |
[ "FRANCE - FR" => "FRANCE" "AFGHANISTAN - AF" => "AFGHANISTAN" "AFRIQUE DU SUD - ZA" => "AFRIQUE DU SUD" "ÅLAND, ÎLES - AX" => "ÅLAND, ÎLES" "ALBANIE - AL" => "ALBANIE" "ALGÉRIE - DZ" => "ALGÉRIE" "ALLEMAGNE - DE" => "ALLEMAGNE" "ANDORRE - AD" => "ANDORRE" "ANGOLA - AO" => "ANGOLA" "ANGUILLA - AI" => "ANGUILLA" "ANTARCTIQUE - AQ" => "ANTARCTIQUE" "ANTIGUA-ET-BARBUDA - AG" => "ANTIGUA-ET-BARBUDA" "ARABIE SAOUDITE - SA" => "ARABIE SAOUDITE" "ARGENTINE - AR" => "ARGENTINE" "ARMÉNIE - AM" => "ARMÉNIE" "BELGIQUE - BE" => "BELGIQUE" "ARUBA - AW" => "ARUBA" "AUSTRALIE - AU" => "AUSTRALIE" "AUTRICHE - AT" => "AUTRICHE" "AZERBAÏDJAN - AZ" => "AZERBAÏDJAN" "SUISSE - CH" => "SUISSE" "BAHAMAS - BS" => "BAHAMAS" "BAHREÏN - BH" => "BAHREÏN" "BANGLADESH - BD" => "BANGLADESH" "BARBADE - BB" => "BARBADE" "BÉLARUS - BY" => "BÉLARUS" "BELIZE - BZ" => "BELIZE" "BÉNIN - BJ" => "BÉNIN" "BERMUDES - BM" => "BERMUDES" "BHOUTAN - BT" => "BHOUTAN" "BOLIVIE, l'ÉTAT PLURINATIONAL DE - BO" => "BOLIVIE, l'ÉTAT PLURINATIONAL DE" "BONAIRE, SAINT-EUSTACHE ET SABA - BQ" => "BONAIRE, SAINT-EUSTACHE ET SABA" "BOSNIE-HERZÉGOVINE - BA" => "BOSNIE-HERZÉGOVINE" "BOTSWANA - BW" => "BOTSWANA" "BOUVET, ÎLE - BV" => "BOUVET, ÎLE" "BRÉSIL - BR" => "BRÉSIL" "BRUNEI DARUSSALAM - BN" => "BRUNEI DARUSSALAM" "BULGARIE - BG" => "BULGARIE" "BURKINA FASO - BF" => "BURKINA FASO" "BURUNDI - BI" => "BURUNDI" "CAÏMANS, ÎLES - KY" => "CAÏMANS, ÎLES" "CAMBODGE - KH" => "CAMBODGE" "CAMEROUN - CM" => "CAMEROUN" "CANADA - CA" => "CANADA" "CAP-VERT - CV" => "CAP-VERT" "CENTRAFRICAINE, RÉPUBLIQUE - CF" => "CENTRAFRICAINE, RÉPUBLIQUE" "CHILI - CL" => "CHILI" "CHINE - CN" => "CHINE" "CHRISTMAS, ÎLE - CX" => "CHRISTMAS, ÎLE" "CHYPRE - CY" => "CHYPRE" "COCOS (KEELING), ÎLES - CC" => "COCOS (KEELING), ÎLES" "COLOMBIE - CO" => "COLOMBIE" "COMORES - KM" => "COMORES" "CONGO - CG" => "CONGO" "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU - CD" => "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU" "COOK, ÎLES - CK" => "COOK, ÎLES" "CORÉE, RÉPUBLIQUE DE - KR" => "CORÉE, RÉPUBLIQUE DE" "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE - KP" => "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE" "COSTA RICA - CR" => "COSTA RICA" "CÔTE D'IVOIRE - CI" => "CÔTE D'IVOIRE" "CROATIE - HR" => "CROATIE" "CUBA - CU" => "CUBA" "CURAÇAO - CW" => "CURAÇAO" "DANEMARK - DK" => "DANEMARK" "DJIBOUTI - DJ" => "DJIBOUTI" "DOMINICAINE, RÉPUBLIQUE - DO" => "DOMINICAINE, RÉPUBLIQUE" "DOMINIQUE - DM" => "DOMINIQUE" "ÉGYPTE - EG" => "ÉGYPTE" "EL SALVADOR - SV" => "EL SALVADOR" "ÉMIRATS ARABES UNIS - AE" => "ÉMIRATS ARABES UNIS" "ÉQUATEUR - EC" => "ÉQUATEUR" "ÉRYTHRÉE - ER" => "ÉRYTHRÉE" "ESPAGNE - ES" => "ESPAGNE" "ESTONIE - EE" => "ESTONIE" "ÉTATS-UNIS - US" => "ÉTATS-UNIS" "ÉTHIOPIE - ET" => "ÉTHIOPIE" "FALKLAND, ÎLES (MALVINAS) - FK" => "FALKLAND, ÎLES (MALVINAS)" "FÉROÉ, ÎLES - FO" => "FÉROÉ, ÎLES" "FIDJI - FJ" => "FIDJI" "FINLANDE - FI" => "FINLANDE" "GABON - GA" => "GABON" "GAMBIE - GM" => "GAMBIE" "GÉORGIE - GE" => "GÉORGIE" "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD - GS" => "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD" "GHANA - GH" => "GHANA" "GIBRALTAR - GI" => "GIBRALTAR" "GRÈCE - GR" => "GRÈCE" "GRENADE - GD" => "GRENADE" "GROENLAND - GL" => "GROENLAND" "GUADELOUPE - GP" => "GUADELOUPE" "GUAM - GU" => "GUAM" "GUATEMALA - GT" => "GUATEMALA" "GUERNESEY - GG" => "GUERNESEY" "GUINÉE - GN" => "GUINÉE" "GUINÉE-BISSAU - GW" => "GUINÉE-BISSAU" "GUINÉE ÉQUATORIALE - GQ" => "GUINÉE ÉQUATORIALE" "GUYANA - GY" => "GUYANA" "GUYANE FRANÇAISE - GF" => "GUYANE FRANÇAISE" "HAÏTI - HT" => "HAÏTI" "HEARD-ET-ÎLES MACDONALD, ÎLE - HM" => "HEARD-ET-ÎLES MACDONALD, ÎLE" "HONDURAS - HN" => "HONDURAS" "HONG KONG - HK" => "HONG KONG" "HONGRIE - HU" => "HONGRIE" "ÎLE DE MAN - IM" => "ÎLE DE MAN" "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS - UM" => "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS" "ÎLES VIERGES BRITANNIQUES - VG" => "ÎLES VIERGES BRITANNIQUES" "ÎLES VIERGES DES ÉTATS-UNIS - VI" => "ÎLES VIERGES DES ÉTATS-UNIS" "INDE - IN" => "INDE" "INDONÉSIE - ID" => "INDONÉSIE" "IRAN, RÉPUBLIQUE ISLAMIQUE D' - IR" => "IRAN, RÉPUBLIQUE ISLAMIQUE D'" "IRAQ - IQ" => "IRAQ" "IRLANDE - IE" => "IRLANDE" "ISLANDE - IS" => "ISLANDE" "ISRAËL - IL" => "ISRAËL" "ITALIE - IT" => "ITALIE" "JAMAÏQUE - JM" => "JAMAÏQUE" "JAPON - JP" => "JAPON" "JERSEY - JE" => "JERSEY" "JORDANIE - JO" => "JORDANIE" "KAZAKHSTAN - KZ" => "KAZAKHSTAN" "KENYA - KE" => "KENYA" "KIRGHIZISTAN - KG" => "KIRGHIZISTAN" "KIRIBATI - KI" => "KIRIBATI" "KOWEÏT - KW" => "KOWEÏT" "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE - LA" => "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE" "LESOTHO - LS" => "LESOTHO" "LETTONIE - LV" => "LETTONIE" "LIBAN - LB" => "LIBAN" "LIBÉRIA - LR" => "LIBÉRIA" "LIBYENNE, JAMAHIRIYA ARABE - LY" => "LIBYENNE, JAMAHIRIYA ARABE" "LIECHTENSTEIN - LI" => "LIECHTENSTEIN" "LITUANIE - LT" => "LITUANIE" "LUXEMBOURG - LU" => "LUXEMBOURG" "MACAO - MO" => "MACAO" "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE - MK" => "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE" "MADAGASCAR - MG" => "MADAGASCAR" "MALAISIE - MY" => "MALAISIE" "MALAWI - MW" => "MALAWI" "MALDIVES - MV" => "MALDIVES" "MALI - ML" => "MALI" "MALTE - MT" => "MALTE" "MARIANNES DU NORD, ÎLES - MP" => "MARIANNES DU NORD, ÎLES" "MAROC - MA" => "MAROC" "MARSHALL, ÎLES - MH" => "MARSHALL, ÎLES" "MARTINIQUE - MQ" => "MARTINIQUE" "MAURICE - MU" => "MAURICE" "MAURITANIE - MR" => "MAURITANIE" "MAYOTTE - YT" => "MAYOTTE" "MEXIQUE - MX" => "MEXIQUE" "MICRONÉSIE, ÉTATS FÉDÉRÉS DE - FM" => "MICRONÉSIE, ÉTATS FÉDÉRÉS DE" "MOLDOVA, RÉPUBLIQUE DE - MD" => "MOLDOVA, RÉPUBLIQUE DE" "MONACO - MC" => "MONACO" "MONGOLIE - MN" => "MONGOLIE" "MONTÉNÉGRO - ME" => "MONTÉNÉGRO" "MONTSERRAT - MS" => "MONTSERRAT" "MOZAMBIQUE - MZ" => "MOZAMBIQUE" "MYANMAR - MM" => "MYANMAR" "NAMIBIE - NA" => "NAMIBIE" "NAURU - NR" => "NAURU" "NÉPAL - NP" => "NÉPAL" "NICARAGUA - NI" => "NICARAGUA" "NIGER - NE" => "NIGER" "NIGÉRIA - NG" => "NIGÉRIA" "NIUÉ - NU" => "NIUÉ" "NORFOLK, ÎLE - NF" => "NORFOLK, ÎLE" "NORVÈGE - NO" => "NORVÈGE" "NOUVELLE-CALÉDONIE - NC" => "NOUVELLE-CALÉDONIE" "NOUVELLE-ZÉLANDE - NZ" => "NOUVELLE-ZÉLANDE" "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L' - IO" => "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'" "OMAN - OM" => "OMAN" "OUGANDA - UG" => "OUGANDA" "OUZBÉKISTAN - UZ" => "OUZBÉKISTAN" "PAKISTAN - PK" => "PAKISTAN" "PALAOS - PW" => "PALAOS" "PALESTINIEN OCCUPÉ, TERRITOIRE - PS" => "PALESTINIEN OCCUPÉ, TERRITOIRE" "PANAMA - PA" => "PANAMA" "PAPOUASIE-NOUVELLE-GUINÉE - PG" => "PAPOUASIE-NOUVELLE-GUINÉE" "PARAGUAY - PY" => "PARAGUAY" "PAYS-BAS - NL" => "PAYS-BAS" "PÉROU - PE" => "PÉROU" "PHILIPPINES - PH" => "PHILIPPINES" "PITCAIRN - PN" => "PITCAIRN" "POLOGNE - PL" => "POLOGNE" "POLYNÉSIE FRANÇAISE - PF" => "POLYNÉSIE FRANÇAISE" "PORTO RICO - PR" => "PORTO RICO" "PORTUGAL - PT" => "PORTUGAL" "QATAR - QA" => "QATAR" "RÉUNION - RE" => "RÉUNION" "ROUMANIE - RO" => "ROUMANIE" "ROYAUME-UNI - GB" => "ROYAUME-UNI" "RUSSIE, FÉDÉRATION DE - RU" => "RUSSIE, FÉDÉRATION DE" "RWANDA - RW" => "RWANDA" "SAHARA OCCIDENTAL - EH" => "SAHARA OCCIDENTAL" "SAINT-BARTHÉLEMY - BL" => "SAINT-BARTHÉLEMY" "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA - SH" => "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA" "SAINTE-LUCIE - LC" => "SAINTE-LUCIE" "SAINT-KITTS-ET-NEVIS - KN" => "SAINT-KITTS-ET-NEVIS" "SAINT-MARIN - SM" => "SAINT-MARIN" "SAINT-MARTIN(PARTIE FRANÇAISE) - MF" => "SAINT-MARTIN(PARTIE FRANÇAISE)" "SAINT-MARTIN (PARTIE NÉERLANDAISE) - SX" => "SAINT-MARTIN (PARTIE NÉERLANDAISE)" "SAINT-PIERRE-ET-MIQUELON - PM" => "SAINT-PIERRE-ET-MIQUELON" "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN) - VA" => "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)" "SAINT-VINCENT-ET-LES GRENADINES - VC" => "SAINT-VINCENT-ET-LES GRENADINES" "SALOMON, ÎLES - SB" => "SALOMON, ÎLES" "SAMOA - WS" => "SAMOA" "SAMOA AMÉRICAINES - AS" => "SAMOA AMÉRICAINES" "SAO TOMÉ-ET-PRINCIPE - ST" => "SAO TOMÉ-ET-PRINCIPE" "SÉNÉGAL - SN" => "SÉNÉGAL" "SERBIE - RS" => "SERBIE" "SEYCHELLES - SC" => "SEYCHELLES" "SIERRA LEONE - SL" => "SIERRA LEONE" "SINGAPOUR - SG" => "SINGAPOUR" "SLOVAQUIE - SK" => "SLOVAQUIE" "SLOVÉNIE - SI" => "SLOVÉNIE" "SOMALIE - SO" => "SOMALIE" "SOUDAN - SD" => "SOUDAN" "SOUDAN DU SUD - SS" => "SOUDAN DU SUD" "SRI LANKA - LK" => "SRI LANKA" "SUÈDE - SE" => "SUÈDE" "SURINAME - SR" => "SURINAME" "SVALBARD ET ÎLE JAN MAYEN - SJ" => "SVALBARD ET ÎLE JAN MAYEN" "SWAZILAND - SZ" => "SWAZILAND" "SYRIENNE, RÉPUBLIQUE ARABE - SY" => "SYRIENNE, RÉPUBLIQUE ARABE" "TADJIKISTAN - TJ" => "TADJIKISTAN" "TAÏWAN, PROVINCE DE CHINE - TW" => "TAÏWAN, PROVINCE DE CHINE" "TANZANIE, RÉPUBLIQUE-UNIE DE - TZ" => "TANZANIE, RÉPUBLIQUE-UNIE DE" "TCHAD - TD" => "TCHAD" "TCHÈQUE, RÉPUBLIQUE - CZ" => "TCHÈQUE, RÉPUBLIQUE" "TERRES AUSTRALES FRANÇAISES - TF" => "TERRES AUSTRALES FRANÇAISES" "THAÏLANDE - TH" => "THAÏLANDE" "TIMOR-LESTE - TL" => "TIMOR-LESTE" "TOGO - TG" => "TOGO" "TOKELAU - TK" => "TOKELAU" "TONGA - TO" => "TONGA" "TRINITÉ-ET-TOBAGO - TT" => "TRINITÉ-ET-TOBAGO" "TUNISIE - TN" => "TUNISIE" "TURKMÉNISTAN - TM" => "TURKMÉNISTAN" "TURKS-ET-CAÏCOS, ÎLES - TC" => "TURKS-ET-CAÏCOS, ÎLES" "TURQUIE - TR" => "TURQUIE" "TUVALU - TV" => "TUVALU" "UKRAINE - UA" => "UKRAINE" "URUGUAY - UY" => "URUGUAY" "VANUATU - VU" => "VANUATU" "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU - VE" => "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU" "VIET NAM - VN" => "VIET NAM" "WALLIS ET FUTUNA - WF" => "WALLIS ET FUTUNA" "YÉMEN - YE" => "YÉMEN" "ZAMBIE - ZM" => "ZAMBIE" "ZIMBABWE - ZW" => "ZIMBABWE" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "FRANCE - FR" => "FRANCE" "AFGHANISTAN - AF" => "AFGHANISTAN" "AFRIQUE DU SUD - ZA" => "AFRIQUE DU SUD" "ÅLAND, ÎLES - AX" => "ÅLAND, ÎLES" "ALBANIE - AL" => "ALBANIE" "ALGÉRIE - DZ" => "ALGÉRIE" "ALLEMAGNE - DE" => "ALLEMAGNE" "ANDORRE - AD" => "ANDORRE" "ANGOLA - AO" => "ANGOLA" "ANGUILLA - AI" => "ANGUILLA" "ANTARCTIQUE - AQ" => "ANTARCTIQUE" "ANTIGUA-ET-BARBUDA - AG" => "ANTIGUA-ET-BARBUDA" "ARABIE SAOUDITE - SA" => "ARABIE SAOUDITE" "ARGENTINE - AR" => "ARGENTINE" "ARMÉNIE - AM" => "ARMÉNIE" "BELGIQUE - BE" => "BELGIQUE" "ARUBA - AW" => "ARUBA" "AUSTRALIE - AU" => "AUSTRALIE" "AUTRICHE - AT" => "AUTRICHE" "AZERBAÏDJAN - AZ" => "AZERBAÏDJAN" "SUISSE - CH" => "SUISSE" "BAHAMAS - BS" => "BAHAMAS" "BAHREÏN - BH" => "BAHREÏN" "BANGLADESH - BD" => "BANGLADESH" "BARBADE - BB" => "BARBADE" "BÉLARUS - BY" => "BÉLARUS" "BELIZE - BZ" => "BELIZE" "BÉNIN - BJ" => "BÉNIN" "BERMUDES - BM" => "BERMUDES" "BHOUTAN - BT" => "BHOUTAN" "BOLIVIE, l'ÉTAT PLURINATIONAL DE - BO" => "BOLIVIE, l'ÉTAT PLURINATIONAL DE" "BONAIRE, SAINT-EUSTACHE ET SABA - BQ" => "BONAIRE, SAINT-EUSTACHE ET SABA" "BOSNIE-HERZÉGOVINE - BA" => "BOSNIE-HERZÉGOVINE" "BOTSWANA - BW" => "BOTSWANA" "BOUVET, ÎLE - BV" => "BOUVET, ÎLE" "BRÉSIL - BR" => "BRÉSIL" "BRUNEI DARUSSALAM - BN" => "BRUNEI DARUSSALAM" "BULGARIE - BG" => "BULGARIE" "BURKINA FASO - BF" => "BURKINA FASO" "BURUNDI - BI" => "BURUNDI" "CAÏMANS, ÎLES - KY" => "CAÏMANS, ÎLES" "CAMBODGE - KH" => "CAMBODGE" "CAMEROUN - CM" => "CAMEROUN" "CANADA - CA" => "CANADA" "CAP-VERT - CV" => "CAP-VERT" "CENTRAFRICAINE, RÉPUBLIQUE - CF" => "CENTRAFRICAINE, RÉPUBLIQUE" "CHILI - CL" => "CHILI" "CHINE - CN" => "CHINE" "CHRISTMAS, ÎLE - CX" => "CHRISTMAS, ÎLE" "CHYPRE - CY" => "CHYPRE" "COCOS (KEELING), ÎLES - CC" => "COCOS (KEELING), ÎLES" "COLOMBIE - CO" => "COLOMBIE" "COMORES - KM" => "COMORES" "CONGO - CG" => "CONGO" "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU - CD" => "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU" "COOK, ÎLES - CK" => "COOK, ÎLES" "CORÉE, RÉPUBLIQUE DE - KR" => "CORÉE, RÉPUBLIQUE DE" "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE - KP" => "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE" "COSTA RICA - CR" => "COSTA RICA" "CÔTE D'IVOIRE - CI" => "CÔTE D'IVOIRE" "CROATIE - HR" => "CROATIE" "CUBA - CU" => "CUBA" "CURAÇAO - CW" => "CURAÇAO" "DANEMARK - DK" => "DANEMARK" "DJIBOUTI - DJ" => "DJIBOUTI" "DOMINICAINE, RÉPUBLIQUE - DO" => "DOMINICAINE, RÉPUBLIQUE" "DOMINIQUE - DM" => "DOMINIQUE" "ÉGYPTE - EG" => "ÉGYPTE" "EL SALVADOR - SV" => "EL SALVADOR" "ÉMIRATS ARABES UNIS - AE" => "ÉMIRATS ARABES UNIS" "ÉQUATEUR - EC" => "ÉQUATEUR" "ÉRYTHRÉE - ER" => "ÉRYTHRÉE" "ESPAGNE - ES" => "ESPAGNE" "ESTONIE - EE" => "ESTONIE" "ÉTATS-UNIS - US" => "ÉTATS-UNIS" "ÉTHIOPIE - ET" => "ÉTHIOPIE" "FALKLAND, ÎLES (MALVINAS) - FK" => "FALKLAND, ÎLES (MALVINAS)" "FÉROÉ, ÎLES - FO" => "FÉROÉ, ÎLES" "FIDJI - FJ" => "FIDJI" "FINLANDE - FI" => "FINLANDE" "GABON - GA" => "GABON" "GAMBIE - GM" => "GAMBIE" "GÉORGIE - GE" => "GÉORGIE" "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD - GS" => "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD" "GHANA - GH" => "GHANA" "GIBRALTAR - GI" => "GIBRALTAR" "GRÈCE - GR" => "GRÈCE" "GRENADE - GD" => "GRENADE" "GROENLAND - GL" => "GROENLAND" "GUADELOUPE - GP" => "GUADELOUPE" "GUAM - GU" => "GUAM" "GUATEMALA - GT" => "GUATEMALA" "GUERNESEY - GG" => "GUERNESEY" "GUINÉE - GN" => "GUINÉE" "GUINÉE-BISSAU - GW" => "GUINÉE-BISSAU" "GUINÉE ÉQUATORIALE - GQ" => "GUINÉE ÉQUATORIALE" "GUYANA - GY" => "GUYANA" "GUYANE FRANÇAISE - GF" => "GUYANE FRANÇAISE" "HAÏTI - HT" => "HAÏTI" "HEARD-ET-ÎLES MACDONALD, ÎLE - HM" => "HEARD-ET-ÎLES MACDONALD, ÎLE" "HONDURAS - HN" => "HONDURAS" "HONG KONG - HK" => "HONG KONG" "HONGRIE - HU" => "HONGRIE" "ÎLE DE MAN - IM" => "ÎLE DE MAN" "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS - UM" => "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS" "ÎLES VIERGES BRITANNIQUES - VG" => "ÎLES VIERGES BRITANNIQUES" "ÎLES VIERGES DES ÉTATS-UNIS - VI" => "ÎLES VIERGES DES ÉTATS-UNIS" "INDE - IN" => "INDE" "INDONÉSIE - ID" => "INDONÉSIE" "IRAN, RÉPUBLIQUE ISLAMIQUE D' - IR" => "IRAN, RÉPUBLIQUE ISLAMIQUE D'" "IRAQ - IQ" => "IRAQ" "IRLANDE - IE" => "IRLANDE" "ISLANDE - IS" => "ISLANDE" "ISRAËL - IL" => "ISRAËL" "ITALIE - IT" => "ITALIE" "JAMAÏQUE - JM" => "JAMAÏQUE" "JAPON - JP" => "JAPON" "JERSEY - JE" => "JERSEY" "JORDANIE - JO" => "JORDANIE" "KAZAKHSTAN - KZ" => "KAZAKHSTAN" "KENYA - KE" => "KENYA" "KIRGHIZISTAN - KG" => "KIRGHIZISTAN" "KIRIBATI - KI" => "KIRIBATI" "KOWEÏT - KW" => "KOWEÏT" "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE - LA" => "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE" "LESOTHO - LS" => "LESOTHO" "LETTONIE - LV" => "LETTONIE" "LIBAN - LB" => "LIBAN" "LIBÉRIA - LR" => "LIBÉRIA" "LIBYENNE, JAMAHIRIYA ARABE - LY" => "LIBYENNE, JAMAHIRIYA ARABE" "LIECHTENSTEIN - LI" => "LIECHTENSTEIN" "LITUANIE - LT" => "LITUANIE" "LUXEMBOURG - LU" => "LUXEMBOURG" "MACAO - MO" => "MACAO" "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE - MK" => "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE" "MADAGASCAR - MG" => "MADAGASCAR" "MALAISIE - MY" => "MALAISIE" "MALAWI - MW" => "MALAWI" "MALDIVES - MV" => "MALDIVES" "MALI - ML" => "MALI" "MALTE - MT" => "MALTE" "MARIANNES DU NORD, ÎLES - MP" => "MARIANNES DU NORD, ÎLES" "MAROC - MA" => "MAROC" "MARSHALL, ÎLES - MH" => "MARSHALL, ÎLES" "MARTINIQUE - MQ" => "MARTINIQUE" "MAURICE - MU" => "MAURICE" "MAURITANIE - MR" => "MAURITANIE" "MAYOTTE - YT" => "MAYOTTE" "MEXIQUE - MX" => "MEXIQUE" "MICRONÉSIE, ÉTATS FÉDÉRÉS DE - FM" => "MICRONÉSIE, ÉTATS FÉDÉRÉS DE" "MOLDOVA, RÉPUBLIQUE DE - MD" => "MOLDOVA, RÉPUBLIQUE DE" "MONACO - MC" => "MONACO" "MONGOLIE - MN" => "MONGOLIE" "MONTÉNÉGRO - ME" => "MONTÉNÉGRO" "MONTSERRAT - MS" => "MONTSERRAT" "MOZAMBIQUE - MZ" => "MOZAMBIQUE" "MYANMAR - MM" => "MYANMAR" "NAMIBIE - NA" => "NAMIBIE" "NAURU - NR" => "NAURU" "NÉPAL - NP" => "NÉPAL" "NICARAGUA - NI" => "NICARAGUA" "NIGER - NE" => "NIGER" "NIGÉRIA - NG" => "NIGÉRIA" "NIUÉ - NU" => "NIUÉ" "NORFOLK, ÎLE - NF" => "NORFOLK, ÎLE" "NORVÈGE - NO" => "NORVÈGE" "NOUVELLE-CALÉDONIE - NC" => "NOUVELLE-CALÉDONIE" "NOUVELLE-ZÉLANDE - NZ" => "NOUVELLE-ZÉLANDE" "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L' - IO" => "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'" "OMAN - OM" => "OMAN" "OUGANDA - UG" => "OUGANDA" "OUZBÉKISTAN - UZ" => "OUZBÉKISTAN" "PAKISTAN - PK" => "PAKISTAN" "PALAOS - PW" => "PALAOS" "PALESTINIEN OCCUPÉ, TERRITOIRE - PS" => "PALESTINIEN OCCUPÉ, TERRITOIRE" "PANAMA - PA" => "PANAMA" "PAPOUASIE-NOUVELLE-GUINÉE - PG" => "PAPOUASIE-NOUVELLE-GUINÉE" "PARAGUAY - PY" => "PARAGUAY" "PAYS-BAS - NL" => "PAYS-BAS" "PÉROU - PE" => "PÉROU" "PHILIPPINES - PH" => "PHILIPPINES" "PITCAIRN - PN" => "PITCAIRN" "POLOGNE - PL" => "POLOGNE" "POLYNÉSIE FRANÇAISE - PF" => "POLYNÉSIE FRANÇAISE" "PORTO RICO - PR" => "PORTO RICO" "PORTUGAL - PT" => "PORTUGAL" "QATAR - QA" => "QATAR" "RÉUNION - RE" => "RÉUNION" "ROUMANIE - RO" => "ROUMANIE" "ROYAUME-UNI - GB" => "ROYAUME-UNI" "RUSSIE, FÉDÉRATION DE - RU" => "RUSSIE, FÉDÉRATION DE" "RWANDA - RW" => "RWANDA" "SAHARA OCCIDENTAL - EH" => "SAHARA OCCIDENTAL" "SAINT-BARTHÉLEMY - BL" => "SAINT-BARTHÉLEMY" "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA - SH" => "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA" "SAINTE-LUCIE - LC" => "SAINTE-LUCIE" "SAINT-KITTS-ET-NEVIS - KN" => "SAINT-KITTS-ET-NEVIS" "SAINT-MARIN - SM" => "SAINT-MARIN" "SAINT-MARTIN(PARTIE FRANÇAISE) - MF" => "SAINT-MARTIN(PARTIE FRANÇAISE)" "SAINT-MARTIN (PARTIE NÉERLANDAISE) - SX" => "SAINT-MARTIN (PARTIE NÉERLANDAISE)" "SAINT-PIERRE-ET-MIQUELON - PM" => "SAINT-PIERRE-ET-MIQUELON" "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN) - VA" => "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)" "SAINT-VINCENT-ET-LES GRENADINES - VC" => "SAINT-VINCENT-ET-LES GRENADINES" "SALOMON, ÎLES - SB" => "SALOMON, ÎLES" "SAMOA - WS" => "SAMOA" "SAMOA AMÉRICAINES - AS" => "SAMOA AMÉRICAINES" "SAO TOMÉ-ET-PRINCIPE - ST" => "SAO TOMÉ-ET-PRINCIPE" "SÉNÉGAL - SN" => "SÉNÉGAL" "SERBIE - RS" => "SERBIE" "SEYCHELLES - SC" => "SEYCHELLES" "SIERRA LEONE - SL" => "SIERRA LEONE" "SINGAPOUR - SG" => "SINGAPOUR" "SLOVAQUIE - SK" => "SLOVAQUIE" "SLOVÉNIE - SI" => "SLOVÉNIE" "SOMALIE - SO" => "SOMALIE" "SOUDAN - SD" => "SOUDAN" "SOUDAN DU SUD - SS" => "SOUDAN DU SUD" "SRI LANKA - LK" => "SRI LANKA" "SUÈDE - SE" => "SUÈDE" "SURINAME - SR" => "SURINAME" "SVALBARD ET ÎLE JAN MAYEN - SJ" => "SVALBARD ET ÎLE JAN MAYEN" "SWAZILAND - SZ" => "SWAZILAND" "SYRIENNE, RÉPUBLIQUE ARABE - SY" => "SYRIENNE, RÉPUBLIQUE ARABE" "TADJIKISTAN - TJ" => "TADJIKISTAN" "TAÏWAN, PROVINCE DE CHINE - TW" => "TAÏWAN, PROVINCE DE CHINE" "TANZANIE, RÉPUBLIQUE-UNIE DE - TZ" => "TANZANIE, RÉPUBLIQUE-UNIE DE" "TCHAD - TD" => "TCHAD" "TCHÈQUE, RÉPUBLIQUE - CZ" => "TCHÈQUE, RÉPUBLIQUE" "TERRES AUSTRALES FRANÇAISES - TF" => "TERRES AUSTRALES FRANÇAISES" "THAÏLANDE - TH" => "THAÏLANDE" "TIMOR-LESTE - TL" => "TIMOR-LESTE" "TOGO - TG" => "TOGO" "TOKELAU - TK" => "TOKELAU" "TONGA - TO" => "TONGA" "TRINITÉ-ET-TOBAGO - TT" => "TRINITÉ-ET-TOBAGO" "TUNISIE - TN" => "TUNISIE" "TURKMÉNISTAN - TM" => "TURKMÉNISTAN" "TURKS-ET-CAÏCOS, ÎLES - TC" => "TURKS-ET-CAÏCOS, ÎLES" "TURQUIE - TR" => "TURQUIE" "TUVALU - TV" => "TUVALU" "UKRAINE - UA" => "UKRAINE" "URUGUAY - UY" => "URUGUAY" "VANUATU - VU" => "VANUATU" "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU - VE" => "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU" "VIET NAM - VN" => "VIET NAM" "WALLIS ET FUTUNA - WF" => "WALLIS ET FUTUNA" "YÉMEN - YE" => "YÉMEN" "ZAMBIE - ZM" => "ZAMBIE" "ZIMBABWE - ZW" => "ZIMBABWE" ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5674 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_rendez_vous_informationComplementaire_pays" ] |
cache_key | "_rendez_vous_informationComplementaire_pays_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5764 +label: "FRANCE - FR" +value: "FRANCE" +data: "FRANCE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5765 +label: "AFGHANISTAN - AF" +value: "AFGHANISTAN" +data: "AFGHANISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5766 +label: "AFRIQUE DU SUD - ZA" +value: "AFRIQUE DU SUD" +data: "AFRIQUE DU SUD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5767 +label: "ÅLAND, ÎLES - AX" +value: "ÅLAND, ÎLES" +data: "ÅLAND, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5768 +label: "ALBANIE - AL" +value: "ALBANIE" +data: "ALBANIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5769 +label: "ALGÉRIE - DZ" +value: "ALGÉRIE" +data: "ALGÉRIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5770 +label: "ALLEMAGNE - DE" +value: "ALLEMAGNE" +data: "ALLEMAGNE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5771 +label: "ANDORRE - AD" +value: "ANDORRE" +data: "ANDORRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5772 +label: "ANGOLA - AO" +value: "ANGOLA" +data: "ANGOLA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5773 +label: "ANGUILLA - AI" +value: "ANGUILLA" +data: "ANGUILLA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5774 +label: "ANTARCTIQUE - AQ" +value: "ANTARCTIQUE" +data: "ANTARCTIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5775 +label: "ANTIGUA-ET-BARBUDA - AG" +value: "ANTIGUA-ET-BARBUDA" +data: "ANTIGUA-ET-BARBUDA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +label: "ARABIE SAOUDITE - SA" +value: "ARABIE SAOUDITE" +data: "ARABIE SAOUDITE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5777 +label: "ARGENTINE - AR" +value: "ARGENTINE" +data: "ARGENTINE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +label: "ARMÉNIE - AM" +value: "ARMÉNIE" +data: "ARMÉNIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5779 +label: "BELGIQUE - BE" +value: "BELGIQUE" +data: "BELGIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5780 +label: "ARUBA - AW" +value: "ARUBA" +data: "ARUBA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5781 +label: "AUSTRALIE - AU" +value: "AUSTRALIE" +data: "AUSTRALIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5782 +label: "AUTRICHE - AT" +value: "AUTRICHE" +data: "AUTRICHE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5783 +label: "AZERBAÏDJAN - AZ" +value: "AZERBAÏDJAN" +data: "AZERBAÏDJAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5784 +label: "SUISSE - CH" +value: "SUISSE" +data: "SUISSE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5785 +label: "BAHAMAS - BS" +value: "BAHAMAS" +data: "BAHAMAS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5786 +label: "BAHREÏN - BH" +value: "BAHREÏN" +data: "BAHREÏN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5787 +label: "BANGLADESH - BD" +value: "BANGLADESH" +data: "BANGLADESH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5788 +label: "BARBADE - BB" +value: "BARBADE" +data: "BARBADE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5789 +label: "BÉLARUS - BY" +value: "BÉLARUS" +data: "BÉLARUS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5790 +label: "BELIZE - BZ" +value: "BELIZE" +data: "BELIZE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +label: "BÉNIN - BJ" +value: "BÉNIN" +data: "BÉNIN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +label: "BERMUDES - BM" +value: "BERMUDES" +data: "BERMUDES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +label: "BHOUTAN - BT" +value: "BHOUTAN" +data: "BHOUTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +label: "BOLIVIE, l'ÉTAT PLURINATIONAL DE - BO" +value: "BOLIVIE, l'ÉTAT PLURINATIONAL DE" +data: "BOLIVIE, l'ÉTAT PLURINATIONAL DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +label: "BONAIRE, SAINT-EUSTACHE ET SABA - BQ" +value: "BONAIRE, SAINT-EUSTACHE ET SABA" +data: "BONAIRE, SAINT-EUSTACHE ET SABA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +label: "BOSNIE-HERZÉGOVINE - BA" +value: "BOSNIE-HERZÉGOVINE" +data: "BOSNIE-HERZÉGOVINE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +label: "BOTSWANA - BW" +value: "BOTSWANA" +data: "BOTSWANA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +label: "BOUVET, ÎLE - BV" +value: "BOUVET, ÎLE" +data: "BOUVET, ÎLE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +label: "BRÉSIL - BR" +value: "BRÉSIL" +data: "BRÉSIL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5800 +label: "BRUNEI DARUSSALAM - BN" +value: "BRUNEI DARUSSALAM" +data: "BRUNEI DARUSSALAM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5801 +label: "BULGARIE - BG" +value: "BULGARIE" +data: "BULGARIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5802 +label: "BURKINA FASO - BF" +value: "BURKINA FASO" +data: "BURKINA FASO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5803 +label: "BURUNDI - BI" +value: "BURUNDI" +data: "BURUNDI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5804 +label: "CAÏMANS, ÎLES - KY" +value: "CAÏMANS, ÎLES" +data: "CAÏMANS, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5805 +label: "CAMBODGE - KH" +value: "CAMBODGE" +data: "CAMBODGE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5806 +label: "CAMEROUN - CM" +value: "CAMEROUN" +data: "CAMEROUN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5807 +label: "CANADA - CA" +value: "CANADA" +data: "CANADA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5808 +label: "CAP-VERT - CV" +value: "CAP-VERT" +data: "CAP-VERT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5809 +label: "CENTRAFRICAINE, RÉPUBLIQUE - CF" +value: "CENTRAFRICAINE, RÉPUBLIQUE" +data: "CENTRAFRICAINE, RÉPUBLIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5810 +label: "CHILI - CL" +value: "CHILI" +data: "CHILI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5811 +label: "CHINE - CN" +value: "CHINE" +data: "CHINE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5812 +label: "CHRISTMAS, ÎLE - CX" +value: "CHRISTMAS, ÎLE" +data: "CHRISTMAS, ÎLE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5813 +label: "CHYPRE - CY" +value: "CHYPRE" +data: "CHYPRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5814 +label: "COCOS (KEELING), ÎLES - CC" +value: "COCOS (KEELING), ÎLES" +data: "COCOS (KEELING), ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5815 +label: "COLOMBIE - CO" +value: "COLOMBIE" +data: "COLOMBIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5816 +label: "COMORES - KM" +value: "COMORES" +data: "COMORES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5817 +label: "CONGO - CG" +value: "CONGO" +data: "CONGO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5818 +label: "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU - CD" +value: "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU" +data: "CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5819 +label: "COOK, ÎLES - CK" +value: "COOK, ÎLES" +data: "COOK, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5820 +label: "CORÉE, RÉPUBLIQUE DE - KR" +value: "CORÉE, RÉPUBLIQUE DE" +data: "CORÉE, RÉPUBLIQUE DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5821 +label: "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE - KP" +value: "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE" +data: "CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5822 +label: "COSTA RICA - CR" +value: "COSTA RICA" +data: "COSTA RICA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5823 +label: "CÔTE D'IVOIRE - CI" +value: "CÔTE D'IVOIRE" +data: "CÔTE D'IVOIRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5824 +label: "CROATIE - HR" +value: "CROATIE" +data: "CROATIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5825 +label: "CUBA - CU" +value: "CUBA" +data: "CUBA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5826 +label: "CURAÇAO - CW" +value: "CURAÇAO" +data: "CURAÇAO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5827 +label: "DANEMARK - DK" +value: "DANEMARK" +data: "DANEMARK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5828 +label: "DJIBOUTI - DJ" +value: "DJIBOUTI" +data: "DJIBOUTI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5829 +label: "DOMINICAINE, RÉPUBLIQUE - DO" +value: "DOMINICAINE, RÉPUBLIQUE" +data: "DOMINICAINE, RÉPUBLIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5830 +label: "DOMINIQUE - DM" +value: "DOMINIQUE" +data: "DOMINIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5831 +label: "ÉGYPTE - EG" +value: "ÉGYPTE" +data: "ÉGYPTE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5832 +label: "EL SALVADOR - SV" +value: "EL SALVADOR" +data: "EL SALVADOR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5833 +label: "ÉMIRATS ARABES UNIS - AE" +value: "ÉMIRATS ARABES UNIS" +data: "ÉMIRATS ARABES UNIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5834 +label: "ÉQUATEUR - EC" +value: "ÉQUATEUR" +data: "ÉQUATEUR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5835 +label: "ÉRYTHRÉE - ER" +value: "ÉRYTHRÉE" +data: "ÉRYTHRÉE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5836 +label: "ESPAGNE - ES" +value: "ESPAGNE" +data: "ESPAGNE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5837 +label: "ESTONIE - EE" +value: "ESTONIE" +data: "ESTONIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5838 +label: "ÉTATS-UNIS - US" +value: "ÉTATS-UNIS" +data: "ÉTATS-UNIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5839 +label: "ÉTHIOPIE - ET" +value: "ÉTHIOPIE" +data: "ÉTHIOPIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5840 +label: "FALKLAND, ÎLES (MALVINAS) - FK" +value: "FALKLAND, ÎLES (MALVINAS)" +data: "FALKLAND, ÎLES (MALVINAS)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5841 +label: "FÉROÉ, ÎLES - FO" +value: "FÉROÉ, ÎLES" +data: "FÉROÉ, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5842 +label: "FIDJI - FJ" +value: "FIDJI" +data: "FIDJI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5843 +label: "FINLANDE - FI" +value: "FINLANDE" +data: "FINLANDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5844 +label: "GABON - GA" +value: "GABON" +data: "GABON" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5845 +label: "GAMBIE - GM" +value: "GAMBIE" +data: "GAMBIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5846 +label: "GÉORGIE - GE" +value: "GÉORGIE" +data: "GÉORGIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5847 +label: "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD - GS" +value: "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD" +data: "GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +label: "GHANA - GH" +value: "GHANA" +data: "GHANA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5849 +label: "GIBRALTAR - GI" +value: "GIBRALTAR" +data: "GIBRALTAR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5850 +label: "GRÈCE - GR" +value: "GRÈCE" +data: "GRÈCE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5851 +label: "GRENADE - GD" +value: "GRENADE" +data: "GRENADE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5852 +label: "GROENLAND - GL" +value: "GROENLAND" +data: "GROENLAND" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5853 +label: "GUADELOUPE - GP" +value: "GUADELOUPE" +data: "GUADELOUPE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5854 +label: "GUAM - GU" +value: "GUAM" +data: "GUAM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5855 +label: "GUATEMALA - GT" +value: "GUATEMALA" +data: "GUATEMALA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5856 +label: "GUERNESEY - GG" +value: "GUERNESEY" +data: "GUERNESEY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5857 +label: "GUINÉE - GN" +value: "GUINÉE" +data: "GUINÉE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5858 +label: "GUINÉE-BISSAU - GW" +value: "GUINÉE-BISSAU" +data: "GUINÉE-BISSAU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5859 +label: "GUINÉE ÉQUATORIALE - GQ" +value: "GUINÉE ÉQUATORIALE" +data: "GUINÉE ÉQUATORIALE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5860 +label: "GUYANA - GY" +value: "GUYANA" +data: "GUYANA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5861 +label: "GUYANE FRANÇAISE - GF" +value: "GUYANE FRANÇAISE" +data: "GUYANE FRANÇAISE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +label: "HAÏTI - HT" +value: "HAÏTI" +data: "HAÏTI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5863 +label: "HEARD-ET-ÎLES MACDONALD, ÎLE - HM" +value: "HEARD-ET-ÎLES MACDONALD, ÎLE" +data: "HEARD-ET-ÎLES MACDONALD, ÎLE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5864 +label: "HONDURAS - HN" +value: "HONDURAS" +data: "HONDURAS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5865 +label: "HONG KONG - HK" +value: "HONG KONG" +data: "HONG KONG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5866 +label: "HONGRIE - HU" +value: "HONGRIE" +data: "HONGRIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5867 +label: "ÎLE DE MAN - IM" +value: "ÎLE DE MAN" +data: "ÎLE DE MAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5868 +label: "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS - UM" +value: "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS" +data: "ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5869 +label: "ÎLES VIERGES BRITANNIQUES - VG" +value: "ÎLES VIERGES BRITANNIQUES" +data: "ÎLES VIERGES BRITANNIQUES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5870 +label: "ÎLES VIERGES DES ÉTATS-UNIS - VI" +value: "ÎLES VIERGES DES ÉTATS-UNIS" +data: "ÎLES VIERGES DES ÉTATS-UNIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +label: "INDE - IN" +value: "INDE" +data: "INDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5872 +label: "INDONÉSIE - ID" +value: "INDONÉSIE" +data: "INDONÉSIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +label: "IRAN, RÉPUBLIQUE ISLAMIQUE D' - IR" +value: "IRAN, RÉPUBLIQUE ISLAMIQUE D'" +data: "IRAN, RÉPUBLIQUE ISLAMIQUE D'" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +label: "IRAQ - IQ" +value: "IRAQ" +data: "IRAQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +label: "IRLANDE - IE" +value: "IRLANDE" +data: "IRLANDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +label: "ISLANDE - IS" +value: "ISLANDE" +data: "ISLANDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +label: "ISRAËL - IL" +value: "ISRAËL" +data: "ISRAËL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +label: "ITALIE - IT" +value: "ITALIE" +data: "ITALIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +label: "JAMAÏQUE - JM" +value: "JAMAÏQUE" +data: "JAMAÏQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +label: "JAPON - JP" +value: "JAPON" +data: "JAPON" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +label: "JERSEY - JE" +value: "JERSEY" +data: "JERSEY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +label: "JORDANIE - JO" +value: "JORDANIE" +data: "JORDANIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +label: "KAZAKHSTAN - KZ" +value: "KAZAKHSTAN" +data: "KAZAKHSTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +label: "KENYA - KE" +value: "KENYA" +data: "KENYA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +label: "KIRGHIZISTAN - KG" +value: "KIRGHIZISTAN" +data: "KIRGHIZISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5886 +label: "KIRIBATI - KI" +value: "KIRIBATI" +data: "KIRIBATI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5887 +label: "KOWEÏT - KW" +value: "KOWEÏT" +data: "KOWEÏT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5888 +label: "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE - LA" +value: "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE" +data: "LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5889 +label: "LESOTHO - LS" +value: "LESOTHO" +data: "LESOTHO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5890 +label: "LETTONIE - LV" +value: "LETTONIE" +data: "LETTONIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5891 +label: "LIBAN - LB" +value: "LIBAN" +data: "LIBAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5892 +label: "LIBÉRIA - LR" +value: "LIBÉRIA" +data: "LIBÉRIA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5893 +label: "LIBYENNE, JAMAHIRIYA ARABE - LY" +value: "LIBYENNE, JAMAHIRIYA ARABE" +data: "LIBYENNE, JAMAHIRIYA ARABE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5894 +label: "LIECHTENSTEIN - LI" +value: "LIECHTENSTEIN" +data: "LIECHTENSTEIN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5895 +label: "LITUANIE - LT" +value: "LITUANIE" +data: "LITUANIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5896 +label: "LUXEMBOURG - LU" +value: "LUXEMBOURG" +data: "LUXEMBOURG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5897 +label: "MACAO - MO" +value: "MACAO" +data: "MACAO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +label: "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE - MK" +value: "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE" +data: "MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5899 +label: "MADAGASCAR - MG" +value: "MADAGASCAR" +data: "MADAGASCAR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5900 +label: "MALAISIE - MY" +value: "MALAISIE" +data: "MALAISIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5901 +label: "MALAWI - MW" +value: "MALAWI" +data: "MALAWI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5902 +label: "MALDIVES - MV" +value: "MALDIVES" +data: "MALDIVES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5903 +label: "MALI - ML" +value: "MALI" +data: "MALI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5904 +label: "MALTE - MT" +value: "MALTE" +data: "MALTE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5905 +label: "MARIANNES DU NORD, ÎLES - MP" +value: "MARIANNES DU NORD, ÎLES" +data: "MARIANNES DU NORD, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5906 +label: "MAROC - MA" +value: "MAROC" +data: "MAROC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5907 +label: "MARSHALL, ÎLES - MH" +value: "MARSHALL, ÎLES" +data: "MARSHALL, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5908 +label: "MARTINIQUE - MQ" +value: "MARTINIQUE" +data: "MARTINIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5909 +label: "MAURICE - MU" +value: "MAURICE" +data: "MAURICE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5910 +label: "MAURITANIE - MR" +value: "MAURITANIE" +data: "MAURITANIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5911 +label: "MAYOTTE - YT" +value: "MAYOTTE" +data: "MAYOTTE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5912 +label: "MEXIQUE - MX" +value: "MEXIQUE" +data: "MEXIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5913 +label: "MICRONÉSIE, ÉTATS FÉDÉRÉS DE - FM" +value: "MICRONÉSIE, ÉTATS FÉDÉRÉS DE" +data: "MICRONÉSIE, ÉTATS FÉDÉRÉS DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5914 +label: "MOLDOVA, RÉPUBLIQUE DE - MD" +value: "MOLDOVA, RÉPUBLIQUE DE" +data: "MOLDOVA, RÉPUBLIQUE DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5915 +label: "MONACO - MC" +value: "MONACO" +data: "MONACO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5916 +label: "MONGOLIE - MN" +value: "MONGOLIE" +data: "MONGOLIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5917 +label: "MONTÉNÉGRO - ME" +value: "MONTÉNÉGRO" +data: "MONTÉNÉGRO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5918 +label: "MONTSERRAT - MS" +value: "MONTSERRAT" +data: "MONTSERRAT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5919 +label: "MOZAMBIQUE - MZ" +value: "MOZAMBIQUE" +data: "MOZAMBIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5920 +label: "MYANMAR - MM" +value: "MYANMAR" +data: "MYANMAR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5921 +label: "NAMIBIE - NA" +value: "NAMIBIE" +data: "NAMIBIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5922 +label: "NAURU - NR" +value: "NAURU" +data: "NAURU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5923 +label: "NÉPAL - NP" +value: "NÉPAL" +data: "NÉPAL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5924 +label: "NICARAGUA - NI" +value: "NICARAGUA" +data: "NICARAGUA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5925 +label: "NIGER - NE" +value: "NIGER" +data: "NIGER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5926 +label: "NIGÉRIA - NG" +value: "NIGÉRIA" +data: "NIGÉRIA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5927 +label: "NIUÉ - NU" +value: "NIUÉ" +data: "NIUÉ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5928 +label: "NORFOLK, ÎLE - NF" +value: "NORFOLK, ÎLE" +data: "NORFOLK, ÎLE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5929 +label: "NORVÈGE - NO" +value: "NORVÈGE" +data: "NORVÈGE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5930 +label: "NOUVELLE-CALÉDONIE - NC" +value: "NOUVELLE-CALÉDONIE" +data: "NOUVELLE-CALÉDONIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5931 +label: "NOUVELLE-ZÉLANDE - NZ" +value: "NOUVELLE-ZÉLANDE" +data: "NOUVELLE-ZÉLANDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5932 +label: "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L' - IO" +value: "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'" +data: "OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5933 +label: "OMAN - OM" +value: "OMAN" +data: "OMAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5934 +label: "OUGANDA - UG" +value: "OUGANDA" +data: "OUGANDA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5935 +label: "OUZBÉKISTAN - UZ" +value: "OUZBÉKISTAN" +data: "OUZBÉKISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5936 +label: "PAKISTAN - PK" +value: "PAKISTAN" +data: "PAKISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5937 +label: "PALAOS - PW" +value: "PALAOS" +data: "PALAOS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5938 +label: "PALESTINIEN OCCUPÉ, TERRITOIRE - PS" +value: "PALESTINIEN OCCUPÉ, TERRITOIRE" +data: "PALESTINIEN OCCUPÉ, TERRITOIRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5939 +label: "PANAMA - PA" +value: "PANAMA" +data: "PANAMA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5940 +label: "PAPOUASIE-NOUVELLE-GUINÉE - PG" +value: "PAPOUASIE-NOUVELLE-GUINÉE" +data: "PAPOUASIE-NOUVELLE-GUINÉE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5941 +label: "PARAGUAY - PY" +value: "PARAGUAY" +data: "PARAGUAY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5942 +label: "PAYS-BAS - NL" +value: "PAYS-BAS" +data: "PAYS-BAS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5943 +label: "PÉROU - PE" +value: "PÉROU" +data: "PÉROU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5944 +label: "PHILIPPINES - PH" +value: "PHILIPPINES" +data: "PHILIPPINES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5945 +label: "PITCAIRN - PN" +value: "PITCAIRN" +data: "PITCAIRN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5946 +label: "POLOGNE - PL" +value: "POLOGNE" +data: "POLOGNE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5947 +label: "POLYNÉSIE FRANÇAISE - PF" +value: "POLYNÉSIE FRANÇAISE" +data: "POLYNÉSIE FRANÇAISE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5948 +label: "PORTO RICO - PR" +value: "PORTO RICO" +data: "PORTO RICO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5949 +label: "PORTUGAL - PT" +value: "PORTUGAL" +data: "PORTUGAL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5950 +label: "QATAR - QA" +value: "QATAR" +data: "QATAR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5951 +label: "RÉUNION - RE" +value: "RÉUNION" +data: "RÉUNION" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5952 +label: "ROUMANIE - RO" +value: "ROUMANIE" +data: "ROUMANIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5953 +label: "ROYAUME-UNI - GB" +value: "ROYAUME-UNI" +data: "ROYAUME-UNI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5954 +label: "RUSSIE, FÉDÉRATION DE - RU" +value: "RUSSIE, FÉDÉRATION DE" +data: "RUSSIE, FÉDÉRATION DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5955 +label: "RWANDA - RW" +value: "RWANDA" +data: "RWANDA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5956 +label: "SAHARA OCCIDENTAL - EH" +value: "SAHARA OCCIDENTAL" +data: "SAHARA OCCIDENTAL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5957 +label: "SAINT-BARTHÉLEMY - BL" +value: "SAINT-BARTHÉLEMY" +data: "SAINT-BARTHÉLEMY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5958 +label: "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA - SH" +value: "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA" +data: "SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5959 +label: "SAINTE-LUCIE - LC" +value: "SAINTE-LUCIE" +data: "SAINTE-LUCIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5960 +label: "SAINT-KITTS-ET-NEVIS - KN" +value: "SAINT-KITTS-ET-NEVIS" +data: "SAINT-KITTS-ET-NEVIS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5961 +label: "SAINT-MARIN - SM" +value: "SAINT-MARIN" +data: "SAINT-MARIN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5962 +label: "SAINT-MARTIN(PARTIE FRANÇAISE) - MF" +value: "SAINT-MARTIN(PARTIE FRANÇAISE)" +data: "SAINT-MARTIN(PARTIE FRANÇAISE)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5963 +label: "SAINT-MARTIN (PARTIE NÉERLANDAISE) - SX" +value: "SAINT-MARTIN (PARTIE NÉERLANDAISE)" +data: "SAINT-MARTIN (PARTIE NÉERLANDAISE)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5964 +label: "SAINT-PIERRE-ET-MIQUELON - PM" +value: "SAINT-PIERRE-ET-MIQUELON" +data: "SAINT-PIERRE-ET-MIQUELON" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5965 +label: "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN) - VA" +value: "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)" +data: "SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5966 +label: "SAINT-VINCENT-ET-LES GRENADINES - VC" +value: "SAINT-VINCENT-ET-LES GRENADINES" +data: "SAINT-VINCENT-ET-LES GRENADINES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5967 +label: "SALOMON, ÎLES - SB" +value: "SALOMON, ÎLES" +data: "SALOMON, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5968 +label: "SAMOA - WS" +value: "SAMOA" +data: "SAMOA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5969 +label: "SAMOA AMÉRICAINES - AS" +value: "SAMOA AMÉRICAINES" +data: "SAMOA AMÉRICAINES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5970 +label: "SAO TOMÉ-ET-PRINCIPE - ST" +value: "SAO TOMÉ-ET-PRINCIPE" +data: "SAO TOMÉ-ET-PRINCIPE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5971 +label: "SÉNÉGAL - SN" +value: "SÉNÉGAL" +data: "SÉNÉGAL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5972 +label: "SERBIE - RS" +value: "SERBIE" +data: "SERBIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5973 +label: "SEYCHELLES - SC" +value: "SEYCHELLES" +data: "SEYCHELLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5974 +label: "SIERRA LEONE - SL" +value: "SIERRA LEONE" +data: "SIERRA LEONE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5975 +label: "SINGAPOUR - SG" +value: "SINGAPOUR" +data: "SINGAPOUR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5976 +label: "SLOVAQUIE - SK" +value: "SLOVAQUIE" +data: "SLOVAQUIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5977 +label: "SLOVÉNIE - SI" +value: "SLOVÉNIE" +data: "SLOVÉNIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5978 +label: "SOMALIE - SO" +value: "SOMALIE" +data: "SOMALIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5979 +label: "SOUDAN - SD" +value: "SOUDAN" +data: "SOUDAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5980 +label: "SOUDAN DU SUD - SS" +value: "SOUDAN DU SUD" +data: "SOUDAN DU SUD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5981 +label: "SRI LANKA - LK" +value: "SRI LANKA" +data: "SRI LANKA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5982 +label: "SUÈDE - SE" +value: "SUÈDE" +data: "SUÈDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5983 +label: "SURINAME - SR" +value: "SURINAME" +data: "SURINAME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5984 +label: "SVALBARD ET ÎLE JAN MAYEN - SJ" +value: "SVALBARD ET ÎLE JAN MAYEN" +data: "SVALBARD ET ÎLE JAN MAYEN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5985 +label: "SWAZILAND - SZ" +value: "SWAZILAND" +data: "SWAZILAND" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5986 +label: "SYRIENNE, RÉPUBLIQUE ARABE - SY" +value: "SYRIENNE, RÉPUBLIQUE ARABE" +data: "SYRIENNE, RÉPUBLIQUE ARABE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5987 +label: "TADJIKISTAN - TJ" +value: "TADJIKISTAN" +data: "TADJIKISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5988 +label: "TAÏWAN, PROVINCE DE CHINE - TW" +value: "TAÏWAN, PROVINCE DE CHINE" +data: "TAÏWAN, PROVINCE DE CHINE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5989 +label: "TANZANIE, RÉPUBLIQUE-UNIE DE - TZ" +value: "TANZANIE, RÉPUBLIQUE-UNIE DE" +data: "TANZANIE, RÉPUBLIQUE-UNIE DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5990 +label: "TCHAD - TD" +value: "TCHAD" +data: "TCHAD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5991 +label: "TCHÈQUE, RÉPUBLIQUE - CZ" +value: "TCHÈQUE, RÉPUBLIQUE" +data: "TCHÈQUE, RÉPUBLIQUE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5992 +label: "TERRES AUSTRALES FRANÇAISES - TF" +value: "TERRES AUSTRALES FRANÇAISES" +data: "TERRES AUSTRALES FRANÇAISES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5993 +label: "THAÏLANDE - TH" +value: "THAÏLANDE" +data: "THAÏLANDE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5994 +label: "TIMOR-LESTE - TL" +value: "TIMOR-LESTE" +data: "TIMOR-LESTE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5995 +label: "TOGO - TG" +value: "TOGO" +data: "TOGO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5996 +label: "TOKELAU - TK" +value: "TOKELAU" +data: "TOKELAU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5997 +label: "TONGA - TO" +value: "TONGA" +data: "TONGA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5998 +label: "TRINITÉ-ET-TOBAGO - TT" +value: "TRINITÉ-ET-TOBAGO" +data: "TRINITÉ-ET-TOBAGO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5999 +label: "TUNISIE - TN" +value: "TUNISIE" +data: "TUNISIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6000 +label: "TURKMÉNISTAN - TM" +value: "TURKMÉNISTAN" +data: "TURKMÉNISTAN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6001 +label: "TURKS-ET-CAÏCOS, ÎLES - TC" +value: "TURKS-ET-CAÏCOS, ÎLES" +data: "TURKS-ET-CAÏCOS, ÎLES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6002 +label: "TURQUIE - TR" +value: "TURQUIE" +data: "TURQUIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6003 +label: "TUVALU - TV" +value: "TUVALU" +data: "TUVALU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6004 +label: "UKRAINE - UA" +value: "UKRAINE" +data: "UKRAINE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6005 +label: "URUGUAY - UY" +value: "URUGUAY" +data: "URUGUAY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6006 +label: "VANUATU - VU" +value: "VANUATU" +data: "VANUATU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6007 +label: "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU - VE" +value: "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU" +data: "VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6008 +label: "VIET NAM - VN" +value: "VIET NAM" +data: "VIET NAM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6009 +label: "WALLIS ET FUTUNA - WF" +value: "WALLIS ET FUTUNA" +data: "WALLIS ET FUTUNA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6010 +label: "YÉMEN - YE" +value: "YÉMEN" +data: "YÉMEN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6011 +label: "ZAMBIE - ZM" +value: "ZAMBIE" +data: "ZAMBIE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6012 +label: "ZIMBABWE - ZW" +value: "ZIMBABWE" +data: "ZIMBABWE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5762 -form: Symfony\Component\Form\Form {#5712 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5763 …5} |
full_name | "rendez_vous[informationComplementaire][pays]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_informationComplementaire_pays" |
is_selected | Closure($choice, $value) {#6015 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5661 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "pays" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_informationComplementaire_pays" |
valid | true |
value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Votre demande" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5551 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Votre demande" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5555 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_rendez_vous_message" ] |
cache_key | "_rendez_vous_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5726 -form: Symfony\Component\Form\Form {#5715 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5731 …5} |
full_name | "rendez_vous[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous_message" |
label | "Votre demande" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_message" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action_name | "contactezNous" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3191 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3191 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "contactezNous" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3191 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5575 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#5574 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | "contactezNous" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_rendez_vous_captcha" ] |
cache_key | "_rendez_vous_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#6016 -form: Symfony\Component\Form\Form {#5718 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6014 …5} |
full_name | "rendez_vous[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "rendez_vous_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LdiNZEeAAAAAI61VtTldCdb9irOgH7ODYlONMI0" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous_captcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "d9ca0c6f4e3f08baffaccc5ae406799b.HzU449l4LXbiWde3-s4BFHqSAsbmnHdlWQFXsADhhK8.UXoNmoMgZQKWPb7tkb9YcSijM7eiyAVTEEYz3nG18Ol0VHmX6TNvJqASuA" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "d9ca0c6f4e3f08baffaccc5ae406799b.HzU449l4LXbiWde3-s4BFHqSAsbmnHdlWQFXsADhhK8.UXoNmoMgZQKWPb7tkb9YcSijM7eiyAVTEEYz3nG18Ol0VHmX6TNvJqASuA" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3099 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3100 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3101 …} -namespace: Closure() {#3103 …} } |
data | "d9ca0c6f4e3f08baffaccc5ae406799b.HzU449l4LXbiWde3-s4BFHqSAsbmnHdlWQFXsADhhK8.UXoNmoMgZQKWPb7tkb9YcSijM7eiyAVTEEYz3nG18Ol0VHmX6TNvJqASuA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1754 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3110 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1764 …} $translationDomain: "validators" $message: Closure() {#6018 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_rendez_vous__token" ] |
cache_key | "_rendez_vous__token_hidden" |
compound | false |
data | "d9ca0c6f4e3f08baffaccc5ae406799b.HzU449l4LXbiWde3-s4BFHqSAsbmnHdlWQFXsADhhK8.UXoNmoMgZQKWPb7tkb9YcSijM7eiyAVTEEYz3nG18Ol0VHmX6TNvJqASuA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6028 -form: Symfony\Component\Form\Form {#6024 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6019 …5} |
full_name | "rendez_vous[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "rendez_vous__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_rendez_vous__token" |
valid | true |
value | "d9ca0c6f4e3f08baffaccc5ae406799b.HzU449l4LXbiWde3-s4BFHqSAsbmnHdlWQFXsADhhK8.UXoNmoMgZQKWPb7tkb9YcSijM7eiyAVTEEYz3nG18Ol0VHmX6TNvJqASuA" |