Forms
depot_fichier_com
Form type:
"App\Form\DepotFichierComType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\DepotFichier {#349 -id: null -prenom: null -nom: null -fonction: null -typeCollectivite: null -email: null -telephone: null -identifiantCollectivite: null -fichier: null -originalFilename: null -ip: null -dateDepot: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/depot-success-com" |
same as passed value |
attr | [ "id" => "form-create" "novalidate" => "novalidate" ] |
[ "id" => "form-create" "novalidate" => "novalidate" ] |
data | App\Entity\DepotFichier {#349 -id: null -prenom: null -nom: null -fonction: null -typeCollectivite: null -email: null -telephone: null -identifiantCollectivite: null -fichier: null -originalFilename: null -ip: null -dateDepot: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/depot-success-com" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "form-create" "novalidate" => "novalidate" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data | App\Entity\DepotFichier {#349 -id: null -prenom: null -nom: null -fonction: null -typeCollectivite: null -email: null -telephone: null -identifiantCollectivite: null -fichier: null -originalFilename: null -ip: null -dateDepot: null } |
data_class | "App\Entity\DepotFichier" |
disabled | false |
empty_data | Closure(FormInterface $form) {#448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} use: { $class: "App\Entity\DepotFichier" } } |
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 | [] |
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() {#450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#449 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/depot-success-com" |
attr | [ "id" => "form-create" "novalidate" => "novalidate" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "depot_fichier_com" "_depot_fichier_com" ] |
cache_key | "_depot_fichier_com_depot_fichier_com" |
compound | true |
data | App\Entity\DepotFichier {#349 -id: null -prenom: null -nom: null -fonction: null -typeCollectivite: null -email: null -telephone: null -identifiantCollectivite: null -fichier: null -originalFilename: null -ip: null -dateDepot: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#543 -form: Symfony\Component\Form\Form {#551 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#451 …5} |
full_name | "depot_fichier_com" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "depot_fichier_com" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com" |
valid | true |
value | App\Entity\DepotFichier {#349 -id: null -prenom: null -nom: null -fonction: null -typeCollectivite: null -email: null -telephone: null -identifiantCollectivite: null -fichier: null -originalFilename: null -ip: null -dateDepot: null } |
nom
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "placeholder" => "Votre nom" ] |
[ "placeholder" => "Votre nom" ] |
disabled | false |
false
|
label | "Nom" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre nom" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#461 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | "Nom" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#462 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_depot_fichier_com_nom" ] |
cache_key | "_depot_fichier_com_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#482 -form: Symfony\Component\Form\Form {#554 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#495 …5} |
full_name | "depot_fichier_com[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_nom" |
label | "Nom" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_nom" |
valid | true |
value | "" |
prenom
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "placeholder" => "Votre prénom" ] |
[ "placeholder" => "Votre prénom" ] |
disabled | false |
false
|
label | "Prénom" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre prénom" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#471 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_depot_fichier_com_prenom" ] |
cache_key | "_depot_fichier_com_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#473 -form: Symfony\Component\Form\Form {#557 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#464 …5} |
full_name | "depot_fichier_com[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_prenom" |
label | "Prénom" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_prenom" |
valid | true |
value | "" |
fonction
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "placeholder" => "Votre fonction" ] |
[ "placeholder" => "Votre fonction" ] |
disabled | false |
false
|
label | "Fonction" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre fonction" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#479 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | "Fonction" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#480 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre fonction" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_depot_fichier_com_fonction" ] |
cache_key | "_depot_fichier_com_fonction_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#576 -form: Symfony\Component\Form\Form {#560 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#578 …5} |
full_name | "depot_fichier_com[fonction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_fonction" |
label | "Fonction" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fonction" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_fonction" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "placeholder" => "Votre adresse e-mail" ] |
[ "placeholder" => "Votre adresse e-mail" ] |
disabled | false |
false
|
label | "E-mail" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre adresse e-mail" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#492 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "E-mail" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#493 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre adresse e-mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_depot_fichier_com_email" ] |
cache_key | "_depot_fichier_com_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#579 -form: Symfony\Component\Form\Form {#563 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#580 …5} |
full_name | "depot_fichier_com[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_email" |
label | "E-mail" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_email" |
valid | true |
value | "" |
telephone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "placeholder" => "Votre téléphone" "data-parsley-minlength" => "10" "data-parsley-minlength-message" => "numéro de téléphone invalide (il vous faut 10 chiffres)" "data-parsley-type" => "digits" "data-parsley-type-message" => "Vous ne devez saisir que des chiffres" ] |
[ "placeholder" => "Votre téléphone" "data-parsley-minlength" => "10" "data-parsley-minlength-message" => "numéro de téléphone invalide (il vous faut 10 chiffres)" "data-parsley-type" => "digits" "data-parsley-type-message" => "Vous ne devez saisir que des chiffres" ] |
disabled | false |
false
|
label | "Téléphone" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre téléphone" "data-parsley-minlength" => "10" "data-parsley-minlength-message" => "numéro de téléphone invalide (il vous faut 10 chiffres)" "data-parsley-type" => "digits" "data-parsley-type-message" => "Vous ne devez saisir que des chiffres" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Téléphone" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#506 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre téléphone" "data-parsley-minlength" => "10" "data-parsley-minlength-message" => "numéro de téléphone invalide (il vous faut 10 chiffres)" "data-parsley-type" => "digits" "data-parsley-type-message" => "Vous ne devez saisir que des chiffres" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_depot_fichier_com_telephone" ] |
cache_key | "_depot_fichier_com_telephone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#581 -form: Symfony\Component\Form\Form {#566 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#609 …5} |
full_name | "depot_fichier_com[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_telephone" |
label | "Téléphone" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_telephone" |
valid | true |
value | "" |
fichier
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
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 | true |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#521 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#520 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_depot_fichier_com_fichier" ] |
cache_key | "_depot_fichier_com_fichier_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#611 -form: Symfony\Component\Form\Form {#569 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#612 …5} |
full_name | "depot_fichier_com[fichier]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_fichier" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "fichier" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_depot_fichier_com_fichier" |
valid | true |
value | "" |
identifiantCollectivite
Errors
This form has no errors.
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 |
---|---|---|
attr | [ "class" => "selectize-field" ] |
[ "class" => "selectize-field" ] |
choices | [ "20224 - CORSCIA" => "2B095-20224-corscia" "20112 - STE LUCIE DE TALLANO" => "2A308-20112-ste-lucie-de-tallano" "20110 - PROPRIANO" => "2A249-20110-propriano" "20290 - LUCCIANA" => "2B148-20290-lucciana" "20144 - ZONZA" => "2A362-20144-zonza" "20244 - CARTICASI" => "2B068-20244-carticasi" "20237 - GIOCATOJO" => "2B125-20237-giocatojo" "20224 - ALBERTACCE" => "2B007-20224-albertacce" "20218 - MOROSAGLIA" => "2B169-20218-morosaglia" "20090 - AJACCIO" => "2A004-20090-ajaccio" "20290 - VOLPAJOLA" => "2B355-20290-volpajola" "20234 - TARRANO" => "2B321-20234-tarrano" "20230 - TALASANI" => "2B319-20230-talasani" "20238 - MORSIGLIA" => "2B170-20238-morsiglia" "20116 - AULLENE" => "2A024-20116-aullene" "20170 - LEVIE" => "2A142-20170-levie" "20214 - ZILIA" => "2B361-20214-zilia" "20133 - CARBUCCIA" => "2A062-20133-carbuccia" "20218 - GAVIGNANO" => "2B122-20218-gavignano" "20140 - CASALABRIVA" => "2A071-20140-casalabriva" "20100 - SARTENE" => "2A272-20100-sartene" "20225 - MURO" => "2B173-20225-muro" "20229 - VERDESE" => "2B344-20229-verdese" "20215 - SILVARECCIO" => "2B280-20215-silvareccio" "20229 - CARCHETO BRUSTICO" => "2B063-20229-carcheto-brustico" "20112 - OLMICCIA" => "2A191-20112-olmiccia" "20112 - MELA" => "2A158-20112-mela" "20251 - PIEDICORTE DI GAGGIO" => "2B218-20251-piedicorte-di-gaggio" "20290 - CROCICCHIA" => "2B102-20290-crocicchia" "20244 - LANO" => "2B137-20244-lano" "20246 - RAPALE" => "2B257-20246-rapale" "20237 - CASABIANCA" => "2B069-20237-casabianca" "20239 - RUTALI" => "2B265-20239-rutali" "20151 - SANT ANDREA D ORCINO" => "2A295-20151-sant-andrea-d-orcino" "20218 - CASTIFAO" => "2B080-20218-castifao" "20139 - LOPIGNA" => "2A144-20139-lopigna" "20230 - SAN GIULIANO" => "2B303-20230-san-giuliano" "20160 - LETIA" => "2A141-20160-letia" "20140 - MOCA CROCE" => "2A160-20140-moca-croce" "20128 - ALBITRECCIA" => "2A008-20128-albitreccia" "20243 - PRUNELLI DI FIUMORBO" => "2B251-20243-prunelli-di-fiumorbo" "20230 - SAN NICOLAO" => "2B313-20230-san-nicolao" "20242 - ROSPIGLIANI" => "2B263-20242-rospigliani" "20151 - AMBIEGNA" => "2A014-20151-ambiegna" "20167 - SARROLA CARCOPINO" => "2A271-20167-sarrola-carcopino" "20260 - CALENZANA" => "2B049-20260-calenzana" "20167 - APPIETTO" => "2A017-20167-appietto" "20220 - AREGNO" => "2B020-20220-aregno" "20230 - POGGIO MEZZANA" => "2B242-20230-poggio-mezzana" "20234 - PIOBETTA" => "2B234-20234-piobetta" "20244 - ERONE" => "2B106-20244-erone" "20134 - PALNECA" => "2A200-20134-palneca" "20125 - POGGIOLO" => "2A240-20125-poggiolo" "20230 - PIETRA DI VERDE" => "2B225-20230-pietra-di-verde" "20250 - SANTO PIETRO DI VENACO" => "2B315-20250-santo-pietro-di-venaco" "20217 - ST FLORENT" => "2B298-20217-st-florent" "20237 - FICAJA" => "2B113-20237-ficaja" "20229 - CAMPANA" => "2B052-20229-campana" "20290 - BORGO" => "2B042-20290-borgo" "20230 - CANALE DI VERDE" => "2B057-20230-canale-di-verde" "20160 - POGGIOLO" => "2A240-20160-poggiolo" "20252 - BIGORNO" => "2B036-20252-bigorno" "20250 - CORTE" => "2B096-20250-corte" "20214 - CALENZANA" => "2B049-20214-calenzana" "20134 - SAMPOLO" => "2A268-20134-sampolo" "20147 - PARTINELLO" => "2A203-20147-partinello" "20160 - COGGIA" => "2A090-20160-coggia" "20212 - ERBAJOLO" => "2B105-20212-erbajolo" "20237 - CROCE" => "2B101-20237-croce" "20290 - VIGNALE" => "2B350-20290-vignale" "20160 - GUAGNO" => "2A131-20160-guagno" "20259 - PIOGGIOLA" => "2B235-20259-pioggiola" "20218 - PRATO DI GIOVELLINA" => "2B248-20218-prato-di-giovellina" "20220 - L ILE ROUSSE" => "2B134-20220-l-ile-rousse" "20235 - CANAVAGGIA" => "2B059-20235-canavaggia" "20260 - CALVI" => "2B050-20260-calvi" "20244 - RUSIO" => "2B264-20244-rusio" "20231 - VENACO" => "2B341-20231-venaco" "20123 - COGNOCOLI MONTICCHI" => "2A091-20123-cognocoli-monticchi" "20125 - ORTO" => "2A196-20125-orto" "20151 - ARRO" => "2A022-20151-arro" "20224 - CALACUCCIA" => "2B047-20224-calacuccia" "20213 - SAN DAMIANO" => "2B297-20213-san-damiano" "20236 - CASTIRLA" => "2B083-20236-castirla" "20246 - PIEVE" => "2B230-20246-pieve" "20214 - MONCALE" => "2B165-20214-moncale" "20243 - ISOLACCIO DI FIUMORBO" => "2B135-20243-isolaccio-di-fiumorbo" "20157 - FRASSETO" => "2A119-20157-frasseto" "20229 - MONACIA D OREZZA" => "2B164-20229-monacia-d-orezza" "20133 - UCCIANI" => "2A330-20133-ucciani" "20100 - FOCE" => "2A115-20100-foce" "20170 - SAN GAVINO DI CARBINI" => "2A300-20170-san-gavino-di-carbini" "20217 - SANTO PIETRO DI TENDA" => "2B314-20217-santo-pietro-di-tenda" "20270 - TALLONE" => "2B320-20270-tallone" "20215 - VENZOLASCA" => "2B343-20215-venzolasca" "20247 - ROGLIANO" => "2B261-20247-rogliano" "20225 - FELICETO" => "2B112-20225-feliceto" "20245 - MANSO" => "2B153-20245-manso" "20160 - MURZO" => "2A174-20160-murzo" "20250 - POGGIO DI VENACO" => "2B238-20250-poggio-di-venaco" "20251 - ALTIANI" => "2B012-20251-altiani" "20250 - SANTA LUCIA DI MERCURIO" => "2B306-20250-santa-lucia-di-mercurio" "20128 - URBALACONE" => "2A331-20128-urbalacone" "20290 - SCOLCA" => "2B274-20290-scolca" "20165 - LORETO DI TALLANO" => "2A146-20165-loreto-di-tallano" "20217 - NONZA" => "2B178-20217-nonza" "20125 - SOCCIA" => "2A282-20125-soccia" "20100 - BILIA" => "2A038-20100-bilia" "20217 - OLMETA DI CAPOCORSO" => "2B187-20217-olmeta-di-capocorso" "20215 - VESCOVATO" => "2B346-20215-vescovato" "20222 - BRANDO" => "2B043-20222-brando" "20251 - PIETRASERENA" => "2B226-20251-pietraserena" "20190 - SANTA MARIA SICHE" => "2A312-20190-santa-maria-siche" "20135 - CONCA" => "2A092-20135-conca" "20229 - CARPINETO" => "2B067-20229-carpineto" "20246 - SORIO" => "2B287-20246-sorio" "20220 - CORBARA" => "2B093-20220-corbara" "20215 - CASALTA" => "2B072-20215-casalta" "20213 - CASTELLARE DI CASINCA" => "2B077-20213-castellare-di-casinca" "20168 - CORRANO" => "2A094-20168-corrano" "20221 - SANTA MARIA POGGIO" => "2B311-20221-santa-maria-poggio" "20127 - SERRA DI SCOPAMENE" => "2A278-20127-serra-di-scopamene" "20230 - LINGUIZZETTA" => "2B143-20230-linguizzetta" "20221 - CERVIONE" => "2B087-20221-cervione" "20270 - CAMPI" => "2B053-20270-campi" "20246 - SANTO PIETRO DI TENDA" => "2B314-20246-santo-pietro-di-tenda" "20110 - BELVEDERE CAMPOMORO" => "2A035-20110-belvedere-campomoro" "20230 - SAN GIOVANNI DI MORIANI" => "2B302-20230-san-giovanni-di-moriani" "20167 - VALLE DI MEZZANA" => "2A336-20167-valle-di-mezzana" "20166 - COGNOCOLI MONTICCHI" => "2A091-20166-cognocoli-monticchi" "20234 - PIETRICAGGIO" => "2B227-20234-pietricaggio" "20138 - COTI CHIAVARI" => "2A098-20138-coti-chiavari" "20230 - VELONE ORNETO" => "2B340-20230-velone-orneto" "20260 - LUMIO" => "2B150-20260-lumio" "20163 - TAVERA" => "2A324-20163-tavera" "20229 - STAZZONA" => "2B291-20229-stazzona" "20230 - CHIATRA" => "2B088-20230-chiatra" "20290 - ORTIPORIO" => "2B195-20290-ortiporio" "20114 - FIGARI" => "2A114-20114-figari" "20238 - CENTURI" => "2B086-20238-centuri" "20137 - LECCI" => "2A139-20137-lecci" "20253 - FARINOLE" => "2B109-20253-farinole" "20110 - ARBELLARA" => "2A018-20110-arbellara" "20116 - ZERUBIA" => "2A357-20116-zerubia" "20117 - OCANA" => "2A181-20117-ocana" "20232 - VALLECALLE" => "2B333-20232-vallecalle" "20234 - PIAZZALI" => "2B216-20234-piazzali" "20121 - PASTRICCIOLA" => "2A204-20121-pastricciola" "20242 - NOCETA" => "2B177-20242-noceta" "20270 - MOITA" => "2B161-20270-moita" "20111 - CALCATOGGIO" => "2A048-20111-calcatoggio" "20230 - TAGLIO ISOLACCIO" => "2B318-20230-taglio-isolaccio" "20140 - PETRETO BICCHISANO" => "2A211-20140-petreto-bicchisano" "20167 - AJACCIO" => "2A004-20167-ajaccio" "20259 - OLMI CAPPELLA" => "2B190-20259-olmi-cappella" "20214 - MONTEGROSSO" => "2B167-20214-montegrosso" "20272 - PIANELLO" => "2B213-20272-pianello" "20110 - VIGGIANELLO" => "2A349-20110-viggianello" "20167 - PERI" => "2A209-20167-peri" "20243 - SERRA DI FIUMORBO" => "2B277-20243-serra-di-fiumorbo" "20229 - PIE D OREZZA" => "2B222-20229-pie-d-orezza" "20134 - TASSO" => "2A322-20134-tasso" "20126 - CRISTINACCE" => "2A100-20126-cristinacce" "20232 - OLETTA" => "2B185-20232-oletta" "20212 - MAZZOLA" => "2B157-20212-mazzola" "20212 - BUSTANICO" => "2B045-20212-bustanico" "20217 - OLCANI" => "2B184-20217-olcani" "20290 - OLMO" => "2B192-20290-olmo" "20118 - COGGIA" => "2A090-20118-coggia" "20219 - VIVARIO" => "2B354-20219-vivario" "20290 - PENTA ACQUATELLA" => "2B206-20290-penta-acquatella" "20229 - PIEDIPARTINO" => "2B221-20229-piedipartino" "20246 - SAN GAVINO DI TENDA" => "2B301-20246-san-gavino-di-tenda" "20253 - BARBAGGIO" => "2B029-20253-barbaggio" "20244 - CAMBIA" => "2B051-20244-cambia" "20250 - TRALONCA" => "2B329-20250-tralonca" "20253 - PATRIMONIO" => "2B205-20253-patrimonio" "20230 - PERO CASEVECCHIE" => "2B210-20230-pero-casevecchie" "20229 - RAPAGGIO" => "2B256-20229-rapaggio" "20200 - BASTIA" => "2B033-20200-bastia" "20227 - GHISONI" => "2B124-20227-ghisoni" "20148 - COZZANO" => "2A099-20148-cozzano" "20226 - OCCHIATANA" => "2B182-20226-occhiatana" "20228 - CAGNANO" => "2B046-20228-cagnano" "20244 - AITI" => "2B003-20244-aiti" "20220 - SANT ANTONINO" => "2B296-20220-sant-antonino" "20225 - CATERI" => "2B084-20225-cateri" "20228 - BARRETTALI" => "2B030-20228-barrettali" "20270 - ANTISANTI" => "2B016-20270-antisanti" "20111 - CASAGLIONE" => "2A070-20111-casaglione" "20121 - ROSAZIA" => "2A262-20121-rosazia" "20215 - LORETO DI CASINCA" => "2B145-20215-loreto-di-casinca" "20225 - AVAPESSA" => "2B025-20225-avapessa" "20218 - POPOLASCA" => "2B244-20218-popolasca" "20152 - SORBOLLANO" => "2A285-20152-sorbollano" "20234 - PERELLI" => "2B208-20234-perelli" "20270 - TOX" => "2B328-20270-tox" "20167 - AFA" => "2A001-20167-afa" "20200 - SANTA MARIA DI LOTA" => "2B309-20200-santa-maria-di-lota" "20242 - PIETROSO" => "2B229-20242-pietroso" "20218 - MOLTIFAO" => "2B162-20218-moltifao" "20200 - SAN MARTINO DI LOTA" => "2B305-20200-san-martino-di-lota" "20290 - MONTE" => "2B166-20290-monte" "20226 - NOVELLA" => "2B180-20226-novella" "20212 - FAVALELLO" => "2B110-20212-favalello" "20270 - ALERIA" => "2B009-20270-aleria" "20172 - VERO" => "2A345-20172-vero" "20140 - OLIVESE" => "2A186-20140-olivese" "20190 - CARDO TORGIA" => "2A064-20190-cardo-torgia" "20252 - LENTO" => "2B140-20252-lento" "20113 - OLMETO" => "2A189-20113-olmeto" "20200 - VILLE DI PIETRABUGNO" => "2B353-20200-ville-di-pietrabugno" "20117 - CAURO" => "2A085-20117-cauro" "20160 - BALOGNA" => "2A028-20160-balogna" "20215 - PIANO" => "2B214-20215-piano" "20212 - ALANDO" => "2B005-20212-alando" "20173 - ZEVACO" => "2A358-20173-zevaco" "20190 - ZIGLIARA" => "2A360-20190-zigliara" "20136 - BOCOGNANO" => "2A040-20136-bocognano" "20233 - SISCO" => "2B281-20233-sisco" "20225 - NESSA" => "2B175-20225-nessa" "20132 - ZICAVO" => "2A359-20132-zicavo" "20213 - PENTA DI CASINCA" => "2B207-20213-penta-di-casinca" "20151 - CANNELLE" => "2A060-20151-cannelle" "20245 - GALERIA" => "2B121-20245-galeria" "20123 - PILA CANALE" => "2A232-20123-pila-canale" "20226 - BELGODERE" => "2B034-20226-belgodere" "20140 - ARGIUSTA MORICCIO" => "2A021-20140-argiusta-moriccio" "20100 - GIUNCHETO" => "2A127-20100-giuncheto" "20272 - ZUANI" => "2B364-20272-zuani" "20234 - NOVALE" => "2B179-20234-novale" "20235 - BISINCHI" => "2B039-20235-bisinchi" "20276 - ASCO" => "2B023-20276-asco" "20128 - GROSSETO PRUGNA" => "2A130-20128-grosseto-prugna" "20147 - SERRIERA" => "2A279-20147-serriera" "20213 - SORBO OCAGNANO" => "2B286-20213-sorbo-ocagnano" "20230 - SANTA REPARATA DI MORIANI" => "2B317-20230-santa-reparata-di-moriani" "20229 - PIAZZOLE" => "2B217-20229-piazzole" "20147 - OSANI" => "2A197-20147-osani" "20140 - SOLLACARO" => "2A284-20140-sollacaro" "20122 - QUENZA" => "2A254-20122-quenza" "20164 - CARGIACA" => "2A066-20164-cargiaca" "20129 - BASTELICACCIA" => "2A032-20129-bastelicaccia" "20212 - SERMANO" => "2B275-20212-sermano" "20112 - ALTAGENE" => "2A011-20112-altagene" "20143 - SANTA MARIA FIGANIELLA" => "2A310-20143-santa-maria-figaniella" "20239 - MURATO" => "2B172-20239-murato" "20220 - PIGNA" => "2B231-20220-pigna" "20134 - CIAMANNACCE" => "2A089-20134-ciamannacce" "20228 - PINO" => "2B233-20228-pino" "20236 - OMESSA" => "2B193-20236-omessa" "20220 - MONTICELLO" => "2B168-20220-monticello" "20250 - CASANOVA" => "2B074-20250-casanova" "20290 - CAMPILE" => "2B054-20290-campile" "20237 - LA PORTA" => "2B246-20237-la-porta" "20213 - SAN GAVINO D AMPUGNANI" => "2B299-20213-san-gavino-d-ampugnani" "20224 - CASAMACCIOLI" => "2B073-20224-casamaccioli" "20218 - URTACA" => "2B332-20218-urtaca" "20244 - SAN LORENZO" => "2B304-20244-san-lorenzo" "20151 - SARI D ORCINO" => "2A270-20151-sari-d-orcino" "20167 - CUTTOLI CORTICCHIATO" => "2A103-20167-cuttoli-corticchiato" "20252 - CAMPITELLO" => "2B055-20252-campitello" "20171 - MONACIA D AULLENE" => "2A163-20171-monacia-d-aullene" "20272 - AMPRIANI" => "2B015-20272-ampriani" "20250 - RIVENTOSA" => "2B260-20250-riventosa" "20240 - LUGO DI NAZZA" => "2B149-20240-lugo-di-nazza" "20190 - AZILONE AMPAZA" => "2A026-20190-azilone-ampaza" "20234 - ORTALE" => "2B194-20234-ortale" "20240 - VENTISERI" => "2B342-20240-ventiseri" "20600 - FURIANI" => "2B120-20600-furiani" "20160 - VICO" => "2A348-20160-vico" "20270 - CASEVECCHIE" => "2B075-20270-casevecchie" "20131 - PIANOTTOLI CALDARELLO" => "2A215-20131-pianottoli-caldarello" "20220 - SANTA REPARATA DI BALAGNA" => "2B316-20220-santa-reparata-di-balagna" "20229 - VALLE D OREZZA" => "2B338-20229-valle-d-orezza" "20121 - REZZA" => "2A259-20121-rezza" "20248 - TOMINO" => "2B327-20248-tomino" "20270 - PANCHERACCIA" => "2B201-20270-pancheraccia" "20229 - NOCARIO" => "2B176-20229-nocario" "20259 - VALLICA" => "2B339-20259-vallica" "20229 - POLVEROSO" => "2B243-20229-polveroso" "20234 - VALLE D ALESANI" => "2B334-20234-valle-d-alesani" "20234 - FELCE" => "2B111-20234-felce" "20240 - CHISA" => "2B366-20240-chisa" "20100 - GRANACE" => "2A128-20100-granace" "20115 - PIANA" => "2A212-20115-piana" "20150 - OTA" => "2A198-20150-ota" "20248 - ROGLIANO" => "2B261-20248-rogliano" "20235 - VALLE DI ROSTINO" => "2B337-20235-valle-di-rostino" "20600 - BASTIA" => "2B033-20600-bastia" "20117 - ECCICA SUARELLA" => "2A104-20117-eccica-suarella" "20169 - BONIFACIO" => "2A041-20169-bonifacio" "20226 - SPELONCATO" => "2B290-20226-speloncato" "20166 - GROSSETO PRUGNA" => "2A130-20166-grosseto-prugna" "20220 - ALGAJOLA" => "2B010-20220-algajola" "20221 - SANT ANDREA DI COTONE" => "2B293-20221-sant-andrea-di-cotone" "20167 - TAVACO" => "2A323-20167-tavaco" "20235 - CASTELLO DI ROSTINO" => "2B079-20235-castello-di-rostino" "20000 - AJACCIO" => "2A004-20000-ajaccio" "20225 - LAVATOGGIO" => "2B138-20225-lavatoggio" "20126 - EVISA" => "2A108-20126-evisa" "20217 - CANARI" => "2B058-20217-canari" "20142 - QUASQUARA" => "2A253-20142-quasquara" "20218 - CASTINETA" => "2B082-20218-castineta" "20240 - SOLARO" => "2B283-20240-solaro" "20240 - GHISONACCIA" => "2B123-20240-ghisonaccia" "20270 - MATRA" => "2B155-20270-matra" "20153 - GUITERA LES BAINS" => "2A133-20153-guitera-les-bains" "20128 - GUARGUALE" => "2A132-20128-guarguale" "20160 - RENNO" => "2A258-20160-renno" "20270 - AGHIONE" => "2B002-20270-aghione" "20224 - LOZZI" => "2B147-20224-lozzi" "20166 - PIETROSELLA" => "2A228-20166-pietrosella" "20232 - OLMETA DI TUDA" => "2B188-20232-olmeta-di-tuda" "20229 - PIEDICROCE" => "2B219-20229-piedicroce" "20250 - SOVERIA" => "2B289-20250-soveria" "20121 - SALICE" => "2A266-20121-salice" "20233 - PIETRACORBARA" => "2B224-20233-pietracorbara" "20243 - SAN GAVINO DI FIUMORBO" => "2B365-20243-san-gavino-di-fiumorbo" "20256 - CORBARA" => "2B093-20256-corbara" "20146 - SOTTA" => "2A288-20146-sotta" "20218 - SALICETO" => "2B267-20218-saliceto" "20212 - SANT ANDREA DI BOZIO" => "2B292-20212-sant-andrea-di-bozio" "20141 - MARIGNANA" => "2A154-20141-marignana" "20212 - ALZI" => "2B013-20212-alzi" "20242 - VEZZANI" => "2B347-20242-vezzani" "20213 - SCATA" => "2B273-20213-scata" "20259 - MAUSOLEO" => "2B156-20259-mausoleo" "20118 - VICO" => "2A348-20118-vico" "20226 - COSTA" => "2B097-20226-costa" "20226 - PALASCA" => "2B199-20226-palasca" "20230 - SANTA LUCIA DI MORIANI" => "2B307-20230-santa-lucia-di-moriani" "20287 - MERIA" => "2B159-20287-meria" "20142 - CAMPO" => "2A056-20142-campo" "20279 - VILLE DI PARASO" => "2B352-20279-ville-di-paraso" "20167 - ALATA" => "2A006-20167-alata" "20212 - FOCICCHIA" => "2B116-20212-focicchia" "20145 - SARI SOLENZARA" => "2A269-20145-sari-solenzara" "20240 - POGGIO DI NAZZA" => "2B236-20240-poggio-di-nazza" "20251 - PANCHERACCIA" => "2B201-20251-pancheraccia" "20221 - VALLE DI CAMPOLORO" => "2B335-20221-valle-di-campoloro" "20218 - PIETRALBA" => "2B223-20218-pietralba" "20143 - FOZZANO" => "2A118-20143-fozzano" "20160 - ARBORI" => "2A019-20160-arbori" "20100 - GROSSA" => "2A129-20100-grossa" "20232 - POGGIO D OLETTA" => "2B239-20232-poggio-d-oletta" "20217 - OGLIASTRO" => "2B183-20217-ogliastro" "20124 - ZONZA" => "2A362-20124-zonza" "20218 - CASTIGLIONE" => "2B081-20218-castiglione" "20272 - ZALANA" => "2B356-20272-zalana" "20290 - PRUNELLI DI CASACCONI" => "2B250-20290-prunelli-di-casacconi" "20140 - SERRA DI FERRO" => "2A276-20140-serra-di-ferro" "20167 - VILLANOVA" => "2A351-20167-villanova" "20275 - ERSA" => "2B107-20275-ersa" "20229 - PARATA" => "2B202-20229-parata" "20218 - LAMA" => "2B136-20218-lama" "20218 - PIEDIGRIGGIO" => "2B220-20218-piedigriggio" "20117 - TOLLA" => "2A326-20117-tolla" "20137 - PORTO VECCHIO" => "2A247-20137-porto-vecchio" "20228 - LURI" => "2B152-20228-luri" "20237 - QUERCITELLO" => "2B255-20237-quercitello" "20251 - GIUNCAGGIO" => "2B126-20251-giuncaggio" "20130 - CARGESE" => "2A065-20130-cargese" "20213 - PRUNO" => "2B252-20213-pruno" "20215 - PORRI" => "2B245-20215-porri" "20219 - MURACCIOLE" => "2B171-20219-muracciole" "20119 - BASTELICA" => "2A031-20119-bastelica" "20212 - CASTELLARE DI MERCURIO" => "2B078-20212-castellare-di-mercurio" "20166 - ALBITRECCIA" => "2A008-20166-albitreccia" "20190 - FORCIOLO" => "2A117-20190-forciolo" "20620 - BIGUGLIA" => "2B037-20620-biguglia" "20121 - AZZANA" => "2A027-20121-azzana" "20170 - CARBINI" => "2A061-20170-carbini" "20112 - ZOZA" => "2A363-20112-zoza" "20237 - POGGIO MARINACCIO" => "2B241-20237-poggio-marinaccio" ] |
[ "20224 - CORSCIA" => "2B095-20224-corscia" "20112 - STE LUCIE DE TALLANO" => "2A308-20112-ste-lucie-de-tallano" "20110 - PROPRIANO" => "2A249-20110-propriano" "20290 - LUCCIANA" => "2B148-20290-lucciana" "20144 - ZONZA" => "2A362-20144-zonza" "20244 - CARTICASI" => "2B068-20244-carticasi" "20237 - GIOCATOJO" => "2B125-20237-giocatojo" "20224 - ALBERTACCE" => "2B007-20224-albertacce" "20218 - MOROSAGLIA" => "2B169-20218-morosaglia" "20090 - AJACCIO" => "2A004-20090-ajaccio" "20290 - VOLPAJOLA" => "2B355-20290-volpajola" "20234 - TARRANO" => "2B321-20234-tarrano" "20230 - TALASANI" => "2B319-20230-talasani" "20238 - MORSIGLIA" => "2B170-20238-morsiglia" "20116 - AULLENE" => "2A024-20116-aullene" "20170 - LEVIE" => "2A142-20170-levie" "20214 - ZILIA" => "2B361-20214-zilia" "20133 - CARBUCCIA" => "2A062-20133-carbuccia" "20218 - GAVIGNANO" => "2B122-20218-gavignano" "20140 - CASALABRIVA" => "2A071-20140-casalabriva" "20100 - SARTENE" => "2A272-20100-sartene" "20225 - MURO" => "2B173-20225-muro" "20229 - VERDESE" => "2B344-20229-verdese" "20215 - SILVARECCIO" => "2B280-20215-silvareccio" "20229 - CARCHETO BRUSTICO" => "2B063-20229-carcheto-brustico" "20112 - OLMICCIA" => "2A191-20112-olmiccia" "20112 - MELA" => "2A158-20112-mela" "20251 - PIEDICORTE DI GAGGIO" => "2B218-20251-piedicorte-di-gaggio" "20290 - CROCICCHIA" => "2B102-20290-crocicchia" "20244 - LANO" => "2B137-20244-lano" "20246 - RAPALE" => "2B257-20246-rapale" "20237 - CASABIANCA" => "2B069-20237-casabianca" "20239 - RUTALI" => "2B265-20239-rutali" "20151 - SANT ANDREA D ORCINO" => "2A295-20151-sant-andrea-d-orcino" "20218 - CASTIFAO" => "2B080-20218-castifao" "20139 - LOPIGNA" => "2A144-20139-lopigna" "20230 - SAN GIULIANO" => "2B303-20230-san-giuliano" "20160 - LETIA" => "2A141-20160-letia" "20140 - MOCA CROCE" => "2A160-20140-moca-croce" "20128 - ALBITRECCIA" => "2A008-20128-albitreccia" "20243 - PRUNELLI DI FIUMORBO" => "2B251-20243-prunelli-di-fiumorbo" "20230 - SAN NICOLAO" => "2B313-20230-san-nicolao" "20242 - ROSPIGLIANI" => "2B263-20242-rospigliani" "20151 - AMBIEGNA" => "2A014-20151-ambiegna" "20167 - SARROLA CARCOPINO" => "2A271-20167-sarrola-carcopino" "20260 - CALENZANA" => "2B049-20260-calenzana" "20167 - APPIETTO" => "2A017-20167-appietto" "20220 - AREGNO" => "2B020-20220-aregno" "20230 - POGGIO MEZZANA" => "2B242-20230-poggio-mezzana" "20234 - PIOBETTA" => "2B234-20234-piobetta" "20244 - ERONE" => "2B106-20244-erone" "20134 - PALNECA" => "2A200-20134-palneca" "20125 - POGGIOLO" => "2A240-20125-poggiolo" "20230 - PIETRA DI VERDE" => "2B225-20230-pietra-di-verde" "20250 - SANTO PIETRO DI VENACO" => "2B315-20250-santo-pietro-di-venaco" "20217 - ST FLORENT" => "2B298-20217-st-florent" "20237 - FICAJA" => "2B113-20237-ficaja" "20229 - CAMPANA" => "2B052-20229-campana" "20290 - BORGO" => "2B042-20290-borgo" "20230 - CANALE DI VERDE" => "2B057-20230-canale-di-verde" "20160 - POGGIOLO" => "2A240-20160-poggiolo" "20252 - BIGORNO" => "2B036-20252-bigorno" "20250 - CORTE" => "2B096-20250-corte" "20214 - CALENZANA" => "2B049-20214-calenzana" "20134 - SAMPOLO" => "2A268-20134-sampolo" "20147 - PARTINELLO" => "2A203-20147-partinello" "20160 - COGGIA" => "2A090-20160-coggia" "20212 - ERBAJOLO" => "2B105-20212-erbajolo" "20237 - CROCE" => "2B101-20237-croce" "20290 - VIGNALE" => "2B350-20290-vignale" "20160 - GUAGNO" => "2A131-20160-guagno" "20259 - PIOGGIOLA" => "2B235-20259-pioggiola" "20218 - PRATO DI GIOVELLINA" => "2B248-20218-prato-di-giovellina" "20220 - L ILE ROUSSE" => "2B134-20220-l-ile-rousse" "20235 - CANAVAGGIA" => "2B059-20235-canavaggia" "20260 - CALVI" => "2B050-20260-calvi" "20244 - RUSIO" => "2B264-20244-rusio" "20231 - VENACO" => "2B341-20231-venaco" "20123 - COGNOCOLI MONTICCHI" => "2A091-20123-cognocoli-monticchi" "20125 - ORTO" => "2A196-20125-orto" "20151 - ARRO" => "2A022-20151-arro" "20224 - CALACUCCIA" => "2B047-20224-calacuccia" "20213 - SAN DAMIANO" => "2B297-20213-san-damiano" "20236 - CASTIRLA" => "2B083-20236-castirla" "20246 - PIEVE" => "2B230-20246-pieve" "20214 - MONCALE" => "2B165-20214-moncale" "20243 - ISOLACCIO DI FIUMORBO" => "2B135-20243-isolaccio-di-fiumorbo" "20157 - FRASSETO" => "2A119-20157-frasseto" "20229 - MONACIA D OREZZA" => "2B164-20229-monacia-d-orezza" "20133 - UCCIANI" => "2A330-20133-ucciani" "20100 - FOCE" => "2A115-20100-foce" "20170 - SAN GAVINO DI CARBINI" => "2A300-20170-san-gavino-di-carbini" "20217 - SANTO PIETRO DI TENDA" => "2B314-20217-santo-pietro-di-tenda" "20270 - TALLONE" => "2B320-20270-tallone" "20215 - VENZOLASCA" => "2B343-20215-venzolasca" "20247 - ROGLIANO" => "2B261-20247-rogliano" "20225 - FELICETO" => "2B112-20225-feliceto" "20245 - MANSO" => "2B153-20245-manso" "20160 - MURZO" => "2A174-20160-murzo" "20250 - POGGIO DI VENACO" => "2B238-20250-poggio-di-venaco" "20251 - ALTIANI" => "2B012-20251-altiani" "20250 - SANTA LUCIA DI MERCURIO" => "2B306-20250-santa-lucia-di-mercurio" "20128 - URBALACONE" => "2A331-20128-urbalacone" "20290 - SCOLCA" => "2B274-20290-scolca" "20165 - LORETO DI TALLANO" => "2A146-20165-loreto-di-tallano" "20217 - NONZA" => "2B178-20217-nonza" "20125 - SOCCIA" => "2A282-20125-soccia" "20100 - BILIA" => "2A038-20100-bilia" "20217 - OLMETA DI CAPOCORSO" => "2B187-20217-olmeta-di-capocorso" "20215 - VESCOVATO" => "2B346-20215-vescovato" "20222 - BRANDO" => "2B043-20222-brando" "20251 - PIETRASERENA" => "2B226-20251-pietraserena" "20190 - SANTA MARIA SICHE" => "2A312-20190-santa-maria-siche" "20135 - CONCA" => "2A092-20135-conca" "20229 - CARPINETO" => "2B067-20229-carpineto" "20246 - SORIO" => "2B287-20246-sorio" "20220 - CORBARA" => "2B093-20220-corbara" "20215 - CASALTA" => "2B072-20215-casalta" "20213 - CASTELLARE DI CASINCA" => "2B077-20213-castellare-di-casinca" "20168 - CORRANO" => "2A094-20168-corrano" "20221 - SANTA MARIA POGGIO" => "2B311-20221-santa-maria-poggio" "20127 - SERRA DI SCOPAMENE" => "2A278-20127-serra-di-scopamene" "20230 - LINGUIZZETTA" => "2B143-20230-linguizzetta" "20221 - CERVIONE" => "2B087-20221-cervione" "20270 - CAMPI" => "2B053-20270-campi" "20246 - SANTO PIETRO DI TENDA" => "2B314-20246-santo-pietro-di-tenda" "20110 - BELVEDERE CAMPOMORO" => "2A035-20110-belvedere-campomoro" "20230 - SAN GIOVANNI DI MORIANI" => "2B302-20230-san-giovanni-di-moriani" "20167 - VALLE DI MEZZANA" => "2A336-20167-valle-di-mezzana" "20166 - COGNOCOLI MONTICCHI" => "2A091-20166-cognocoli-monticchi" "20234 - PIETRICAGGIO" => "2B227-20234-pietricaggio" "20138 - COTI CHIAVARI" => "2A098-20138-coti-chiavari" "20230 - VELONE ORNETO" => "2B340-20230-velone-orneto" "20260 - LUMIO" => "2B150-20260-lumio" "20163 - TAVERA" => "2A324-20163-tavera" "20229 - STAZZONA" => "2B291-20229-stazzona" "20230 - CHIATRA" => "2B088-20230-chiatra" "20290 - ORTIPORIO" => "2B195-20290-ortiporio" "20114 - FIGARI" => "2A114-20114-figari" "20238 - CENTURI" => "2B086-20238-centuri" "20137 - LECCI" => "2A139-20137-lecci" "20253 - FARINOLE" => "2B109-20253-farinole" "20110 - ARBELLARA" => "2A018-20110-arbellara" "20116 - ZERUBIA" => "2A357-20116-zerubia" "20117 - OCANA" => "2A181-20117-ocana" "20232 - VALLECALLE" => "2B333-20232-vallecalle" "20234 - PIAZZALI" => "2B216-20234-piazzali" "20121 - PASTRICCIOLA" => "2A204-20121-pastricciola" "20242 - NOCETA" => "2B177-20242-noceta" "20270 - MOITA" => "2B161-20270-moita" "20111 - CALCATOGGIO" => "2A048-20111-calcatoggio" "20230 - TAGLIO ISOLACCIO" => "2B318-20230-taglio-isolaccio" "20140 - PETRETO BICCHISANO" => "2A211-20140-petreto-bicchisano" "20167 - AJACCIO" => "2A004-20167-ajaccio" "20259 - OLMI CAPPELLA" => "2B190-20259-olmi-cappella" "20214 - MONTEGROSSO" => "2B167-20214-montegrosso" "20272 - PIANELLO" => "2B213-20272-pianello" "20110 - VIGGIANELLO" => "2A349-20110-viggianello" "20167 - PERI" => "2A209-20167-peri" "20243 - SERRA DI FIUMORBO" => "2B277-20243-serra-di-fiumorbo" "20229 - PIE D OREZZA" => "2B222-20229-pie-d-orezza" "20134 - TASSO" => "2A322-20134-tasso" "20126 - CRISTINACCE" => "2A100-20126-cristinacce" "20232 - OLETTA" => "2B185-20232-oletta" "20212 - MAZZOLA" => "2B157-20212-mazzola" "20212 - BUSTANICO" => "2B045-20212-bustanico" "20217 - OLCANI" => "2B184-20217-olcani" "20290 - OLMO" => "2B192-20290-olmo" "20118 - COGGIA" => "2A090-20118-coggia" "20219 - VIVARIO" => "2B354-20219-vivario" "20290 - PENTA ACQUATELLA" => "2B206-20290-penta-acquatella" "20229 - PIEDIPARTINO" => "2B221-20229-piedipartino" "20246 - SAN GAVINO DI TENDA" => "2B301-20246-san-gavino-di-tenda" "20253 - BARBAGGIO" => "2B029-20253-barbaggio" "20244 - CAMBIA" => "2B051-20244-cambia" "20250 - TRALONCA" => "2B329-20250-tralonca" "20253 - PATRIMONIO" => "2B205-20253-patrimonio" "20230 - PERO CASEVECCHIE" => "2B210-20230-pero-casevecchie" "20229 - RAPAGGIO" => "2B256-20229-rapaggio" "20200 - BASTIA" => "2B033-20200-bastia" "20227 - GHISONI" => "2B124-20227-ghisoni" "20148 - COZZANO" => "2A099-20148-cozzano" "20226 - OCCHIATANA" => "2B182-20226-occhiatana" "20228 - CAGNANO" => "2B046-20228-cagnano" "20244 - AITI" => "2B003-20244-aiti" "20220 - SANT ANTONINO" => "2B296-20220-sant-antonino" "20225 - CATERI" => "2B084-20225-cateri" "20228 - BARRETTALI" => "2B030-20228-barrettali" "20270 - ANTISANTI" => "2B016-20270-antisanti" "20111 - CASAGLIONE" => "2A070-20111-casaglione" "20121 - ROSAZIA" => "2A262-20121-rosazia" "20215 - LORETO DI CASINCA" => "2B145-20215-loreto-di-casinca" "20225 - AVAPESSA" => "2B025-20225-avapessa" "20218 - POPOLASCA" => "2B244-20218-popolasca" "20152 - SORBOLLANO" => "2A285-20152-sorbollano" "20234 - PERELLI" => "2B208-20234-perelli" "20270 - TOX" => "2B328-20270-tox" "20167 - AFA" => "2A001-20167-afa" "20200 - SANTA MARIA DI LOTA" => "2B309-20200-santa-maria-di-lota" "20242 - PIETROSO" => "2B229-20242-pietroso" "20218 - MOLTIFAO" => "2B162-20218-moltifao" "20200 - SAN MARTINO DI LOTA" => "2B305-20200-san-martino-di-lota" "20290 - MONTE" => "2B166-20290-monte" "20226 - NOVELLA" => "2B180-20226-novella" "20212 - FAVALELLO" => "2B110-20212-favalello" "20270 - ALERIA" => "2B009-20270-aleria" "20172 - VERO" => "2A345-20172-vero" "20140 - OLIVESE" => "2A186-20140-olivese" "20190 - CARDO TORGIA" => "2A064-20190-cardo-torgia" "20252 - LENTO" => "2B140-20252-lento" "20113 - OLMETO" => "2A189-20113-olmeto" "20200 - VILLE DI PIETRABUGNO" => "2B353-20200-ville-di-pietrabugno" "20117 - CAURO" => "2A085-20117-cauro" "20160 - BALOGNA" => "2A028-20160-balogna" "20215 - PIANO" => "2B214-20215-piano" "20212 - ALANDO" => "2B005-20212-alando" "20173 - ZEVACO" => "2A358-20173-zevaco" "20190 - ZIGLIARA" => "2A360-20190-zigliara" "20136 - BOCOGNANO" => "2A040-20136-bocognano" "20233 - SISCO" => "2B281-20233-sisco" "20225 - NESSA" => "2B175-20225-nessa" "20132 - ZICAVO" => "2A359-20132-zicavo" "20213 - PENTA DI CASINCA" => "2B207-20213-penta-di-casinca" "20151 - CANNELLE" => "2A060-20151-cannelle" "20245 - GALERIA" => "2B121-20245-galeria" "20123 - PILA CANALE" => "2A232-20123-pila-canale" "20226 - BELGODERE" => "2B034-20226-belgodere" "20140 - ARGIUSTA MORICCIO" => "2A021-20140-argiusta-moriccio" "20100 - GIUNCHETO" => "2A127-20100-giuncheto" "20272 - ZUANI" => "2B364-20272-zuani" "20234 - NOVALE" => "2B179-20234-novale" "20235 - BISINCHI" => "2B039-20235-bisinchi" "20276 - ASCO" => "2B023-20276-asco" "20128 - GROSSETO PRUGNA" => "2A130-20128-grosseto-prugna" "20147 - SERRIERA" => "2A279-20147-serriera" "20213 - SORBO OCAGNANO" => "2B286-20213-sorbo-ocagnano" "20230 - SANTA REPARATA DI MORIANI" => "2B317-20230-santa-reparata-di-moriani" "20229 - PIAZZOLE" => "2B217-20229-piazzole" "20147 - OSANI" => "2A197-20147-osani" "20140 - SOLLACARO" => "2A284-20140-sollacaro" "20122 - QUENZA" => "2A254-20122-quenza" "20164 - CARGIACA" => "2A066-20164-cargiaca" "20129 - BASTELICACCIA" => "2A032-20129-bastelicaccia" "20212 - SERMANO" => "2B275-20212-sermano" "20112 - ALTAGENE" => "2A011-20112-altagene" "20143 - SANTA MARIA FIGANIELLA" => "2A310-20143-santa-maria-figaniella" "20239 - MURATO" => "2B172-20239-murato" "20220 - PIGNA" => "2B231-20220-pigna" "20134 - CIAMANNACCE" => "2A089-20134-ciamannacce" "20228 - PINO" => "2B233-20228-pino" "20236 - OMESSA" => "2B193-20236-omessa" "20220 - MONTICELLO" => "2B168-20220-monticello" "20250 - CASANOVA" => "2B074-20250-casanova" "20290 - CAMPILE" => "2B054-20290-campile" "20237 - LA PORTA" => "2B246-20237-la-porta" "20213 - SAN GAVINO D AMPUGNANI" => "2B299-20213-san-gavino-d-ampugnani" "20224 - CASAMACCIOLI" => "2B073-20224-casamaccioli" "20218 - URTACA" => "2B332-20218-urtaca" "20244 - SAN LORENZO" => "2B304-20244-san-lorenzo" "20151 - SARI D ORCINO" => "2A270-20151-sari-d-orcino" "20167 - CUTTOLI CORTICCHIATO" => "2A103-20167-cuttoli-corticchiato" "20252 - CAMPITELLO" => "2B055-20252-campitello" "20171 - MONACIA D AULLENE" => "2A163-20171-monacia-d-aullene" "20272 - AMPRIANI" => "2B015-20272-ampriani" "20250 - RIVENTOSA" => "2B260-20250-riventosa" "20240 - LUGO DI NAZZA" => "2B149-20240-lugo-di-nazza" "20190 - AZILONE AMPAZA" => "2A026-20190-azilone-ampaza" "20234 - ORTALE" => "2B194-20234-ortale" "20240 - VENTISERI" => "2B342-20240-ventiseri" "20600 - FURIANI" => "2B120-20600-furiani" "20160 - VICO" => "2A348-20160-vico" "20270 - CASEVECCHIE" => "2B075-20270-casevecchie" "20131 - PIANOTTOLI CALDARELLO" => "2A215-20131-pianottoli-caldarello" "20220 - SANTA REPARATA DI BALAGNA" => "2B316-20220-santa-reparata-di-balagna" "20229 - VALLE D OREZZA" => "2B338-20229-valle-d-orezza" "20121 - REZZA" => "2A259-20121-rezza" "20248 - TOMINO" => "2B327-20248-tomino" "20270 - PANCHERACCIA" => "2B201-20270-pancheraccia" "20229 - NOCARIO" => "2B176-20229-nocario" "20259 - VALLICA" => "2B339-20259-vallica" "20229 - POLVEROSO" => "2B243-20229-polveroso" "20234 - VALLE D ALESANI" => "2B334-20234-valle-d-alesani" "20234 - FELCE" => "2B111-20234-felce" "20240 - CHISA" => "2B366-20240-chisa" "20100 - GRANACE" => "2A128-20100-granace" "20115 - PIANA" => "2A212-20115-piana" "20150 - OTA" => "2A198-20150-ota" "20248 - ROGLIANO" => "2B261-20248-rogliano" "20235 - VALLE DI ROSTINO" => "2B337-20235-valle-di-rostino" "20600 - BASTIA" => "2B033-20600-bastia" "20117 - ECCICA SUARELLA" => "2A104-20117-eccica-suarella" "20169 - BONIFACIO" => "2A041-20169-bonifacio" "20226 - SPELONCATO" => "2B290-20226-speloncato" "20166 - GROSSETO PRUGNA" => "2A130-20166-grosseto-prugna" "20220 - ALGAJOLA" => "2B010-20220-algajola" "20221 - SANT ANDREA DI COTONE" => "2B293-20221-sant-andrea-di-cotone" "20167 - TAVACO" => "2A323-20167-tavaco" "20235 - CASTELLO DI ROSTINO" => "2B079-20235-castello-di-rostino" "20000 - AJACCIO" => "2A004-20000-ajaccio" "20225 - LAVATOGGIO" => "2B138-20225-lavatoggio" "20126 - EVISA" => "2A108-20126-evisa" "20217 - CANARI" => "2B058-20217-canari" "20142 - QUASQUARA" => "2A253-20142-quasquara" "20218 - CASTINETA" => "2B082-20218-castineta" "20240 - SOLARO" => "2B283-20240-solaro" "20240 - GHISONACCIA" => "2B123-20240-ghisonaccia" "20270 - MATRA" => "2B155-20270-matra" "20153 - GUITERA LES BAINS" => "2A133-20153-guitera-les-bains" "20128 - GUARGUALE" => "2A132-20128-guarguale" "20160 - RENNO" => "2A258-20160-renno" "20270 - AGHIONE" => "2B002-20270-aghione" "20224 - LOZZI" => "2B147-20224-lozzi" "20166 - PIETROSELLA" => "2A228-20166-pietrosella" "20232 - OLMETA DI TUDA" => "2B188-20232-olmeta-di-tuda" "20229 - PIEDICROCE" => "2B219-20229-piedicroce" "20250 - SOVERIA" => "2B289-20250-soveria" "20121 - SALICE" => "2A266-20121-salice" "20233 - PIETRACORBARA" => "2B224-20233-pietracorbara" "20243 - SAN GAVINO DI FIUMORBO" => "2B365-20243-san-gavino-di-fiumorbo" "20256 - CORBARA" => "2B093-20256-corbara" "20146 - SOTTA" => "2A288-20146-sotta" "20218 - SALICETO" => "2B267-20218-saliceto" "20212 - SANT ANDREA DI BOZIO" => "2B292-20212-sant-andrea-di-bozio" "20141 - MARIGNANA" => "2A154-20141-marignana" "20212 - ALZI" => "2B013-20212-alzi" "20242 - VEZZANI" => "2B347-20242-vezzani" "20213 - SCATA" => "2B273-20213-scata" "20259 - MAUSOLEO" => "2B156-20259-mausoleo" "20118 - VICO" => "2A348-20118-vico" "20226 - COSTA" => "2B097-20226-costa" "20226 - PALASCA" => "2B199-20226-palasca" "20230 - SANTA LUCIA DI MORIANI" => "2B307-20230-santa-lucia-di-moriani" "20287 - MERIA" => "2B159-20287-meria" "20142 - CAMPO" => "2A056-20142-campo" "20279 - VILLE DI PARASO" => "2B352-20279-ville-di-paraso" "20167 - ALATA" => "2A006-20167-alata" "20212 - FOCICCHIA" => "2B116-20212-focicchia" "20145 - SARI SOLENZARA" => "2A269-20145-sari-solenzara" "20240 - POGGIO DI NAZZA" => "2B236-20240-poggio-di-nazza" "20251 - PANCHERACCIA" => "2B201-20251-pancheraccia" "20221 - VALLE DI CAMPOLORO" => "2B335-20221-valle-di-campoloro" "20218 - PIETRALBA" => "2B223-20218-pietralba" "20143 - FOZZANO" => "2A118-20143-fozzano" "20160 - ARBORI" => "2A019-20160-arbori" "20100 - GROSSA" => "2A129-20100-grossa" "20232 - POGGIO D OLETTA" => "2B239-20232-poggio-d-oletta" "20217 - OGLIASTRO" => "2B183-20217-ogliastro" "20124 - ZONZA" => "2A362-20124-zonza" "20218 - CASTIGLIONE" => "2B081-20218-castiglione" "20272 - ZALANA" => "2B356-20272-zalana" "20290 - PRUNELLI DI CASACCONI" => "2B250-20290-prunelli-di-casacconi" "20140 - SERRA DI FERRO" => "2A276-20140-serra-di-ferro" "20167 - VILLANOVA" => "2A351-20167-villanova" "20275 - ERSA" => "2B107-20275-ersa" "20229 - PARATA" => "2B202-20229-parata" "20218 - LAMA" => "2B136-20218-lama" "20218 - PIEDIGRIGGIO" => "2B220-20218-piedigriggio" "20117 - TOLLA" => "2A326-20117-tolla" "20137 - PORTO VECCHIO" => "2A247-20137-porto-vecchio" "20228 - LURI" => "2B152-20228-luri" "20237 - QUERCITELLO" => "2B255-20237-quercitello" "20251 - GIUNCAGGIO" => "2B126-20251-giuncaggio" "20130 - CARGESE" => "2A065-20130-cargese" "20213 - PRUNO" => "2B252-20213-pruno" "20215 - PORRI" => "2B245-20215-porri" "20219 - MURACCIOLE" => "2B171-20219-muracciole" "20119 - BASTELICA" => "2A031-20119-bastelica" "20212 - CASTELLARE DI MERCURIO" => "2B078-20212-castellare-di-mercurio" "20166 - ALBITRECCIA" => "2A008-20166-albitreccia" "20190 - FORCIOLO" => "2A117-20190-forciolo" "20620 - BIGUGLIA" => "2B037-20620-biguglia" "20121 - AZZANA" => "2A027-20121-azzana" "20170 - CARBINI" => "2A061-20170-carbini" "20112 - ZOZA" => "2A363-20112-zoza" "20237 - POGGIO MARINACCIO" => "2B241-20237-poggio-marinaccio" ] |
disabled | false |
false
|
label | "Votre collectivité" |
same as passed value |
label_attr | [ "class" => "col-md-4" ] |
[ "class" => "col-md-4" ] |
placeholder | "Choisissez votre commune" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "selectize-field" ] |
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 | [ "20224 - CORSCIA" => "2B095-20224-corscia" "20112 - STE LUCIE DE TALLANO" => "2A308-20112-ste-lucie-de-tallano" "20110 - PROPRIANO" => "2A249-20110-propriano" "20290 - LUCCIANA" => "2B148-20290-lucciana" "20144 - ZONZA" => "2A362-20144-zonza" "20244 - CARTICASI" => "2B068-20244-carticasi" "20237 - GIOCATOJO" => "2B125-20237-giocatojo" "20224 - ALBERTACCE" => "2B007-20224-albertacce" "20218 - MOROSAGLIA" => "2B169-20218-morosaglia" "20090 - AJACCIO" => "2A004-20090-ajaccio" "20290 - VOLPAJOLA" => "2B355-20290-volpajola" "20234 - TARRANO" => "2B321-20234-tarrano" "20230 - TALASANI" => "2B319-20230-talasani" "20238 - MORSIGLIA" => "2B170-20238-morsiglia" "20116 - AULLENE" => "2A024-20116-aullene" "20170 - LEVIE" => "2A142-20170-levie" "20214 - ZILIA" => "2B361-20214-zilia" "20133 - CARBUCCIA" => "2A062-20133-carbuccia" "20218 - GAVIGNANO" => "2B122-20218-gavignano" "20140 - CASALABRIVA" => "2A071-20140-casalabriva" "20100 - SARTENE" => "2A272-20100-sartene" "20225 - MURO" => "2B173-20225-muro" "20229 - VERDESE" => "2B344-20229-verdese" "20215 - SILVARECCIO" => "2B280-20215-silvareccio" "20229 - CARCHETO BRUSTICO" => "2B063-20229-carcheto-brustico" "20112 - OLMICCIA" => "2A191-20112-olmiccia" "20112 - MELA" => "2A158-20112-mela" "20251 - PIEDICORTE DI GAGGIO" => "2B218-20251-piedicorte-di-gaggio" "20290 - CROCICCHIA" => "2B102-20290-crocicchia" "20244 - LANO" => "2B137-20244-lano" "20246 - RAPALE" => "2B257-20246-rapale" "20237 - CASABIANCA" => "2B069-20237-casabianca" "20239 - RUTALI" => "2B265-20239-rutali" "20151 - SANT ANDREA D ORCINO" => "2A295-20151-sant-andrea-d-orcino" "20218 - CASTIFAO" => "2B080-20218-castifao" "20139 - LOPIGNA" => "2A144-20139-lopigna" "20230 - SAN GIULIANO" => "2B303-20230-san-giuliano" "20160 - LETIA" => "2A141-20160-letia" "20140 - MOCA CROCE" => "2A160-20140-moca-croce" "20128 - ALBITRECCIA" => "2A008-20128-albitreccia" "20243 - PRUNELLI DI FIUMORBO" => "2B251-20243-prunelli-di-fiumorbo" "20230 - SAN NICOLAO" => "2B313-20230-san-nicolao" "20242 - ROSPIGLIANI" => "2B263-20242-rospigliani" "20151 - AMBIEGNA" => "2A014-20151-ambiegna" "20167 - SARROLA CARCOPINO" => "2A271-20167-sarrola-carcopino" "20260 - CALENZANA" => "2B049-20260-calenzana" "20167 - APPIETTO" => "2A017-20167-appietto" "20220 - AREGNO" => "2B020-20220-aregno" "20230 - POGGIO MEZZANA" => "2B242-20230-poggio-mezzana" "20234 - PIOBETTA" => "2B234-20234-piobetta" "20244 - ERONE" => "2B106-20244-erone" "20134 - PALNECA" => "2A200-20134-palneca" "20125 - POGGIOLO" => "2A240-20125-poggiolo" "20230 - PIETRA DI VERDE" => "2B225-20230-pietra-di-verde" "20250 - SANTO PIETRO DI VENACO" => "2B315-20250-santo-pietro-di-venaco" "20217 - ST FLORENT" => "2B298-20217-st-florent" "20237 - FICAJA" => "2B113-20237-ficaja" "20229 - CAMPANA" => "2B052-20229-campana" "20290 - BORGO" => "2B042-20290-borgo" "20230 - CANALE DI VERDE" => "2B057-20230-canale-di-verde" "20160 - POGGIOLO" => "2A240-20160-poggiolo" "20252 - BIGORNO" => "2B036-20252-bigorno" "20250 - CORTE" => "2B096-20250-corte" "20214 - CALENZANA" => "2B049-20214-calenzana" "20134 - SAMPOLO" => "2A268-20134-sampolo" "20147 - PARTINELLO" => "2A203-20147-partinello" "20160 - COGGIA" => "2A090-20160-coggia" "20212 - ERBAJOLO" => "2B105-20212-erbajolo" "20237 - CROCE" => "2B101-20237-croce" "20290 - VIGNALE" => "2B350-20290-vignale" "20160 - GUAGNO" => "2A131-20160-guagno" "20259 - PIOGGIOLA" => "2B235-20259-pioggiola" "20218 - PRATO DI GIOVELLINA" => "2B248-20218-prato-di-giovellina" "20220 - L ILE ROUSSE" => "2B134-20220-l-ile-rousse" "20235 - CANAVAGGIA" => "2B059-20235-canavaggia" "20260 - CALVI" => "2B050-20260-calvi" "20244 - RUSIO" => "2B264-20244-rusio" "20231 - VENACO" => "2B341-20231-venaco" "20123 - COGNOCOLI MONTICCHI" => "2A091-20123-cognocoli-monticchi" "20125 - ORTO" => "2A196-20125-orto" "20151 - ARRO" => "2A022-20151-arro" "20224 - CALACUCCIA" => "2B047-20224-calacuccia" "20213 - SAN DAMIANO" => "2B297-20213-san-damiano" "20236 - CASTIRLA" => "2B083-20236-castirla" "20246 - PIEVE" => "2B230-20246-pieve" "20214 - MONCALE" => "2B165-20214-moncale" "20243 - ISOLACCIO DI FIUMORBO" => "2B135-20243-isolaccio-di-fiumorbo" "20157 - FRASSETO" => "2A119-20157-frasseto" "20229 - MONACIA D OREZZA" => "2B164-20229-monacia-d-orezza" "20133 - UCCIANI" => "2A330-20133-ucciani" "20100 - FOCE" => "2A115-20100-foce" "20170 - SAN GAVINO DI CARBINI" => "2A300-20170-san-gavino-di-carbini" "20217 - SANTO PIETRO DI TENDA" => "2B314-20217-santo-pietro-di-tenda" "20270 - TALLONE" => "2B320-20270-tallone" "20215 - VENZOLASCA" => "2B343-20215-venzolasca" "20247 - ROGLIANO" => "2B261-20247-rogliano" "20225 - FELICETO" => "2B112-20225-feliceto" "20245 - MANSO" => "2B153-20245-manso" "20160 - MURZO" => "2A174-20160-murzo" "20250 - POGGIO DI VENACO" => "2B238-20250-poggio-di-venaco" "20251 - ALTIANI" => "2B012-20251-altiani" "20250 - SANTA LUCIA DI MERCURIO" => "2B306-20250-santa-lucia-di-mercurio" "20128 - URBALACONE" => "2A331-20128-urbalacone" "20290 - SCOLCA" => "2B274-20290-scolca" "20165 - LORETO DI TALLANO" => "2A146-20165-loreto-di-tallano" "20217 - NONZA" => "2B178-20217-nonza" "20125 - SOCCIA" => "2A282-20125-soccia" "20100 - BILIA" => "2A038-20100-bilia" "20217 - OLMETA DI CAPOCORSO" => "2B187-20217-olmeta-di-capocorso" "20215 - VESCOVATO" => "2B346-20215-vescovato" "20222 - BRANDO" => "2B043-20222-brando" "20251 - PIETRASERENA" => "2B226-20251-pietraserena" "20190 - SANTA MARIA SICHE" => "2A312-20190-santa-maria-siche" "20135 - CONCA" => "2A092-20135-conca" "20229 - CARPINETO" => "2B067-20229-carpineto" "20246 - SORIO" => "2B287-20246-sorio" "20220 - CORBARA" => "2B093-20220-corbara" "20215 - CASALTA" => "2B072-20215-casalta" "20213 - CASTELLARE DI CASINCA" => "2B077-20213-castellare-di-casinca" "20168 - CORRANO" => "2A094-20168-corrano" "20221 - SANTA MARIA POGGIO" => "2B311-20221-santa-maria-poggio" "20127 - SERRA DI SCOPAMENE" => "2A278-20127-serra-di-scopamene" "20230 - LINGUIZZETTA" => "2B143-20230-linguizzetta" "20221 - CERVIONE" => "2B087-20221-cervione" "20270 - CAMPI" => "2B053-20270-campi" "20246 - SANTO PIETRO DI TENDA" => "2B314-20246-santo-pietro-di-tenda" "20110 - BELVEDERE CAMPOMORO" => "2A035-20110-belvedere-campomoro" "20230 - SAN GIOVANNI DI MORIANI" => "2B302-20230-san-giovanni-di-moriani" "20167 - VALLE DI MEZZANA" => "2A336-20167-valle-di-mezzana" "20166 - COGNOCOLI MONTICCHI" => "2A091-20166-cognocoli-monticchi" "20234 - PIETRICAGGIO" => "2B227-20234-pietricaggio" "20138 - COTI CHIAVARI" => "2A098-20138-coti-chiavari" "20230 - VELONE ORNETO" => "2B340-20230-velone-orneto" "20260 - LUMIO" => "2B150-20260-lumio" "20163 - TAVERA" => "2A324-20163-tavera" "20229 - STAZZONA" => "2B291-20229-stazzona" "20230 - CHIATRA" => "2B088-20230-chiatra" "20290 - ORTIPORIO" => "2B195-20290-ortiporio" "20114 - FIGARI" => "2A114-20114-figari" "20238 - CENTURI" => "2B086-20238-centuri" "20137 - LECCI" => "2A139-20137-lecci" "20253 - FARINOLE" => "2B109-20253-farinole" "20110 - ARBELLARA" => "2A018-20110-arbellara" "20116 - ZERUBIA" => "2A357-20116-zerubia" "20117 - OCANA" => "2A181-20117-ocana" "20232 - VALLECALLE" => "2B333-20232-vallecalle" "20234 - PIAZZALI" => "2B216-20234-piazzali" "20121 - PASTRICCIOLA" => "2A204-20121-pastricciola" "20242 - NOCETA" => "2B177-20242-noceta" "20270 - MOITA" => "2B161-20270-moita" "20111 - CALCATOGGIO" => "2A048-20111-calcatoggio" "20230 - TAGLIO ISOLACCIO" => "2B318-20230-taglio-isolaccio" "20140 - PETRETO BICCHISANO" => "2A211-20140-petreto-bicchisano" "20167 - AJACCIO" => "2A004-20167-ajaccio" "20259 - OLMI CAPPELLA" => "2B190-20259-olmi-cappella" "20214 - MONTEGROSSO" => "2B167-20214-montegrosso" "20272 - PIANELLO" => "2B213-20272-pianello" "20110 - VIGGIANELLO" => "2A349-20110-viggianello" "20167 - PERI" => "2A209-20167-peri" "20243 - SERRA DI FIUMORBO" => "2B277-20243-serra-di-fiumorbo" "20229 - PIE D OREZZA" => "2B222-20229-pie-d-orezza" "20134 - TASSO" => "2A322-20134-tasso" "20126 - CRISTINACCE" => "2A100-20126-cristinacce" "20232 - OLETTA" => "2B185-20232-oletta" "20212 - MAZZOLA" => "2B157-20212-mazzola" "20212 - BUSTANICO" => "2B045-20212-bustanico" "20217 - OLCANI" => "2B184-20217-olcani" "20290 - OLMO" => "2B192-20290-olmo" "20118 - COGGIA" => "2A090-20118-coggia" "20219 - VIVARIO" => "2B354-20219-vivario" "20290 - PENTA ACQUATELLA" => "2B206-20290-penta-acquatella" "20229 - PIEDIPARTINO" => "2B221-20229-piedipartino" "20246 - SAN GAVINO DI TENDA" => "2B301-20246-san-gavino-di-tenda" "20253 - BARBAGGIO" => "2B029-20253-barbaggio" "20244 - CAMBIA" => "2B051-20244-cambia" "20250 - TRALONCA" => "2B329-20250-tralonca" "20253 - PATRIMONIO" => "2B205-20253-patrimonio" "20230 - PERO CASEVECCHIE" => "2B210-20230-pero-casevecchie" "20229 - RAPAGGIO" => "2B256-20229-rapaggio" "20200 - BASTIA" => "2B033-20200-bastia" "20227 - GHISONI" => "2B124-20227-ghisoni" "20148 - COZZANO" => "2A099-20148-cozzano" "20226 - OCCHIATANA" => "2B182-20226-occhiatana" "20228 - CAGNANO" => "2B046-20228-cagnano" "20244 - AITI" => "2B003-20244-aiti" "20220 - SANT ANTONINO" => "2B296-20220-sant-antonino" "20225 - CATERI" => "2B084-20225-cateri" "20228 - BARRETTALI" => "2B030-20228-barrettali" "20270 - ANTISANTI" => "2B016-20270-antisanti" "20111 - CASAGLIONE" => "2A070-20111-casaglione" "20121 - ROSAZIA" => "2A262-20121-rosazia" "20215 - LORETO DI CASINCA" => "2B145-20215-loreto-di-casinca" "20225 - AVAPESSA" => "2B025-20225-avapessa" "20218 - POPOLASCA" => "2B244-20218-popolasca" "20152 - SORBOLLANO" => "2A285-20152-sorbollano" "20234 - PERELLI" => "2B208-20234-perelli" "20270 - TOX" => "2B328-20270-tox" "20167 - AFA" => "2A001-20167-afa" "20200 - SANTA MARIA DI LOTA" => "2B309-20200-santa-maria-di-lota" "20242 - PIETROSO" => "2B229-20242-pietroso" "20218 - MOLTIFAO" => "2B162-20218-moltifao" "20200 - SAN MARTINO DI LOTA" => "2B305-20200-san-martino-di-lota" "20290 - MONTE" => "2B166-20290-monte" "20226 - NOVELLA" => "2B180-20226-novella" "20212 - FAVALELLO" => "2B110-20212-favalello" "20270 - ALERIA" => "2B009-20270-aleria" "20172 - VERO" => "2A345-20172-vero" "20140 - OLIVESE" => "2A186-20140-olivese" "20190 - CARDO TORGIA" => "2A064-20190-cardo-torgia" "20252 - LENTO" => "2B140-20252-lento" "20113 - OLMETO" => "2A189-20113-olmeto" "20200 - VILLE DI PIETRABUGNO" => "2B353-20200-ville-di-pietrabugno" "20117 - CAURO" => "2A085-20117-cauro" "20160 - BALOGNA" => "2A028-20160-balogna" "20215 - PIANO" => "2B214-20215-piano" "20212 - ALANDO" => "2B005-20212-alando" "20173 - ZEVACO" => "2A358-20173-zevaco" "20190 - ZIGLIARA" => "2A360-20190-zigliara" "20136 - BOCOGNANO" => "2A040-20136-bocognano" "20233 - SISCO" => "2B281-20233-sisco" "20225 - NESSA" => "2B175-20225-nessa" "20132 - ZICAVO" => "2A359-20132-zicavo" "20213 - PENTA DI CASINCA" => "2B207-20213-penta-di-casinca" "20151 - CANNELLE" => "2A060-20151-cannelle" "20245 - GALERIA" => "2B121-20245-galeria" "20123 - PILA CANALE" => "2A232-20123-pila-canale" "20226 - BELGODERE" => "2B034-20226-belgodere" "20140 - ARGIUSTA MORICCIO" => "2A021-20140-argiusta-moriccio" "20100 - GIUNCHETO" => "2A127-20100-giuncheto" "20272 - ZUANI" => "2B364-20272-zuani" "20234 - NOVALE" => "2B179-20234-novale" "20235 - BISINCHI" => "2B039-20235-bisinchi" "20276 - ASCO" => "2B023-20276-asco" "20128 - GROSSETO PRUGNA" => "2A130-20128-grosseto-prugna" "20147 - SERRIERA" => "2A279-20147-serriera" "20213 - SORBO OCAGNANO" => "2B286-20213-sorbo-ocagnano" "20230 - SANTA REPARATA DI MORIANI" => "2B317-20230-santa-reparata-di-moriani" "20229 - PIAZZOLE" => "2B217-20229-piazzole" "20147 - OSANI" => "2A197-20147-osani" "20140 - SOLLACARO" => "2A284-20140-sollacaro" "20122 - QUENZA" => "2A254-20122-quenza" "20164 - CARGIACA" => "2A066-20164-cargiaca" "20129 - BASTELICACCIA" => "2A032-20129-bastelicaccia" "20212 - SERMANO" => "2B275-20212-sermano" "20112 - ALTAGENE" => "2A011-20112-altagene" "20143 - SANTA MARIA FIGANIELLA" => "2A310-20143-santa-maria-figaniella" "20239 - MURATO" => "2B172-20239-murato" "20220 - PIGNA" => "2B231-20220-pigna" "20134 - CIAMANNACCE" => "2A089-20134-ciamannacce" "20228 - PINO" => "2B233-20228-pino" "20236 - OMESSA" => "2B193-20236-omessa" "20220 - MONTICELLO" => "2B168-20220-monticello" "20250 - CASANOVA" => "2B074-20250-casanova" "20290 - CAMPILE" => "2B054-20290-campile" "20237 - LA PORTA" => "2B246-20237-la-porta" "20213 - SAN GAVINO D AMPUGNANI" => "2B299-20213-san-gavino-d-ampugnani" "20224 - CASAMACCIOLI" => "2B073-20224-casamaccioli" "20218 - URTACA" => "2B332-20218-urtaca" "20244 - SAN LORENZO" => "2B304-20244-san-lorenzo" "20151 - SARI D ORCINO" => "2A270-20151-sari-d-orcino" "20167 - CUTTOLI CORTICCHIATO" => "2A103-20167-cuttoli-corticchiato" "20252 - CAMPITELLO" => "2B055-20252-campitello" "20171 - MONACIA D AULLENE" => "2A163-20171-monacia-d-aullene" "20272 - AMPRIANI" => "2B015-20272-ampriani" "20250 - RIVENTOSA" => "2B260-20250-riventosa" "20240 - LUGO DI NAZZA" => "2B149-20240-lugo-di-nazza" "20190 - AZILONE AMPAZA" => "2A026-20190-azilone-ampaza" "20234 - ORTALE" => "2B194-20234-ortale" "20240 - VENTISERI" => "2B342-20240-ventiseri" "20600 - FURIANI" => "2B120-20600-furiani" "20160 - VICO" => "2A348-20160-vico" "20270 - CASEVECCHIE" => "2B075-20270-casevecchie" "20131 - PIANOTTOLI CALDARELLO" => "2A215-20131-pianottoli-caldarello" "20220 - SANTA REPARATA DI BALAGNA" => "2B316-20220-santa-reparata-di-balagna" "20229 - VALLE D OREZZA" => "2B338-20229-valle-d-orezza" "20121 - REZZA" => "2A259-20121-rezza" "20248 - TOMINO" => "2B327-20248-tomino" "20270 - PANCHERACCIA" => "2B201-20270-pancheraccia" "20229 - NOCARIO" => "2B176-20229-nocario" "20259 - VALLICA" => "2B339-20259-vallica" "20229 - POLVEROSO" => "2B243-20229-polveroso" "20234 - VALLE D ALESANI" => "2B334-20234-valle-d-alesani" "20234 - FELCE" => "2B111-20234-felce" "20240 - CHISA" => "2B366-20240-chisa" "20100 - GRANACE" => "2A128-20100-granace" "20115 - PIANA" => "2A212-20115-piana" "20150 - OTA" => "2A198-20150-ota" "20248 - ROGLIANO" => "2B261-20248-rogliano" "20235 - VALLE DI ROSTINO" => "2B337-20235-valle-di-rostino" "20600 - BASTIA" => "2B033-20600-bastia" "20117 - ECCICA SUARELLA" => "2A104-20117-eccica-suarella" "20169 - BONIFACIO" => "2A041-20169-bonifacio" "20226 - SPELONCATO" => "2B290-20226-speloncato" "20166 - GROSSETO PRUGNA" => "2A130-20166-grosseto-prugna" "20220 - ALGAJOLA" => "2B010-20220-algajola" "20221 - SANT ANDREA DI COTONE" => "2B293-20221-sant-andrea-di-cotone" "20167 - TAVACO" => "2A323-20167-tavaco" "20235 - CASTELLO DI ROSTINO" => "2B079-20235-castello-di-rostino" "20000 - AJACCIO" => "2A004-20000-ajaccio" "20225 - LAVATOGGIO" => "2B138-20225-lavatoggio" "20126 - EVISA" => "2A108-20126-evisa" "20217 - CANARI" => "2B058-20217-canari" "20142 - QUASQUARA" => "2A253-20142-quasquara" "20218 - CASTINETA" => "2B082-20218-castineta" "20240 - SOLARO" => "2B283-20240-solaro" "20240 - GHISONACCIA" => "2B123-20240-ghisonaccia" "20270 - MATRA" => "2B155-20270-matra" "20153 - GUITERA LES BAINS" => "2A133-20153-guitera-les-bains" "20128 - GUARGUALE" => "2A132-20128-guarguale" "20160 - RENNO" => "2A258-20160-renno" "20270 - AGHIONE" => "2B002-20270-aghione" "20224 - LOZZI" => "2B147-20224-lozzi" "20166 - PIETROSELLA" => "2A228-20166-pietrosella" "20232 - OLMETA DI TUDA" => "2B188-20232-olmeta-di-tuda" "20229 - PIEDICROCE" => "2B219-20229-piedicroce" "20250 - SOVERIA" => "2B289-20250-soveria" "20121 - SALICE" => "2A266-20121-salice" "20233 - PIETRACORBARA" => "2B224-20233-pietracorbara" "20243 - SAN GAVINO DI FIUMORBO" => "2B365-20243-san-gavino-di-fiumorbo" "20256 - CORBARA" => "2B093-20256-corbara" "20146 - SOTTA" => "2A288-20146-sotta" "20218 - SALICETO" => "2B267-20218-saliceto" "20212 - SANT ANDREA DI BOZIO" => "2B292-20212-sant-andrea-di-bozio" "20141 - MARIGNANA" => "2A154-20141-marignana" "20212 - ALZI" => "2B013-20212-alzi" "20242 - VEZZANI" => "2B347-20242-vezzani" "20213 - SCATA" => "2B273-20213-scata" "20259 - MAUSOLEO" => "2B156-20259-mausoleo" "20118 - VICO" => "2A348-20118-vico" "20226 - COSTA" => "2B097-20226-costa" "20226 - PALASCA" => "2B199-20226-palasca" "20230 - SANTA LUCIA DI MORIANI" => "2B307-20230-santa-lucia-di-moriani" "20287 - MERIA" => "2B159-20287-meria" "20142 - CAMPO" => "2A056-20142-campo" "20279 - VILLE DI PARASO" => "2B352-20279-ville-di-paraso" "20167 - ALATA" => "2A006-20167-alata" "20212 - FOCICCHIA" => "2B116-20212-focicchia" "20145 - SARI SOLENZARA" => "2A269-20145-sari-solenzara" "20240 - POGGIO DI NAZZA" => "2B236-20240-poggio-di-nazza" "20251 - PANCHERACCIA" => "2B201-20251-pancheraccia" "20221 - VALLE DI CAMPOLORO" => "2B335-20221-valle-di-campoloro" "20218 - PIETRALBA" => "2B223-20218-pietralba" "20143 - FOZZANO" => "2A118-20143-fozzano" "20160 - ARBORI" => "2A019-20160-arbori" "20100 - GROSSA" => "2A129-20100-grossa" "20232 - POGGIO D OLETTA" => "2B239-20232-poggio-d-oletta" "20217 - OGLIASTRO" => "2B183-20217-ogliastro" "20124 - ZONZA" => "2A362-20124-zonza" "20218 - CASTIGLIONE" => "2B081-20218-castiglione" "20272 - ZALANA" => "2B356-20272-zalana" "20290 - PRUNELLI DI CASACCONI" => "2B250-20290-prunelli-di-casacconi" "20140 - SERRA DI FERRO" => "2A276-20140-serra-di-ferro" "20167 - VILLANOVA" => "2A351-20167-villanova" "20275 - ERSA" => "2B107-20275-ersa" "20229 - PARATA" => "2B202-20229-parata" "20218 - LAMA" => "2B136-20218-lama" "20218 - PIEDIGRIGGIO" => "2B220-20218-piedigriggio" "20117 - TOLLA" => "2A326-20117-tolla" "20137 - PORTO VECCHIO" => "2A247-20137-porto-vecchio" "20228 - LURI" => "2B152-20228-luri" "20237 - QUERCITELLO" => "2B255-20237-quercitello" "20251 - GIUNCAGGIO" => "2B126-20251-giuncaggio" "20130 - CARGESE" => "2A065-20130-cargese" "20213 - PRUNO" => "2B252-20213-pruno" "20215 - PORRI" => "2B245-20215-porri" "20219 - MURACCIOLE" => "2B171-20219-muracciole" "20119 - BASTELICA" => "2A031-20119-bastelica" "20212 - CASTELLARE DI MERCURIO" => "2B078-20212-castellare-di-mercurio" "20166 - ALBITRECCIA" => "2A008-20166-albitreccia" "20190 - FORCIOLO" => "2A117-20190-forciolo" "20620 - BIGUGLIA" => "2B037-20620-biguglia" "20121 - AZZANA" => "2A027-20121-azzana" "20170 - CARBINI" => "2A061-20170-carbini" "20112 - ZOZA" => "2A363-20112-zoza" "20237 - POGGIO MARINACCIO" => "2B241-20237-poggio-marinaccio" ] |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
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 | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Votre collectivité" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisissez votre commune" |
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() {#542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#540 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "selectize-field" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_depot_fichier_com_identifiantCollectivite" ] |
cache_key | "_depot_fichier_com_identifiantCollectivite_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#615 +label: "20224 - CORSCIA" +value: "2B095-20224-corscia" +data: "2B095-20224-corscia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#616 +label: "20112 - STE LUCIE DE TALLANO" +value: "2A308-20112-ste-lucie-de-tallano" +data: "2A308-20112-ste-lucie-de-tallano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#617 +label: "20110 - PROPRIANO" +value: "2A249-20110-propriano" +data: "2A249-20110-propriano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#618 +label: "20290 - LUCCIANA" +value: "2B148-20290-lucciana" +data: "2B148-20290-lucciana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#619 +label: "20144 - ZONZA" +value: "2A362-20144-zonza" +data: "2A362-20144-zonza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#620 +label: "20244 - CARTICASI" +value: "2B068-20244-carticasi" +data: "2B068-20244-carticasi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#621 +label: "20237 - GIOCATOJO" +value: "2B125-20237-giocatojo" +data: "2B125-20237-giocatojo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#622 +label: "20224 - ALBERTACCE" +value: "2B007-20224-albertacce" +data: "2B007-20224-albertacce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#623 +label: "20218 - MOROSAGLIA" +value: "2B169-20218-morosaglia" +data: "2B169-20218-morosaglia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#624 +label: "20090 - AJACCIO" +value: "2A004-20090-ajaccio" +data: "2A004-20090-ajaccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#625 +label: "20290 - VOLPAJOLA" +value: "2B355-20290-volpajola" +data: "2B355-20290-volpajola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#626 +label: "20234 - TARRANO" +value: "2B321-20234-tarrano" +data: "2B321-20234-tarrano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#627 +label: "20230 - TALASANI" +value: "2B319-20230-talasani" +data: "2B319-20230-talasani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#628 +label: "20238 - MORSIGLIA" +value: "2B170-20238-morsiglia" +data: "2B170-20238-morsiglia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#629 +label: "20116 - AULLENE" +value: "2A024-20116-aullene" +data: "2A024-20116-aullene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#630 +label: "20170 - LEVIE" +value: "2A142-20170-levie" +data: "2A142-20170-levie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#631 +label: "20214 - ZILIA" +value: "2B361-20214-zilia" +data: "2B361-20214-zilia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#632 +label: "20133 - CARBUCCIA" +value: "2A062-20133-carbuccia" +data: "2A062-20133-carbuccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#633 +label: "20218 - GAVIGNANO" +value: "2B122-20218-gavignano" +data: "2B122-20218-gavignano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#634 +label: "20140 - CASALABRIVA" +value: "2A071-20140-casalabriva" +data: "2A071-20140-casalabriva" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#635 +label: "20100 - SARTENE" +value: "2A272-20100-sartene" +data: "2A272-20100-sartene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#636 +label: "20225 - MURO" +value: "2B173-20225-muro" +data: "2B173-20225-muro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#637 +label: "20229 - VERDESE" +value: "2B344-20229-verdese" +data: "2B344-20229-verdese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#638 +label: "20215 - SILVARECCIO" +value: "2B280-20215-silvareccio" +data: "2B280-20215-silvareccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#639 +label: "20229 - CARCHETO BRUSTICO" +value: "2B063-20229-carcheto-brustico" +data: "2B063-20229-carcheto-brustico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#640 +label: "20112 - OLMICCIA" +value: "2A191-20112-olmiccia" +data: "2A191-20112-olmiccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#641 +label: "20112 - MELA" +value: "2A158-20112-mela" +data: "2A158-20112-mela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#642 +label: "20251 - PIEDICORTE DI GAGGIO" +value: "2B218-20251-piedicorte-di-gaggio" +data: "2B218-20251-piedicorte-di-gaggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#643 +label: "20290 - CROCICCHIA" +value: "2B102-20290-crocicchia" +data: "2B102-20290-crocicchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#644 +label: "20244 - LANO" +value: "2B137-20244-lano" +data: "2B137-20244-lano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#645 +label: "20246 - RAPALE" +value: "2B257-20246-rapale" +data: "2B257-20246-rapale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#646 +label: "20237 - CASABIANCA" +value: "2B069-20237-casabianca" +data: "2B069-20237-casabianca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#647 +label: "20239 - RUTALI" +value: "2B265-20239-rutali" +data: "2B265-20239-rutali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#648 +label: "20151 - SANT ANDREA D ORCINO" +value: "2A295-20151-sant-andrea-d-orcino" +data: "2A295-20151-sant-andrea-d-orcino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#649 +label: "20218 - CASTIFAO" +value: "2B080-20218-castifao" +data: "2B080-20218-castifao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#650 +label: "20139 - LOPIGNA" +value: "2A144-20139-lopigna" +data: "2A144-20139-lopigna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#651 +label: "20230 - SAN GIULIANO" +value: "2B303-20230-san-giuliano" +data: "2B303-20230-san-giuliano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#652 +label: "20160 - LETIA" +value: "2A141-20160-letia" +data: "2A141-20160-letia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#653 +label: "20140 - MOCA CROCE" +value: "2A160-20140-moca-croce" +data: "2A160-20140-moca-croce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#654 +label: "20128 - ALBITRECCIA" +value: "2A008-20128-albitreccia" +data: "2A008-20128-albitreccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#655 +label: "20243 - PRUNELLI DI FIUMORBO" +value: "2B251-20243-prunelli-di-fiumorbo" +data: "2B251-20243-prunelli-di-fiumorbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#656 +label: "20230 - SAN NICOLAO" +value: "2B313-20230-san-nicolao" +data: "2B313-20230-san-nicolao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#657 +label: "20242 - ROSPIGLIANI" +value: "2B263-20242-rospigliani" +data: "2B263-20242-rospigliani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#658 +label: "20151 - AMBIEGNA" +value: "2A014-20151-ambiegna" +data: "2A014-20151-ambiegna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#659 +label: "20167 - SARROLA CARCOPINO" +value: "2A271-20167-sarrola-carcopino" +data: "2A271-20167-sarrola-carcopino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#660 +label: "20260 - CALENZANA" +value: "2B049-20260-calenzana" +data: "2B049-20260-calenzana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#661 +label: "20167 - APPIETTO" +value: "2A017-20167-appietto" +data: "2A017-20167-appietto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#662 +label: "20220 - AREGNO" +value: "2B020-20220-aregno" +data: "2B020-20220-aregno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#663 +label: "20230 - POGGIO MEZZANA" +value: "2B242-20230-poggio-mezzana" +data: "2B242-20230-poggio-mezzana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#664 +label: "20234 - PIOBETTA" +value: "2B234-20234-piobetta" +data: "2B234-20234-piobetta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#665 +label: "20244 - ERONE" +value: "2B106-20244-erone" +data: "2B106-20244-erone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#666 +label: "20134 - PALNECA" +value: "2A200-20134-palneca" +data: "2A200-20134-palneca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#667 +label: "20125 - POGGIOLO" +value: "2A240-20125-poggiolo" +data: "2A240-20125-poggiolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#668 +label: "20230 - PIETRA DI VERDE" +value: "2B225-20230-pietra-di-verde" +data: "2B225-20230-pietra-di-verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#669 +label: "20250 - SANTO PIETRO DI VENACO" +value: "2B315-20250-santo-pietro-di-venaco" +data: "2B315-20250-santo-pietro-di-venaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#670 +label: "20217 - ST FLORENT" +value: "2B298-20217-st-florent" +data: "2B298-20217-st-florent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#671 +label: "20237 - FICAJA" +value: "2B113-20237-ficaja" +data: "2B113-20237-ficaja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#672 +label: "20229 - CAMPANA" +value: "2B052-20229-campana" +data: "2B052-20229-campana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#673 +label: "20290 - BORGO" +value: "2B042-20290-borgo" +data: "2B042-20290-borgo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#674 +label: "20230 - CANALE DI VERDE" +value: "2B057-20230-canale-di-verde" +data: "2B057-20230-canale-di-verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#675 +label: "20160 - POGGIOLO" +value: "2A240-20160-poggiolo" +data: "2A240-20160-poggiolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#676 +label: "20252 - BIGORNO" +value: "2B036-20252-bigorno" +data: "2B036-20252-bigorno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#677 +label: "20250 - CORTE" +value: "2B096-20250-corte" +data: "2B096-20250-corte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#678 +label: "20214 - CALENZANA" +value: "2B049-20214-calenzana" +data: "2B049-20214-calenzana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#679 +label: "20134 - SAMPOLO" +value: "2A268-20134-sampolo" +data: "2A268-20134-sampolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#680 +label: "20147 - PARTINELLO" +value: "2A203-20147-partinello" +data: "2A203-20147-partinello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#681 +label: "20160 - COGGIA" +value: "2A090-20160-coggia" +data: "2A090-20160-coggia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#682 +label: "20212 - ERBAJOLO" +value: "2B105-20212-erbajolo" +data: "2B105-20212-erbajolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#683 +label: "20237 - CROCE" +value: "2B101-20237-croce" +data: "2B101-20237-croce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#684 +label: "20290 - VIGNALE" +value: "2B350-20290-vignale" +data: "2B350-20290-vignale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#685 +label: "20160 - GUAGNO" +value: "2A131-20160-guagno" +data: "2A131-20160-guagno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#686 +label: "20259 - PIOGGIOLA" +value: "2B235-20259-pioggiola" +data: "2B235-20259-pioggiola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#687 +label: "20218 - PRATO DI GIOVELLINA" +value: "2B248-20218-prato-di-giovellina" +data: "2B248-20218-prato-di-giovellina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#688 +label: "20220 - L ILE ROUSSE" +value: "2B134-20220-l-ile-rousse" +data: "2B134-20220-l-ile-rousse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#689 +label: "20235 - CANAVAGGIA" +value: "2B059-20235-canavaggia" +data: "2B059-20235-canavaggia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#690 +label: "20260 - CALVI" +value: "2B050-20260-calvi" +data: "2B050-20260-calvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#691 +label: "20244 - RUSIO" +value: "2B264-20244-rusio" +data: "2B264-20244-rusio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#692 +label: "20231 - VENACO" +value: "2B341-20231-venaco" +data: "2B341-20231-venaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#693 +label: "20123 - COGNOCOLI MONTICCHI" +value: "2A091-20123-cognocoli-monticchi" +data: "2A091-20123-cognocoli-monticchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#694 +label: "20125 - ORTO" +value: "2A196-20125-orto" +data: "2A196-20125-orto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#695 +label: "20151 - ARRO" +value: "2A022-20151-arro" +data: "2A022-20151-arro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#696 +label: "20224 - CALACUCCIA" +value: "2B047-20224-calacuccia" +data: "2B047-20224-calacuccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#697 +label: "20213 - SAN DAMIANO" +value: "2B297-20213-san-damiano" +data: "2B297-20213-san-damiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#698 +label: "20236 - CASTIRLA" +value: "2B083-20236-castirla" +data: "2B083-20236-castirla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#699 +label: "20246 - PIEVE" +value: "2B230-20246-pieve" +data: "2B230-20246-pieve" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#700 +label: "20214 - MONCALE" +value: "2B165-20214-moncale" +data: "2B165-20214-moncale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#701 +label: "20243 - ISOLACCIO DI FIUMORBO" +value: "2B135-20243-isolaccio-di-fiumorbo" +data: "2B135-20243-isolaccio-di-fiumorbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#702 +label: "20157 - FRASSETO" +value: "2A119-20157-frasseto" +data: "2A119-20157-frasseto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#703 +label: "20229 - MONACIA D OREZZA" +value: "2B164-20229-monacia-d-orezza" +data: "2B164-20229-monacia-d-orezza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#704 +label: "20133 - UCCIANI" +value: "2A330-20133-ucciani" +data: "2A330-20133-ucciani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#705 +label: "20100 - FOCE" +value: "2A115-20100-foce" +data: "2A115-20100-foce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#706 +label: "20170 - SAN GAVINO DI CARBINI" +value: "2A300-20170-san-gavino-di-carbini" +data: "2A300-20170-san-gavino-di-carbini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#707 +label: "20217 - SANTO PIETRO DI TENDA" +value: "2B314-20217-santo-pietro-di-tenda" +data: "2B314-20217-santo-pietro-di-tenda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#708 +label: "20270 - TALLONE" +value: "2B320-20270-tallone" +data: "2B320-20270-tallone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#709 +label: "20215 - VENZOLASCA" +value: "2B343-20215-venzolasca" +data: "2B343-20215-venzolasca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#710 +label: "20247 - ROGLIANO" +value: "2B261-20247-rogliano" +data: "2B261-20247-rogliano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#711 +label: "20225 - FELICETO" +value: "2B112-20225-feliceto" +data: "2B112-20225-feliceto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#712 +label: "20245 - MANSO" +value: "2B153-20245-manso" +data: "2B153-20245-manso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#713 +label: "20160 - MURZO" +value: "2A174-20160-murzo" +data: "2A174-20160-murzo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#714 +label: "20250 - POGGIO DI VENACO" +value: "2B238-20250-poggio-di-venaco" +data: "2B238-20250-poggio-di-venaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#715 +label: "20251 - ALTIANI" +value: "2B012-20251-altiani" +data: "2B012-20251-altiani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#716 +label: "20250 - SANTA LUCIA DI MERCURIO" +value: "2B306-20250-santa-lucia-di-mercurio" +data: "2B306-20250-santa-lucia-di-mercurio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#717 +label: "20128 - URBALACONE" +value: "2A331-20128-urbalacone" +data: "2A331-20128-urbalacone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#718 +label: "20290 - SCOLCA" +value: "2B274-20290-scolca" +data: "2B274-20290-scolca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#719 +label: "20165 - LORETO DI TALLANO" +value: "2A146-20165-loreto-di-tallano" +data: "2A146-20165-loreto-di-tallano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#720 +label: "20217 - NONZA" +value: "2B178-20217-nonza" +data: "2B178-20217-nonza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#721 +label: "20125 - SOCCIA" +value: "2A282-20125-soccia" +data: "2A282-20125-soccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#722 +label: "20100 - BILIA" +value: "2A038-20100-bilia" +data: "2A038-20100-bilia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#723 +label: "20217 - OLMETA DI CAPOCORSO" +value: "2B187-20217-olmeta-di-capocorso" +data: "2B187-20217-olmeta-di-capocorso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#724 +label: "20215 - VESCOVATO" +value: "2B346-20215-vescovato" +data: "2B346-20215-vescovato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#725 +label: "20222 - BRANDO" +value: "2B043-20222-brando" +data: "2B043-20222-brando" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#726 +label: "20251 - PIETRASERENA" +value: "2B226-20251-pietraserena" +data: "2B226-20251-pietraserena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#727 +label: "20190 - SANTA MARIA SICHE" +value: "2A312-20190-santa-maria-siche" +data: "2A312-20190-santa-maria-siche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#728 +label: "20135 - CONCA" +value: "2A092-20135-conca" +data: "2A092-20135-conca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#729 +label: "20229 - CARPINETO" +value: "2B067-20229-carpineto" +data: "2B067-20229-carpineto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#730 +label: "20246 - SORIO" +value: "2B287-20246-sorio" +data: "2B287-20246-sorio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#731 +label: "20220 - CORBARA" +value: "2B093-20220-corbara" +data: "2B093-20220-corbara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#732 +label: "20215 - CASALTA" +value: "2B072-20215-casalta" +data: "2B072-20215-casalta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#733 +label: "20213 - CASTELLARE DI CASINCA" +value: "2B077-20213-castellare-di-casinca" +data: "2B077-20213-castellare-di-casinca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#734 +label: "20168 - CORRANO" +value: "2A094-20168-corrano" +data: "2A094-20168-corrano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#735 +label: "20221 - SANTA MARIA POGGIO" +value: "2B311-20221-santa-maria-poggio" +data: "2B311-20221-santa-maria-poggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#736 +label: "20127 - SERRA DI SCOPAMENE" +value: "2A278-20127-serra-di-scopamene" +data: "2A278-20127-serra-di-scopamene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#737 +label: "20230 - LINGUIZZETTA" +value: "2B143-20230-linguizzetta" +data: "2B143-20230-linguizzetta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#738 +label: "20221 - CERVIONE" +value: "2B087-20221-cervione" +data: "2B087-20221-cervione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#739 +label: "20270 - CAMPI" +value: "2B053-20270-campi" +data: "2B053-20270-campi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#740 +label: "20246 - SANTO PIETRO DI TENDA" +value: "2B314-20246-santo-pietro-di-tenda" +data: "2B314-20246-santo-pietro-di-tenda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#741 +label: "20110 - BELVEDERE CAMPOMORO" +value: "2A035-20110-belvedere-campomoro" +data: "2A035-20110-belvedere-campomoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#742 +label: "20230 - SAN GIOVANNI DI MORIANI" +value: "2B302-20230-san-giovanni-di-moriani" +data: "2B302-20230-san-giovanni-di-moriani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#743 +label: "20167 - VALLE DI MEZZANA" +value: "2A336-20167-valle-di-mezzana" +data: "2A336-20167-valle-di-mezzana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#744 +label: "20166 - COGNOCOLI MONTICCHI" +value: "2A091-20166-cognocoli-monticchi" +data: "2A091-20166-cognocoli-monticchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#745 +label: "20234 - PIETRICAGGIO" +value: "2B227-20234-pietricaggio" +data: "2B227-20234-pietricaggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#746 +label: "20138 - COTI CHIAVARI" +value: "2A098-20138-coti-chiavari" +data: "2A098-20138-coti-chiavari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#747 +label: "20230 - VELONE ORNETO" +value: "2B340-20230-velone-orneto" +data: "2B340-20230-velone-orneto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#748 +label: "20260 - LUMIO" +value: "2B150-20260-lumio" +data: "2B150-20260-lumio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#749 +label: "20163 - TAVERA" +value: "2A324-20163-tavera" +data: "2A324-20163-tavera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#750 +label: "20229 - STAZZONA" +value: "2B291-20229-stazzona" +data: "2B291-20229-stazzona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#751 +label: "20230 - CHIATRA" +value: "2B088-20230-chiatra" +data: "2B088-20230-chiatra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#752 +label: "20290 - ORTIPORIO" +value: "2B195-20290-ortiporio" +data: "2B195-20290-ortiporio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#753 +label: "20114 - FIGARI" +value: "2A114-20114-figari" +data: "2A114-20114-figari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#754 +label: "20238 - CENTURI" +value: "2B086-20238-centuri" +data: "2B086-20238-centuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#755 +label: "20137 - LECCI" +value: "2A139-20137-lecci" +data: "2A139-20137-lecci" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#756 +label: "20253 - FARINOLE" +value: "2B109-20253-farinole" +data: "2B109-20253-farinole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#757 +label: "20110 - ARBELLARA" +value: "2A018-20110-arbellara" +data: "2A018-20110-arbellara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#758 +label: "20116 - ZERUBIA" +value: "2A357-20116-zerubia" +data: "2A357-20116-zerubia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#759 +label: "20117 - OCANA" +value: "2A181-20117-ocana" +data: "2A181-20117-ocana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#760 +label: "20232 - VALLECALLE" +value: "2B333-20232-vallecalle" +data: "2B333-20232-vallecalle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#761 +label: "20234 - PIAZZALI" +value: "2B216-20234-piazzali" +data: "2B216-20234-piazzali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#762 +label: "20121 - PASTRICCIOLA" +value: "2A204-20121-pastricciola" +data: "2A204-20121-pastricciola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#763 +label: "20242 - NOCETA" +value: "2B177-20242-noceta" +data: "2B177-20242-noceta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#764 +label: "20270 - MOITA" +value: "2B161-20270-moita" +data: "2B161-20270-moita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#765 +label: "20111 - CALCATOGGIO" +value: "2A048-20111-calcatoggio" +data: "2A048-20111-calcatoggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#766 +label: "20230 - TAGLIO ISOLACCIO" +value: "2B318-20230-taglio-isolaccio" +data: "2B318-20230-taglio-isolaccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#767 +label: "20140 - PETRETO BICCHISANO" +value: "2A211-20140-petreto-bicchisano" +data: "2A211-20140-petreto-bicchisano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#768 +label: "20167 - AJACCIO" +value: "2A004-20167-ajaccio" +data: "2A004-20167-ajaccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#769 +label: "20259 - OLMI CAPPELLA" +value: "2B190-20259-olmi-cappella" +data: "2B190-20259-olmi-cappella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#770 +label: "20214 - MONTEGROSSO" +value: "2B167-20214-montegrosso" +data: "2B167-20214-montegrosso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#771 +label: "20272 - PIANELLO" +value: "2B213-20272-pianello" +data: "2B213-20272-pianello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#772 +label: "20110 - VIGGIANELLO" +value: "2A349-20110-viggianello" +data: "2A349-20110-viggianello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#773 +label: "20167 - PERI" +value: "2A209-20167-peri" +data: "2A209-20167-peri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#774 +label: "20243 - SERRA DI FIUMORBO" +value: "2B277-20243-serra-di-fiumorbo" +data: "2B277-20243-serra-di-fiumorbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#775 +label: "20229 - PIE D OREZZA" +value: "2B222-20229-pie-d-orezza" +data: "2B222-20229-pie-d-orezza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#776 +label: "20134 - TASSO" +value: "2A322-20134-tasso" +data: "2A322-20134-tasso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#777 +label: "20126 - CRISTINACCE" +value: "2A100-20126-cristinacce" +data: "2A100-20126-cristinacce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#778 +label: "20232 - OLETTA" +value: "2B185-20232-oletta" +data: "2B185-20232-oletta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#779 +label: "20212 - MAZZOLA" +value: "2B157-20212-mazzola" +data: "2B157-20212-mazzola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#780 +label: "20212 - BUSTANICO" +value: "2B045-20212-bustanico" +data: "2B045-20212-bustanico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#781 +label: "20217 - OLCANI" +value: "2B184-20217-olcani" +data: "2B184-20217-olcani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#782 +label: "20290 - OLMO" +value: "2B192-20290-olmo" +data: "2B192-20290-olmo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#783 +label: "20118 - COGGIA" +value: "2A090-20118-coggia" +data: "2A090-20118-coggia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#784 +label: "20219 - VIVARIO" +value: "2B354-20219-vivario" +data: "2B354-20219-vivario" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#785 +label: "20290 - PENTA ACQUATELLA" +value: "2B206-20290-penta-acquatella" +data: "2B206-20290-penta-acquatella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#786 +label: "20229 - PIEDIPARTINO" +value: "2B221-20229-piedipartino" +data: "2B221-20229-piedipartino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#787 +label: "20246 - SAN GAVINO DI TENDA" +value: "2B301-20246-san-gavino-di-tenda" +data: "2B301-20246-san-gavino-di-tenda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#788 +label: "20253 - BARBAGGIO" +value: "2B029-20253-barbaggio" +data: "2B029-20253-barbaggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#789 +label: "20244 - CAMBIA" +value: "2B051-20244-cambia" +data: "2B051-20244-cambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#790 +label: "20250 - TRALONCA" +value: "2B329-20250-tralonca" +data: "2B329-20250-tralonca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#791 +label: "20253 - PATRIMONIO" +value: "2B205-20253-patrimonio" +data: "2B205-20253-patrimonio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#792 +label: "20230 - PERO CASEVECCHIE" +value: "2B210-20230-pero-casevecchie" +data: "2B210-20230-pero-casevecchie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#793 +label: "20229 - RAPAGGIO" +value: "2B256-20229-rapaggio" +data: "2B256-20229-rapaggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#794 +label: "20200 - BASTIA" +value: "2B033-20200-bastia" +data: "2B033-20200-bastia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#795 +label: "20227 - GHISONI" +value: "2B124-20227-ghisoni" +data: "2B124-20227-ghisoni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#796 +label: "20148 - COZZANO" +value: "2A099-20148-cozzano" +data: "2A099-20148-cozzano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#797 +label: "20226 - OCCHIATANA" +value: "2B182-20226-occhiatana" +data: "2B182-20226-occhiatana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#798 +label: "20228 - CAGNANO" +value: "2B046-20228-cagnano" +data: "2B046-20228-cagnano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#799 +label: "20244 - AITI" +value: "2B003-20244-aiti" +data: "2B003-20244-aiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#800 +label: "20220 - SANT ANTONINO" +value: "2B296-20220-sant-antonino" +data: "2B296-20220-sant-antonino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#801 +label: "20225 - CATERI" +value: "2B084-20225-cateri" +data: "2B084-20225-cateri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#802 +label: "20228 - BARRETTALI" +value: "2B030-20228-barrettali" +data: "2B030-20228-barrettali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#803 +label: "20270 - ANTISANTI" +value: "2B016-20270-antisanti" +data: "2B016-20270-antisanti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#804 +label: "20111 - CASAGLIONE" +value: "2A070-20111-casaglione" +data: "2A070-20111-casaglione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#805 +label: "20121 - ROSAZIA" +value: "2A262-20121-rosazia" +data: "2A262-20121-rosazia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#806 +label: "20215 - LORETO DI CASINCA" +value: "2B145-20215-loreto-di-casinca" +data: "2B145-20215-loreto-di-casinca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#807 +label: "20225 - AVAPESSA" +value: "2B025-20225-avapessa" +data: "2B025-20225-avapessa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#808 +label: "20218 - POPOLASCA" +value: "2B244-20218-popolasca" +data: "2B244-20218-popolasca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#809 +label: "20152 - SORBOLLANO" +value: "2A285-20152-sorbollano" +data: "2A285-20152-sorbollano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#810 +label: "20234 - PERELLI" +value: "2B208-20234-perelli" +data: "2B208-20234-perelli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#811 +label: "20270 - TOX" +value: "2B328-20270-tox" +data: "2B328-20270-tox" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#812 +label: "20167 - AFA" +value: "2A001-20167-afa" +data: "2A001-20167-afa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#813 +label: "20200 - SANTA MARIA DI LOTA" +value: "2B309-20200-santa-maria-di-lota" +data: "2B309-20200-santa-maria-di-lota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#814 +label: "20242 - PIETROSO" +value: "2B229-20242-pietroso" +data: "2B229-20242-pietroso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#815 +label: "20218 - MOLTIFAO" +value: "2B162-20218-moltifao" +data: "2B162-20218-moltifao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#816 +label: "20200 - SAN MARTINO DI LOTA" +value: "2B305-20200-san-martino-di-lota" +data: "2B305-20200-san-martino-di-lota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#817 +label: "20290 - MONTE" +value: "2B166-20290-monte" +data: "2B166-20290-monte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#818 +label: "20226 - NOVELLA" +value: "2B180-20226-novella" +data: "2B180-20226-novella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#819 +label: "20212 - FAVALELLO" +value: "2B110-20212-favalello" +data: "2B110-20212-favalello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#820 +label: "20270 - ALERIA" +value: "2B009-20270-aleria" +data: "2B009-20270-aleria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#821 +label: "20172 - VERO" +value: "2A345-20172-vero" +data: "2A345-20172-vero" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#822 +label: "20140 - OLIVESE" +value: "2A186-20140-olivese" +data: "2A186-20140-olivese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#823 +label: "20190 - CARDO TORGIA" +value: "2A064-20190-cardo-torgia" +data: "2A064-20190-cardo-torgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#824 +label: "20252 - LENTO" +value: "2B140-20252-lento" +data: "2B140-20252-lento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#825 +label: "20113 - OLMETO" +value: "2A189-20113-olmeto" +data: "2A189-20113-olmeto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#826 +label: "20200 - VILLE DI PIETRABUGNO" +value: "2B353-20200-ville-di-pietrabugno" +data: "2B353-20200-ville-di-pietrabugno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#827 +label: "20117 - CAURO" +value: "2A085-20117-cauro" +data: "2A085-20117-cauro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#828 +label: "20160 - BALOGNA" +value: "2A028-20160-balogna" +data: "2A028-20160-balogna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#829 +label: "20215 - PIANO" +value: "2B214-20215-piano" +data: "2B214-20215-piano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#830 +label: "20212 - ALANDO" +value: "2B005-20212-alando" +data: "2B005-20212-alando" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#831 +label: "20173 - ZEVACO" +value: "2A358-20173-zevaco" +data: "2A358-20173-zevaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#832 +label: "20190 - ZIGLIARA" +value: "2A360-20190-zigliara" +data: "2A360-20190-zigliara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#833 +label: "20136 - BOCOGNANO" +value: "2A040-20136-bocognano" +data: "2A040-20136-bocognano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#834 +label: "20233 - SISCO" +value: "2B281-20233-sisco" +data: "2B281-20233-sisco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#835 +label: "20225 - NESSA" +value: "2B175-20225-nessa" +data: "2B175-20225-nessa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#836 +label: "20132 - ZICAVO" +value: "2A359-20132-zicavo" +data: "2A359-20132-zicavo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#837 +label: "20213 - PENTA DI CASINCA" +value: "2B207-20213-penta-di-casinca" +data: "2B207-20213-penta-di-casinca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#838 +label: "20151 - CANNELLE" +value: "2A060-20151-cannelle" +data: "2A060-20151-cannelle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#839 +label: "20245 - GALERIA" +value: "2B121-20245-galeria" +data: "2B121-20245-galeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#840 +label: "20123 - PILA CANALE" +value: "2A232-20123-pila-canale" +data: "2A232-20123-pila-canale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#841 +label: "20226 - BELGODERE" +value: "2B034-20226-belgodere" +data: "2B034-20226-belgodere" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#842 +label: "20140 - ARGIUSTA MORICCIO" +value: "2A021-20140-argiusta-moriccio" +data: "2A021-20140-argiusta-moriccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#843 +label: "20100 - GIUNCHETO" +value: "2A127-20100-giuncheto" +data: "2A127-20100-giuncheto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#844 +label: "20272 - ZUANI" +value: "2B364-20272-zuani" +data: "2B364-20272-zuani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#845 +label: "20234 - NOVALE" +value: "2B179-20234-novale" +data: "2B179-20234-novale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#846 +label: "20235 - BISINCHI" +value: "2B039-20235-bisinchi" +data: "2B039-20235-bisinchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#847 +label: "20276 - ASCO" +value: "2B023-20276-asco" +data: "2B023-20276-asco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#848 +label: "20128 - GROSSETO PRUGNA" +value: "2A130-20128-grosseto-prugna" +data: "2A130-20128-grosseto-prugna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#849 +label: "20147 - SERRIERA" +value: "2A279-20147-serriera" +data: "2A279-20147-serriera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#850 +label: "20213 - SORBO OCAGNANO" +value: "2B286-20213-sorbo-ocagnano" +data: "2B286-20213-sorbo-ocagnano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#851 +label: "20230 - SANTA REPARATA DI MORIANI" +value: "2B317-20230-santa-reparata-di-moriani" +data: "2B317-20230-santa-reparata-di-moriani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#852 +label: "20229 - PIAZZOLE" +value: "2B217-20229-piazzole" +data: "2B217-20229-piazzole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#853 +label: "20147 - OSANI" +value: "2A197-20147-osani" +data: "2A197-20147-osani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#854 +label: "20140 - SOLLACARO" +value: "2A284-20140-sollacaro" +data: "2A284-20140-sollacaro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#855 +label: "20122 - QUENZA" +value: "2A254-20122-quenza" +data: "2A254-20122-quenza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#856 +label: "20164 - CARGIACA" +value: "2A066-20164-cargiaca" +data: "2A066-20164-cargiaca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#857 +label: "20129 - BASTELICACCIA" +value: "2A032-20129-bastelicaccia" +data: "2A032-20129-bastelicaccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#858 +label: "20212 - SERMANO" +value: "2B275-20212-sermano" +data: "2B275-20212-sermano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#859 +label: "20112 - ALTAGENE" +value: "2A011-20112-altagene" +data: "2A011-20112-altagene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#860 +label: "20143 - SANTA MARIA FIGANIELLA" +value: "2A310-20143-santa-maria-figaniella" +data: "2A310-20143-santa-maria-figaniella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#861 +label: "20239 - MURATO" +value: "2B172-20239-murato" +data: "2B172-20239-murato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#862 +label: "20220 - PIGNA" +value: "2B231-20220-pigna" +data: "2B231-20220-pigna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#863 +label: "20134 - CIAMANNACCE" +value: "2A089-20134-ciamannacce" +data: "2A089-20134-ciamannacce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#864 +label: "20228 - PINO" +value: "2B233-20228-pino" +data: "2B233-20228-pino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#865 +label: "20236 - OMESSA" +value: "2B193-20236-omessa" +data: "2B193-20236-omessa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#866 +label: "20220 - MONTICELLO" +value: "2B168-20220-monticello" +data: "2B168-20220-monticello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#867 +label: "20250 - CASANOVA" +value: "2B074-20250-casanova" +data: "2B074-20250-casanova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#868 +label: "20290 - CAMPILE" +value: "2B054-20290-campile" +data: "2B054-20290-campile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#869 +label: "20237 - LA PORTA" +value: "2B246-20237-la-porta" +data: "2B246-20237-la-porta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#870 +label: "20213 - SAN GAVINO D AMPUGNANI" +value: "2B299-20213-san-gavino-d-ampugnani" +data: "2B299-20213-san-gavino-d-ampugnani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#871 +label: "20224 - CASAMACCIOLI" +value: "2B073-20224-casamaccioli" +data: "2B073-20224-casamaccioli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#872 +label: "20218 - URTACA" +value: "2B332-20218-urtaca" +data: "2B332-20218-urtaca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#873 +label: "20244 - SAN LORENZO" +value: "2B304-20244-san-lorenzo" +data: "2B304-20244-san-lorenzo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#874 +label: "20151 - SARI D ORCINO" +value: "2A270-20151-sari-d-orcino" +data: "2A270-20151-sari-d-orcino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#875 +label: "20167 - CUTTOLI CORTICCHIATO" +value: "2A103-20167-cuttoli-corticchiato" +data: "2A103-20167-cuttoli-corticchiato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#876 +label: "20252 - CAMPITELLO" +value: "2B055-20252-campitello" +data: "2B055-20252-campitello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#877 +label: "20171 - MONACIA D AULLENE" +value: "2A163-20171-monacia-d-aullene" +data: "2A163-20171-monacia-d-aullene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#878 +label: "20272 - AMPRIANI" +value: "2B015-20272-ampriani" +data: "2B015-20272-ampriani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#879 +label: "20250 - RIVENTOSA" +value: "2B260-20250-riventosa" +data: "2B260-20250-riventosa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#880 +label: "20240 - LUGO DI NAZZA" +value: "2B149-20240-lugo-di-nazza" +data: "2B149-20240-lugo-di-nazza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#881 +label: "20190 - AZILONE AMPAZA" +value: "2A026-20190-azilone-ampaza" +data: "2A026-20190-azilone-ampaza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#882 +label: "20234 - ORTALE" +value: "2B194-20234-ortale" +data: "2B194-20234-ortale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#883 +label: "20240 - VENTISERI" +value: "2B342-20240-ventiseri" +data: "2B342-20240-ventiseri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#884 +label: "20600 - FURIANI" +value: "2B120-20600-furiani" +data: "2B120-20600-furiani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#885 +label: "20160 - VICO" +value: "2A348-20160-vico" +data: "2A348-20160-vico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#886 +label: "20270 - CASEVECCHIE" +value: "2B075-20270-casevecchie" +data: "2B075-20270-casevecchie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#887 +label: "20131 - PIANOTTOLI CALDARELLO" +value: "2A215-20131-pianottoli-caldarello" +data: "2A215-20131-pianottoli-caldarello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#888 +label: "20220 - SANTA REPARATA DI BALAGNA" +value: "2B316-20220-santa-reparata-di-balagna" +data: "2B316-20220-santa-reparata-di-balagna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#889 +label: "20229 - VALLE D OREZZA" +value: "2B338-20229-valle-d-orezza" +data: "2B338-20229-valle-d-orezza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#890 +label: "20121 - REZZA" +value: "2A259-20121-rezza" +data: "2A259-20121-rezza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#891 +label: "20248 - TOMINO" +value: "2B327-20248-tomino" +data: "2B327-20248-tomino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#892 +label: "20270 - PANCHERACCIA" +value: "2B201-20270-pancheraccia" +data: "2B201-20270-pancheraccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#893 +label: "20229 - NOCARIO" +value: "2B176-20229-nocario" +data: "2B176-20229-nocario" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#894 +label: "20259 - VALLICA" +value: "2B339-20259-vallica" +data: "2B339-20259-vallica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#895 +label: "20229 - POLVEROSO" +value: "2B243-20229-polveroso" +data: "2B243-20229-polveroso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#896 +label: "20234 - VALLE D ALESANI" +value: "2B334-20234-valle-d-alesani" +data: "2B334-20234-valle-d-alesani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#897 +label: "20234 - FELCE" +value: "2B111-20234-felce" +data: "2B111-20234-felce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#898 +label: "20240 - CHISA" +value: "2B366-20240-chisa" +data: "2B366-20240-chisa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#899 +label: "20100 - GRANACE" +value: "2A128-20100-granace" +data: "2A128-20100-granace" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#900 +label: "20115 - PIANA" +value: "2A212-20115-piana" +data: "2A212-20115-piana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#901 +label: "20150 - OTA" +value: "2A198-20150-ota" +data: "2A198-20150-ota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "20248 - ROGLIANO" +value: "2B261-20248-rogliano" +data: "2B261-20248-rogliano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#903 +label: "20235 - VALLE DI ROSTINO" +value: "2B337-20235-valle-di-rostino" +data: "2B337-20235-valle-di-rostino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "20600 - BASTIA" +value: "2B033-20600-bastia" +data: "2B033-20600-bastia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#905 +label: "20117 - ECCICA SUARELLA" +value: "2A104-20117-eccica-suarella" +data: "2A104-20117-eccica-suarella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#906 +label: "20169 - BONIFACIO" +value: "2A041-20169-bonifacio" +data: "2A041-20169-bonifacio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#907 +label: "20226 - SPELONCATO" +value: "2B290-20226-speloncato" +data: "2B290-20226-speloncato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#908 +label: "20166 - GROSSETO PRUGNA" +value: "2A130-20166-grosseto-prugna" +data: "2A130-20166-grosseto-prugna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#909 +label: "20220 - ALGAJOLA" +value: "2B010-20220-algajola" +data: "2B010-20220-algajola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#910 +label: "20221 - SANT ANDREA DI COTONE" +value: "2B293-20221-sant-andrea-di-cotone" +data: "2B293-20221-sant-andrea-di-cotone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#911 +label: "20167 - TAVACO" +value: "2A323-20167-tavaco" +data: "2A323-20167-tavaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#912 +label: "20235 - CASTELLO DI ROSTINO" +value: "2B079-20235-castello-di-rostino" +data: "2B079-20235-castello-di-rostino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#913 +label: "20000 - AJACCIO" +value: "2A004-20000-ajaccio" +data: "2A004-20000-ajaccio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#914 +label: "20225 - LAVATOGGIO" +value: "2B138-20225-lavatoggio" +data: "2B138-20225-lavatoggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#915 +label: "20126 - EVISA" +value: "2A108-20126-evisa" +data: "2A108-20126-evisa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#916 +label: "20217 - CANARI" +value: "2B058-20217-canari" +data: "2B058-20217-canari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#917 +label: "20142 - QUASQUARA" +value: "2A253-20142-quasquara" +data: "2A253-20142-quasquara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#918 +label: "20218 - CASTINETA" +value: "2B082-20218-castineta" +data: "2B082-20218-castineta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#919 +label: "20240 - SOLARO" +value: "2B283-20240-solaro" +data: "2B283-20240-solaro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#920 +label: "20240 - GHISONACCIA" +value: "2B123-20240-ghisonaccia" +data: "2B123-20240-ghisonaccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +label: "20270 - MATRA" +value: "2B155-20270-matra" +data: "2B155-20270-matra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#922 +label: "20153 - GUITERA LES BAINS" +value: "2A133-20153-guitera-les-bains" +data: "2A133-20153-guitera-les-bains" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#923 +label: "20128 - GUARGUALE" +value: "2A132-20128-guarguale" +data: "2A132-20128-guarguale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#924 +label: "20160 - RENNO" +value: "2A258-20160-renno" +data: "2A258-20160-renno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#925 +label: "20270 - AGHIONE" +value: "2B002-20270-aghione" +data: "2B002-20270-aghione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#926 +label: "20224 - LOZZI" +value: "2B147-20224-lozzi" +data: "2B147-20224-lozzi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#927 +label: "20166 - PIETROSELLA" +value: "2A228-20166-pietrosella" +data: "2A228-20166-pietrosella" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#928 +label: "20232 - OLMETA DI TUDA" +value: "2B188-20232-olmeta-di-tuda" +data: "2B188-20232-olmeta-di-tuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#929 +label: "20229 - PIEDICROCE" +value: "2B219-20229-piedicroce" +data: "2B219-20229-piedicroce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#930 +label: "20250 - SOVERIA" +value: "2B289-20250-soveria" +data: "2B289-20250-soveria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#931 +label: "20121 - SALICE" +value: "2A266-20121-salice" +data: "2A266-20121-salice" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#932 +label: "20233 - PIETRACORBARA" +value: "2B224-20233-pietracorbara" +data: "2B224-20233-pietracorbara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#933 +label: "20243 - SAN GAVINO DI FIUMORBO" +value: "2B365-20243-san-gavino-di-fiumorbo" +data: "2B365-20243-san-gavino-di-fiumorbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#934 +label: "20256 - CORBARA" +value: "2B093-20256-corbara" +data: "2B093-20256-corbara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#935 +label: "20146 - SOTTA" +value: "2A288-20146-sotta" +data: "2A288-20146-sotta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#936 +label: "20218 - SALICETO" +value: "2B267-20218-saliceto" +data: "2B267-20218-saliceto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#937 +label: "20212 - SANT ANDREA DI BOZIO" +value: "2B292-20212-sant-andrea-di-bozio" +data: "2B292-20212-sant-andrea-di-bozio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#938 +label: "20141 - MARIGNANA" +value: "2A154-20141-marignana" +data: "2A154-20141-marignana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#939 +label: "20212 - ALZI" +value: "2B013-20212-alzi" +data: "2B013-20212-alzi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#940 +label: "20242 - VEZZANI" +value: "2B347-20242-vezzani" +data: "2B347-20242-vezzani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "20213 - SCATA" +value: "2B273-20213-scata" +data: "2B273-20213-scata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#942 +label: "20259 - MAUSOLEO" +value: "2B156-20259-mausoleo" +data: "2B156-20259-mausoleo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#943 +label: "20118 - VICO" +value: "2A348-20118-vico" +data: "2A348-20118-vico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#944 +label: "20226 - COSTA" +value: "2B097-20226-costa" +data: "2B097-20226-costa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#945 +label: "20226 - PALASCA" +value: "2B199-20226-palasca" +data: "2B199-20226-palasca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#946 +label: "20230 - SANTA LUCIA DI MORIANI" +value: "2B307-20230-santa-lucia-di-moriani" +data: "2B307-20230-santa-lucia-di-moriani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#947 +label: "20287 - MERIA" +value: "2B159-20287-meria" +data: "2B159-20287-meria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +label: "20142 - CAMPO" +value: "2A056-20142-campo" +data: "2A056-20142-campo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#949 +label: "20279 - VILLE DI PARASO" +value: "2B352-20279-ville-di-paraso" +data: "2B352-20279-ville-di-paraso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#950 +label: "20167 - ALATA" +value: "2A006-20167-alata" +data: "2A006-20167-alata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#951 +label: "20212 - FOCICCHIA" +value: "2B116-20212-focicchia" +data: "2B116-20212-focicchia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#952 +label: "20145 - SARI SOLENZARA" +value: "2A269-20145-sari-solenzara" +data: "2A269-20145-sari-solenzara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#953 +label: "20240 - POGGIO DI NAZZA" +value: "2B236-20240-poggio-di-nazza" +data: "2B236-20240-poggio-di-nazza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#954 +label: "20251 - PANCHERACCIA" +value: "2B201-20251-pancheraccia" +data: "2B201-20251-pancheraccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#955 +label: "20221 - VALLE DI CAMPOLORO" +value: "2B335-20221-valle-di-campoloro" +data: "2B335-20221-valle-di-campoloro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#956 +label: "20218 - PIETRALBA" +value: "2B223-20218-pietralba" +data: "2B223-20218-pietralba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#957 +label: "20143 - FOZZANO" +value: "2A118-20143-fozzano" +data: "2A118-20143-fozzano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#958 +label: "20160 - ARBORI" +value: "2A019-20160-arbori" +data: "2A019-20160-arbori" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "20100 - GROSSA" +value: "2A129-20100-grossa" +data: "2A129-20100-grossa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "20232 - POGGIO D OLETTA" +value: "2B239-20232-poggio-d-oletta" +data: "2B239-20232-poggio-d-oletta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#961 +label: "20217 - OGLIASTRO" +value: "2B183-20217-ogliastro" +data: "2B183-20217-ogliastro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#962 +label: "20124 - ZONZA" +value: "2A362-20124-zonza" +data: "2A362-20124-zonza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#963 +label: "20218 - CASTIGLIONE" +value: "2B081-20218-castiglione" +data: "2B081-20218-castiglione" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "20272 - ZALANA" +value: "2B356-20272-zalana" +data: "2B356-20272-zalana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#965 +label: "20290 - PRUNELLI DI CASACCONI" +value: "2B250-20290-prunelli-di-casacconi" +data: "2B250-20290-prunelli-di-casacconi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#966 +label: "20140 - SERRA DI FERRO" +value: "2A276-20140-serra-di-ferro" +data: "2A276-20140-serra-di-ferro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "20167 - VILLANOVA" +value: "2A351-20167-villanova" +data: "2A351-20167-villanova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#968 +label: "20275 - ERSA" +value: "2B107-20275-ersa" +data: "2B107-20275-ersa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#969 +label: "20229 - PARATA" +value: "2B202-20229-parata" +data: "2B202-20229-parata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#970 +label: "20218 - LAMA" +value: "2B136-20218-lama" +data: "2B136-20218-lama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#971 +label: "20218 - PIEDIGRIGGIO" +value: "2B220-20218-piedigriggio" +data: "2B220-20218-piedigriggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#972 +label: "20117 - TOLLA" +value: "2A326-20117-tolla" +data: "2A326-20117-tolla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#973 +label: "20137 - PORTO VECCHIO" +value: "2A247-20137-porto-vecchio" +data: "2A247-20137-porto-vecchio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#974 +label: "20228 - LURI" +value: "2B152-20228-luri" +data: "2B152-20228-luri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#975 +label: "20237 - QUERCITELLO" +value: "2B255-20237-quercitello" +data: "2B255-20237-quercitello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#976 +label: "20251 - GIUNCAGGIO" +value: "2B126-20251-giuncaggio" +data: "2B126-20251-giuncaggio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#977 +label: "20130 - CARGESE" +value: "2A065-20130-cargese" +data: "2A065-20130-cargese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#978 +label: "20213 - PRUNO" +value: "2B252-20213-pruno" +data: "2B252-20213-pruno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#979 +label: "20215 - PORRI" +value: "2B245-20215-porri" +data: "2B245-20215-porri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +label: "20219 - MURACCIOLE" +value: "2B171-20219-muracciole" +data: "2B171-20219-muracciole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +label: "20119 - BASTELICA" +value: "2A031-20119-bastelica" +data: "2A031-20119-bastelica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#982 +label: "20212 - CASTELLARE DI MERCURIO" +value: "2B078-20212-castellare-di-mercurio" +data: "2B078-20212-castellare-di-mercurio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#983 +label: "20166 - ALBITRECCIA" +value: "2A008-20166-albitreccia" +data: "2A008-20166-albitreccia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#984 +label: "20190 - FORCIOLO" +value: "2A117-20190-forciolo" +data: "2A117-20190-forciolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#985 +label: "20620 - BIGUGLIA" +value: "2B037-20620-biguglia" +data: "2B037-20620-biguglia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#986 +label: "20121 - AZZANA" +value: "2A027-20121-azzana" +data: "2A027-20121-azzana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "20170 - CARBINI" +value: "2A061-20170-carbini" +data: "2A061-20170-carbini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#988 +label: "20112 - ZOZA" +value: "2A363-20112-zoza" +data: "2A363-20112-zoza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#989 +label: "20237 - POGGIO MARINACCIO" +value: "2B241-20237-poggio-marinaccio" +data: "2B241-20237-poggio-marinaccio" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#613 -form: Symfony\Component\Form\Form {#572 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#614 …5} |
full_name | "depot_fichier_com[identifiantCollectivite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com_identifiantCollectivite" |
is_selected | Closure($choice, $value) {#991 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#528 …} } |
label | "Votre collectivité" |
label_attr | [ "class" => "col-md-4" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "identifiantCollectivite" |
placeholder | "Choisissez votre commune" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com_identifiantCollectivite" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18b5b990137e885a4253dc186f.uWeEawXUXi5WxEQ18ZIbhqDljQ2KJluqyqf0M0h3EHs.iQK2IEe1P0kZsgNQluVDyOai62bNbAmbs8ijYTI9YT_hIc0qcpYNZzWFLw" |
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 | "18b5b990137e885a4253dc186f.uWeEawXUXi5WxEQ18ZIbhqDljQ2KJluqyqf0M0h3EHs.iQK2IEe1P0kZsgNQluVDyOai62bNbAmbs8ijYTI9YT_hIc0qcpYNZzWFLw" |
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 {#426 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#427 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#428 …} -namespace: Closure() {#430 …} } |
data | "18b5b990137e885a4253dc186f.uWeEawXUXi5WxEQ18ZIbhqDljQ2KJluqyqf0M0h3EHs.iQK2IEe1P0kZsgNQluVDyOai62bNbAmbs8ijYTI9YT_hIc0qcpYNZzWFLw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1008 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#369 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#432 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $translationDomain: "validators" $message: Closure() {#1009 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_depot_fichier_com__token" ] |
cache_key | "_depot_fichier_com__token_hidden" |
compound | false |
data | "18b5b990137e885a4253dc186f.uWeEawXUXi5WxEQ18ZIbhqDljQ2KJluqyqf0M0h3EHs.iQK2IEe1P0kZsgNQluVDyOai62bNbAmbs8ijYTI9YT_hIc0qcpYNZzWFLw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1020 -form: Symfony\Component\Form\Form {#1016 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1011 …5} |
full_name | "depot_fichier_com[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "depot_fichier_com__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_depot_fichier_com__token" |
valid | true |
value | "18b5b990137e885a4253dc186f.uWeEawXUXi5WxEQ18ZIbhqDljQ2KJluqyqf0M0h3EHs.iQK2IEe1P0kZsgNQluVDyOai62bNbAmbs8ijYTI9YT_hIc0qcpYNZzWFLw" |