- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 59
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
user
-
client
-
car
-
currency
-
price
-
moneyAdvance
-
carSwap
-
origin
-
description
-
isDone
-
isDoneDate
-
_token
-
car_buy
"App\Form\CarBuyType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| carSwapId | 0 |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data | App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } |
| data_class | "App\Entity\CarBuy" |
| disabled | false |
| edit | false |
| empty_data | Closure(FormInterface $form) {#2052 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} use: { $class: "App\Entity\CarBuy" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2050 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2051 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "car_buy" "_car_buy" ] |
| cache_key | "_car_buy_car_buy" |
| compound | true |
| data | App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2878 -form: Symfony\Component\Form\Form {#2611 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2049 …5} |
| full_name | "car_buy" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "car_buy" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy" |
| valid | true |
| value | App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } |
user
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | Closure($user) {#2107 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
same as passed value |
| class | "App\Entity\User" |
same as passed value |
| label | "Buyer" |
same as passed value |
| placeholder | "" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2102 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
Doctrine\ORM\QueryBuilder {#2068 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2138 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2137 #from: "App\Entity\User" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2131 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.firstName ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\User u ORDER BY u.firstName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2143 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($user) {#2107 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2043 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2132 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2201 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2129 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2177 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#465 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\User" |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| em | ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2177 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#465 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Buyer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2068 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2138 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2137 #from: "App\Entity\User" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2131 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.firstName ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\User u ORDER BY u.firstName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2143 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2075 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_car_buy_user" ] |
| cache_key | "_car_buy_user_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "AGENCIA DG" +value: "24" +data: App\Entity\User {#2958 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "Ana Paula Gomez" +value: "25" +data: App\Entity\User {#2946 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "Camila Fernandez" +value: "51" +data: App\Entity\User {#2963 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "CARLOS ROJAS" +value: "9" +data: App\Entity\User {#2974 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "Carolina Salinas" +value: "22" +data: App\Entity\User {#2985 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "Cristian Ghys" +value: "12" +data: App\Entity\User {#2997 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "David Romero" +value: "50" +data: App\Entity\User {#3008 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "Diego Villalba" +value: "42" +data: App\Entity\User {#3020 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "Diego Villalba" +value: "46" +data: App\Entity\User {#3031 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "Diego Villalba" +value: "49" +data: App\Entity\User {#3041 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Emiliano Admin" +value: "2" +data: App\Entity\User {#3052 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +label: "Emiliano Boccio" +value: "15" +data: App\Entity\User {#3063 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +label: "Esteban Marmol" +value: "11" +data: App\Entity\User {#896 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +label: "Gaston Ortiz" +value: "43" +data: App\Entity\User {#3074 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +label: "JAIRO GOMEZ" +value: "17" +data: App\Entity\User {#3084 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +label: "JOSIAS GABRIEL VERDEJO" +value: "33" +data: App\Entity\User {#3094 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "Juan Manuel Gomez" +value: "16" +data: App\Entity\User {#3105 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +label: "JULIETA ERCOLES" +value: "47" +data: App\Entity\User {#3116 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +label: "Laura Pereyra" +value: "13" +data: App\Entity\User {#3127 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "LAURA MUGURUZA" +value: "32" +data: App\Entity\User {#3138 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +label: "Lorenzo Boccio" +value: "10" +data: App\Entity\User {#3149 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +label: "LUCAS FLORES HAUER" +value: "30" +data: App\Entity\User {#3160 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +label: "Marcelo Fernandez" +value: "14" +data: App\Entity\User {#3171 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +label: "marianela arce" +value: "18" +data: App\Entity\User {#3182 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +label: "MARTIN GHIBAUDO GHIBAUDO" +value: "34" +data: App\Entity\User {#3193 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "Matias Quaranta" +value: "45" +data: App\Entity\User {#3203 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +label: "MELANIE GOMEZ" +value: "19" +data: App\Entity\User {#3214 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +label: "Pablo Gómez" +value: "27" +data: App\Entity\User {#3225 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "RAMIRO MORALES" +value: "37" +data: App\Entity\User {#3236 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "Rodrigo Aybar" +value: "1" +data: App\Entity\User {#3247 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "Rodrigo Test Traslados" +value: "36" +data: App\Entity\User {#3257 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +label: "Sabrina Suarez" +value: "29" +data: App\Entity\User {#3268 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "Valentina Boccio" +value: "26" +data: App\Entity\User {#3279 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2934 -form: Symfony\Component\Form\Form {#2885 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2936 …5} |
| full_name | "car_buy[user]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_user" |
| is_selected | Closure($choice, $value) {#3312 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | "Buyer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "user" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_user" |
| valid | true |
| value | "" |
client
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | Closure($client) {#2098 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
same as passed value |
| class | "App\Entity\Client" |
same as passed value |
| label | "Client" |
same as passed value |
| placeholder | "" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2104 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} use: { $userProfile: 1 $userId: 11 } } |
Doctrine\ORM\QueryBuilder {#2186 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2180 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2194 #from: "App\Entity\Client" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2176 #joinType: "LEFT" #join: "c.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2047 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.profile = 2" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2048 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.firstName ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Client c LEFT JOIN c.user u WHERE u.profile = 2 ORDER BY c.firstName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2188 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($client) {#2098 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2083 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2197 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2199 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2196 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2159 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1218 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Client" |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| em | ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2159 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1218 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Client" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2186 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2180 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2194 #from: "App\Entity\Client" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2176 #joinType: "LEFT" #join: "c.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2047 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.profile = 2" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2048 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.firstName ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Client c LEFT JOIN c.user u WHERE u.profile = 2 ORDER BY c.firstName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2188 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2134 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_car_buy_client" ] |
| cache_key | "_car_buy_client_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "Abel Valdivia" +value: "85" +data: App\Entity\Client {#3329 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "ACQ Y MAS S.A. S.A." +value: "320" +data: App\Entity\Client {#3336 …} +attr: [] +labelTranslationParameters: [] } 2163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "ADELQUI ELADIO BERSANO" +value: "2163" +data: App\Entity\Client {#3343 …} +attr: [] +labelTranslationParameters: [] } 2277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "ADOLFO EDGARDO VIDAL" +value: "2277" +data: App\Entity\Client {#3350 …} +attr: [] +labelTranslationParameters: [] } 857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "ADRIAN AIMAR" +value: "857" +data: App\Entity\Client {#3357 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +label: "Adrian Telleria" +value: "94" +data: App\Entity\Client {#3363 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +label: "ADRIAN RINAUDO" +value: "1103" +data: App\Entity\Client {#3369 …} +attr: [] +labelTranslationParameters: [] } 1788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "ADRIAN SECCHI" +value: "1788" +data: App\Entity\Client {#3376 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "ADRIAN ENRIQUE BENJURIA" +value: "415" +data: App\Entity\Client {#3383 …} +attr: [] +labelTranslationParameters: [] } 2102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "Adrian Federico Rivarola" +value: "2102" +data: App\Entity\Client {#3390 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "Adrian Gaspar Durbano" +value: "354" +data: App\Entity\Client {#3397 …} +attr: [] +labelTranslationParameters: [] } 923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18491 +label: "ADRIAN GUSTAVO BIANCO" +value: "923" +data: App\Entity\Client {#3404 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18492 +label: "ADRIAN JOSE NOLASCO" +value: "310" +data: App\Entity\Client {#3410 …} +attr: [] +labelTranslationParameters: [] } 1478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18493 +label: "ADRIAN LEONARDO CARO" +value: "1478" +data: App\Entity\Client {#3417 …} +attr: [] +labelTranslationParameters: [] } 2121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18494 +label: "ADRIANA LOMBARDELLI" +value: "2121" +data: App\Entity\Client {#3424 …} +attr: [] +labelTranslationParameters: [] } 2088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18495 +label: "ADRIANA ALEJANDRA ALE" +value: "2088" +data: App\Entity\Client {#3431 …} +attr: [] +labelTranslationParameters: [] } 2619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18496 +label: "ADRIANA LIDIA QUARANTA" +value: "2619" +data: App\Entity\Client {#3438 …} +attr: [] +labelTranslationParameters: [] } 1077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18497 +label: "ADRIANA MAGALI QUINTEROS" +value: "1077" +data: App\Entity\Client {#3445 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18498 +label: "Adriana Maria Vicente" +value: "296" +data: App\Entity\Client {#3451 …} +attr: [] +labelTranslationParameters: [] } 2004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18499 +label: "ADRIANA NOEMI BUSTOS" +value: "2004" +data: App\Entity\Client {#3458 …} +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18500 +label: "ADRIANA VIVIANA GAGNOTTO" +value: "582" +data: App\Entity\Client {#3464 …} +attr: [] +labelTranslationParameters: [] } 1424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18501 +label: "Agostina Valeria Casa" +value: "1424" +data: App\Entity\Client {#3471 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18502 +label: "AGOSTINA VALERIA CASA" +value: "394" +data: App\Entity\Client {#3478 …} +attr: [] +labelTranslationParameters: [] } 1307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18503 +label: "AGRO BONSI S.A" +value: "1307" +data: App\Entity\Client {#3485 …} +attr: [] +labelTranslationParameters: [] } 1297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18504 +label: "AGUSTIN CALVEYRA" +value: "1297" +data: App\Entity\Client {#3492 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18505 +label: "AGUSTIN CAÑAS" +value: "188" +data: App\Entity\Client {#3498 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18506 +label: "AGUSTIN FORNI" +value: "281" +data: App\Entity\Client {#3504 …} +attr: [] +labelTranslationParameters: [] } 1991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18507 +label: "Agustin Pedernera" +value: "1991" +data: App\Entity\Client {#3511 …} +attr: [] +labelTranslationParameters: [] } 2481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18508 +label: "AGUSTIN ANTONIO BRITOS" +value: "2481" +data: App\Entity\Client {#3517 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18509 +label: "AGUSTIN ARMANDO LAZZARINI" +value: "369" +data: App\Entity\Client {#3524 …} +attr: [] +labelTranslationParameters: [] } 1878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18510 +label: "AGUSTIN EDUARDO LUCHETTI" +value: "1878" +data: App\Entity\Client {#3531 …} +attr: [] +labelTranslationParameters: [] } 2660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18511 +label: "AGUSTIN ENRIQUE VILLARREAL VELEZ" +value: "2660" +data: App\Entity\Client {#3538 …} +attr: [] +labelTranslationParameters: [] } 1274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18512 +label: "Agustin Exequiel Villarroel" +value: "1274" +data: App\Entity\Client {#3545 …} +attr: [] +labelTranslationParameters: [] } 2478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18513 +label: "Agustín Gabriel Medrano" +value: "2478" +data: App\Entity\Client {#3551 …} +attr: [] +labelTranslationParameters: [] } 1340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18514 +label: "Agustin Gustavo Mario Mateos" +value: "1340" +data: App\Entity\Client {#3558 …} +attr: [] +labelTranslationParameters: [] } 2126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18515 +label: "AGUSTINA NIEUWENHUYSE" +value: "2126" +data: App\Entity\Client {#3565 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18516 +label: "Ailen Arrieta" +value: "63" +data: App\Entity\Client {#3571 …} +attr: [] +labelTranslationParameters: [] } 2135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18517 +label: "ALAN GERMAN VERA" +value: "2135" +data: App\Entity\Client {#3578 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18518 +label: "Alberto Juan" +value: "229" +data: App\Entity\Client {#3584 …} +attr: [] +labelTranslationParameters: [] } 643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18519 +label: "ALBERTO FUNES" +value: "643" +data: App\Entity\Client {#3590 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18520 +label: "ALBERTO REYNA" +value: "1001" +data: App\Entity\Client {#3597 …} +attr: [] +labelTranslationParameters: [] } 1822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18521 +label: "ALBERTO ALEJANDRO BIAGGI" +value: "1822" +data: App\Entity\Client {#3604 …} +attr: [] +labelTranslationParameters: [] } 735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18522 +label: "ALBERTO AMDEO SALINAS" +value: "735" +data: App\Entity\Client {#3610 …} +attr: [] +labelTranslationParameters: [] } 2349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18523 +label: "ALBERTO ANDRES CAYETANO MARTINEZ" +value: "2349" +data: App\Entity\Client {#3617 …} +attr: [] +labelTranslationParameters: [] } 2560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18524 +label: "ALBERTO ANTONIO MARCUZZI" +value: "2560" +data: App\Entity\Client {#3625 …} +attr: [] +labelTranslationParameters: [] } 2611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18525 +label: "ALBERTO MARIO JUAREZ" +value: "2611" +data: App\Entity\Client {#3633 …} +attr: [] +labelTranslationParameters: [] } 896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18526 +label: "ALBERTO NICOLAS FILIPPONE" +value: "896" +data: App\Entity\Client {#3639 …} +attr: [] +labelTranslationParameters: [] } 2089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18527 +label: "ALBERTO NICOLAS TOSAS" +value: "2089" +data: App\Entity\Client {#3646 …} +attr: [] +labelTranslationParameters: [] } 1748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18528 +label: "Alberto Nicolas Filippone" +value: "1748" +data: App\Entity\Client {#3653 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18529 +label: "ALBERTO RUBEN MENDIETA" +value: "377" +data: App\Entity\Client {#3660 …} +attr: [] +labelTranslationParameters: [] } 2136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18530 +label: "Alberto Unil Gonzalez" +value: "2136" +data: App\Entity\Client {#3667 …} +attr: [] +labelTranslationParameters: [] } 1053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18531 +label: "ALBINA DEL CARMEN POPULIN" +value: "1053" +data: App\Entity\Client {#3674 …} +attr: [] +labelTranslationParameters: [] } 2693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18532 +label: "ALDO ALBERTO TABORDA" +value: "2693" +data: App\Entity\Client {#3680 …} +attr: [] +labelTranslationParameters: [] } 811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18533 +label: "ALDO ALBERTO BOLZI" +value: "811" +data: App\Entity\Client {#3686 …} +attr: [] +labelTranslationParameters: [] } 1690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18534 +label: "ALDO HUGO PAEZ" +value: "1690" +data: App\Entity\Client {#3693 …} +attr: [] +labelTranslationParameters: [] } 1455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18535 +label: "ALDO JOSE ALTAMIRANO" +value: "1455" +data: App\Entity\Client {#3700 …} +attr: [] +labelTranslationParameters: [] } 929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18536 +label: "alejandra portal" +value: "929" +data: App\Entity\Client {#3706 …} +attr: [] +labelTranslationParameters: [] } 940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18537 +label: "ALEJANDRA ORTIZ" +value: "940" +data: App\Entity\Client {#3712 …} +attr: [] +labelTranslationParameters: [] } 943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18538 +label: "ALEJANDRA ORTIZ" +value: "943" +data: App\Entity\Client {#3718 …} +attr: [] +labelTranslationParameters: [] } 2210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18539 +label: "ALEJANDRA BARBARA VILLANUEVA" +value: "2210" +data: App\Entity\Client {#3725 …} +attr: [] +labelTranslationParameters: [] } 914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18540 +label: "Alejandra Beatriz Marino" +value: "914" +data: App\Entity\Client {#3732 …} +attr: [] +labelTranslationParameters: [] } 743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18541 +label: "ALEJANDRA CECILIA PARRA" +value: "743" +data: App\Entity\Client {#3738 …} +attr: [] +labelTranslationParameters: [] } 2403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18542 +label: "Alejandra Noeli del Campo" +value: "2403" +data: App\Entity\Client {#3745 …} +attr: [] +labelTranslationParameters: [] } 2601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18543 +label: "ALEJANDRA PAOLA RANDAZZO" +value: "2601" +data: App\Entity\Client {#3752 …} +attr: [] +labelTranslationParameters: [] } 2313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18544 +label: "ALEJANDRA SOLEDAD QUEVEDO" +value: "2313" +data: App\Entity\Client {#3759 …} +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18545 +label: "ALEJANDRO VIANO" +value: "626" +data: App\Entity\Client {#3765 …} +attr: [] +labelTranslationParameters: [] } 1571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18546 +label: "Alejandro Rojo" +value: "1571" +data: App\Entity\Client {#3772 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18547 +label: "ALEJANDRO BARRAZA" +value: "137" +data: App\Entity\Client {#3778 …} +attr: [] +labelTranslationParameters: [] } 521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18548 +label: "ALEJANDRO PATITUCCI" +value: "521" +data: App\Entity\Client {#3785 …} +attr: [] +labelTranslationParameters: [] } 616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18549 +label: "ALEJANDRO KARACONSTANTIS" +value: "616" +data: App\Entity\Client {#3791 …} +attr: [] +labelTranslationParameters: [] } 1214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18550 +label: "ALEJANDRO SICARDIS" +value: "1214" +data: App\Entity\Client {#3798 …} +attr: [] +labelTranslationParameters: [] } 1621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18551 +label: "ALEJANDRO MAS GONZALEZ " +value: "1621" +data: App\Entity\Client {#3805 …} +attr: [] +labelTranslationParameters: [] } 2565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18552 +label: "ALEJANDRO MOLINA" +value: "2565" +data: App\Entity\Client {#3812 …} +attr: [] +labelTranslationParameters: [] } 2496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18553 +label: "ALEJANDRO SEBASTIAN SIMON" +value: "2496" +data: App\Entity\Client {#3818 …} +attr: [] +labelTranslationParameters: [] } 2174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18554 +label: "ALEJANDRO ARIEL SALVADORES" +value: "2174" +data: App\Entity\Client {#3825 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18555 +label: "ALEJANDRO DANIEL TORRIANI" +value: "191" +data: App\Entity\Client {#3831 …} +attr: [] +labelTranslationParameters: [] } 1930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18556 +label: "ALEJANDRO DOMINGO PATITUCCI" +value: "1930" +data: App\Entity\Client {#3838 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18557 +label: "ALEJANDRO LUIS VILLALBA" +value: "259" +data: App\Entity\Client {#3844 …} +attr: [] +labelTranslationParameters: [] } 2039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18558 +label: "ALEJANDRO NICOLAS CARANA" +value: "2039" +data: App\Entity\Client {#3851 …} +attr: [] +labelTranslationParameters: [] } 2019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18559 +label: "ALEJANDRO PEDRO ROJAS" +value: "2019" +data: App\Entity\Client {#3858 …} +attr: [] +labelTranslationParameters: [] } 2042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18560 +label: "ALEXIS EMANUEL CERPA" +value: "2042" +data: App\Entity\Client {#3865 …} +attr: [] +labelTranslationParameters: [] } 1544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18561 +label: "Alexis Gabriel Figueroa" +value: "1544" +data: App\Entity\Client {#3872 …} +attr: [] +labelTranslationParameters: [] } 2060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18562 +label: "ALEXIS MAURO ROSSI" +value: "2060" +data: App\Entity\Client {#3879 …} +attr: [] +labelTranslationParameters: [] } 2463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18563 +label: "ALFONSO HERRERA" +value: "2463" +data: App\Entity\Client {#3885 …} +attr: [] +labelTranslationParameters: [] } 1440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18564 +label: "ALFREDO AGUSTIN LOPEZ" +value: "1440" +data: App\Entity\Client {#3892 …} +attr: [] +labelTranslationParameters: [] } 2420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18565 +label: "ALFREDO DANIEL PEREYRA" +value: "2420" +data: App\Entity\Client {#3899 …} +attr: [] +labelTranslationParameters: [] } 2031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18566 +label: "ALFREDO FEDERICO SCHNEITER" +value: "2031" +data: App\Entity\Client {#3906 …} +attr: [] +labelTranslationParameters: [] } 2347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18567 +label: "ALFREDO MIGUEL PAEZ" +value: "2347" +data: App\Entity\Client {#3913 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18568 +label: "Alicia Soler Nixdoff" +value: "70" +data: App\Entity\Client {#3919 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18569 +label: "Alicia ghys" +value: "67" +data: App\Entity\Client {#3925 …} +attr: [] +labelTranslationParameters: [] } 800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18570 +label: "ALICIA GILSTEIN" +value: "800" +data: App\Entity\Client {#3931 …} +attr: [] +labelTranslationParameters: [] } 2137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18571 +label: "ALICIA INES FERNANDEZ" +value: "2137" +data: App\Entity\Client {#3938 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18572 +label: "ALVARO PORTAL" +value: "481" +data: App\Entity\Client {#3945 …} +attr: [] +labelTranslationParameters: [] } 1505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18573 +label: "ALVARO RODRIGUEZ" +value: "1505" +data: App\Entity\Client {#3952 …} +attr: [] +labelTranslationParameters: [] } 1512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18574 +label: "ALVARO RODRIGUEZ" +value: "1512" +data: App\Entity\Client {#3958 …} +attr: [] +labelTranslationParameters: [] } 2096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18575 +label: "Alvaro Javier Sbaffi Teruel" +value: "2096" +data: App\Entity\Client {#3965 …} +attr: [] +labelTranslationParameters: [] } 2348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18576 +label: "Alvaro Sebastian Maldonado" +value: "2348" +data: App\Entity\Client {#3972 …} +attr: [] +labelTranslationParameters: [] } 2066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18577 +label: "AMALIA INES CELANI" +value: "2066" +data: App\Entity\Client {#3979 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18578 +label: "AMERICO FRIAS" +value: "1155" +data: App\Entity\Client {#3986 …} +attr: [] +labelTranslationParameters: [] } 848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18579 +label: "Amilcar Alejandro Franco" +value: "848" +data: App\Entity\Client {#3993 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18580 +label: "Ana Fernandez" +value: "121" +data: App\Entity\Client {#3999 …} +attr: [] +labelTranslationParameters: [] } 831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18581 +label: "ANA MONTEVERDE" +value: "831" +data: App\Entity\Client {#4005 …} +attr: [] +labelTranslationParameters: [] } 2267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18582 +label: "ANA NAZARET" +value: "2267" +data: App\Entity\Client {#4011 …} +attr: [] +labelTranslationParameters: [] } 2618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18583 +label: "Ana Ivasiuten Nebor" +value: "2618" +data: App\Entity\Client {#4018 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18584 +label: "Ana Carolina Depaoli" +value: "363" +data: App\Entity\Client {#4025 …} +attr: [] +labelTranslationParameters: [] } 1539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18585 +label: "ANA CAROLINA RABINOVICH CHIODI" +value: "1539" +data: App\Entity\Client {#4032 …} +attr: [] +labelTranslationParameters: [] } 2065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18586 +label: "ANA CAROLINA RABINOVICH CHIODI" +value: "2065" +data: App\Entity\Client {#4039 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18587 +label: "ANA CLELIA MOLINA BENITEZ" +value: "362" +data: App\Entity\Client {#4046 …} +attr: [] +labelTranslationParameters: [] } 2441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18588 +label: "ANA ESTER DIAZ" +value: "2441" +data: App\Entity\Client {#4054 …} +attr: [] +labelTranslationParameters: [] } 1849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18589 +label: "ANA FLAVIA HERROU" +value: "1849" +data: App\Entity\Client {#4061 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18590 +label: "ANA LAURA RUGGERI" +value: "228" +data: App\Entity\Client {#4068 …} +attr: [] +labelTranslationParameters: [] } 1422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18591 +label: "Ana Maria Mancinelli" +value: "1422" +data: App\Entity\Client {#4075 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18592 +label: "ANA MARIA AMIN" +value: "20" +data: App\Entity\Client {#4081 …} +attr: [] +labelTranslationParameters: [] } 1739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18593 +label: "Ana Rosa Caraffini" +value: "1739" +data: App\Entity\Client {#4088 …} +attr: [] +labelTranslationParameters: [] } 2550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18594 +label: "ANA VICTORIA MEDRANO ORTIZ" +value: "2550" +data: App\Entity\Client {#4096 …} +attr: [] +labelTranslationParameters: [] } 1672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18595 +label: "ANABEL DEL VALLE MURUA" +value: "1672" +data: App\Entity\Client {#4102 …} +attr: [] +labelTranslationParameters: [] } 1687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18596 +label: "ANABEL DEL VALLE MURUA" +value: "1687" +data: App\Entity\Client {#4109 …} +attr: [] +labelTranslationParameters: [] } 1726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18597 +label: "ANABEL SORAYA ROMERO SUAREZ" +value: "1726" +data: App\Entity\Client {#4116 …} +attr: [] +labelTranslationParameters: [] } 2181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18598 +label: "ANABELA DE SIMONE" +value: "2181" +data: App\Entity\Client {#4123 …} +attr: [] +labelTranslationParameters: [] } 1843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18599 +label: "Anabela Alejandra Amaya" +value: "1843" +data: App\Entity\Client {#4130 …} +attr: [] +labelTranslationParameters: [] } 1911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18600 +label: "ANABELLA EVELYN DIAZ" +value: "1911" +data: App\Entity\Client {#4136 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18601 +label: "Anahi Rios" +value: "117" +data: App\Entity\Client {#4142 …} +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18602 +label: "ANAHÍ ILIANA CUELLO" +value: "1264" +data: App\Entity\Client {#4149 …} +attr: [] +labelTranslationParameters: [] } 661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18603 +label: "ANALIA ARMADA" +value: "661" +data: App\Entity\Client {#4155 …} +attr: [] +labelTranslationParameters: [] } 1327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18604 +label: "ANALIA ARMADA" +value: "1327" +data: App\Entity\Client {#4162 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18605 +label: "ANALIA FERNANDA KRUCHOWSKI" +value: "458" +data: App\Entity\Client {#4169 …} +attr: [] +labelTranslationParameters: [] } 959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18606 +label: "ANALIA NATALIA ROJO" +value: "959" +data: App\Entity\Client {#4176 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18607 +label: "ANDREA CAVOLO" +value: "453" +data: App\Entity\Client {#4183 …} +attr: [] +labelTranslationParameters: [] } 777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18608 +label: "ANDREA CABRERA" +value: "777" +data: App\Entity\Client {#4189 …} +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18609 +label: "Andrea 207-FIT-KWID" +value: "559" +data: App\Entity\Client {#4195 …} +attr: [] +labelTranslationParameters: [] } 1191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18610 +label: "ANDREA CAROLINA LOPEZ" +value: "1191" +data: App\Entity\Client {#4202 …} +attr: [] +labelTranslationParameters: [] } 1679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18611 +label: "ANDREA JIMENA RODRIGUEZ ALANIZ" +value: "1679" +data: App\Entity\Client {#4209 …} +attr: [] +labelTranslationParameters: [] } 2195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18612 +label: "Andrea Paola Rigoni" +value: "2195" +data: App\Entity\Client {#4215 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18613 +label: "Andrea Rosa Arcuri" +value: "86" +data: App\Entity\Client {#4221 …} +attr: [] +labelTranslationParameters: [] } 554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18614 +label: "ANDREA ROSA FASOLO" +value: "554" +data: App\Entity\Client {#4228 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18615 +label: "ANDREA SOLEDAD OBERTI" +value: "129" +data: App\Entity\Client {#4234 …} +attr: [] +labelTranslationParameters: [] } 756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18616 +label: "ANDREA VIVIANA CEJAS" +value: "756" +data: App\Entity\Client {#4241 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18617 +label: "ANDRES MURUA" +value: "435" +data: App\Entity\Client {#4247 …} +attr: [] +labelTranslationParameters: [] } 1657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18618 +label: "ANDRES TOSELLI" +value: "1657" +data: App\Entity\Client {#4254 …} +attr: [] +labelTranslationParameters: [] } 1470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18619 +label: "ANDRES GAIA MORERA" +value: "1470" +data: App\Entity\Client {#4261 …} +attr: [] +labelTranslationParameters: [] } 1718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18620 +label: "ANDRES DE LA VEGA" +value: "1718" +data: App\Entity\Client {#4268 …} +attr: [] +labelTranslationParameters: [] } 2602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18621 +label: "Andrés Belisario Irusta" +value: "2602" +data: App\Entity\Client {#4275 …} +attr: [] +labelTranslationParameters: [] } 913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18622 +label: "Andres Fabian Murua" +value: "913" +data: App\Entity\Client {#4282 …} +attr: [] +labelTranslationParameters: [] } 2053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18623 +label: "ANDRES FABIAN MURUA" +value: "2053" +data: App\Entity\Client {#4289 …} +attr: [] +labelTranslationParameters: [] } 1290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18624 +label: "Andres Federico Maggio de Maggi" +value: "1290" +data: App\Entity\Client {#4296 …} +attr: [] +labelTranslationParameters: [] } 1361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18625 +label: "ANDRES GILBERTO DIANDA" +value: "1361" +data: App\Entity\Client {#4303 …} +attr: [] +labelTranslationParameters: [] } 1196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18626 +label: "ANDRES MAXIMILIANO RAMIREZ" +value: "1196" +data: App\Entity\Client {#4310 …} +attr: [] +labelTranslationParameters: [] } 1400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18627 +label: "ANDRES MIGUEL DE MOURA" +value: "1400" +data: App\Entity\Client {#4317 …} +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18628 +label: "Andrés Sebatian Migoya" +value: "996" +data: App\Entity\Client {#4324 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18629 +label: "ANDRRES ALEJANDRO RODRIGUEZ GOMEZ" +value: "185" +data: App\Entity\Client {#4330 …} +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18630 +label: "ANGEL GAITAN" +value: "628" +data: App\Entity\Client {#4336 …} +attr: [] +labelTranslationParameters: [] } 1299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18631 +label: "ANGEL AMADEO PONCE" +value: "1299" +data: App\Entity\Client {#4343 …} +attr: [] +labelTranslationParameters: [] } 2113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18632 +label: "ANGEL CEFERINO SUAREZ" +value: "2113" +data: App\Entity\Client {#4350 …} +attr: [] +labelTranslationParameters: [] } 2112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18633 +label: "ANGEL CEREFINA SUAREZ" +value: "2112" +data: App\Entity\Client {#4356 …} +attr: [] +labelTranslationParameters: [] } 1593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18634 +label: "ANGEL CESAR FARRAS" +value: "1593" +data: App\Entity\Client {#4363 …} +attr: [] +labelTranslationParameters: [] } 2570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18635 +label: "ANGEL ESTEBAN MELER" +value: "2570" +data: App\Entity\Client {#4369 …} +attr: [] +labelTranslationParameters: [] } 1907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18636 +label: "Angel Jose Sanchez" +value: "1907" +data: App\Entity\Client {#4376 …} +attr: [] +labelTranslationParameters: [] } 2154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18637 +label: "ANGEL JOSE SANCHEZ" +value: "2154" +data: App\Entity\Client {#4383 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18638 +label: "ANGEL RAMON IZAGUIRRE" +value: "1097" +data: App\Entity\Client {#4390 …} +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18639 +label: "ANIBAL ARIEL BAEZ" +value: "606" +data: App\Entity\Client {#4396 …} +attr: [] +labelTranslationParameters: [] } 2381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18640 +label: "ANIBAL ARIEL ALMEIRA" +value: "2381" +data: App\Entity\Client {#4404 …} +attr: [] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18641 +label: "ANTONIA DEL VALLE SANCHEZ" +value: "489" +data: App\Entity\Client {#4411 …} +attr: [] +labelTranslationParameters: [] } 1775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18642 +label: "ANTONIO GROSSI" +value: "1775" +data: App\Entity\Client {#4417 …} +attr: [] +labelTranslationParameters: [] } 1776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18643 +label: "ANTONIO GROSSI" +value: "1776" +data: App\Entity\Client {#4424 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18644 +label: "ANTONIO SALAMONE" +value: "313" +data: App\Entity\Client {#4431 …} +attr: [] +labelTranslationParameters: [] } 2665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18645 +label: "ANTONIO OTERO" +value: "2665" +data: App\Entity\Client {#4438 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18646 +label: "ANTONIO MIGUEL OSCAR HADAD" +value: "425" +data: App\Entity\Client {#4445 …} +attr: [] +labelTranslationParameters: [] } 2145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18647 +label: "Araceli Belén Farias" +value: "2145" +data: App\Entity\Client {#4452 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18648 +label: "AREVALO AREVALO" +value: "452" +data: App\Entity\Client {#4459 …} +attr: [] +labelTranslationParameters: [] } 1474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18649 +label: "ARGAÑARAS RAUL ARGAÑARAS" +value: "1474" +data: App\Entity\Client {#4465 …} +attr: [] +labelTranslationParameters: [] } 829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18650 +label: "ARIANA AQUIN" +value: "829" +data: App\Entity\Client {#4471 …} +attr: [] +labelTranslationParameters: [] } 2539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18651 +label: "ARIEEL EDUARDO CICCARELLI" +value: "2539" +data: App\Entity\Client {#4477 …} +attr: [] +labelTranslationParameters: [] } 1629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18652 +label: "ariel carreras" +value: "1629" +data: App\Entity\Client {#4483 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18653 +label: "ARIEL ARMANDO" +value: "223" +data: App\Entity\Client {#4489 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18654 +label: "ARIEL TONDO" +value: "349" +data: App\Entity\Client {#4496 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18655 +label: "ARIEL AZULAY" +value: "460" +data: App\Entity\Client {#4503 …} +attr: [] +labelTranslationParameters: [] } 825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18656 +label: "ARIEL VARELA" +value: "825" +data: App\Entity\Client {#4509 …} +attr: [] +labelTranslationParameters: [] } 1192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18657 +label: "ARIEL MERLO" +value: "1192" +data: App\Entity\Client {#4516 …} +attr: [] +labelTranslationParameters: [] } 1697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18658 +label: "ARIEL CABANILLAS" +value: "1697" +data: App\Entity\Client {#4522 …} +attr: [] +labelTranslationParameters: [] } 2175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18659 +label: "Ariel Amado Jalife Garcia" +value: "2175" +data: App\Entity\Client {#4529 …} +attr: [] +labelTranslationParameters: [] } 2322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18660 +label: "Ariel Eduardo Miguez" +value: "2322" +data: App\Entity\Client {#4536 …} +attr: [] +labelTranslationParameters: [] } 2553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18661 +label: "ARIEL EDUARDO CICCARELLI" +value: "2553" +data: App\Entity\Client {#4543 …} +attr: [] +labelTranslationParameters: [] } 1605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18662 +label: "ARIEL RAFAEL CARRERAS" +value: "1605" +data: App\Entity\Client {#4550 …} +attr: [] +labelTranslationParameters: [] } 2017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18663 +label: "ARNALDO HECTOR PERALTA" +value: "2017" +data: App\Entity\Client {#4556 …} +attr: [] +labelTranslationParameters: [] } 2589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18664 +label: "AUGUSTO ESTEBAN BEVACQUA" +value: "2589" +data: App\Entity\Client {#4563 …} +attr: [] +labelTranslationParameters: [] } 484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18665 +label: "AUTOCITY AUTOCITY" +value: "484" +data: App\Entity\Client {#4569 …} +attr: [] +labelTranslationParameters: [] } 932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18666 +label: "AUTOCITY AUTOCITY" +value: "932" +data: App\Entity\Client {#4575 …} +attr: [] +labelTranslationParameters: [] } 956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18667 +label: "AVEC AVEC" +value: "956" +data: App\Entity\Client {#4581 …} +attr: [] +labelTranslationParameters: [] } 529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18668 +label: "AVEC SA" +value: "529" +data: App\Entity\Client {#4587 …} +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18669 +label: "avec avec" +value: "960" +data: App\Entity\Client {#4593 …} +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18670 +label: "AVIN RECALDE EZEQUIEL" +value: "645" +data: App\Entity\Client {#4599 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18671 +label: "Axel Galetto" +value: "241" +data: App\Entity\Client {#4605 …} +attr: [] +labelTranslationParameters: [] } 1229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18672 +label: "AYELEN FERREYRA " +value: "1229" +data: App\Entity\Client {#4612 …} +attr: [] +labelTranslationParameters: [] } 2278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18673 +label: "AYELEN SUAREZ CENTENO" +value: "2278" +data: App\Entity\Client {#4618 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18674 +label: "AYELEN EMILCE POLLO " +value: "353" +data: App\Entity\Client {#4625 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18675 +label: "Ayrton Ayrton" +value: "36" +data: App\Entity\Client {#4631 …} +attr: [] +labelTranslationParameters: [] } 2397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18676 +label: "Barbara Lisette Martinez" +value: "2397" +data: App\Entity\Client {#4639 …} +attr: [] +labelTranslationParameters: [] } 874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18677 +label: "bautista bautista" +value: "874" +data: App\Entity\Client {#4645 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18678 +label: "BB BB" +value: "424" +data: App\Entity\Client {#4651 …} +attr: [] +labelTranslationParameters: [] } 1092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18679 +label: "BEATRIZ ISABEL BUSTOS" +value: "1092" +data: App\Entity\Client {#4658 …} +attr: [] +labelTranslationParameters: [] } 899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18680 +label: "Belen Mariela Cela" +value: "899" +data: App\Entity\Client {#4665 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18681 +label: "BERTA AIDEE HEREDIA" +value: "462" +data: App\Entity\Client {#4672 …} +attr: [] +labelTranslationParameters: [] } 2526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18682 +label: "BETIANA YALILA ELIAS" +value: "2526" +data: App\Entity\Client {#4679 …} +attr: [] +labelTranslationParameters: [] } 2511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18683 +label: "BILIAN PATRICIA DEL VALLE SEDLACEK" +value: "2511" +data: App\Entity\Client {#4686 …} +attr: [] +labelTranslationParameters: [] } 898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18684 +label: "BLAS ADRIAN CUELLO" +value: "898" +data: App\Entity\Client {#4693 …} +attr: [] +labelTranslationParameters: [] } 1232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18685 +label: "BLAS DANIEL EDUARDO" +value: "1232" +data: App\Entity\Client {#4700 …} +attr: [] +labelTranslationParameters: [] } 1982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18686 +label: "BRAHIAN JEHIEL GONZALEZ" +value: "1982" +data: App\Entity\Client {#4707 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18687 +label: "BRENDA NASPER" +value: "144" +data: App\Entity\Client {#4713 …} +attr: [] +labelTranslationParameters: [] } 2410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18688 +label: "BRENDA SASIA" +value: "2410" +data: App\Entity\Client {#4720 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18689 +label: "BRENDA SOLEDAD FIGUEROA" +value: "469" +data: App\Entity\Client {#4727 …} +attr: [] +labelTranslationParameters: [] } 2256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18690 +label: "BRUNO PAVESE" +value: "2256" +data: App\Entity\Client {#4734 …} +attr: [] +labelTranslationParameters: [] } 2317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18691 +label: "BRUNO PUCCINI" +value: "2317" +data: App\Entity\Client {#4741 …} +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18692 +label: "BRUNO AGUSTIN MORENO" +value: "993" +data: App\Entity\Client {#4748 …} +attr: [] +labelTranslationParameters: [] } 2415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18693 +label: "bruno daniel di paolo" +value: "2415" +data: App\Entity\Client {#4754 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18694 +label: "Bruno Miguel Medina" +value: "459" +data: App\Entity\Client {#4760 …} +attr: [] +labelTranslationParameters: [] } 1757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18695 +label: "CAMILA GONZALEZ" +value: "1757" +data: App\Entity\Client {#4767 …} +attr: [] +labelTranslationParameters: [] } 2691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18696 +label: "Camila Rocio Cornejo" +value: "2691" +data: App\Entity\Client {#4774 …} +attr: [] +labelTranslationParameters: [] } 2020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18697 +label: "CANDELA ZAYA" +value: "2020" +data: App\Entity\Client {#4781 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18698 +label: "CARINA ANGIULA" +value: "438" +data: App\Entity\Client {#4787 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18699 +label: "CARINA ANDREA ANGIULA" +value: "423" +data: App\Entity\Client {#4793 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18700 +label: "CARINA GABRIELA ANDREA GALAN" +value: "1069" +data: App\Entity\Client {#4800 …} +attr: [] +labelTranslationParameters: [] } 1467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18701 +label: "CARINA MINERVA GAUNA" +value: "1467" +data: App\Entity\Client {#4807 …} +attr: [] +labelTranslationParameters: [] } 1130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18702 +label: "carla uribe" +value: "1130" +data: App\Entity\Client {#4813 …} +attr: [] +labelTranslationParameters: [] } 2628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18703 +label: "Carla Bonavia" +value: "2628" +data: App\Entity\Client {#4820 …} +attr: [] +labelTranslationParameters: [] } 2566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18704 +label: "CARLA EVELIN FICARELLA MASI" +value: "2566" +data: App\Entity\Client {#4827 …} +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18705 +label: "CARLA SOLEDAD GUTIERREZ" +value: "1028" +data: App\Entity\Client {#4834 …} +attr: [] +labelTranslationParameters: [] } 2634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18706 +label: "Carla Sthefani Rovira Aranda" +value: "2634" +data: App\Entity\Client {#4841 …} +attr: [] +labelTranslationParameters: [] } 1398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18707 +label: "CARLA STHEFANI ROVIRA ARANDA" +value: "1398" +data: App\Entity\Client {#4848 …} +attr: [] +labelTranslationParameters: [] } 2073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18708 +label: "Carlos Antonio" +value: "2073" +data: App\Entity\Client {#4855 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18709 +label: "carlos GHYS" +value: "336" +data: App\Entity\Client {#4862 …} +attr: [] +labelTranslationParameters: [] } 698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18710 +label: "CARLOS BECCARIA" +value: "698" +data: App\Entity\Client {#4869 …} +attr: [] +labelTranslationParameters: [] } 833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18711 +label: "CARLOS BORAJO" +value: "833" +data: App\Entity\Client {#4875 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18712 +label: "CARLOS CALVO" +value: "112" +data: App\Entity\Client {#4881 …} +attr: [] +labelTranslationParameters: [] } 2480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18713 +label: "CARLOS SPEHAR" +value: "2480" +data: App\Entity\Client {#4887 …} +attr: [] +labelTranslationParameters: [] } 2522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18714 +label: "Carlos Adrian Cervantes" +value: "2522" +data: App\Entity\Client {#4894 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18715 +label: "Carlos Alberto Suarez" +value: "254" +data: App\Entity\Client {#4901 …} +attr: [] +labelTranslationParameters: [] } 1239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18716 +label: "Carlos Alberto Tello" +value: "1239" +data: App\Entity\Client {#4908 …} +attr: [] +labelTranslationParameters: [] } 1865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18717 +label: "Carlos Alberto Azzaretti" +value: "1865" +data: App\Entity\Client {#4915 …} +attr: [] +labelTranslationParameters: [] } 2071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18718 +label: "Carlos Alberto Martinez" +value: "2071" +data: App\Entity\Client {#4922 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18719 +label: "Carlos Alberto Martinez" +value: "242" +data: App\Entity\Client {#4929 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18720 +label: "CARLOS ALBERTO FRANGET" +value: "124" +data: App\Entity\Client {#4935 …} +attr: [] +labelTranslationParameters: [] } 736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18721 +label: "CARLOS ALBERTO CALDERAZZI" +value: "736" +data: App\Entity\Client {#4941 …} +attr: [] +labelTranslationParameters: [] } 2238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18722 +label: "CARLOS ALBERTO VALDES" +value: "2238" +data: App\Entity\Client {#4948 …} +attr: [] +labelTranslationParameters: [] } 485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18723 +label: "Carlos Alberto Rodriguez" +value: "485" +data: App\Entity\Client {#4955 …} +attr: [] +labelTranslationParameters: [] } 1385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18724 +label: "CARLOS ALBERTO CUBA" +value: "1385" +data: App\Entity\Client {#4962 …} +attr: [] +labelTranslationParameters: [] } 2492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18725 +label: "CARLOS ALBERTO ZAMPA" +value: "2492" +data: App\Entity\Client {#4969 …} +attr: [] +labelTranslationParameters: [] } 1636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18726 +label: "CARLOS ALBERTO SANTOS" +value: "1636" +data: App\Entity\Client {#4976 …} +attr: [] +labelTranslationParameters: [] } 2166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18727 +label: "CARLOS ALBERTO CHANAMPA" +value: "2166" +data: App\Entity\Client {#4983 …} +attr: [] +labelTranslationParameters: [] } 2641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18728 +label: "CARLOS ALBERTO MADRID BACHUR" +value: "2641" +data: App\Entity\Client {#4990 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18729 +label: "CARLOS ALFREDO PICATTO" +value: "467" +data: App\Entity\Client {#4997 …} +attr: [] +labelTranslationParameters: [] } 2029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18730 +label: "CARLOS ANTONIO TRUISI" +value: "2029" +data: App\Entity\Client {#5004 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18731 +label: "CARLOS CELESTINO SCIUTTO" +value: "317" +data: App\Entity\Client {#5010 …} +attr: [] +labelTranslationParameters: [] } 795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18732 +label: "CARLOS DANIEL BUSMAIL" +value: "795" +data: App\Entity\Client {#5016 …} +attr: [] +labelTranslationParameters: [] } 1256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18733 +label: "Carlos Edgard SANCHEZ" +value: "1256" +data: App\Entity\Client {#5023 …} +attr: [] +labelTranslationParameters: [] } 2298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18734 +label: "CARLOS EDUARDO ROQUE" +value: "2298" +data: App\Entity\Client {#5030 …} +attr: [] +labelTranslationParameters: [] } 2588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18735 +label: "carlos Emanuel Laurino" +value: "2588" +data: App\Entity\Client {#5037 …} +attr: [] +labelTranslationParameters: [] } 1236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18736 +label: "CARLOS ENRIQUE GOMEZ DE OLIVERA" +value: "1236" +data: App\Entity\Client {#5044 …} +attr: [] +labelTranslationParameters: [] } 2540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18737 +label: "CARLOS ENRIQUE RESK" +value: "2540" +data: App\Entity\Client {#5051 …} +attr: [] +labelTranslationParameters: [] } 2288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18738 +label: "Carlos Enrique Schmid" +value: "2288" +data: App\Entity\Client {#5058 …} +attr: [] +labelTranslationParameters: [] } 2198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18739 +label: "CARLOS EZEQUIEL SANCHEZ" +value: "2198" +data: App\Entity\Client {#5065 …} +attr: [] +labelTranslationParameters: [] } 1896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18740 +label: "Carlos Fabian Obenauer" +value: "1896" +data: App\Entity\Client {#5072 …} +attr: [] +labelTranslationParameters: [] } 1420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18741 +label: "CARLOS GASTON BENAVIDEZ" +value: "1420" +data: App\Entity\Client {#5078 …} +attr: [] +labelTranslationParameters: [] } 2582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18742 +label: "CARLOS GERMAN LANGUE" +value: "2582" +data: App\Entity\Client {#5086 …} +attr: [] +labelTranslationParameters: [] } 2139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18743 +label: "CARLOS GUSTAVO ANDERSON" +value: "2139" +data: App\Entity\Client {#5093 …} +attr: [] +labelTranslationParameters: [] } 2204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18744 +label: "CARLOS IGNACIO DIAZ" +value: "2204" +data: App\Entity\Client {#5100 …} +attr: [] +labelTranslationParameters: [] } 2070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18745 +label: "CARLOS JAVIER NIETO" +value: "2070" +data: App\Entity\Client {#5106 …} +attr: [] +labelTranslationParameters: [] } 2645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18746 +label: "CARLOS JAVIER KITTLEIN" +value: "2645" +data: App\Entity\Client {#5113 …} +attr: [] +labelTranslationParameters: [] } 2587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18747 +label: "CARLOS JORGE KOPP" +value: "2587" +data: App\Entity\Client {#5120 …} +attr: [] +labelTranslationParameters: [] } 916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18748 +label: "CARLOS JOSE PEREYRA" +value: "916" +data: App\Entity\Client {#5126 …} +attr: [] +labelTranslationParameters: [] } 2667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18749 +label: "CARLOS MARCELO PEREYRA" +value: "2667" +data: App\Entity\Client {#5134 …} +attr: [] +labelTranslationParameters: [] } 2090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18750 +label: "CARLOS MARCELO RODRIGUEZ" +value: "2090" +data: App\Entity\Client {#5141 …} +attr: [] +labelTranslationParameters: [] } 2353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18751 +label: "CARLOS MARTIN ROMERO" +value: "2353" +data: App\Entity\Client {#5148 …} +attr: [] +labelTranslationParameters: [] } 1414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18752 +label: "CARLOS MIGUEL MOREND" +value: "1414" +data: App\Entity\Client {#5155 …} +attr: [] +labelTranslationParameters: [] } 2259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18753 +label: "CARLOS NELSON RODRIGUEZ" +value: "2259" +data: App\Entity\Client {#5161 …} +attr: [] +labelTranslationParameters: [] } 1675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18754 +label: "Carlos Omar Peña" +value: "1675" +data: App\Entity\Client {#5167 …} +attr: [] +labelTranslationParameters: [] } 1769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18755 +label: "CARLOS OSCAR ODIERNA" +value: "1769" +data: App\Entity\Client {#5173 …} +attr: [] +labelTranslationParameters: [] } 1824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18756 +label: "CARLOS RAUL NAYI" +value: "1824" +data: App\Entity\Client {#5180 …} +attr: [] +labelTranslationParameters: [] } 2620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18757 +label: "CARLOS RICARDO LOCATI" +value: "2620" +data: App\Entity\Client {#5188 …} +attr: [] +labelTranslationParameters: [] } 2045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18758 +label: "CARLOS RICARDO GIOVANNONI" +value: "2045" +data: App\Entity\Client {#5195 …} +attr: [] +labelTranslationParameters: [] } 2584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18759 +label: "CARLOS RICARDO LOCATI" +value: "2584" +data: App\Entity\Client {#5202 …} +attr: [] +labelTranslationParameters: [] } 1445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18760 +label: "Carlos Ruben Arizmendi" +value: "1445" +data: App\Entity\Client {#5209 …} +attr: [] +labelTranslationParameters: [] } 1548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18761 +label: "CARLOS RUBEN ARRABE" +value: "1548" +data: App\Entity\Client {#5216 …} +attr: [] +labelTranslationParameters: [] } 954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18762 +label: "CAROLA PEREA" +value: "954" +data: App\Entity\Client {#5222 …} +attr: [] +labelTranslationParameters: [] } 810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18763 +label: "CAROLINA LOPEZ" +value: "810" +data: App\Entity\Client {#5228 …} +attr: [] +labelTranslationParameters: [] } 2343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18764 +label: "CAROLINA BELLA" +value: "2343" +data: App\Entity\Client {#5235 …} +attr: [] +labelTranslationParameters: [] } 1641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18765 +label: "CASTAÑEIRA REVENTA" +value: "1641" +data: App\Entity\Client {#5241 …} +attr: [] +labelTranslationParameters: [] } 1377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18766 +label: "CATALINA FRANCISCA ALMIRON" +value: "1377" +data: App\Entity\Client {#5248 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18767 +label: "CECILIA CANO" +value: "138" +data: App\Entity\Client {#5254 …} +attr: [] +labelTranslationParameters: [] } 1959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18768 +label: "CECILIA LESCANO" +value: "1959" +data: App\Entity\Client {#5261 …} +attr: [] +labelTranslationParameters: [] } 1598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18769 +label: "CECILIA ANDREA SAVI" +value: "1598" +data: App\Entity\Client {#5268 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18770 +label: "CECILIA INES CAMMISA" +value: "276" +data: App\Entity\Client {#5275 …} +attr: [] +labelTranslationParameters: [] } 1441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18771 +label: "CECILIA NORA LIENDO MARTINEZ" +value: "1441" +data: App\Entity\Client {#5282 …} +attr: [] +labelTranslationParameters: [] } 2471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18772 +label: "CECILIA ROCIO ADORNI" +value: "2471" +data: App\Entity\Client {#5289 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18773 +label: "CECILIA SOLEDAD QUIROZ" +value: "314" +data: App\Entity\Client {#5295 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18774 +label: "CECILIA SUSANA CAGNA VALLINO" +value: "326" +data: App\Entity\Client {#5302 …} +attr: [] +labelTranslationParameters: [] } 2380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18775 +label: "CELESTE MINICUCCI" +value: "2380" +data: App\Entity\Client {#5310 …} +attr: [] +labelTranslationParameters: [] } 1369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18776 +label: "Celeste Giselle Mancini" +value: "1369" +data: App\Entity\Client {#5317 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18777 +label: "CELSO GERARDO MAZZONI" +value: "1005" +data: App\Entity\Client {#5324 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18778 +label: "César Cecco" +value: "11" +data: App\Entity\Client {#5331 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18779 +label: "Cesar Antonio Duranti" +value: "429" +data: App\Entity\Client {#5338 …} +attr: [] +labelTranslationParameters: [] } 2160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18780 +label: "CESAR DANIEL MALBRAN" +value: "2160" +data: App\Entity\Client {#5345 …} +attr: [] +labelTranslationParameters: [] } 2517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18781 +label: "CESAR LEONARDO MOYANO" +value: "2517" +data: App\Entity\Client {#5352 …} +attr: [] +labelTranslationParameters: [] } 1246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18782 +label: "CESAR PABLO PACHECO" +value: "1246" +data: App\Entity\Client {#5359 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18783 +label: "CESAR RAFAEL PALACIOS" +value: "184" +data: App\Entity\Client {#5365 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18784 +label: "Cesar Ricardo Morini" +value: "1051" +data: App\Entity\Client {#5372 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18785 +label: "CEZAR HENRIQUE AZEVEDO DE FAVERI" +value: "426" +data: App\Entity\Client {#5379 …} +attr: [] +labelTranslationParameters: [] } 1245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18786 +label: "CHAE BACK KIM" +value: "1245" +data: App\Entity\Client {#5386 …} +attr: [] +labelTranslationParameters: [] } 1813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18787 +label: "Christian Andres Rodriguez" +value: "1813" +data: App\Entity\Client {#5393 …} +attr: [] +labelTranslationParameters: [] } 779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18788 +label: "CINDY CHAIJ" +value: "779" +data: App\Entity\Client {#5399 …} +attr: [] +labelTranslationParameters: [] } 845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18789 +label: "CINTIA FLORES" +value: "845" +data: App\Entity\Client {#5405 …} +attr: [] +labelTranslationParameters: [] } 834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18790 +label: "CINTIA GONZALEZ" +value: "834" +data: App\Entity\Client {#5412 …} +attr: [] +labelTranslationParameters: [] } 720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18791 +label: "CINTIA OLGA FERNANDEZ COUDRAY" +value: "720" +data: App\Entity\Client {#5419 …} +attr: [] +labelTranslationParameters: [] } 1798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18792 +label: "CINTIA VALERIA ABELLAN" +value: "1798" +data: App\Entity\Client {#5426 …} +attr: [] +labelTranslationParameters: [] } 727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18793 +label: "CIRILO ENRIQUE SKAMELKA" +value: "727" +data: App\Entity\Client {#5432 …} +attr: [] +labelTranslationParameters: [] } 1366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18794 +label: "CIRO SLBERTO NERI" +value: "1366" +data: App\Entity\Client {#5439 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18795 +label: "CLARISA LUZ CELA" +value: "971" +data: App\Entity\Client {#5445 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18796 +label: "Claudia Usai" +value: "220" +data: App\Entity\Client {#5452 …} +attr: [] +labelTranslationParameters: [] } 931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18797 +label: "claudia ochoa" +value: "931" +data: App\Entity\Client {#5458 …} +attr: [] +labelTranslationParameters: [] } 982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18798 +label: "CLAUDIA MULE" +value: "982" +data: App\Entity\Client {#5464 …} +attr: [] +labelTranslationParameters: [] } 2001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18799 +label: "CLAUDIA ANDREA CAUDET" +value: "2001" +data: App\Entity\Client {#5471 …} +attr: [] +labelTranslationParameters: [] } 1943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18800 +label: "Claudia Elizabeth Vitolo" +value: "1943" +data: App\Entity\Client {#5478 …} +attr: [] +labelTranslationParameters: [] } 2461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18801 +label: "CLAUDIA FABIANA ARIAS" +value: "2461" +data: App\Entity\Client {#5485 …} +attr: [] +labelTranslationParameters: [] } 2656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18802 +label: "CLAUDIA INES ALEJANDRA MARTINEZ" +value: "2656" +data: App\Entity\Client {#5492 …} +attr: [] +labelTranslationParameters: [] } 2329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18803 +label: "CLAUDIA MARCELA CALAZA" +value: "2329" +data: App\Entity\Client {#5499 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18804 +label: "CLAUDIA NOEMI GUEVARA" +value: "1067" +data: App\Entity\Client {#5506 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18805 +label: "CLAUDIA NORMA TOSCO" +value: "497" +data: App\Entity\Client {#5513 …} +attr: [] +labelTranslationParameters: [] } 2531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18806 +label: "CLAUDIA SUSANA ARDUSSO" +value: "2531" +data: App\Entity\Client {#5521 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18807 +label: "CLAUDIA SUSANA SANTUCHO" +value: "1104" +data: App\Entity\Client {#5528 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18808 +label: "CLAUDIO MANSILLA" +value: "146" +data: App\Entity\Client {#5534 …} +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18809 +label: "claudio claudio" +value: "592" +data: App\Entity\Client {#5540 …} +attr: [] +labelTranslationParameters: [] } 785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18810 +label: "CLAUDIO VILLAFANE" +value: "785" +data: App\Entity\Client {#5546 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18811 +label: "Claudio Bessone" +value: "35" +data: App\Entity\Client {#5552 …} +attr: [] +labelTranslationParameters: [] } 778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18812 +label: "CLAUDIO ALEJANDRO OLMOS" +value: "778" +data: App\Entity\Client {#5558 …} +attr: [] +labelTranslationParameters: [] } 2677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18813 +label: "CLAUDIO ALEJANDRO ARIAGNO" +value: "2677" +data: App\Entity\Client {#5566 …} +attr: [] +labelTranslationParameters: [] } 1818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18814 +label: "CLAUDIO CRISTIAN ARGUELLO" +value: "1818" +data: App\Entity\Client {#5573 …} +attr: [] +labelTranslationParameters: [] } 1700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18815 +label: "CLAUDIO DAMIAN MORRIS" +value: "1700" +data: App\Entity\Client {#5580 …} +attr: [] +labelTranslationParameters: [] } 1766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18816 +label: "Claudio Fabian Mendez" +value: "1766" +data: App\Entity\Client {#5587 …} +attr: [] +labelTranslationParameters: [] } 2387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18817 +label: "CLAUDIO ISMAEL SUAREZ" +value: "2387" +data: App\Entity\Client {#5595 …} +attr: [] +labelTranslationParameters: [] } 2048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18818 +label: "CLAUDIO MARCOS ULLUA" +value: "2048" +data: App\Entity\Client {#5602 …} +attr: [] +labelTranslationParameters: [] } 1295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18819 +label: "Claudio Sergio Pazos" +value: "1295" +data: App\Entity\Client {#5609 …} +attr: [] +labelTranslationParameters: [] } 2169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18820 +label: "Cliente a confirmar" +value: "2169" +data: App\Entity\Client {#5615 …} +attr: [] +labelTranslationParameters: [] } 985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18821 +label: "COMUNA SAN ROQUE " +value: "985" +data: App\Entity\Client {#5622 …} +attr: [] +labelTranslationParameters: [] } 2683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18822 +label: "CONSTANZA CHAJUD" +value: "2683" +data: App\Entity\Client {#5629 …} +attr: [] +labelTranslationParameters: [] } 2107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18823 +label: "CONTI MANUELA TOTE" +value: "2107" +data: App\Entity\Client {#5636 …} +attr: [] +labelTranslationParameters: [] } 2382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18824 +label: "COOPI - COOPERATIVA INTEGRAL REGIONAL DE PROVISIÓN DE SERVICIOS PÚBLICOS, VIVIENDA Y CONSUMO LIMITADA" +value: "2382" +data: App\Entity\Client {#5644 …} +attr: [] +labelTranslationParameters: [] } 1855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18825 +label: "Cora Edith Osca" +value: "1855" +data: App\Entity\Client {#5651 …} +attr: [] +labelTranslationParameters: [] } 2692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18826 +label: "COSATANERA FIDEICOMISO" +value: "2692" +data: App\Entity\Client {#5659 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18827 +label: "CRISTIAN GHIYS" +value: "255" +data: App\Entity\Client {#5666 …} +attr: [] +labelTranslationParameters: [] } 633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18828 +label: "CRISTIAN SCIANCA" +value: "633" +data: App\Entity\Client {#5672 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18829 +label: "CRISTIAN MARCHESE" +value: "436" +data: App\Entity\Client {#5678 …} +attr: [] +labelTranslationParameters: [] } 745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18830 +label: "CRISTIAN TECHERA" +value: "745" +data: App\Entity\Client {#5684 …} +attr: [] +labelTranslationParameters: [] } 774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18831 +label: "CRISTIAN ROCA" +value: "774" +data: App\Entity\Client {#5690 …} +attr: [] +labelTranslationParameters: [] } 791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18832 +label: "CRISTIAN TECHERA" +value: "791" +data: App\Entity\Client {#5696 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18833 +label: "CRISTIAN SUIRESZCZ" +value: "177" +data: App\Entity\Client {#5702 …} +attr: [] +labelTranslationParameters: [] } 885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18834 +label: "Cristian Funes" +value: "885" +data: App\Entity\Client {#5708 …} +attr: [] +labelTranslationParameters: [] } 1768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18835 +label: "cristian GHYS" +value: "1768" +data: App\Entity\Client {#5714 …} +attr: [] +labelTranslationParameters: [] } 2269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18836 +label: "CRISTIAN ALEJANDRO DIAZ ZARATE" +value: "2269" +data: App\Entity\Client {#5721 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18837 +label: "Cristian Eduardo Nieto" +value: "293" +data: App\Entity\Client {#5727 …} +attr: [] +labelTranslationParameters: [] } 2609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18838 +label: "CRISTIAN GABRIEL RIVERO" +value: "2609" +data: App\Entity\Client {#5734 …} +attr: [] +labelTranslationParameters: [] } 862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18839 +label: "CRISTIAN JAVIER VAUDAGNA" +value: "862" +data: App\Entity\Client {#5740 …} +attr: [] +labelTranslationParameters: [] } 1360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18840 +label: "Cristian Leonardo Carlevaris" +value: "1360" +data: App\Entity\Client {#5747 …} +attr: [] +labelTranslationParameters: [] } 2524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18841 +label: "CRISTIAN MARTIN BOSCATTO" +value: "2524" +data: App\Entity\Client {#5753 …} +attr: [] +labelTranslationParameters: [] } 2527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18842 +label: "CRISTIAN MARTIN BOSCATTO" +value: "2527" +data: App\Entity\Client {#5760 …} +attr: [] +labelTranslationParameters: [] } 1716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18843 +label: "CRISTIAN PABLO DE LEON" +value: "1716" +data: App\Entity\Client {#5767 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18844 +label: "Cristian Rene Ramos" +value: "66" +data: App\Entity\Client {#5773 …} +attr: [] +labelTranslationParameters: [] } 1082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18845 +label: "CRISTIAN SEBASTIAN CARBAJAL" +value: "1082" +data: App\Entity\Client {#5780 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18846 +label: "CRISTIAN WALTER FERREYRA" +value: "397" +data: App\Entity\Client {#5787 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18847 +label: "CRISTINA ELIZABETH CARBONE" +value: "383" +data: App\Entity\Client {#5794 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18848 +label: "CYNTHIA VASSALLO" +value: "143" +data: App\Entity\Client {#5800 …} +attr: [] +labelTranslationParameters: [] } 2490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18849 +label: "CYNTHIA RITA GARNERO" +value: "2490" +data: App\Entity\Client {#5806 …} +attr: [] +labelTranslationParameters: [] } 1190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18850 +label: "Daiana Lorena Peralta" +value: "1190" +data: App\Entity\Client {#5813 …} +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18851 +label: "DAIANA NATIVIDAD SILVA" +value: "973" +data: App\Entity\Client {#5820 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18852 +label: "DAMARIS YISSEL DÀVALOS" +value: "1118" +data: App\Entity\Client {#5827 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18853 +label: "Damian Arce" +value: "311" +data: App\Entity\Client {#5833 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18854 +label: "DAMIAN OMAR BINI" +value: "1007" +data: App\Entity\Client {#5840 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18855 +label: "Daniel Pucheta" +value: "344" +data: App\Entity\Client {#5847 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18856 +label: "daniel gimenez" +value: "247" +data: App\Entity\Client {#5853 …} +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18857 +label: "daniel ovaye" +value: "588" +data: App\Entity\Client {#5859 …} +attr: [] +labelTranslationParameters: [] } 776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18858 +label: "DANIEL FARIAS" +value: "776" +data: App\Entity\Client {#5865 …} +attr: [] +labelTranslationParameters: [] } 1866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18859 +label: "DANIEL MORENILLA PRADIN" +value: "1866" +data: App\Entity\Client {#5872 …} +attr: [] +labelTranslationParameters: [] } 843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18860 +label: "DANIEL TELLO" +value: "843" +data: App\Entity\Client {#5878 …} +attr: [] +labelTranslationParameters: [] } 2268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18861 +label: "DANIEL ROMERO" +value: "2268" +data: App\Entity\Client {#5884 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18862 +label: "Daniel Ferreyra" +value: "91" +data: App\Entity\Client {#5890 …} +attr: [] +labelTranslationParameters: [] } 2165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18863 +label: "DANIEL ADOLFO SITTONI" +value: "2165" +data: App\Entity\Client {#5897 …} +attr: [] +labelTranslationParameters: [] } 2098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18864 +label: "DANIEL AGUSTIN POETA" +value: "2098" +data: App\Entity\Client {#5904 …} +attr: [] +labelTranslationParameters: [] } 1555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18865 +label: "DANIEL ALBERTO GILABERT" +value: "1555" +data: App\Entity\Client {#5911 …} +attr: [] +labelTranslationParameters: [] } 1584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18866 +label: "DANIEL ALEJANDRO LISOWIEC" +value: "1584" +data: App\Entity\Client {#5917 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18867 +label: "Daniel alejandro matarazzo" +value: "99" +data: App\Entity\Client {#5923 …} +attr: [] +labelTranslationParameters: [] } 524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18868 +label: "DANIEL ALFREDO GUZMAN" +value: "524" +data: App\Entity\Client {#5930 …} +attr: [] +labelTranslationParameters: [] } 2229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18869 +label: "DANIEL ANTONIO VISBEEK" +value: "2229" +data: App\Entity\Client {#5937 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18870 +label: "DANIEL EDUARDO LUDUEÑA" +value: "200" +data: App\Entity\Client {#5943 …} +attr: [] +labelTranslationParameters: [] } 1282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18871 +label: "DANIEL ERVALDO MAZZUCCO" +value: "1282" +data: App\Entity\Client {#5950 …} +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18872 +label: "Daniel fernando Baena" +value: "880" +data: App\Entity\Client {#5957 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18873 +label: "DANIEL GUSTAVO PRADDAUDE" +value: "365" +data: App\Entity\Client {#5964 …} +attr: [] +labelTranslationParameters: [] } 1717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18874 +label: "DANIEL HECTOR PUCCIA" +value: "1717" +data: App\Entity\Client {#5970 …} +attr: [] +labelTranslationParameters: [] } 1276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18875 +label: "DANIEL HERNAN ALONSO" +value: "1276" +data: App\Entity\Client {#5977 …} +attr: [] +labelTranslationParameters: [] } 1219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18876 +label: "DANIEL IGNACIO BUSTOS" +value: "1219" +data: App\Entity\Client {#5984 …} +attr: [] +labelTranslationParameters: [] } 1632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18877 +label: "DANIEL JAVIER SAGRAY" +value: "1632" +data: App\Entity\Client {#5991 …} +attr: [] +labelTranslationParameters: [] } 1694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18878 +label: "DANIEL JESUS RECAMAN" +value: "1694" +data: App\Entity\Client {#5998 …} +attr: [] +labelTranslationParameters: [] } 858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18879 +label: "Daniel Jose Manzano" +value: "858" +data: App\Entity\Client {#6005 …} +attr: [] +labelTranslationParameters: [] } 1549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18880 +label: "DANIEL ORLANDO ALCANTARA" +value: "1549" +data: App\Entity\Client {#6012 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18881 +label: "DANIEL OSCAR PALACIOS" +value: "1061" +data: App\Entity\Client {#6019 …} +attr: [] +labelTranslationParameters: [] } 1952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18882 +label: "DANIEL RICARDO FIORE" +value: "1952" +data: App\Entity\Client {#6026 …} +attr: [] +labelTranslationParameters: [] } 2685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18883 +label: "DANIEL ROBERTO FRUTTERO" +value: "2685" +data: App\Entity\Client {#6034 …} +attr: [] +labelTranslationParameters: [] } 1648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18884 +label: "DANIEL SEBASTIAN HEBNER" +value: "1648" +data: App\Entity\Client {#6041 …} +attr: [] +labelTranslationParameters: [] } 652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18885 +label: "DANIELA ZAMORA" +value: "652" +data: App\Entity\Client {#6047 …} +attr: [] +labelTranslationParameters: [] } 1767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18886 +label: "DANIELA CASTRO" +value: "1767" +data: App\Entity\Client {#6054 …} +attr: [] +labelTranslationParameters: [] } 2281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18887 +label: "DANIELA CLAUDIA ADOUE" +value: "2281" +data: App\Entity\Client {#6061 …} +attr: [] +labelTranslationParameters: [] } 1881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18888 +label: "DANIELA DEL VALLE PANIAGUA" +value: "1881" +data: App\Entity\Client {#6068 …} +attr: [] +labelTranslationParameters: [] } 2304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18889 +label: "DANIELA JUDITH LITVACHKES" +value: "2304" +data: App\Entity\Client {#6075 …} +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18890 +label: "DANIELA TERESITA SANCHEZ" +value: "543" +data: App\Entity\Client {#6081 …} +attr: [] +labelTranslationParameters: [] } 2662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18891 +label: "DANILO AGUSTIN BARBERO" +value: "2662" +data: App\Entity\Client {#6088 …} +attr: [] +labelTranslationParameters: [] } 2546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18892 +label: "Dante Spagnuolo" +value: "2546" +data: App\Entity\Client {#6095 …} +attr: [] +labelTranslationParameters: [] } 1774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18893 +label: "Dany Suzan Ferrero" +value: "1774" +data: App\Entity\Client {#6102 …} +attr: [] +labelTranslationParameters: [] } 1640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18894 +label: "DAPONTE REVENTA" +value: "1640" +data: App\Entity\Client {#6108 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18895 +label: "DARIO BONINO" +value: "111" +data: App\Entity\Client {#6114 …} +attr: [] +labelTranslationParameters: [] } 2444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18896 +label: "DARIO ARIEL MARQUEZ" +value: "2444" +data: App\Entity\Client {#6121 …} +attr: [] +labelTranslationParameters: [] } 2303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18897 +label: "DARIO CESAR SCAROLA" +value: "2303" +data: App\Entity\Client {#6128 …} +attr: [] +labelTranslationParameters: [] } 2486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18898 +label: "DARIO CESAR SCAROLA" +value: "2486" +data: App\Entity\Client {#6135 …} +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18899 +label: "DARIO DANIEL DIAZ" +value: "679" +data: App\Entity\Client {#6142 …} +attr: [] +labelTranslationParameters: [] } 2453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18900 +label: "Dario Gerardo Paez" +value: "2453" +data: App\Entity\Client {#6148 …} +attr: [] +labelTranslationParameters: [] } 2117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18901 +label: "DARIO MANUEL LEDESMA" +value: "2117" +data: App\Entity\Client {#6155 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18902 +label: "DARIO SEBASTIAN BALBO" +value: "1056" +data: App\Entity\Client {#6162 …} +attr: [] +labelTranslationParameters: [] } 512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18903 +label: "DAVID CELIS" +value: "512" +data: App\Entity\Client {#6169 …} +attr: [] +labelTranslationParameters: [] } 804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18904 +label: "DAVID ALEJANDRO VIDELA" +value: "804" +data: App\Entity\Client {#6175 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18905 +label: "DAVID ANTONIO RIVERA" +value: "306" +data: App\Entity\Client {#6181 …} +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18906 +label: "DAVID ERNESTO MERCADO" +value: "625" +data: App\Entity\Client {#6188 …} +attr: [] +labelTranslationParameters: [] } 2052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18907 +label: "DAVID REYMUNDO CEBALLOS" +value: "2052" +data: App\Entity\Client {#6194 …} +attr: [] +labelTranslationParameters: [] } 1720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18908 +label: "DAYANA BERENICE NAVARRO " +value: "1720" +data: App\Entity\Client {#6201 …} +attr: [] +labelTranslationParameters: [] } 793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18909 +label: "DEBORA VAZQUEZ" +value: "793" +data: App\Entity\Client {#6207 …} +attr: [] +labelTranslationParameters: [] } 1292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18910 +label: "Debora Alejandra Magallan Mielgo" +value: "1292" +data: App\Entity\Client {#6214 …} +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18911 +label: "DEBORA ESTER IVONE LAGUNA" +value: "1004" +data: App\Entity\Client {#6221 …} +attr: [] +labelTranslationParameters: [] } 1508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18912 +label: "DEBORA ROSA DI VICO " +value: "1508" +data: App\Entity\Client {#6228 …} +attr: [] +labelTranslationParameters: [] } 1217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18913 +label: "DELIA ESTER ATENCIO" +value: "1217" +data: App\Entity\Client {#6235 …} +attr: [] +labelTranslationParameters: [] } 1839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18914 +label: "Delia Teresa Garzon" +value: "1839" +data: App\Entity\Client {#6242 …} +attr: [] +labelTranslationParameters: [] } 1696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18915 +label: "DELOG S.A." +value: "1696" +data: App\Entity\Client {#6249 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18916 +label: "DELSER AGUSTIN EVANGELISTA" +value: "1020" +data: App\Entity\Client {#6256 …} +attr: [] +labelTranslationParameters: [] } 922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18917 +label: "Denis Benjamin Paez" +value: "922" +data: App\Entity\Client {#6263 …} +attr: [] +labelTranslationParameters: [] } 888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18918 +label: "Denise Cerrone" +value: "888" +data: App\Entity\Client {#6270 …} +attr: [] +labelTranslationParameters: [] } 889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18919 +label: "DENISE ROMINA CERRONE" +value: "889" +data: App\Entity\Client {#6277 …} +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18920 +label: "DEOLINDA ARGUELLO" +value: "608" +data: App\Entity\Client {#6283 …} +attr: [] +labelTranslationParameters: [] } 847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18921 +label: "DEOLINDO BUSTAMANTE" +value: "847" +data: App\Entity\Client {#6289 …} +attr: [] +labelTranslationParameters: [] } 939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18922 +label: "DIANA FERNANDEZ" +value: "939" +data: App\Entity\Client {#6295 …} +attr: [] +labelTranslationParameters: [] } 2286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18923 +label: "DIANA PATRICIA BASILE" +value: "2286" +data: App\Entity\Client {#6302 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18924 +label: "Diego Martinez" +value: "157" +data: App\Entity\Client {#6309 …} +attr: [] +labelTranslationParameters: [] } 1173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18925 +label: "Diego Zanini" +value: "1173" +data: App\Entity\Client {#6316 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18926 +label: "diego Monges" +value: "59" +data: App\Entity\Client {#6322 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18927 +label: "DIEGO GHYS" +value: "295" +data: App\Entity\Client {#6328 …} +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18928 +label: "diego mundo plotter" +value: "598" +data: App\Entity\Client {#6334 …} +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18929 +label: "DIEGO BORUSO" +value: "602" +data: App\Entity\Client {#6340 …} +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18930 +label: "DIEGO MARZOA" +value: "627" +data: App\Entity\Client {#6346 …} +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18931 +label: "DIEGO KALBERMATTEN" +value: "675" +data: App\Entity\Client {#6352 …} +attr: [] +labelTranslationParameters: [] } 846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18932 +label: "DIEGO ARRI" +value: "846" +data: App\Entity\Client {#6358 …} +attr: [] +labelTranslationParameters: [] } 2108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18933 +label: "DIEGO OTTA" +value: "2108" +data: App\Entity\Client {#6365 …} +attr: [] +labelTranslationParameters: [] } 705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18934 +label: "DIEGO UBERTI" +value: "705" +data: App\Entity\Client {#6372 …} +attr: [] +labelTranslationParameters: [] } 2625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18935 +label: "Diego Garcia" +value: "2625" +data: App\Entity\Client {#6379 …} +attr: [] +labelTranslationParameters: [] } 1686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18936 +label: "DIEGO ALBERTO GOMEZ" +value: "1686" +data: App\Entity\Client {#6386 …} +attr: [] +labelTranslationParameters: [] } 1791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18937 +label: "DIEGO ALEJANDRO PEREZ" +value: "1791" +data: App\Entity\Client {#6393 …} +attr: [] +labelTranslationParameters: [] } 1181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18938 +label: "DIEGO ALVARO DAMIAN MARZOA" +value: "1181" +data: App\Entity\Client {#6400 …} +attr: [] +labelTranslationParameters: [] } 1550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18939 +label: "diego cardozo montironi" +value: "1550" +data: App\Entity\Client {#6406 …} +attr: [] +labelTranslationParameters: [] } 744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18940 +label: "DIEGO ESTBAN LAGUNA" +value: "744" +data: App\Entity\Client {#6412 …} +attr: [] +labelTranslationParameters: [] } 1271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18941 +label: "DIEGO FERNANDO CARABAJAL SASSANO" +value: "1271" +data: App\Entity\Client {#6419 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18942 +label: "DIEGO FERNANDO YORI" +value: "128" +data: App\Entity\Client {#6425 …} +attr: [] +labelTranslationParameters: [] } 2428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18943 +label: "DIEGO GERMAN JASKOWKY" +value: "2428" +data: App\Entity\Client {#6432 …} +attr: [] +labelTranslationParameters: [] } 1723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18944 +label: "DIEGO JAVIER RIVILLI" +value: "1723" +data: App\Entity\Client {#6439 …} +attr: [] +labelTranslationParameters: [] } 2150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18945 +label: "DIEGO JOSE RODRIGUEZ ELIAS" +value: "2150" +data: App\Entity\Client {#6446 …} +attr: [] +labelTranslationParameters: [] } 2519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18946 +label: "DIEGO LEONARDO LOZA" +value: "2519" +data: App\Entity\Client {#6453 …} +attr: [] +labelTranslationParameters: [] } 1570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18947 +label: "DIEGO MARCELO BUZURRO" +value: "1570" +data: App\Entity\Client {#6460 …} +attr: [] +labelTranslationParameters: [] } 1607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18948 +label: "DIEGO MARTIN BARZOLA" +value: "1607" +data: App\Entity\Client {#6467 …} +attr: [] +labelTranslationParameters: [] } 1527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18949 +label: "DIEGO MARTIN VICENTE" +value: "1527" +data: App\Entity\Client {#6474 …} +attr: [] +labelTranslationParameters: [] } 1541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18950 +label: "DIEGO MAXIMILIANO SEQUEIRA" +value: "1541" +data: App\Entity\Client {#6481 …} +attr: [] +labelTranslationParameters: [] } 1882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18951 +label: "DIEGO OMAR BARRERA" +value: "1882" +data: App\Entity\Client {#6488 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18952 +label: "DIEGO RICARDO GOMEZ" +value: "371" +data: App\Entity\Client {#6494 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18953 +label: "DIEGO RICARDO GOMEZ" +value: "372" +data: App\Entity\Client {#6500 …} +attr: [] +labelTranslationParameters: [] } 837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18954 +label: "DIEGO SEBASTIAN MIELNICZUK" +value: "837" +data: App\Entity\Client {#6506 …} +attr: [] +labelTranslationParameters: [] } 1662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18955 +label: "DIEGO SEBASTIAN BARRERA" +value: "1662" +data: App\Entity\Client {#6513 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18956 +label: "DINO NICOLLI" +value: "280" +data: App\Entity\Client {#6520 …} +attr: [] +labelTranslationParameters: [] } 2558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18957 +label: "DINO NICOLLI" +value: "2558" +data: App\Entity\Client {#6528 …} +attr: [] +labelTranslationParameters: [] } 1052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18958 +label: "DOMINGO ALBERTO GOYTEA" +value: "1052" +data: App\Entity\Client {#6535 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18959 +label: "Doris Kwid" +value: "39" +data: App\Entity\Client {#6541 …} +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18960 +label: "ECHAVARRIA ANA MARIA" +value: "546" +data: App\Entity\Client {#6547 …} +attr: [] +labelTranslationParameters: [] } 739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18961 +label: "EDGAR DARIO JAYO" +value: "739" +data: App\Entity\Client {#6553 …} +attr: [] +labelTranslationParameters: [] } 1876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18962 +label: "Edgar Gustavo Zabala" +value: "1876" +data: App\Entity\Client {#6560 …} +attr: [] +labelTranslationParameters: [] } 1619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18963 +label: "EDGARDO ALBERTO BAR" +value: "1619" +data: App\Entity\Client {#6567 …} +attr: [] +labelTranslationParameters: [] } 1406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18964 +label: "EDGARDO FABIAN FERREYRA" +value: "1406" +data: App\Entity\Client {#6574 …} +attr: [] +labelTranslationParameters: [] } 2011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18965 +label: "EDGARDO RAUL DEL RE" +value: "2011" +data: App\Entity\Client {#6581 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18966 +label: "EDGARDO SERGIO GIGENA" +value: "448" +data: App\Entity\Client {#6588 …} +attr: [] +labelTranslationParameters: [] } 919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18967 +label: "edgardo Sergio Gigena" +value: "919" +data: App\Entity\Client {#6594 …} +attr: [] +labelTranslationParameters: [] } 2427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18968 +label: "EDGARDO WALTER GONZALEZ" +value: "2427" +data: App\Entity\Client {#6601 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18969 +label: "EDUARDO GHYS" +value: "304" +data: App\Entity\Client {#6607 …} +attr: [] +labelTranslationParameters: [] } 723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18970 +label: "EDUARDO JULIO" +value: "723" +data: App\Entity\Client {#6613 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18971 +label: "EDUARDO VALIENTE" +value: "444" +data: App\Entity\Client {#6620 …} +attr: [] +labelTranslationParameters: [] } 571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18972 +label: "EDUARDO STUBBE" +value: "571" +data: App\Entity\Client {#6626 …} +attr: [] +labelTranslationParameters: [] } 824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18973 +label: "EDUARDO PRIGENT" +value: "824" +data: App\Entity\Client {#6632 …} +attr: [] +labelTranslationParameters: [] } 2068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18974 +label: "EDUARDO ALBERTO JAMARDO" +value: "2068" +data: App\Entity\Client {#6639 …} +attr: [] +labelTranslationParameters: [] } 1490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18975 +label: "EDUARDO ALBERTO FERNANDEZ" +value: "1490" +data: App\Entity\Client {#6646 …} +attr: [] +labelTranslationParameters: [] } 2222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18976 +label: "EDUARDO ALBERTO LABORDE" +value: "2222" +data: App\Entity\Client {#6653 …} +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18977 +label: "EDUARDO ANTONIO PEREZ" +value: "508" +data: App\Entity\Client {#6660 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18978 +label: "EDUARDO DANIEL MARTINO" +value: "1022" +data: App\Entity\Client {#6667 …} +attr: [] +labelTranslationParameters: [] } 1722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18979 +label: "Eduardo Enrique Guzman" +value: "1722" +data: App\Entity\Client {#6674 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18980 +label: "Eduardo Hector Figueroa" +value: "454" +data: App\Entity\Client {#6681 …} +attr: [] +labelTranslationParameters: [] } 2402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18981 +label: "EDUARDO HORACIO CARBO" +value: "2402" +data: App\Entity\Client {#6688 …} +attr: [] +labelTranslationParameters: [] } 1507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18982 +label: "EDUARDO HUMBERO SASTRE" +value: "1507" +data: App\Entity\Client {#6695 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18983 +label: "EDUARDO MARCOS OTERMIN" +value: "288" +data: App\Entity\Client {#6701 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18984 +label: "EDUARDO MARCOS OTERMIN" +value: "289" +data: App\Entity\Client {#6707 …} +attr: [] +labelTranslationParameters: [] } 1951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18985 +label: "EDUARDO SERAFIN CASTRILLO" +value: "1951" +data: App\Entity\Client {#6714 …} +attr: [] +labelTranslationParameters: [] } 2314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18986 +label: "EL DOGO AGROPECUARIA S.A.S -" +value: "2314" +data: App\Entity\Client {#6721 …} +attr: [] +labelTranslationParameters: [] } 780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18987 +label: "ELENA NACUSE" +value: "780" +data: App\Entity\Client {#6727 …} +attr: [] +labelTranslationParameters: [] } 2041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18988 +label: "ELEONORA RODRIGUEZ RAFFO" +value: "2041" +data: App\Entity\Client {#6734 …} +attr: [] +labelTranslationParameters: [] } 1238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18989 +label: "Elian Roy Peinado" +value: "1238" +data: App\Entity\Client {#6741 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18990 +label: "ELIANA MARIEL VILA" +value: "96" +data: App\Entity\Client {#6747 …} +attr: [] +labelTranslationParameters: [] } 1159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18991 +label: "ELIANA VANINA ANGEL" +value: "1159" +data: App\Entity\Client {#6754 …} +attr: [] +labelTranslationParameters: [] } 2585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18992 +label: "ELIAS AGUSTIN CALAFIORE" +value: "2585" +data: App\Entity\Client {#6762 …} +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18993 +label: "ELIAS ALEJANDRO FERRERO MEIRONE" +value: "607" +data: App\Entity\Client {#6768 …} +attr: [] +labelTranslationParameters: [] } 1946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18994 +label: "Elida Josefina Lopez" +value: "1946" +data: App\Entity\Client {#6775 …} +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18995 +label: "ELIO OCTAVIO YAÑEZ" +value: "585" +data: App\Entity\Client {#6781 …} +attr: [] +labelTranslationParameters: [] } 806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18996 +label: "ELISA PAZOZ" +value: "806" +data: App\Entity\Client {#6787 …} +attr: [] +labelTranslationParameters: [] } 2577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18997 +label: "ELIZABETH CUSCUSA" +value: "2577" +data: App\Entity\Client {#6795 …} +attr: [] +labelTranslationParameters: [] } 2124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18998 +label: "ELOY DAL JUAREZ PELAEZ" +value: "2124" +data: App\Entity\Client {#6801 …} +attr: [] +labelTranslationParameters: [] } 1309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#18999 +label: "ELSA BEATRIZ QUEVEDO" +value: "1309" +data: App\Entity\Client {#6808 …} +attr: [] +labelTranslationParameters: [] } 1789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19000 +label: "EMANUEL ALEJANDRO ALVAREZ" +value: "1789" +data: App\Entity\Client {#6815 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19001 +label: "EMANUEL DAVID CAMACHO" +value: "978" +data: App\Entity\Client {#6822 …} +attr: [] +labelTranslationParameters: [] } 903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19002 +label: "EMANUEL ENRIQUE PANZA" +value: "903" +data: App\Entity\Client {#6829 …} +attr: [] +labelTranslationParameters: [] } 1291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19003 +label: "EMANUEL GUILLERMO DEMARIA OSELLA" +value: "1291" +data: App\Entity\Client {#6835 …} +attr: [] +labelTranslationParameters: [] } 1852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19004 +label: "Emilce Lombardi" +value: "1852" +data: App\Entity\Client {#6841 …} +attr: [] +labelTranslationParameters: [] } 1853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19005 +label: "Emilce Lombardi" +value: "1853" +data: App\Entity\Client {#6848 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19006 +label: "EMILIA MELINA ROMERO" +value: "1032" +data: App\Entity\Client {#6855 …} +attr: [] +labelTranslationParameters: [] } 1828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19007 +label: "Emilianio Scortechini" +value: "1828" +data: App\Entity\Client {#6862 …} +attr: [] +labelTranslationParameters: [] } 1801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19008 +label: "EMILIANO SCORTECHINI" +value: "1801" +data: App\Entity\Client {#6869 …} +attr: [] +labelTranslationParameters: [] } 1929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19009 +label: "EMILIANO BARONETTI" +value: "1929" +data: App\Entity\Client {#6876 …} +attr: [] +labelTranslationParameters: [] } 2425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19010 +label: "Emiliano Zampetti" +value: "2425" +data: App\Entity\Client {#6882 …} +attr: [] +labelTranslationParameters: [] } 1802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19011 +label: "EMILIO VERA" +value: "1802" +data: App\Entity\Client {#6889 …} +attr: [] +labelTranslationParameters: [] } 1244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19012 +label: "Emilio Carlos Ramos" +value: "1244" +data: App\Entity\Client {#6896 …} +attr: [] +labelTranslationParameters: [] } 537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19013 +label: "EMILIO GABRIEL ARGAÑARAZ PONS" +value: "537" +data: App\Entity\Client {#6902 …} +attr: [] +labelTranslationParameters: [] } 1695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19014 +label: "EMILIO HORACIO ALBARENGA" +value: "1695" +data: App\Entity\Client {#6909 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19015 +label: "EMILIO SEBASTIAN TORRE" +value: "1058" +data: App\Entity\Client {#6916 …} +attr: [] +labelTranslationParameters: [] } 2545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19016 +label: "EMILSE VILMA MURUA" +value: "2545" +data: App\Entity\Client {#6924 …} +attr: [] +labelTranslationParameters: [] } 883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19017 +label: "Emmanuel Suarez" +value: "883" +data: App\Entity\Client {#6931 …} +attr: [] +labelTranslationParameters: [] } 2429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19018 +label: "Emmanuel Martín Juarez Milevich" +value: "2429" +data: App\Entity\Client {#6937 …} +attr: [] +labelTranslationParameters: [] } 2672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19019 +label: "ENRIQUE SANCHEZ" +value: "2672" +data: App\Entity\Client {#6944 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19020 +label: "ENRIQUE DANIEL ALE CARRAZANA " +value: "493" +data: App\Entity\Client {#6951 …} +attr: [] +labelTranslationParameters: [] } 1721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19021 +label: "ENRIQUE DAVID GONZALEZ" +value: "1721" +data: App\Entity\Client {#6958 …} +attr: [] +labelTranslationParameters: [] } 1169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19022 +label: "ENRIQUE JOSE ROSSI" +value: "1169" +data: App\Entity\Client {#6965 …} +attr: [] +labelTranslationParameters: [] } 2555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19023 +label: "ENRIQUE JOSE LUIS BARAL" +value: "2555" +data: App\Entity\Client {#6973 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19024 +label: "Enrique Valentin Monguillot" +value: "409" +data: App\Entity\Client {#6980 …} +attr: [] +labelTranslationParameters: [] } 1705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19025 +label: "ENZO IVAN ANGULO" +value: "1705" +data: App\Entity\Client {#6987 …} +attr: [] +labelTranslationParameters: [] } 1634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19026 +label: "ENZO JUAN TOMAS FRANCESCHINI" +value: "1634" +data: App\Entity\Client {#6994 …} +attr: [] +labelTranslationParameters: [] } 2459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19027 +label: "ENZO OMAR OVIEDO" +value: "2459" +data: App\Entity\Client {#7000 …} +attr: [] +labelTranslationParameters: [] } 1987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19028 +label: "ERICA ELIZA LOZANO LAVRENCIC" +value: "1987" +data: App\Entity\Client {#7007 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19029 +label: "ERIKA OJEDA" +value: "224" +data: App\Entity\Client {#7013 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19030 +label: "ERIKA VAZQUEZ" +value: "303" +data: App\Entity\Client {#7019 …} +attr: [] +labelTranslationParameters: [] } 2196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19031 +label: "Ernesto Salas" +value: "2196" +data: App\Entity\Client {#7026 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19032 +label: "Esteban Escudero" +value: "226" +data: App\Entity\Client {#7032 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19033 +label: "ESTEBAN MOROZ" +value: "434" +data: App\Entity\Client {#7038 …} +attr: [] +labelTranslationParameters: [] } 1396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19034 +label: "ESTEBAN FERRERO" +value: "1396" +data: App\Entity\Client {#7045 …} +attr: [] +labelTranslationParameters: [] } 1823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19035 +label: "ESTEBAN PINCHIROLI PAIRA" +value: "1823" +data: App\Entity\Client {#7052 …} +attr: [] +labelTranslationParameters: [] } 2018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19036 +label: "ESTEBAN MARMOL" +value: "2018" +data: App\Entity\Client {#7058 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19037 +label: "ESTEBAN ADOLFO MOROZ" +value: "398" +data: App\Entity\Client {#7065 …} +attr: [] +labelTranslationParameters: [] } 658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19038 +label: "ESTEBAN ANDRES MAGGI" +value: "658" +data: App\Entity\Client {#7071 …} +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19039 +label: "ESTEBAN CARLOS TOLOSA" +value: "580" +data: App\Entity\Client {#7077 …} +attr: [] +labelTranslationParameters: [] } 637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19040 +label: "ESTEBAN DAVID MOLINA" +value: "637" +data: App\Entity\Client {#7084 …} +attr: [] +labelTranslationParameters: [] } 1456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19041 +label: "ESTEBAN FERNANDO ROCCA" +value: "1456" +data: App\Entity\Client {#7091 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19042 +label: "Esteban Jose Lardone" +value: "406" +data: App\Entity\Client {#7098 …} +attr: [] +labelTranslationParameters: [] } 2624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19043 +label: "ESTEBAN NICOLAS MOLINA BONANNO" +value: "2624" +data: App\Entity\Client {#7105 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19044 +label: "ESTELA GOLDONI" +value: "171" +data: App\Entity\Client {#7111 …} +attr: [] +labelTranslationParameters: [] } 2224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19045 +label: "Estela Del Carmen Gonzalez" +value: "2224" +data: App\Entity\Client {#7118 …} +attr: [] +labelTranslationParameters: [] } 1905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19046 +label: "ESTELA DEL VALLE ALBARRACIN" +value: "1905" +data: App\Entity\Client {#7124 …} +attr: [] +labelTranslationParameters: [] } 2146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19047 +label: "ESTELA MARY GONZALEZ" +value: "2146" +data: App\Entity\Client {#7131 …} +attr: [] +labelTranslationParameters: [] } 2536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19048 +label: "ESTELA ROSA IBAÑEZ" +value: "2536" +data: App\Entity\Client {#7138 …} +attr: [] +labelTranslationParameters: [] } 1568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19049 +label: "EUGENIA LARRARTE" +value: "1568" +data: App\Entity\Client {#7145 …} +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19050 +label: "eugenio paniconi" +value: "589" +data: App\Entity\Client {#7151 …} +attr: [] +labelTranslationParameters: [] } 2104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19051 +label: "EULOGIO OSUNA" +value: "2104" +data: App\Entity\Client {#7158 …} +attr: [] +labelTranslationParameters: [] } 1533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19052 +label: "EUSTAQUIA RETAMOZO" +value: "1533" +data: App\Entity\Client {#7165 …} +attr: [] +labelTranslationParameters: [] } 789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19053 +label: "EVANGELINA RIOS" +value: "789" +data: App\Entity\Client {#7171 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19054 +label: "Evangelina ." +value: "7" +data: App\Entity\Client {#7178 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19055 +label: "EVANGELINA DEL CARMEN RIVERO" +value: "187" +data: App\Entity\Client {#7184 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19056 +label: "EVELIN MARIEL COTELLA" +value: "1075" +data: App\Entity\Client {#7191 …} +attr: [] +labelTranslationParameters: [] } 2579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19057 +label: "EXPERIENCIA DEPORTIVA S.A.S" +value: "2579" +data: App\Entity\Client {#7198 …} +attr: [] +labelTranslationParameters: [] } 2384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19058 +label: "EZEQUIEL CANTO" +value: "2384" +data: App\Entity\Client {#7206 …} +attr: [] +labelTranslationParameters: [] } 1962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19059 +label: "EZEQUIEL ANTONIO BLATI" +value: "1962" +data: App\Entity\Client {#7213 …} +attr: [] +labelTranslationParameters: [] } 2389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19060 +label: "EZEQUIEL MARIANO ROCCHIETTI" +value: "2389" +data: App\Entity\Client {#7221 …} +attr: [] +labelTranslationParameters: [] } 868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19061 +label: "FABIAN LACAMOIRE" +value: "868" +data: App\Entity\Client {#7227 …} +attr: [] +labelTranslationParameters: [] } 941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19062 +label: "FABIAN ALVAREZ" +value: "941" +data: App\Entity\Client {#7233 …} +attr: [] +labelTranslationParameters: [] } 1735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19063 +label: "FABIAN REDOLFI" +value: "1735" +data: App\Entity\Client {#7239 …} +attr: [] +labelTranslationParameters: [] } 2597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19064 +label: "Fabian More" +value: "2597" +data: App\Entity\Client {#7245 …} +attr: [] +labelTranslationParameters: [] } 2669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19065 +label: "FABIAN ALBERTO OTTA" +value: "2669" +data: App\Entity\Client {#7253 …} +attr: [] +labelTranslationParameters: [] } 2260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19066 +label: "Fabian Alejandro Oyola" +value: "2260" +data: App\Entity\Client {#7260 …} +attr: [] +labelTranslationParameters: [] } 2230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19067 +label: "FABIAN ANDRES SOSA" +value: "2230" +data: App\Entity\Client {#7267 …} +attr: [] +labelTranslationParameters: [] } 1349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19068 +label: "Fabian Ernesto Rotella" +value: "1349" +data: App\Entity\Client {#7274 …} +attr: [] +labelTranslationParameters: [] } 1081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19069 +label: "Fabian Hector Gonzalez" +value: "1081" +data: App\Entity\Client {#7281 …} +attr: [] +labelTranslationParameters: [] } 2538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19070 +label: "FABIAN JORGE CARNEVALE" +value: "2538" +data: App\Entity\Client {#7289 …} +attr: [] +labelTranslationParameters: [] } 2571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19071 +label: "FABIAN SERGIO CHOCOBARES" +value: "2571" +data: App\Entity\Client {#7296 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19072 +label: "FABIANA LIA DIGLIODO" +value: "470" +data: App\Entity\Client {#7303 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19073 +label: "FABIO AMAYA" +value: "110" +data: App\Entity\Client {#7309 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19074 +label: "FABIO CESAR MORALES" +value: "1102" +data: App\Entity\Client {#7316 …} +attr: [] +labelTranslationParameters: [] } 1725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19075 +label: "FABIO EMILIO BIGATTON" +value: "1725" +data: App\Entity\Client {#7323 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19076 +label: "FABIO RUBEN ITURBE" +value: "407" +data: App\Entity\Client {#7330 …} +attr: [] +labelTranslationParameters: [] } 2263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19077 +label: "FABRICIO ALEJANDRO RODRIGUEZ" +value: "2263" +data: App\Entity\Client {#7337 …} +attr: [] +labelTranslationParameters: [] } 981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19078 +label: "FABRIZIO ONTIVERO" +value: "981" +data: App\Entity\Client {#7343 …} +attr: [] +labelTranslationParameters: [] } 1278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19079 +label: "Facundo Favaro" +value: "1278" +data: App\Entity\Client {#7350 …} +attr: [] +labelTranslationParameters: [] } 945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19080 +label: "FACUNDO PUEBLA" +value: "945" +data: App\Entity\Client {#7356 …} +attr: [] +labelTranslationParameters: [] } 1164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19081 +label: "Facundo Agustin Maldonado" +value: "1164" +data: App\Entity\Client {#7363 …} +attr: [] +labelTranslationParameters: [] } 1926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19082 +label: "FACUNDO AGUSTIN MALDONADO" +value: "1926" +data: App\Entity\Client {#7370 …} +attr: [] +labelTranslationParameters: [] } 1062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19083 +label: "FACUNDO ANTONIO RODRIGUEZ REYNA" +value: "1062" +data: App\Entity\Client {#7377 …} +attr: [] +labelTranslationParameters: [] } 2414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19084 +label: "Facundo Eduardo Aguirre" +value: "2414" +data: App\Entity\Client {#7383 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19085 +label: "FACUNDO GOMEZ CARABIAS" +value: "488" +data: App\Entity\Client {#7390 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19086 +label: "FACUNDO LEONEL ROJAS" +value: "471" +data: App\Entity\Client {#7397 …} +attr: [] +labelTranslationParameters: [] } 2216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19087 +label: "FACUNDO MANUEL ALVAREZ" +value: "2216" +data: App\Entity\Client {#7404 …} +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19088 +label: "fanny montoya" +value: "1009" +data: App\Entity\Client {#7410 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19089 +label: "FATIMA JULIANA CORDERO" +value: "381" +data: App\Entity\Client {#7417 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19090 +label: "FAVIOLA DEL VALLE VELEZ" +value: "387" +data: App\Entity\Client {#7424 …} +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19091 +label: "federico federico" +value: "587" +data: App\Entity\Client {#7430 …} +attr: [] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19092 +label: "FEDERICO FERNANDEZ" +value: "500" +data: App\Entity\Client {#7436 …} +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19093 +label: "FEDERICO MONDINO" +value: "578" +data: App\Entity\Client {#7442 …} +attr: [] +labelTranslationParameters: [] } 2499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19094 +label: "FEDERICO PIERDOMINICI" +value: "2499" +data: App\Entity\Client {#7448 …} +attr: [] +labelTranslationParameters: [] } 1877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19095 +label: "FEDERICO ANDRES MONGE" +value: "1877" +data: App\Entity\Client {#7455 …} +attr: [] +labelTranslationParameters: [] } 1940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19096 +label: "FEDERICO MARTIN VIROLETTI" +value: "1940" +data: App\Entity\Client {#7462 …} +attr: [] +labelTranslationParameters: [] } 2336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19097 +label: "FEDERICO NICOLAS VIRGOLINI" +value: "2336" +data: App\Entity\Client {#7469 …} +attr: [] +labelTranslationParameters: [] } 942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19098 +label: "FELICIANO SOSA" +value: "942" +data: App\Entity\Client {#7475 …} +attr: [] +labelTranslationParameters: [] } 2666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19099 +label: "Felipe Garcia Tommasi" +value: "2666" +data: App\Entity\Client {#7483 …} +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19100 +label: "FELIPE LEONARDO CIANCIO" +value: "1037" +data: App\Entity\Client {#7490 …} +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19101 +label: "FELIX GOÑI" +value: "539" +data: App\Entity\Client {#7497 …} +attr: [] +labelTranslationParameters: [] } 2201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19102 +label: "FELIX FRANCISCO SKRONSKI" +value: "2201" +data: App\Entity\Client {#7503 …} +attr: [] +labelTranslationParameters: [] } 2202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19103 +label: "FELIX FRANCISCO SKRONSKI" +value: "2202" +data: App\Entity\Client {#7510 …} +attr: [] +labelTranslationParameters: [] } 1760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19104 +label: "Félix Sebastián Juárez" +value: "1760" +data: App\Entity\Client {#7517 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19105 +label: "Fermin Dutto" +value: "268" +data: App\Entity\Client {#7524 …} +attr: [] +labelTranslationParameters: [] } 2203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19106 +label: "FERMIN ALBERTO RIVERO" +value: "2203" +data: App\Entity\Client {#7531 …} +attr: [] +labelTranslationParameters: [] } 1647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19107 +label: "Fernanda Luisa Gomez" +value: "1647" +data: App\Entity\Client {#7538 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19108 +label: "Fernando Varela" +value: "119" +data: App\Entity\Client {#7544 …} +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19109 +label: "fernando liendo" +value: "599" +data: App\Entity\Client {#7550 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19110 +label: "FERNANDO GONZALES" +value: "478" +data: App\Entity\Client {#7556 …} +attr: [] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19111 +label: "FERNANDO MONTOYA" +value: "499" +data: App\Entity\Client {#7562 …} +attr: [] +labelTranslationParameters: [] } 1389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19112 +label: "FERNANDO FERRER" +value: "1389" +data: App\Entity\Client {#7569 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19113 +label: "FERNANDO ORTEGA" +value: "335" +data: App\Entity\Client {#7576 …} +attr: [] +labelTranslationParameters: [] } 2572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19114 +label: "Fernando Ariel Araya Kloster" +value: "2572" +data: App\Entity\Client {#7583 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19115 +label: "Fernando Carlos Suarez" +value: "248" +data: App\Entity\Client {#7589 …} +attr: [] +labelTranslationParameters: [] } 1970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19116 +label: "Fernando Daniel Ibañez" +value: "1970" +data: App\Entity\Client {#7596 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19117 +label: "FERNANDO DIEGO CORTEZ" +value: "474" +data: App\Entity\Client {#7603 …} +attr: [] +labelTranslationParameters: [] } 651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19118 +label: "FERNANDO DIEGO SANTIAGO" +value: "651" +data: App\Entity\Client {#7609 …} +attr: [] +labelTranslationParameters: [] } 1213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19119 +label: "Fernando Emmanuel Massari" +value: "1213" +data: App\Entity\Client {#7616 …} +attr: [] +labelTranslationParameters: [] } 715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19120 +label: "FERNANDO GABRIEL AGOTE" +value: "715" +data: App\Entity\Client {#7622 …} +attr: [] +labelTranslationParameters: [] } 717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19121 +label: "FERNANDO GABRIEL AGOTE" +value: "717" +data: App\Entity\Client {#7629 …} +attr: [] +labelTranslationParameters: [] } 2596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19122 +label: "FERNANDO GABRIEL GIANNASI" +value: "2596" +data: App\Entity\Client {#7637 …} +attr: [] +labelTranslationParameters: [] } 2523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19123 +label: "Fernando Gabriel Ortega" +value: "2523" +data: App\Entity\Client {#7644 …} +attr: [] +labelTranslationParameters: [] } 2026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19124 +label: "FERNANDO JAVIER TABORDA" +value: "2026" +data: App\Entity\Client {#7651 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19125 +label: "FERNANDO LUIS MARIANI" +value: "323" +data: App\Entity\Client {#7658 …} +attr: [] +labelTranslationParameters: [] } 2299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19126 +label: "Fernando Pablo Grippaldi" +value: "2299" +data: App\Entity\Client {#7665 …} +attr: [] +labelTranslationParameters: [] } 2681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19127 +label: "FERNANDO RAMON GONZALEZ" +value: "2681" +data: App\Entity\Client {#7672 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19128 +label: "FERNANDO RAMON GONZALEZ" +value: "479" +data: App\Entity\Client {#7679 …} +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19129 +label: "FERNANDO RAMON GONZALES" +value: "507" +data: App\Entity\Client {#7686 …} +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19130 +label: "FIAMA ALEJANDRA BALDASSARI" +value: "685" +data: App\Entity\Client {#7693 …} +attr: [] +labelTranslationParameters: [] } 1193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19131 +label: "FLAVIA SUELDO CEJAS" +value: "1193" +data: App\Entity\Client {#7700 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19132 +label: "FLAVIA MARCELA ANNETTA" +value: "1046" +data: App\Entity\Client {#7707 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19133 +label: "FLAVIO ELIAN TERNAVACIO" +value: "1013" +data: App\Entity\Client {#7714 …} +attr: [] +labelTranslationParameters: [] } 2513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19134 +label: "Flavio Ezequiel Gubinelli" +value: "2513" +data: App\Entity\Client {#7721 …} +attr: [] +labelTranslationParameters: [] } 1854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19135 +label: "FLAVIO SEBASTIAN DOMINGUEZ" +value: "1854" +data: App\Entity\Client {#7727 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19136 +label: "FLORENCIA VILLARREAL" +value: "132" +data: App\Entity\Client {#7733 …} +attr: [] +labelTranslationParameters: [] } 550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19137 +label: "FLORENCIA MARTIN" +value: "550" +data: App\Entity\Client {#7739 …} +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19138 +label: "FLORENCIA CANDELA VILLARREAL" +value: "586" +data: App\Entity\Client {#7745 …} +attr: [] +labelTranslationParameters: [] } 1599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19139 +label: "Florencia Gisel Paez" +value: "1599" +data: App\Entity\Client {#7752 …} +attr: [] +labelTranslationParameters: [] } 1047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19140 +label: "FLORENCIA GISEL PAEZ" +value: "1047" +data: App\Entity\Client {#7759 …} +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19141 +label: "Francesco DI PAOLA Cristo" +value: "886" +data: App\Entity\Client {#7766 …} +attr: [] +labelTranslationParameters: [] } 641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19142 +label: "Francisco Cortés" +value: "641" +data: App\Entity\Client {#7773 …} +attr: [] +labelTranslationParameters: [] } 823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19143 +label: "FRANCISCO KUCHARCZUK" +value: "823" +data: App\Entity\Client {#7779 …} +attr: [] +labelTranslationParameters: [] } 2388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19144 +label: "FRANCISCO NAVARRO" +value: "2388" +data: App\Entity\Client {#7787 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19145 +label: "Francisco Antonio Garrone" +value: "197" +data: App\Entity\Client {#7793 …} +attr: [] +labelTranslationParameters: [] } 2250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19146 +label: "FRANCISCO CARLO MARSIGLIO" +value: "2250" +data: App\Entity\Client {#7800 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19147 +label: "FRANCISCO JAVIER CASSE" +value: "422" +data: App\Entity\Client {#7807 …} +attr: [] +labelTranslationParameters: [] } 2035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19148 +label: "FRANCISCO PABLO GARCIA" +value: "2035" +data: App\Entity\Client {#7814 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19149 +label: "Franco Avila" +value: "333" +data: App\Entity\Client {#7821 …} +attr: [] +labelTranslationParameters: [] } 1609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19150 +label: "Franco Pesce" +value: "1609" +data: App\Entity\Client {#7828 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19151 +label: "FRANCO SUAREZ FUNES" +value: "134" +data: App\Entity\Client {#7834 …} +attr: [] +labelTranslationParameters: [] } 1187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19152 +label: "FRANCO GILETTA" +value: "1187" +data: App\Entity\Client {#7841 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19153 +label: "Franco Ruggieri" +value: "72" +data: App\Entity\Client {#7847 …} +attr: [] +labelTranslationParameters: [] } 2302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19154 +label: "FRANCO DI PAOLO" +value: "2302" +data: App\Entity\Client {#7854 …} +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19155 +label: "FRANCO MASSIMO RAMATO SPINELLI" +value: "995" +data: App\Entity\Client {#7860 …} +attr: [] +labelTranslationParameters: [] } 2087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19156 +label: "FRANCO SANCHEZ SALGUERO" +value: "2087" +data: App\Entity\Client {#7866 …} +attr: [] +labelTranslationParameters: [] } 1797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19157 +label: "FRANCO DANIEL RODRIGUEZ" +value: "1797" +data: App\Entity\Client {#7873 …} +attr: [] +labelTranslationParameters: [] } 2003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19158 +label: "Franco Gabriel TAVANI " +value: "2003" +data: App\Entity\Client {#7880 …} +attr: [] +labelTranslationParameters: [] } 1997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19159 +label: "Franco Ivan Maldonado" +value: "1997" +data: App\Entity\Client {#7887 …} +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19160 +label: "FRANCO OSMAR CONTI" +value: "1358" +data: App\Entity\Client {#7894 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19161 +label: "GABINO ALBERTO NAVARRO" +value: "149" +data: App\Entity\Client {#7901 …} +attr: [] +labelTranslationParameters: [] } 2593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19162 +label: "GABINO ALBERTO NABARRO" +value: "2593" +data: App\Entity\Client {#7907 …} +attr: [] +labelTranslationParameters: [] } 2235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19163 +label: "GABINO ANTONIO RUIZ" +value: "2235" +data: App\Entity\Client {#7914 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19164 +label: "Gabriel Uribe" +value: "113" +data: App\Entity\Client {#7921 …} +attr: [] +labelTranslationParameters: [] } 1054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19165 +label: "GABRIEL MOTTINO" +value: "1054" +data: App\Entity\Client {#7928 …} +attr: [] +labelTranslationParameters: [] } 822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19166 +label: "GABRIEL RAMIREZ" +value: "822" +data: App\Entity\Client {#7934 …} +attr: [] +labelTranslationParameters: [] } 1658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19167 +label: "Gabriel Hermosis" +value: "1658" +data: App\Entity\Client {#7941 …} +attr: [] +labelTranslationParameters: [] } 1627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19168 +label: "Gabriel Alejandro Suarez" +value: "1627" +data: App\Entity\Client {#7948 …} +attr: [] +labelTranslationParameters: [] } 1719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19169 +label: "Gabriel Alejandro Mosson" +value: "1719" +data: App\Entity\Client {#7955 …} +attr: [] +labelTranslationParameters: [] } 2122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19170 +label: "GABRIEL ALEJANDRO MALDONADO" +value: "2122" +data: App\Entity\Client {#7962 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19171 +label: "GABRIEL ALFREDO QUEVEDO" +value: "1049" +data: App\Entity\Client {#7969 …} +attr: [] +labelTranslationParameters: [] } 2215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19172 +label: "GABRIEL AMADEO CASCONE" +value: "2215" +data: App\Entity\Client {#7976 …} +attr: [] +labelTranslationParameters: [] } 1742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19173 +label: "GABRIEL DARIO FERRER LANFRANCHI" +value: "1742" +data: App\Entity\Client {#7983 …} +attr: [] +labelTranslationParameters: [] } 2450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19174 +label: "Gabriel German Torti" +value: "2450" +data: App\Entity\Client {#7989 …} +attr: [] +labelTranslationParameters: [] } 2651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19175 +label: "GABRIEL MARTIN DELCRE" +value: "2651" +data: App\Entity\Client {#7997 …} +attr: [] +labelTranslationParameters: [] } 2514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19176 +label: "GABRIEL MAXIMILIANO ROMERO" +value: "2514" +data: App\Entity\Client {#8004 …} +attr: [] +labelTranslationParameters: [] } 2149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19177 +label: "GABRIEL OMAR MATOS" +value: "2149" +data: App\Entity\Client {#8011 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19178 +label: "Gabriel Ricardo JAMMET" +value: "330" +data: App\Entity\Client {#8018 …} +attr: [] +labelTranslationParameters: [] } 2056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19179 +label: "GABRIEL RODOLFO VASCHES" +value: "2056" +data: App\Entity\Client {#8025 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19180 +label: "GABRIEL RODOLFO VASCHES" +value: "299" +data: App\Entity\Client {#8031 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19181 +label: "Gabriela Bompani" +value: "32" +data: App\Entity\Client {#8037 …} +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19182 +label: "gabriela gaby" +value: "596" +data: App\Entity\Client {#8043 …} +attr: [] +labelTranslationParameters: [] } 875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19183 +label: "GABRIELA GROSSO" +value: "875" +data: App\Entity\Client {#8050 …} +attr: [] +labelTranslationParameters: [] } 927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19184 +label: "GABRIELA SUAREZ GREFF" +value: "927" +data: App\Entity\Client {#8056 …} +attr: [] +labelTranslationParameters: [] } 2103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19185 +label: "Gabriela Alejandra Fredes" +value: "2103" +data: App\Entity\Client {#8063 …} +attr: [] +labelTranslationParameters: [] } 2359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19186 +label: "Gabriela Beatriz Gimenez" +value: "2359" +data: App\Entity\Client {#8070 …} +attr: [] +labelTranslationParameters: [] } 910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19187 +label: "GABRIELA CARINA FICHETTI" +value: "910" +data: App\Entity\Client {#8077 …} +attr: [] +labelTranslationParameters: [] } 926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19188 +label: "GABRIELA ISABEL SUAREZ GREFF" +value: "926" +data: App\Entity\Client {#8084 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19189 +label: "GABRIELA JIMENA LEDESMA" +value: "1060" +data: App\Entity\Client {#8091 …} +attr: [] +labelTranslationParameters: [] } 2362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19190 +label: "GABRIELA MARCELA VACA" +value: "2362" +data: App\Entity\Client {#8098 …} +attr: [] +labelTranslationParameters: [] } 2038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19191 +label: "Gabriela Virginia Fernandez" +value: "2038" +data: App\Entity\Client {#8105 …} +attr: [] +labelTranslationParameters: [] } 1352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19192 +label: "GASTON THEILER" +value: "1352" +data: App\Entity\Client {#8112 …} +attr: [] +labelTranslationParameters: [] } 1652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19193 +label: "GASTON BRITO " +value: "1652" +data: App\Entity\Client {#8119 …} +attr: [] +labelTranslationParameters: [] } 2152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19194 +label: "Gaston Ariel Rodriguez Catanese" +value: "2152" +data: App\Entity\Client {#8125 …} +attr: [] +labelTranslationParameters: [] } 2676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19195 +label: "GASTON EZEQUIEL DIAZ" +value: "2676" +data: App\Entity\Client {#8132 …} +attr: [] +labelTranslationParameters: [] } 2312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19196 +label: "GASTON NATALIO ORTIZ" +value: "2312" +data: App\Entity\Client {#8139 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19197 +label: "GEORGINA NATALIA CARDENES" +value: "1121" +data: App\Entity\Client {#8146 …} +attr: [] +labelTranslationParameters: [] } 1898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19198 +label: "GEORGINA VALERIA ISSOLIO" +value: "1898" +data: App\Entity\Client {#8153 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19199 +label: "Gerardo Cerutti" +value: "125" +data: App\Entity\Client {#8159 …} +attr: [] +labelTranslationParameters: [] } 865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19200 +label: "gerardo gerardo" +value: "865" +data: App\Entity\Client {#8165 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19201 +label: "Gerardo Ferrari" +value: "81" +data: App\Entity\Client {#8171 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19202 +label: "Geremias Mansilla" +value: "987" +data: App\Entity\Client {#8177 …} +attr: [] +labelTranslationParameters: [] } 1614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19203 +label: "GERMAN GAYRAUD" +value: "1614" +data: App\Entity\Client {#8183 …} +attr: [] +labelTranslationParameters: [] } 1770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19204 +label: "GERMAN HUGO GRAMAGLIA" +value: "1770" +data: App\Entity\Client {#8189 …} +attr: [] +labelTranslationParameters: [] } 1537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19205 +label: "German Roberto Fenn" +value: "1537" +data: App\Entity\Client {#8196 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19206 +label: "Geselina Garbini" +value: "19" +data: App\Entity\Client {#8202 …} +attr: [] +labelTranslationParameters: [] } 1733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19207 +label: "GIANFRANCO EXEQUIEL HERNANDEZ" +value: "1733" +data: App\Entity\Client {#8209 …} +attr: [] +labelTranslationParameters: [] } 1312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19208 +label: "GIMENA BELEN ESCALANTE" +value: "1312" +data: App\Entity\Client {#8216 …} +attr: [] +labelTranslationParameters: [] } 2604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19209 +label: "Gisela Etelvina Rivero" +value: "2604" +data: App\Entity\Client {#8223 …} +attr: [] +labelTranslationParameters: [] } 2315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19210 +label: "GISELA EVELIN FERNANDEZ" +value: "2315" +data: App\Entity\Client {#8230 …} +attr: [] +labelTranslationParameters: [] } 2064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19211 +label: "GISELA LORENA NIETO" +value: "2064" +data: App\Entity\Client {#8237 …} +attr: [] +labelTranslationParameters: [] } 2054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19212 +label: "GIULIANO POTENZA" +value: "2054" +data: App\Entity\Client {#8244 …} +attr: [] +labelTranslationParameters: [] } 2421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19213 +label: "GIULIANO MENGARELLI" +value: "2421" +data: App\Entity\Client {#8251 …} +attr: [] +labelTranslationParameters: [] } 2502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19214 +label: "GLADYS DEL VALLE LOPEZ" +value: "2502" +data: App\Entity\Client {#8258 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19215 +label: "GLADYS ELENA BONALDI" +value: "1109" +data: App\Entity\Client {#8265 …} +attr: [] +labelTranslationParameters: [] } 1990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19216 +label: "GLADYS ILDA PEDERNERA" +value: "1990" +data: App\Entity\Client {#8272 …} +attr: [] +labelTranslationParameters: [] } 2623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19217 +label: "GLADYS MABEL GUIRADO" +value: "2623" +data: App\Entity\Client {#8280 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19218 +label: "GLADYS NOEMI CUERIO" +value: "997" +data: App\Entity\Client {#8287 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19219 +label: "GLORIA ALEMANY" +value: "514" +data: App\Entity\Client {#8294 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19220 +label: "GLORIA ELBA ALTAMIRANO" +value: "116" +data: App\Entity\Client {#8301 …} +attr: [] +labelTranslationParameters: [] } 1143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19221 +label: "GLORIA LUJAN FERRERO" +value: "1143" +data: App\Entity\Client {#8308 …} +attr: [] +labelTranslationParameters: [] } 2123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19222 +label: "GLORIA SUSANA CAMUSSI" +value: "2123" +data: App\Entity\Client {#8315 …} +attr: [] +labelTranslationParameters: [] } 2242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19223 +label: "GONZALEZ SALVADOR ISAIS" +value: "2242" +data: App\Entity\Client {#8321 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19224 +label: "GONZALO GARLOCHA" +value: "271" +data: App\Entity\Client {#8327 …} +attr: [] +labelTranslationParameters: [] } 749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19225 +label: "GONZALO REYES" +value: "749" +data: App\Entity\Client {#8333 …} +attr: [] +labelTranslationParameters: [] } 750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19226 +label: "GONZALO REYES" +value: "750" +data: App\Entity\Client {#8339 …} +attr: [] +labelTranslationParameters: [] } 2594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19227 +label: "GONZALO LEGUISAMON VALENZUELA" +value: "2594" +data: App\Entity\Client {#8346 …} +attr: [] +labelTranslationParameters: [] } 2551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19228 +label: "GONZALO ALBERTO CACERES" +value: "2551" +data: App\Entity\Client {#8353 …} +attr: [] +labelTranslationParameters: [] } 2324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19229 +label: "Gonzalo Ariel Rizzo Aguilar" +value: "2324" +data: App\Entity\Client {#8360 …} +attr: [] +labelTranslationParameters: [] } 753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19230 +label: "GONZALO JAVIER CAMINO" +value: "753" +data: App\Entity\Client {#8366 …} +attr: [] +labelTranslationParameters: [] } 754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19231 +label: "GONZALO JAVIER CAMINO" +value: "754" +data: App\Entity\Client {#8372 …} +attr: [] +labelTranslationParameters: [] } 2487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19232 +label: "GONZALO JAVIER SIMBRON PERISSET" +value: "2487" +data: App\Entity\Client {#8379 …} +attr: [] +labelTranslationParameters: [] } 2580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19233 +label: "GONZALO JOAQUIN NORIEGA" +value: "2580" +data: App\Entity\Client {#8386 …} +attr: [] +labelTranslationParameters: [] } 2074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19234 +label: "GONZALO LEONEL REARTES" +value: "2074" +data: App\Entity\Client {#8393 …} +attr: [] +labelTranslationParameters: [] } 1825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19235 +label: "Gonzalo Rodrigo Villalobo" +value: "1825" +data: App\Entity\Client {#8400 …} +attr: [] +labelTranslationParameters: [] } 1509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19236 +label: "GRACIELA CAMINOTTI" +value: "1509" +data: App\Entity\Client {#8406 …} +attr: [] +labelTranslationParameters: [] } 2257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19237 +label: "Graciela Oviedo" +value: "2257" +data: App\Entity\Client {#8413 …} +attr: [] +labelTranslationParameters: [] } 2262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19238 +label: "Graciela Cuadrado" +value: "2262" +data: App\Entity\Client {#8419 …} +attr: [] +labelTranslationParameters: [] } 1761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19239 +label: "GRACIELA TISSERA" +value: "1761" +data: App\Entity\Client {#8425 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19240 +label: "GRACIELA BEATRIZ AGNELET" +value: "12" +data: App\Entity\Client {#8431 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19241 +label: "Graciela Elsa Caffarati" +value: "1099" +data: App\Entity\Client {#8438 …} +attr: [] +labelTranslationParameters: [] } 2142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19242 +label: "GRACIELA HAYDEE BRUERA" +value: "2142" +data: App\Entity\Client {#8445 …} +attr: [] +labelTranslationParameters: [] } 2328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19243 +label: "GRACIELA IRENE OLSEN" +value: "2328" +data: App\Entity\Client {#8452 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19244 +label: "GRACIELA LUZ GARCIA" +value: "1034" +data: App\Entity\Client {#8459 …} +attr: [] +labelTranslationParameters: [] } 2369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19245 +label: "GRIBAUDO LUCIANO AGUSTIN" +value: "2369" +data: App\Entity\Client {#8467 …} +attr: [] +labelTranslationParameters: [] } 1734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19246 +label: "GRISELDA SANTA NAVARRO" +value: "1734" +data: App\Entity\Client {#8474 …} +attr: [] +labelTranslationParameters: [] } 1618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19247 +label: "Griselda Verónica Meisinger" +value: "1618" +data: App\Entity\Client {#8481 …} +attr: [] +labelTranslationParameters: [] } 2356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19248 +label: "Guadalupe Perez Moyano" +value: "2356" +data: App\Entity\Client {#8488 …} +attr: [] +labelTranslationParameters: [] } 2696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19249 +label: "Guadalupe Castillo" +value: "2696" +data: App\Entity\Client {#8494 …} +attr: [] +labelTranslationParameters: [] } 1737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19250 +label: "GUIDO MANUEL PALACIOS" +value: "1737" +data: App\Entity\Client {#8501 …} +attr: [] +labelTranslationParameters: [] } 1484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19251 +label: "GUILLAUME JIMENEZ" +value: "1484" +data: App\Entity\Client {#8508 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19252 +label: "GUILLERMO RUBIOLO" +value: "239" +data: App\Entity\Client {#8514 …} +attr: [] +labelTranslationParameters: [] } 900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19253 +label: "guillermo farkas" +value: "900" +data: App\Entity\Client {#8520 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19254 +label: "GUILLERMO MANSILLA" +value: "267" +data: App\Entity\Client {#8527 …} +attr: [] +labelTranslationParameters: [] } 1114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19255 +label: "GUILLERMO GUZMAN" +value: "1114" +data: App\Entity\Client {#8534 …} +attr: [] +labelTranslationParameters: [] } 711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19256 +label: "GUILLERMO LOPEZ" +value: "711" +data: App\Entity\Client {#8540 …} +attr: [] +labelTranslationParameters: [] } 1708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19257 +label: "GUILLERMO GONZALEZ" +value: "1708" +data: App\Entity\Client {#8546 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19258 +label: "GUILLERMO ARIEL RUBIOLO" +value: "1122" +data: App\Entity\Client {#8553 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19259 +label: "Guillermo Damian Andino" +value: "410" +data: App\Entity\Client {#8560 …} +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19260 +label: "GUILLERMO EDUARDO IRARRAZAVAL" +value: "542" +data: App\Entity\Client {#8566 …} +attr: [] +labelTranslationParameters: [] } 2261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19261 +label: "GUILLERMO FEDERICO CASTELLO " +value: "2261" +data: App\Entity\Client {#8573 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19262 +label: "GUILLERMO HECTOR LARRABIDE" +value: "1036" +data: App\Entity\Client {#8580 …} +attr: [] +labelTranslationParameters: [] } 697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19263 +label: "GUILLERMO HUGO RODRIGUEZ" +value: "697" +data: App\Entity\Client {#8587 …} +attr: [] +labelTranslationParameters: [] } 2583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19264 +label: "Guillermo Jose Lambertucci" +value: "2583" +data: App\Entity\Client {#8593 …} +attr: [] +labelTranslationParameters: [] } 1346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19265 +label: "GUILLERMO NICOLAS BUSTAMANTE" +value: "1346" +data: App\Entity\Client {#8600 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19266 +label: "Gustavo Bustos" +value: "309" +data: App\Entity\Client {#8606 …} +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19267 +label: "gustavo calderon (chomba)" +value: "595" +data: App\Entity\Client {#8612 …} +attr: [] +labelTranslationParameters: [] } 820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19268 +label: "GUSTAVO SEGOVIA" +value: "820" +data: App\Entity\Client {#8618 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19269 +label: "Gustavo Quiroga" +value: "9" +data: App\Entity\Client {#8625 …} +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19270 +label: "GUSTAVO LONGONI" +value: "681" +data: App\Entity\Client {#8631 …} +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19271 +label: "GUSTAVO ADOLFO SALVANS LOPEZ" +value: "972" +data: App\Entity\Client {#8638 …} +attr: [] +labelTranslationParameters: [] } 1137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19272 +label: "GUSTAVO ADOLFO GODOY" +value: "1137" +data: App\Entity\Client {#8645 …} +attr: [] +labelTranslationParameters: [] } 2616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19273 +label: "GUSTAVO ADRIAN MONTANI" +value: "2616" +data: App\Entity\Client {#8653 …} +attr: [] +labelTranslationParameters: [] } 2131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19274 +label: "GUSTAVO ALBERTO BERCHAN TORRES" +value: "2131" +data: App\Entity\Client {#8660 …} +attr: [] +labelTranslationParameters: [] } 1390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19275 +label: "Gustavo Alejandro Gomez" +value: "1390" +data: App\Entity\Client {#8667 …} +attr: [] +labelTranslationParameters: [] } 2399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19276 +label: "Gustavo Alejandro Olivero" +value: "2399" +data: App\Entity\Client {#8675 …} +attr: [] +labelTranslationParameters: [] } 2363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19277 +label: "GUSTAVO ALEJANDRO ESPECHE" +value: "2363" +data: App\Entity\Client {#8682 …} +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19278 +label: "GUSTAVO ALFREDO BENINI" +value: "994" +data: App\Entity\Client {#8689 …} +attr: [] +labelTranslationParameters: [] } 1591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19279 +label: "GUSTAVO DAMIAN AIMARETTO" +value: "1591" +data: App\Entity\Client {#8696 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19280 +label: "GUSTAVO DARIO MATOSEVICH" +value: "1019" +data: App\Entity\Client {#8703 …} +attr: [] +labelTranslationParameters: [] } 2632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19281 +label: "GUSTAVO DARIO MATOSEVICH" +value: "2632" +data: App\Entity\Client {#8709 …} +attr: [] +labelTranslationParameters: [] } 694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19282 +label: "GUSTAVO EDUARDO COLAZO" +value: "694" +data: App\Entity\Client {#8716 …} +attr: [] +labelTranslationParameters: [] } 1650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19283 +label: "GUSTAVO EMILIO MONZON ROMERO" +value: "1650" +data: App\Entity\Client {#8723 …} +attr: [] +labelTranslationParameters: [] } 2367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19284 +label: "Gustavo Gastón Gallardo" +value: "2367" +data: App\Entity\Client {#8730 …} +attr: [] +labelTranslationParameters: [] } 1643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19285 +label: "GUSTAVO HERNAN DEVEGILI" +value: "1643" +data: App\Entity\Client {#8737 …} +attr: [] +labelTranslationParameters: [] } 1279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19286 +label: "Gustavo Marcelo Andrich" +value: "1279" +data: App\Entity\Client {#8744 …} +attr: [] +labelTranslationParameters: [] } 1848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19287 +label: "GUSTAVO RODOLFO MALDONADO" +value: "1848" +data: App\Entity\Client {#8750 …} +attr: [] +labelTranslationParameters: [] } 1870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19288 +label: "GUSTAVO RODOLFO MALDONADO " +value: "1870" +data: App\Entity\Client {#8757 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19289 +label: "Gustavo Sergio Castro" +value: "1147" +data: App\Entity\Client {#8764 …} +attr: [] +labelTranslationParameters: [] } 917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19290 +label: "HEBER DIGNA CECILIA CALDERON ITURRIAGA" +value: "917" +data: App\Entity\Client {#8771 …} +attr: [] +labelTranslationParameters: [] } 2542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19291 +label: "HEBER HECTOR ALEXIS MOLINA" +value: "2542" +data: App\Entity\Client {#8778 …} +attr: [] +labelTranslationParameters: [] } 2543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19292 +label: "HEBER HECTOR ALEXIS MOLINA" +value: "2543" +data: App\Entity\Client {#8785 …} +attr: [] +labelTranslationParameters: [] } 769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19293 +label: "HECTOR MORONI" +value: "769" +data: App\Entity\Client {#8791 …} +attr: [] +labelTranslationParameters: [] } 1595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19294 +label: "HECTOR ALBERTO BLANCO" +value: "1595" +data: App\Entity\Client {#8798 …} +attr: [] +labelTranslationParameters: [] } 1581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19295 +label: "HECTOR AMERICO ROJAS" +value: "1581" +data: App\Entity\Client {#8804 …} +attr: [] +labelTranslationParameters: [] } 2340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19296 +label: "HECTOR ANGEL BON" +value: "2340" +data: App\Entity\Client {#8810 …} +attr: [] +labelTranslationParameters: [] } 1747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19297 +label: "HECTOR DANIEL PUCCIA" +value: "1747" +data: App\Entity\Client {#8817 …} +attr: [] +labelTranslationParameters: [] } 1616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19298 +label: "HECTOR DANTE VATT" +value: "1616" +data: App\Entity\Client {#8824 …} +attr: [] +labelTranslationParameters: [] } 2022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19299 +label: "HECTOR EMILIANO ZAPATA" +value: "2022" +data: App\Entity\Client {#8831 …} +attr: [] +labelTranslationParameters: [] } 2341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19300 +label: "Hector Emilio Cisterna" +value: "2341" +data: App\Entity\Client {#8838 …} +attr: [] +labelTranslationParameters: [] } 2687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19301 +label: "HECTOR FABIAN QUILICI" +value: "2687" +data: App\Entity\Client {#8845 …} +attr: [] +labelTranslationParameters: [] } 1235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19302 +label: "HECTOR FERNANDO D'AMORE" +value: "1235" +data: App\Entity\Client {#8852 …} +attr: [] +labelTranslationParameters: [] } 2289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19303 +label: "Hector Hugo Plaza" +value: "2289" +data: App\Entity\Client {#8859 …} +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19304 +label: "HECTOR JORGE LUCERO" +value: "576" +data: App\Entity\Client {#8865 …} +attr: [] +labelTranslationParameters: [] } 2690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19305 +label: "HECTOR JUAN PERI" +value: "2690" +data: App\Entity\Client {#8871 …} +attr: [] +labelTranslationParameters: [] } 1799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19306 +label: "Hector Martin del Valle" +value: "1799" +data: App\Entity\Client {#8878 …} +attr: [] +labelTranslationParameters: [] } 1646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19307 +label: "Hector Nahuel Romero" +value: "1646" +data: App\Entity\Client {#8885 …} +attr: [] +labelTranslationParameters: [] } 2171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19308 +label: "Hector Nicolas Olmos" +value: "2171" +data: App\Entity\Client {#8891 …} +attr: [] +labelTranslationParameters: [] } 2323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19309 +label: "HECTOR OVIDIO GONZALEZ" +value: "2323" +data: App\Entity\Client {#8898 …} +attr: [] +labelTranslationParameters: [] } 2092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19310 +label: "HECTOR RAMON FERREYRA" +value: "2092" +data: App\Entity\Client {#8904 …} +attr: [] +labelTranslationParameters: [] } 2094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19311 +label: "HECTOR RAMON FERREYRA" +value: "2094" +data: App\Entity\Client {#8911 …} +attr: [] +labelTranslationParameters: [] } 2243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19312 +label: "HECTOR RICARDO MANZANO" +value: "2243" +data: App\Entity\Client {#8918 …} +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19313 +label: "HENRY ALI RODRIGUEZ ARGUEDAS" +value: "980" +data: App\Entity\Client {#8925 …} +attr: [] +labelTranslationParameters: [] } 1902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19314 +label: "HERMINIO HILARIO CZERNIS" +value: "1902" +data: App\Entity\Client {#8932 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19315 +label: "Hernan Baran" +value: "427" +data: App\Entity\Client {#8938 …} +attr: [] +labelTranslationParameters: [] } 1691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19316 +label: "Hernan Carlos Sanguinetti" +value: "1691" +data: App\Entity\Client {#8945 …} +attr: [] +labelTranslationParameters: [] } 2498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19317 +label: "HERNAN DANIEL VILLARREAL" +value: "2498" +data: App\Entity\Client {#8951 …} +attr: [] +labelTranslationParameters: [] } 2162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19318 +label: "HERNAN DARIO FANTINI" +value: "2162" +data: App\Entity\Client {#8958 …} +attr: [] +labelTranslationParameters: [] } 771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19319 +label: "HERNAN GUSTAVO CARBALLO" +value: "771" +data: App\Entity\Client {#8964 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19320 +label: "Hernan Victor Baran" +value: "428" +data: App\Entity\Client {#8971 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19321 +label: "HILDA ESTER CONCI" +value: "130" +data: App\Entity\Client {#8978 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19322 +label: "HILDA VERONICA ENCARNACION VAIRA" +value: "1050" +data: App\Entity\Client {#8985 …} +attr: [] +labelTranslationParameters: [] } 1094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19323 +label: "HIPOLITO VENTURA GARCIA" +value: "1094" +data: App\Entity\Client {#8992 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19324 +label: "Horacio Perez" +value: "291" +data: App\Entity\Client {#8998 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19325 +label: "HORACIO PICO" +value: "163" +data: App\Entity\Client {#9004 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19326 +label: "HORACIO ORTEGA" +value: "151" +data: App\Entity\Client {#9010 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19327 +label: "HORACIO ORTEGA" +value: "152" +data: App\Entity\Client {#9016 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19328 +label: "HORACIO ESTEBAN PEDEMONTE" +value: "347" +data: App\Entity\Client {#9023 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19329 +label: "HORACIO JESUS MACHADO" +value: "461" +data: App\Entity\Client {#9030 …} +attr: [] +labelTranslationParameters: [] } 2093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19330 +label: "HORACIO RAUL PEZZUCHI" +value: "2093" +data: App\Entity\Client {#9037 …} +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19331 +label: "Hugo Albornos" +value: "601" +data: App\Entity\Client {#9043 …} +attr: [] +labelTranslationParameters: [] } 526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19332 +label: "HUGO TOSONI" +value: "526" +data: App\Entity\Client {#9050 …} +attr: [] +labelTranslationParameters: [] } 869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19333 +label: "HUGO ALBERTO RICO" +value: "869" +data: App\Entity\Client {#9056 …} +attr: [] +labelTranslationParameters: [] } 1481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19334 +label: "Hugo Alejandro Castro" +value: "1481" +data: App\Entity\Client {#9063 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19335 +label: "HUGO ALFREDO SILAS" +value: "158" +data: App\Entity\Client {#9069 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19336 +label: "Hugo Enrique Ortega" +value: "1063" +data: App\Entity\Client {#9076 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19337 +label: "Hugo Luis Contreras" +value: "1086" +data: App\Entity\Client {#9083 …} +attr: [] +labelTranslationParameters: [] } 796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19338 +label: "HUGO MANUEL FALL" +value: "796" +data: App\Entity\Client {#9089 …} +attr: [] +labelTranslationParameters: [] } 1428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19339 +label: "HUGO MARCELO SANCHEZ" +value: "1428" +data: App\Entity\Client {#9096 …} +attr: [] +labelTranslationParameters: [] } 1543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19340 +label: "HUGO RAMON FERNANDEZ" +value: "1543" +data: App\Entity\Client {#9103 …} +attr: [] +labelTranslationParameters: [] } 2525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19341 +label: "Hugo Sebastian Cortinez" +value: "2525" +data: App\Entity\Client {#9110 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19342 +label: "Humberto Completar!!" +value: "245" +data: App\Entity\Client {#9116 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19343 +label: "HUMBERTO ANTONIO CARRIZO" +value: "82" +data: App\Entity\Client {#9122 …} +attr: [] +labelTranslationParameters: [] } 1908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19344 +label: "Humberto Ramon Giannini" +value: "1908" +data: App\Entity\Client {#9129 …} +attr: [] +labelTranslationParameters: [] } 1906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19345 +label: "Humberto Ramon Giannini" +value: "1906" +data: App\Entity\Client {#9135 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19346 +label: "IAN POGORZELSKY" +value: "473" +data: App\Entity\Client {#9142 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19347 +label: "Ignacio Martinez" +value: "1152" +data: App\Entity\Client {#9149 …} +attr: [] +labelTranslationParameters: [] } 2228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19348 +label: "IGNACIO RODRIGUEZ OLLER" +value: "2228" +data: App\Entity\Client {#9156 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19349 +label: "Ignacio Luis Torres" +value: "227" +data: App\Entity\Client {#9163 …} +attr: [] +labelTranslationParameters: [] } 2595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19350 +label: "ILEANA ERICA ECKENBERGER" +value: "2595" +data: App\Entity\Client {#9171 …} +attr: [] +labelTranslationParameters: [] } 1151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19351 +label: "ILEANA NOEMI ROJAS" +value: "1151" +data: App\Entity\Client {#9178 …} +attr: [] +labelTranslationParameters: [] } 2218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19352 +label: "INES DEL CARMEN LEDESMA" +value: "2218" +data: App\Entity\Client {#9184 …} +attr: [] +labelTranslationParameters: [] } 2219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19353 +label: "INES DEL CARMEN LEDESMA" +value: "2219" +data: App\Entity\Client {#9191 …} +attr: [] +labelTranslationParameters: [] } 1781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19354 +label: "INES MARIA PARGA" +value: "1781" +data: App\Entity\Client {#9198 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19355 +label: "IRENE RAMOS" +value: "1071" +data: App\Entity\Client {#9204 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19356 +label: "IRENE SOLEDAD MARIN" +value: "202" +data: App\Entity\Client {#9210 …} +attr: [] +labelTranslationParameters: [] } 2036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19357 +label: "IRINA FARCY" +value: "2036" +data: App\Entity\Client {#9216 …} +attr: [] +labelTranslationParameters: [] } 1830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19358 +label: "Iris Victoria Fabbri" +value: "1830" +data: App\Entity\Client {#9223 …} +attr: [] +labelTranslationParameters: [] } 1875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19359 +label: "IRMA HAYDEE PAPA" +value: "1875" +data: App\Entity\Client {#9230 …} +attr: [] +labelTranslationParameters: [] } 713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19360 +label: "ISABEL CORBALAN" +value: "713" +data: App\Entity\Client {#9236 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19361 +label: "Ismael David Funes" +value: "79" +data: App\Entity\Client {#9242 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19362 +label: "IVAN IVAN" +value: "302" +data: App\Entity\Client {#9248 …} +attr: [] +labelTranslationParameters: [] } 792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19363 +label: "IVAN FANJUL" +value: "792" +data: App\Entity\Client {#9254 …} +attr: [] +labelTranslationParameters: [] } 1916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19364 +label: "IVAN OSCAR ALVORNOZ" +value: "1916" +data: App\Entity\Client {#9261 …} +attr: [] +labelTranslationParameters: [] } 1893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19365 +label: "Ivan Ramiro Barrera" +value: "1893" +data: App\Entity\Client {#9268 …} +attr: [] +labelTranslationParameters: [] } 2454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19366 +label: "IVANA CAROLINA VAGNI" +value: "2454" +data: App\Entity\Client {#9274 …} +attr: [] +labelTranslationParameters: [] } 1845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19367 +label: "IVANA MAGALI ROSSO" +value: "1845" +data: App\Entity\Client {#9281 …} +attr: [] +labelTranslationParameters: [] } 1844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19368 +label: "IVANA MAGALI ROSSI" +value: "1844" +data: App\Entity\Client {#9287 …} +attr: [] +labelTranslationParameters: [] } 1186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19369 +label: "Jael Ariadna Yadala" +value: "1186" +data: App\Entity\Client {#9294 …} +attr: [] +labelTranslationParameters: [] } 1394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19370 +label: "JAIME MOSQUERA" +value: "1394" +data: App\Entity\Client {#9301 …} +attr: [] +labelTranslationParameters: [] } 1762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19371 +label: "JAIRO GOMEZ" +value: "1762" +data: App\Entity\Client {#9307 …} +attr: [] +labelTranslationParameters: [] } 867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19372 +label: "javier avalos" +value: "867" +data: App\Entity\Client {#9313 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19373 +label: "JAVIER ALBERTISI" +value: "1033" +data: App\Entity\Client {#9319 …} +attr: [] +labelTranslationParameters: [] } 1332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19374 +label: "JAVIER GONZALEZ" +value: "1332" +data: App\Entity\Client {#9325 …} +attr: [] +labelTranslationParameters: [] } 2360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19375 +label: "JAVIER BERTARELLI" +value: "2360" +data: App\Entity\Client {#9331 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19376 +label: "Javier Edgardo Nacuse" +value: "22" +data: App\Entity\Client {#9337 …} +attr: [] +labelTranslationParameters: [] } 1847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19377 +label: "JAVIER ESTEBAN DAROQUI" +value: "1847" +data: App\Entity\Client {#9344 …} +attr: [] +labelTranslationParameters: [] } 1370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19378 +label: "Javier Fernando Virano" +value: "1370" +data: App\Entity\Client {#9351 …} +attr: [] +labelTranslationParameters: [] } 2133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19379 +label: "JAVIER HERNAN MALAGUEÑO" +value: "2133" +data: App\Entity\Client {#9358 …} +attr: [] +labelTranslationParameters: [] } 1964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19380 +label: "Javier Jose Calviño" +value: "1964" +data: App\Entity\Client {#9364 …} +attr: [] +labelTranslationParameters: [] } 1965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19381 +label: "Javier Jose Calviño" +value: "1965" +data: App\Entity\Client {#9371 …} +attr: [] +labelTranslationParameters: [] } 2292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19382 +label: "JAVIER MATIAS PASTORE" +value: "2292" +data: App\Entity\Client {#9378 …} +attr: [] +labelTranslationParameters: [] } 2631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19383 +label: "JAZMIN MERCEDES COLAZO" +value: "2631" +data: App\Entity\Client {#9385 …} +attr: [] +labelTranslationParameters: [] } 1551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19384 +label: "JEAN PAUL LACLAU" +value: "1551" +data: App\Entity\Client {#9392 …} +attr: [] +labelTranslationParameters: [] } 2023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19385 +label: "JEEP FABRICA" +value: "2023" +data: App\Entity\Client {#9398 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19386 +label: "JENNIFER ALDANA ROMERO" +value: "1129" +data: App\Entity\Client {#9405 …} +attr: [] +labelTranslationParameters: [] } 1573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19387 +label: "Jeremias Ezequiel Santarossa" +value: "1573" +data: App\Entity\Client {#9412 …} +attr: [] +labelTranslationParameters: [] } 2008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19388 +label: "JEREMIAS FERNANDO NEPOTE" +value: "2008" +data: App\Entity\Client {#9419 …} +attr: [] +labelTranslationParameters: [] } 2455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19389 +label: "Jeremias Nahuel Llanos" +value: "2455" +data: App\Entity\Client {#9425 …} +attr: [] +labelTranslationParameters: [] } 790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19390 +label: "JESICA VILLAVICENCIO" +value: "790" +data: App\Entity\Client {#9431 …} +attr: [] +labelTranslationParameters: [] } 1055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19391 +label: "JESICA DANIELA DE LOURDES CABALLERO" +value: "1055" +data: App\Entity\Client {#9438 …} +attr: [] +labelTranslationParameters: [] } 2548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19392 +label: "JESICA VANESA SANCHEZ" +value: "2548" +data: App\Entity\Client {#9445 …} +attr: [] +labelTranslationParameters: [] } 1941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19393 +label: "JESSICA GABRIELA HEREDIA" +value: "1941" +data: App\Entity\Client {#9452 …} +attr: [] +labelTranslationParameters: [] } 908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19394 +label: "JESSICA VANINA BUSTOS" +value: "908" +data: App\Entity\Client {#9459 …} +attr: [] +labelTranslationParameters: [] } 2213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19395 +label: "jesus ivan bizarri" +value: "2213" +data: App\Entity\Client {#9465 …} +attr: [] +labelTranslationParameters: [] } 2214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19396 +label: "JESUS IVAN BIZARRI" +value: "2214" +data: App\Entity\Client {#9472 …} +attr: [] +labelTranslationParameters: [] } 1188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19397 +label: "Joaquin Corvalan" +value: "1188" +data: App\Entity\Client {#9479 …} +attr: [] +labelTranslationParameters: [] } 1378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19398 +label: "Joaquin Andrich" +value: "1378" +data: App\Entity\Client {#9486 …} +attr: [] +labelTranslationParameters: [] } 565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19399 +label: "JOAQUIN SOLER" +value: "565" +data: App\Entity\Client {#9492 …} +attr: [] +labelTranslationParameters: [] } 674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19400 +label: "JOAQUIN NICOLA" +value: "674" +data: App\Entity\Client {#9498 …} +attr: [] +labelTranslationParameters: [] } 2386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19401 +label: "joaquin manassali" +value: "2386" +data: App\Entity\Client {#9506 …} +attr: [] +labelTranslationParameters: [] } 1547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19402 +label: "JOAQUIN MARIA RODRIGUEZ VARELA" +value: "1547" +data: App\Entity\Client {#9513 …} +attr: [] +labelTranslationParameters: [] } 1931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19403 +label: "Johana Katherina Lia Ortiz" +value: "1931" +data: App\Entity\Client {#9519 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19404 +label: "JOHANNA NAYME MEL" +value: "465" +data: App\Entity\Client {#9526 …} +attr: [] +labelTranslationParameters: [] } 2350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19405 +label: "Johannes Schmidt" +value: "2350" +data: App\Entity\Client {#9533 …} +attr: [] +labelTranslationParameters: [] } 1730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19406 +label: "JONAS EZEQUIEL ARCE" +value: "1730" +data: App\Entity\Client {#9540 …} +attr: [] +labelTranslationParameters: [] } 1601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19407 +label: "JONATHAN CAISAROTTO" +value: "1601" +data: App\Entity\Client {#9546 …} +attr: [] +labelTranslationParameters: [] } 1602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19408 +label: "JONATHAN IVAN CASAROTTO DOMINGUEZ" +value: "1602" +data: App\Entity\Client {#9553 …} +attr: [] +labelTranslationParameters: [] } 1204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19409 +label: "Jonathan Sergio Carreno" +value: "1204" +data: App\Entity\Client {#9560 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19410 +label: "Jorge Fink" +value: "71" +data: App\Entity\Client {#9566 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19411 +label: "Jorge Beruatto" +value: "73" +data: App\Entity\Client {#9572 …} +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19412 +label: "JORGE ASEFF" +value: "1039" +data: App\Entity\Client {#9579 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19413 +label: "Jorge Rocca" +value: "118" +data: App\Entity\Client {#9585 …} +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19414 +label: "jorge jorge" +value: "590" +data: App\Entity\Client {#9591 …} +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19415 +label: "jorge britos" +value: "593" +data: App\Entity\Client {#9597 …} +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19416 +label: "jorge ledezma" +value: "597" +data: App\Entity\Client {#9603 …} +attr: [] +labelTranslationParameters: [] } 817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19417 +label: "JORGE CARUSO" +value: "817" +data: App\Entity\Client {#9609 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19418 +label: "JORGE VILLARROEL" +value: "114" +data: App\Entity\Client {#9615 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19419 +label: "JORGE FLORES" +value: "274" +data: App\Entity\Client {#9621 …} +attr: [] +labelTranslationParameters: [] } 2258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19420 +label: "JORGE RITROVATO" +value: "2258" +data: App\Entity\Client {#9628 …} +attr: [] +labelTranslationParameters: [] } 1615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19421 +label: "JORGE MATARRESE" +value: "1615" +data: App\Entity\Client {#9634 …} +attr: [] +labelTranslationParameters: [] } 1688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19422 +label: "JORGE QUINTEROS" +value: "1688" +data: App\Entity\Client {#9641 …} +attr: [] +labelTranslationParameters: [] } 2275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19423 +label: "JORGE AGUSTIN RUDY" +value: "2275" +data: App\Entity\Client {#9648 …} +attr: [] +labelTranslationParameters: [] } 649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19424 +label: "JORGE ALBERTO ROSALES" +value: "649" +data: App\Entity\Client {#9654 …} +attr: [] +labelTranslationParameters: [] } 2467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19425 +label: "JORGE ALBERTO MUSTAFA" +value: "2467" +data: App\Entity\Client {#9661 …} +attr: [] +labelTranslationParameters: [] } 664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19426 +label: "JORGE ALEJANDRO AGUILA" +value: "664" +data: App\Entity\Client {#9667 …} +attr: [] +labelTranslationParameters: [] } 1771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19427 +label: "JORGE ALFREDO MORCILLO" +value: "1771" +data: App\Entity\Client {#9674 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19428 +label: "Jorge Ariel Lucero" +value: "206" +data: App\Entity\Client {#9680 …} +attr: [] +labelTranslationParameters: [] } 2610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19429 +label: "Jorge carlos Dotto" +value: "2610" +data: App\Entity\Client {#9687 …} +attr: [] +labelTranslationParameters: [] } 1588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19430 +label: "JORGE DANIEL LEDESMA" +value: "1588" +data: App\Entity\Client {#9694 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19431 +label: "JORGE DANIEL CHIOSI" +value: "358" +data: App\Entity\Client {#9701 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19432 +label: "JORGE DANIEL RIUS" +value: "988" +data: App\Entity\Client {#9708 …} +attr: [] +labelTranslationParameters: [] } 2649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19433 +label: "JORGE DARIO MALAN" +value: "2649" +data: App\Entity\Client {#9716 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19434 +label: "JORGE EDUARDO ALBES CARNEIRO" +value: "319" +data: App\Entity\Client {#9722 …} +attr: [] +labelTranslationParameters: [] } 2002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19435 +label: "JORGE EZEQUIEL MOLINA" +value: "2002" +data: App\Entity\Client {#9729 …} +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19436 +label: "JORGE HECTOR ROLDAN" +value: "569" +data: App\Entity\Client {#9735 …} +attr: [] +labelTranslationParameters: [] } 1376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19437 +label: "JORGE HECTOR NAVARRO" +value: "1376" +data: App\Entity\Client {#9742 …} +attr: [] +labelTranslationParameters: [] } 1765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19438 +label: "Jorge Horacio Ryan" +value: "1765" +data: App\Entity\Client {#9749 …} +attr: [] +labelTranslationParameters: [] } 615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19439 +label: "JORGE HUGO ALIAS" +value: "615" +data: App\Entity\Client {#9755 …} +attr: [] +labelTranslationParameters: [] } 1452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19440 +label: "JORGE HUGO ALVAREZ" +value: "1452" +data: App\Entity\Client {#9762 …} +attr: [] +labelTranslationParameters: [] } 2085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19441 +label: "Jorge José Chirico" +value: "2085" +data: App\Entity\Client {#9769 …} +attr: [] +labelTranslationParameters: [] } 2469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19442 +label: "JORGE LEANDRO EZEQUIEL OVIEDO" +value: "2469" +data: App\Entity\Client {#9776 …} +attr: [] +labelTranslationParameters: [] } 1759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19443 +label: "JORGE LUIS MINERVINI" +value: "1759" +data: App\Entity\Client {#9783 …} +attr: [] +labelTranslationParameters: [] } 1709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19444 +label: "JORGE LUIS TOLEDO" +value: "1709" +data: App\Entity\Client {#9790 …} +attr: [] +labelTranslationParameters: [] } 1903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19445 +label: "JORGE LUIS FIORI" +value: "1903" +data: App\Entity\Client {#9797 …} +attr: [] +labelTranslationParameters: [] } 2097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19446 +label: "JORGE LUIS VINCENZINI" +value: "2097" +data: App\Entity\Client {#9804 …} +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19447 +label: "JORGE MIGUEL FERRERO" +value: "970" +data: App\Entity\Client {#9810 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19448 +label: "JORGE NAZARENO BORELLO" +value: "1070" +data: App\Entity\Client {#9817 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19449 +label: "Jorge Omar Garcia" +value: "456" +data: App\Entity\Client {#9824 …} +attr: [] +labelTranslationParameters: [] } 2101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19450 +label: "JORGE OSCAR PESCI" +value: "2101" +data: App\Entity\Client {#9831 …} +attr: [] +labelTranslationParameters: [] } 2272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19451 +label: "JORGE PABLO DE CASTRO" +value: "2272" +data: App\Entity\Client {#9838 …} +attr: [] +labelTranslationParameters: [] } 2310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19452 +label: "JORGE RAMON SOBRECASAS" +value: "2310" +data: App\Entity\Client {#9845 …} +attr: [] +labelTranslationParameters: [] } 522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19453 +label: "JORGE ROBERTO ANDRES" +value: "522" +data: App\Entity\Client {#9852 …} +attr: [] +labelTranslationParameters: [] } 2673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19454 +label: "JORGE RODRIGO CABRERA MAGALLANES" +value: "2673" +data: App\Entity\Client {#9860 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19455 +label: "JORGELINA MAGALI LUQUE" +value: "1018" +data: App\Entity\Client {#9867 …} +attr: [] +labelTranslationParameters: [] } 1956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19456 +label: "JORGELINA RENNE TORRES" +value: "1956" +data: App\Entity\Client {#9874 …} +attr: [] +labelTranslationParameters: [] } 957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19457 +label: "JOSE SERNA" +value: "957" +data: App\Entity\Client {#9881 …} +attr: [] +labelTranslationParameters: [] } 958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19458 +label: "JOSE SERNA" +value: "958" +data: App\Entity\Client {#9887 …} +attr: [] +labelTranslationParameters: [] } 1613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19459 +label: "JOSE ZARAGOZA" +value: "1613" +data: App\Entity\Client {#9894 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19460 +label: "JOSE SPINETTI" +value: "123" +data: App\Entity\Client {#9900 …} +attr: [] +labelTranslationParameters: [] } 1746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19461 +label: "JOSE RUFAIL" +value: "1746" +data: App\Entity\Client {#9907 …} +attr: [] +labelTranslationParameters: [] } 2221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19462 +label: "Jose Agustin Torti" +value: "2221" +data: App\Entity\Client {#9914 …} +attr: [] +labelTranslationParameters: [] } 1254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19463 +label: "JOSE ALBERTO BRIA" +value: "1254" +data: App\Entity\Client {#9921 …} +attr: [] +labelTranslationParameters: [] } 1331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19464 +label: "JOSE ALBERTO SOMOZA" +value: "1331" +data: App\Entity\Client {#9927 …} +attr: [] +labelTranslationParameters: [] } 1953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19465 +label: "JOSE ALBERTO MELANO" +value: "1953" +data: App\Entity\Client {#9934 …} +attr: [] +labelTranslationParameters: [] } 1778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19466 +label: "Jose Alejandro Arrascaeta" +value: "1778" +data: App\Entity\Client {#9941 …} +attr: [] +labelTranslationParameters: [] } 797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19467 +label: "JOSE ANTONIO MARINCOVICH" +value: "797" +data: App\Entity\Client {#9948 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19468 +label: "JOSE ANTONIO CUEVAS" +value: "388" +data: App\Entity\Client {#9955 …} +attr: [] +labelTranslationParameters: [] } 2395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19469 +label: "JOSE BALBINO SERNA" +value: "2395" +data: App\Entity\Client {#9962 …} +attr: [] +labelTranslationParameters: [] } 2249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19470 +label: "JOSE DANIEL VIDELA" +value: "2249" +data: App\Entity\Client {#9969 …} +attr: [] +labelTranslationParameters: [] } 1393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19471 +label: "JOSE EDUARDO MONTE" +value: "1393" +data: App\Entity\Client {#9976 …} +attr: [] +labelTranslationParameters: [] } 2270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19472 +label: "JOSE ENRIQUE GOIRAN" +value: "2270" +data: App\Entity\Client {#9983 …} +attr: [] +labelTranslationParameters: [] } 938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19473 +label: "JOSE GABRIEL PERESOTTI" +value: "938" +data: App\Entity\Client {#9989 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19474 +label: "Jose Gabriel Aguzzi" +value: "104" +data: App\Entity\Client {#9995 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19475 +label: "JOSE HERNAN ALBERA MARTINATTO" +value: "990" +data: App\Entity\Client {#10002 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19476 +label: "JOSE LORENZO SPINETTI" +value: "131" +data: App\Entity\Client {#10008 …} +attr: [] +labelTranslationParameters: [] } 1184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19477 +label: "Jose Luis Martinez" +value: "1184" +data: App\Entity\Client {#10015 …} +attr: [] +labelTranslationParameters: [] } 657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19478 +label: "JOSE LUIS MACHADO" +value: "657" +data: App\Entity\Client {#10021 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19479 +label: "JOSE LUIS ABASTO" +value: "1031" +data: App\Entity\Client {#10028 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19480 +label: "JOSE LUIS CORDOBA" +value: "1040" +data: App\Entity\Client {#10035 …} +attr: [] +labelTranslationParameters: [] } 1183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19481 +label: "Jose Manuel Garcia" +value: "1183" +data: App\Entity\Client {#10042 …} +attr: [] +labelTranslationParameters: [] } 2503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19482 +label: "JOSE MANUEL FRANCISCO ALIAGA" +value: "2503" +data: App\Entity\Client {#10049 …} +attr: [] +labelTranslationParameters: [] } 2155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19483 +label: "JOSE MARCELO ORMOS" +value: "2155" +data: App\Entity\Client {#10056 …} +attr: [] +labelTranslationParameters: [] } 1984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19484 +label: "Jose Maria Farias" +value: "1984" +data: App\Entity\Client {#10063 …} +attr: [] +labelTranslationParameters: [] } 1985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19485 +label: "Jose Maria Farias" +value: "1985" +data: App\Entity\Client {#10069 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19486 +label: "JOSE MARIA HERNANDEZ" +value: "275" +data: App\Entity\Client {#10076 …} +attr: [] +labelTranslationParameters: [] } 1182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19487 +label: "JOSE MARIA BALASTEGUI" +value: "1182" +data: App\Entity\Client {#10083 …} +attr: [] +labelTranslationParameters: [] } 2009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19488 +label: "JOSE MARIA BARRERA" +value: "2009" +data: App\Entity\Client {#10090 …} +attr: [] +labelTranslationParameters: [] } 1979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19489 +label: "JOSE MARIA DRAGO" +value: "1979" +data: App\Entity\Client {#10097 …} +attr: [] +labelTranslationParameters: [] } 2231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19490 +label: "JOSE MARIA TRONCOSO" +value: "2231" +data: App\Entity\Client {#10104 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19491 +label: "JOSE MARIANO PIATTI" +value: "393" +data: App\Entity\Client {#10111 …} +attr: [] +labelTranslationParameters: [] } 2264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19492 +label: "Jose Mariano del Carpio Gallo" +value: "2264" +data: App\Entity\Client {#10118 …} +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19493 +label: "JOSE MIGUEL NAVARRO" +value: "611" +data: App\Entity\Client {#10124 …} +attr: [] +labelTranslationParameters: [] } 2394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19494 +label: "JOSE ORLANDO HEREDIA" +value: "2394" +data: App\Entity\Client {#10131 …} +attr: [] +labelTranslationParameters: [] } 1432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19495 +label: "JOSE PABLO MARIA LABAQUE" +value: "1432" +data: App\Entity\Client {#10138 …} +attr: [] +labelTranslationParameters: [] } 531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19496 +label: "JOSE RAMON FLORES" +value: "531" +data: App\Entity\Client {#10145 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19497 +label: "juan teverosky" +value: "62" +data: App\Entity\Client {#10151 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19498 +label: "JUAN GHYS" +value: "325" +data: App\Entity\Client {#10157 …} +attr: [] +labelTranslationParameters: [] } 2361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19499 +label: "juan goma" +value: "2361" +data: App\Entity\Client {#10163 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19500 +label: "JUAN PAEZ" +value: "466" +data: App\Entity\Client {#10169 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19501 +label: "Juan Completar" +value: "328" +data: App\Entity\Client {#10175 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19502 +label: "JUAN VILLA" +value: "1119" +data: App\Entity\Client {#10182 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19503 +label: "JUAN ALBERTO CAPORALETTI" +value: "14" +data: App\Entity\Client {#10188 …} +attr: [] +labelTranslationParameters: [] } 2335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19504 +label: "JUAN ALBERTO GONZALEZ" +value: "2335" +data: App\Entity\Client {#10194 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19505 +label: "Juan Alejandro Vilches Meneses" +value: "331" +data: App\Entity\Client {#10200 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19506 +label: "Juan Carlos Gonzalez" +value: "329" +data: App\Entity\Client {#10206 …} +attr: [] +labelTranslationParameters: [] } 748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19507 +label: "JUAN CARLOS GONZALEZ" +value: "748" +data: App\Entity\Client {#10212 …} +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19508 +label: "JUAN CARLOS YACANTE" +value: "581" +data: App\Entity\Client {#10218 …} +attr: [] +labelTranslationParameters: [] } 1513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19509 +label: "JUAN CARLOS SAILLEN" +value: "1513" +data: App\Entity\Client {#10225 …} +attr: [] +labelTranslationParameters: [] } 732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19510 +label: "JUAN CARLOS COMBA" +value: "732" +data: App\Entity\Client {#10231 …} +attr: [] +labelTranslationParameters: [] } 989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19511 +label: "JUAN CARLOS AGUIRRE" +value: "989" +data: App\Entity\Client {#10238 …} +attr: [] +labelTranslationParameters: [] } 1205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19512 +label: "JUAN CARLOS IBAZETA" +value: "1205" +data: App\Entity\Client {#10245 …} +attr: [] +labelTranslationParameters: [] } 2357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19513 +label: "JUAN CARLOS CORTES" +value: "2357" +data: App\Entity\Client {#10252 …} +attr: [] +labelTranslationParameters: [] } 1992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19514 +label: "JUAN CARLOS MAZZUFERI" +value: "1992" +data: App\Entity\Client {#10259 …} +attr: [] +labelTranslationParameters: [] } 2489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19515 +label: "JUAN CARLOS ZEBALLO" +value: "2489" +data: App\Entity\Client {#10265 …} +attr: [] +labelTranslationParameters: [] } 2013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19516 +label: "Juan Carlos Brito" +value: "2013" +data: App\Entity\Client {#10272 …} +attr: [] +labelTranslationParameters: [] } 2114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19517 +label: "JUAN CARLOS LOYOLA" +value: "2114" +data: App\Entity\Client {#10279 …} +attr: [] +labelTranslationParameters: [] } 2185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19518 +label: "JUAN CARLOS ZILIOTTO" +value: "2185" +data: App\Entity\Client {#10286 …} +attr: [] +labelTranslationParameters: [] } 2689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19519 +label: "JUAN CESAR REYES" +value: "2689" +data: App\Entity\Client {#10293 …} +attr: [] +labelTranslationParameters: [] } 1454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19520 +label: "JUAN DANIEL ESCOBOSA" +value: "1454" +data: App\Entity\Client {#10300 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19521 +label: "JUAN DE DIOS CARDOZO" +value: "272" +data: App\Entity\Client {#10307 …} +attr: [] +labelTranslationParameters: [] } 1924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19522 +label: "JUAN FACUNDO FERREYRA" +value: "1924" +data: App\Entity\Client {#10314 …} +attr: [] +labelTranslationParameters: [] } 1900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19523 +label: "JUAN FACUNDO CORONEL" +value: "1900" +data: App\Entity\Client {#10321 …} +attr: [] +labelTranslationParameters: [] } 1523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19524 +label: "JUAN FEDERICO DURAN" +value: "1523" +data: App\Entity\Client {#10328 …} +attr: [] +labelTranslationParameters: [] } 1811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19525 +label: "JUAN GABRIEL PEREZ" +value: "1811" +data: App\Entity\Client {#10335 …} +attr: [] +labelTranslationParameters: [] } 1041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19526 +label: "JUAN IGNACIO CALAMITA" +value: "1041" +data: App\Entity\Client {#10342 …} +attr: [] +labelTranslationParameters: [] } 2177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19527 +label: "Juan Jesus Perez Gonzalez" +value: "2177" +data: App\Entity\Client {#10348 …} +attr: [] +labelTranslationParameters: [] } 2178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19528 +label: "Juan Jesus Perez Gonzalez" +value: "2178" +data: App\Entity\Client {#10354 …} +attr: [] +labelTranslationParameters: [] } 2179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19529 +label: "JUAN JESUS PEREZ GONZALEZ" +value: "2179" +data: App\Entity\Client {#10361 …} +attr: [] +labelTranslationParameters: [] } 1749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19530 +label: "Juan Jose Dura" +value: "1749" +data: App\Entity\Client {#10368 …} +attr: [] +labelTranslationParameters: [] } 2227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19531 +label: "JUAN JOSE ZORZON" +value: "2227" +data: App\Entity\Client {#10375 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19532 +label: "Juan Leandro Maldonado" +value: "208" +data: App\Entity\Client {#10381 …} +attr: [] +labelTranslationParameters: [] } 2143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19533 +label: "JUAN MANUEL ABUIN MARCHETTI" +value: "2143" +data: App\Entity\Client {#10388 …} +attr: [] +labelTranslationParameters: [] } 2193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19534 +label: "Juan Manuel Scoppa" +value: "2193" +data: App\Entity\Client {#10395 …} +attr: [] +labelTranslationParameters: [] } 1479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19535 +label: "JUAN MANUEL ORLANDO MELIDONI" +value: "1479" +data: App\Entity\Client {#10402 …} +attr: [] +labelTranslationParameters: [] } 2032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19536 +label: "JUAN MANUEL RODRIGUEZ" +value: "2032" +data: App\Entity\Client {#10409 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19537 +label: "JUAN MARCELO VICARIO" +value: "414" +data: App\Entity\Client {#10416 …} +attr: [] +labelTranslationParameters: [] } 2234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19538 +label: "JUAN MARCELO GARCIA NANI" +value: "2234" +data: App\Entity\Client {#10423 …} +attr: [] +labelTranslationParameters: [] } 1710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19539 +label: "JUAN MARCO CROZZOLI" +value: "1710" +data: App\Entity\Client {#10430 …} +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19540 +label: "JUAN PABLO AGUIRRE" +value: "684" +data: App\Entity\Client {#10437 …} +attr: [] +labelTranslationParameters: [] } 2458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19541 +label: "JUAN PABLO ONTIVERO" +value: "2458" +data: App\Entity\Client {#10444 …} +attr: [] +labelTranslationParameters: [] } 2111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19542 +label: "JUAN PABLO REYNAGA" +value: "2111" +data: App\Entity\Client {#10451 …} +attr: [] +labelTranslationParameters: [] } 2244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19543 +label: "JUAN PABLO CURVINO" +value: "2244" +data: App\Entity\Client {#10458 …} +attr: [] +labelTranslationParameters: [] } 1365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19544 +label: "Juan Pablo Matias Bruschini" +value: "1365" +data: App\Entity\Client {#10465 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19545 +label: "JUAN RICARDO MURUA" +value: "307" +data: App\Entity\Client {#10472 …} +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19546 +label: "JUAN ROGELIO BARRERA" +value: "673" +data: App\Entity\Client {#10478 …} +attr: [] +labelTranslationParameters: [] } 1783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19547 +label: "Julia del Carmen Cabanillas" +value: "1783" +data: App\Entity\Client {#10485 …} +attr: [] +labelTranslationParameters: [] } 2226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19548 +label: "Julian Bertolini" +value: "2226" +data: App\Entity\Client {#10492 …} +attr: [] +labelTranslationParameters: [] } 1084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19549 +label: "Julián Matias Lizzulli" +value: "1084" +data: App\Entity\Client {#10499 …} +attr: [] +labelTranslationParameters: [] } 1255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19550 +label: "JULIETA OSCO QUISPE" +value: "1255" +data: App\Entity\Client {#10506 …} +attr: [] +labelTranslationParameters: [] } 1165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19551 +label: "Julieta Aylen Fernandez" +value: "1165" +data: App\Entity\Client {#10513 …} +attr: [] +labelTranslationParameters: [] } 1904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19552 +label: "JULIETA FRANCO FRANCO" +value: "1904" +data: App\Entity\Client {#10520 …} +attr: [] +labelTranslationParameters: [] } 731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19553 +label: "JULIO OLMEDO" +value: "731" +data: App\Entity\Client {#10526 …} +attr: [] +labelTranslationParameters: [] } 1074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19554 +label: "JULIO OLEA" +value: "1074" +data: App\Entity\Client {#10532 …} +attr: [] +labelTranslationParameters: [] } 802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19555 +label: "JULIO ALBERTO MANSILLA" +value: "802" +data: App\Entity\Client {#10538 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19556 +label: "JULIO ARGENTINO OLMEDO" +value: "463" +data: App\Entity\Client {#10545 …} +attr: [] +labelTranslationParameters: [] } 1714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19557 +label: "Julio Cesar Rodriguez" +value: "1714" +data: App\Entity\Client {#10552 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19558 +label: "JULIO CESAR SAGRIPANTI" +value: "1076" +data: App\Entity\Client {#10559 …} +attr: [] +labelTranslationParameters: [] } 1379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19559 +label: "JULIO CESAR BINI" +value: "1379" +data: App\Entity\Client {#10566 …} +attr: [] +labelTranslationParameters: [] } 1353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19560 +label: "JULIO CESAR BARRERA" +value: "1353" +data: App\Entity\Client {#10573 …} +attr: [] +labelTranslationParameters: [] } 1793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19561 +label: "Julio Cesar Deheza" +value: "1793" +data: App\Entity\Client {#10580 …} +attr: [] +labelTranslationParameters: [] } 2686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19562 +label: "Julio Cesar Bini" +value: "2686" +data: App\Entity\Client {#10587 …} +attr: [] +labelTranslationParameters: [] } 1883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19563 +label: "Julio Daniel Miranda" +value: "1883" +data: App\Entity\Client {#10594 …} +attr: [] +labelTranslationParameters: [] } 1711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19564 +label: "JULIO RUBEN MONSERRAT" +value: "1711" +data: App\Entity\Client {#10601 …} +attr: [] +labelTranslationParameters: [] } 1381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19565 +label: "JUNICA S.A.S" +value: "1381" +data: App\Entity\Client {#10608 …} +attr: [] +labelTranslationParameters: [] } 1488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19566 +label: "JUSTO PASTOR ZAPATA" +value: "1488" +data: App\Entity\Client {#10615 …} +attr: [] +labelTranslationParameters: [] } 1977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19567 +label: "KAREN PLAGEMANN" +value: "1977" +data: App\Entity\Client {#10622 …} +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19568 +label: "KAREN DEBORAH TELLO" +value: "966" +data: App\Entity\Client {#10629 …} +attr: [] +labelTranslationParameters: [] } 881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19569 +label: "KARINA BRUSCHINI" +value: "881" +data: App\Entity\Client {#10635 …} +attr: [] +labelTranslationParameters: [] } 1821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19570 +label: "KARINA ANDREA NIETO" +value: "1821" +data: App\Entity\Client {#10642 …} +attr: [] +labelTranslationParameters: [] } 946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19571 +label: "KARINA DEL VALLE NARDA" +value: "946" +data: App\Entity\Client {#10649 …} +attr: [] +labelTranslationParameters: [] } 1175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19572 +label: "Karina Edith Gaitan" +value: "1175" +data: App\Entity\Client {#10656 …} +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19573 +label: "KARINA ELIZABETH VILLAREAL" +value: "1670" +data: App\Entity\Client {#10662 …} +attr: [] +labelTranslationParameters: [] } 1792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19574 +label: "Karina Veronica Algieri" +value: "1792" +data: App\Entity\Client {#10669 …} +attr: [] +labelTranslationParameters: [] } 2518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19575 +label: "Katherine Vanesa Godoy" +value: "2518" +data: App\Entity\Client {#10676 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19576 +label: "KATIA ALEJANDRA BAZAN" +value: "420" +data: App\Entity\Client {#10683 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19577 +label: "Katya Soledad Molina" +value: "1156" +data: App\Entity\Client {#10690 …} +attr: [] +labelTranslationParameters: [] } 2285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19578 +label: "KIMBERLEY GARCIA CASTILLO" +value: "2285" +data: App\Entity\Client {#10697 …} +attr: [] +labelTranslationParameters: [] } 2355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19579 +label: "LAILA BENEDETTO" +value: "2355" +data: App\Entity\Client {#10704 …} +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19580 +label: "Lanchita bissio" +value: "600" +data: App\Entity\Client {#10710 …} +attr: [] +labelTranslationParameters: [] } 2443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19581 +label: "Lara Loyola" +value: "2443" +data: App\Entity\Client {#10716 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19582 +label: "LAURA PEREYRA" +value: "447" +data: App\Entity\Client {#10722 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19583 +label: "LAURA REYES" +value: "148" +data: App\Entity\Client {#10728 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19584 +label: "LAURA KOTOUCEK" +value: "136" +data: App\Entity\Client {#10734 …} +attr: [] +labelTranslationParameters: [] } 1779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19585 +label: "Laura Monroy" +value: "1779" +data: App\Entity\Client {#10740 …} +attr: [] +labelTranslationParameters: [] } 809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19586 +label: "LAURA AIDA GONZALEZ" +value: "809" +data: App\Entity\Client {#10746 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19587 +label: "LAURA ANALIA ROMERO MALVAR" +value: "1057" +data: App\Entity\Client {#10753 …} +attr: [] +labelTranslationParameters: [] } 1957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19588 +label: "LAURA BEATRIZ FARIAS" +value: "1957" +data: App\Entity\Client {#10760 …} +attr: [] +labelTranslationParameters: [] } 1395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19589 +label: "Laura Florencia Lombardo" +value: "1395" +data: App\Entity\Client {#10767 …} +attr: [] +labelTranslationParameters: [] } 1558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19590 +label: "LAURA IRENE TORANZO" +value: "1558" +data: App\Entity\Client {#10774 …} +attr: [] +labelTranslationParameters: [] } 1258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19591 +label: "Laura Mónica Gomez Maurich" +value: "1258" +data: App\Entity\Client {#10781 …} +attr: [] +labelTranslationParameters: [] } 1446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19592 +label: "LAURA SOLEDAD PEREYRA" +value: "1446" +data: App\Entity\Client {#10788 …} +attr: [] +labelTranslationParameters: [] } 904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19593 +label: "LAUTARO EUGENIO COSTAMAGNA FIALA" +value: "904" +data: App\Entity\Client {#10795 …} +attr: [] +labelTranslationParameters: [] } 2549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19594 +label: "LEANDRO ROBLES" +value: "2549" +data: App\Entity\Client {#10803 …} +attr: [] +labelTranslationParameters: [] } 1909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19595 +label: "LEANDRO AGUSTIN MARTINEZ" +value: "1909" +data: App\Entity\Client {#10810 …} +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19596 +label: "LEANDRO ANIBAL PERENO" +value: "583" +data: App\Entity\Client {#10816 …} +attr: [] +labelTranslationParameters: [] } 984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19597 +label: "leandro cesar RODRIGUEZ" +value: "984" +data: App\Entity\Client {#10822 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19598 +label: "LEANDRO CESAR RODRIGUEZ" +value: "986" +data: App\Entity\Client {#10829 …} +attr: [] +labelTranslationParameters: [] } 1515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19599 +label: "LEANDRO DANIEL TORRES" +value: "1515" +data: App\Entity\Client {#10836 …} +attr: [] +labelTranslationParameters: [] } 1528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19600 +label: "Leandro Enrique Oyola Torres" +value: "1528" +data: App\Entity\Client {#10843 …} +attr: [] +labelTranslationParameters: [] } 2422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19601 +label: "leandro martin ferraris" +value: "2422" +data: App\Entity\Client {#10850 …} +attr: [] +labelTranslationParameters: [] } 2657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19602 +label: "LEANDRO RAUL GALA" +value: "2657" +data: App\Entity\Client {#10857 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19603 +label: "Lemuel Misael Martinez" +value: "155" +data: App\Entity\Client {#10864 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19604 +label: "leo t" +value: "270" +data: App\Entity\Client {#10870 …} +attr: [] +labelTranslationParameters: [] } 1655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19605 +label: "Leo Castañeira" +value: "1655" +data: App\Entity\Client {#10876 …} +attr: [] +labelTranslationParameters: [] } 1535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19606 +label: "Leonardo Moroni" +value: "1535" +data: App\Entity\Client {#10883 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19607 +label: "LEONARDO SUPPO" +value: "102" +data: App\Entity\Client {#10889 …} +attr: [] +labelTranslationParameters: [] } 562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19608 +label: "leonardo ghys" +value: "562" +data: App\Entity\Client {#10895 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19609 +label: "LEONARDO HERVAS" +value: "998" +data: App\Entity\Client {#10901 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19610 +label: "LEONARDO HERVAS" +value: "999" +data: App\Entity\Client {#10908 …} +attr: [] +labelTranslationParameters: [] } 1654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19611 +label: "Leonardo Castañeira" +value: "1654" +data: App\Entity\Client {#10914 …} +attr: [] +labelTranslationParameters: [] } 1698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19612 +label: "LEONARDO ANDRES GERMAN" +value: "1698" +data: App\Entity\Client {#10921 …} +attr: [] +labelTranslationParameters: [] } 1667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19613 +label: "LEONARDO DANIEL POSSE" +value: "1667" +data: App\Entity\Client {#10928 …} +attr: [] +labelTranslationParameters: [] } 1772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19614 +label: "Leonardo David Cabrera" +value: "1772" +data: App\Entity\Client {#10935 …} +attr: [] +labelTranslationParameters: [] } 870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19615 +label: "LEONARDO EMILIO RODRIGUEZ" +value: "870" +data: App\Entity\Client {#10942 …} +attr: [] +labelTranslationParameters: [] } 2627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19616 +label: "LEONARDO EZEQUIEL MORENO" +value: "2627" +data: App\Entity\Client {#10950 …} +attr: [] +labelTranslationParameters: [] } 1645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19617 +label: "LEONARDO GERMAN TRIVERIO" +value: "1645" +data: App\Entity\Client {#10957 …} +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19618 +label: "LEONARDO MARTIN ROSSI" +value: "620" +data: App\Entity\Client {#10963 …} +attr: [] +labelTranslationParameters: [] } 1859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19619 +label: "Leonardo Samuel Marquez" +value: "1859" +data: App\Entity\Client {#10969 …} +attr: [] +labelTranslationParameters: [] } 1860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19620 +label: "Leonardo Samuel Marquez" +value: "1860" +data: App\Entity\Client {#10975 …} +attr: [] +labelTranslationParameters: [] } 1861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19621 +label: "Leonardo Samuel Marquez" +value: "1861" +data: App\Entity\Client {#10981 …} +attr: [] +labelTranslationParameters: [] } 1862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19622 +label: "Leonardo Samuel Marquez" +value: "1862" +data: App\Entity\Client {#10987 …} +attr: [] +labelTranslationParameters: [] } 1863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19623 +label: "Leonardo Samuel Marquez" +value: "1863" +data: App\Entity\Client {#10993 …} +attr: [] +labelTranslationParameters: [] } 1864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19624 +label: "Leonardo Samuel Marquez" +value: "1864" +data: App\Entity\Client {#11000 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19625 +label: "LETICIA ESTER LUCENTINI" +value: "321" +data: App\Entity\Client {#11006 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19626 +label: "LIA FRANCESCHINI" +value: "109" +data: App\Entity\Client {#11012 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19627 +label: "Lidia Moleiro" +value: "107" +data: App\Entity\Client {#11018 …} +attr: [] +labelTranslationParameters: [] } 747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19628 +label: "LIDIA CUFRE" +value: "747" +data: App\Entity\Client {#11024 …} +attr: [] +labelTranslationParameters: [] } 2132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19629 +label: "LIDIA QUIROGA" +value: "2132" +data: App\Entity\Client {#11030 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19630 +label: "LILIANA FUNDARO" +value: "78" +data: App\Entity\Client {#11036 …} +attr: [] +labelTranslationParameters: [] } 666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19631 +label: "LILIANA BEATRIZ ALSINET" +value: "666" +data: App\Entity\Client {#11042 …} +attr: [] +labelTranslationParameters: [] } 1895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19632 +label: "LILIANA BETRIZ GIGENA" +value: "1895" +data: App\Entity\Client {#11049 …} +attr: [] +labelTranslationParameters: [] } 1728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19633 +label: "Liliana Del Valle Cuevas" +value: "1728" +data: App\Entity\Client {#11056 …} +attr: [] +labelTranslationParameters: [] } 2516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19634 +label: "LILIANA EDELMA AGUILERA" +value: "2516" +data: App\Entity\Client {#11063 …} +attr: [] +labelTranslationParameters: [] } 2346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19635 +label: "LISA LUCIA TEMPERINI" +value: "2346" +data: App\Entity\Client {#11070 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19636 +label: "Listello -" +value: "408" +data: App\Entity\Client {#11076 …} +attr: [] +labelTranslationParameters: [] } 2205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19637 +label: "LOPEZ SEBASTIAN" +value: "2205" +data: App\Entity\Client {#11083 …} +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19638 +label: "LOPEZ SANCHEZ LILIANA" +value: "573" +data: App\Entity\Client {#11090 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19639 +label: "LORENA BEATRIZ ELLERO TESTA" +value: "370" +data: App\Entity\Client {#11097 …} +attr: [] +labelTranslationParameters: [] } 1933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19640 +label: "LORENA DEL VALLE MALDONADO" +value: "1933" +data: App\Entity\Client {#11103 …} +attr: [] +labelTranslationParameters: [] } 1912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19641 +label: "LORENA GISELA BARCO" +value: "1912" +data: App\Entity\Client {#11109 …} +attr: [] +labelTranslationParameters: [] } 1913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19642 +label: "LORENA GISELA BARCO" +value: "1913" +data: App\Entity\Client {#11116 …} +attr: [] +labelTranslationParameters: [] } 2409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19643 +label: "LORENA MARIANA MUSSO" +value: "2409" +data: App\Entity\Client {#11123 …} +attr: [] +labelTranslationParameters: [] } 1185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19644 +label: "Lorena Vanesa Martinez" +value: "1185" +data: App\Entity\Client {#11130 …} +attr: [] +labelTranslationParameters: [] } 1834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19645 +label: "LORENA VANESA CUFRE" +value: "1834" +data: App\Entity\Client {#11137 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19646 +label: "LORENZO URIBE" +value: "367" +data: App\Entity\Client {#11144 …} +attr: [] +labelTranslationParameters: [] } 2391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19647 +label: "LUCA SANTINO TORRE TUNDIS" +value: "2391" +data: App\Entity\Client {#11152 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19648 +label: "LUCAS MORENO" +value: "133" +data: App\Entity\Client {#11158 …} +attr: [] +labelTranslationParameters: [] } 712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19649 +label: "LUCAS GARAY" +value: "712" +data: App\Entity\Client {#11164 …} +attr: [] +labelTranslationParameters: [] } 2528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19650 +label: "LUCAS FIGUEROA" +value: "2528" +data: App\Entity\Client {#11172 …} +attr: [] +labelTranslationParameters: [] } 1988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19651 +label: "Lucas Flores Hauer" +value: "1988" +data: App\Entity\Client {#11178 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19652 +label: "LUCAS AGUSTIN FERNANDEZ" +value: "189" +data: App\Entity\Client {#11184 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19653 +label: "LUCAS ALBERTO MARQUEZ" +value: "225" +data: App\Entity\Client {#11191 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19654 +label: "Lucas Alberto Marquez" +value: "441" +data: App\Entity\Client {#11197 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19655 +label: "Lucas Alberto Marquez" +value: "442" +data: App\Entity\Client {#11204 …} +attr: [] +labelTranslationParameters: [] } 2530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19656 +label: "Lucas Ariel Capdevila Beltramo" +value: "2530" +data: App\Entity\Client {#11211 …} +attr: [] +labelTranslationParameters: [] } 1240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19657 +label: "LUCAS EDUARDO ANCHAVA CORDOBA" +value: "1240" +data: App\Entity\Client {#11218 …} +attr: [] +labelTranslationParameters: [] } 1275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19658 +label: "LUCAS EXEQUIEL MORENO" +value: "1275" +data: App\Entity\Client {#11225 …} +attr: [] +labelTranslationParameters: [] } 2629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19659 +label: "LUCAS GUSTAVO DAVID CARRIZO" +value: "2629" +data: App\Entity\Client {#11233 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19660 +label: "LUCAS JOSE VILLAREAL" +value: "1048" +data: App\Entity\Client {#11240 …} +attr: [] +labelTranslationParameters: [] } 2345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19661 +label: "LUCAS MATIAS ZANIER" +value: "2345" +data: App\Entity\Client {#11246 …} +attr: [] +labelTranslationParameters: [] } 1628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19662 +label: "Lucas Matias Flores Hauer" +value: "1628" +data: App\Entity\Client {#11252 …} +attr: [] +labelTranslationParameters: [] } 2581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19663 +label: "LUCAS NICOLAS RAMOS" +value: "2581" +data: App\Entity\Client {#11258 …} +attr: [] +labelTranslationParameters: [] } 2319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19664 +label: "LUCAS RAMON SOLA PEREZ" +value: "2319" +data: App\Entity\Client {#11265 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19665 +label: "LUCAS SANTIAGO SANCHEZ" +value: "1157" +data: App\Entity\Client {#11272 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19666 +label: "Luciana Cruz" +value: "164" +data: App\Entity\Client {#11278 …} +attr: [] +labelTranslationParameters: [] } 716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19667 +label: "Luciana Guevara" +value: "716" +data: App\Entity\Client {#11284 …} +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19668 +label: "LUCIANA VALENTINO" +value: "964" +data: App\Entity\Client {#11291 …} +attr: [] +labelTranslationParameters: [] } 527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19669 +label: "LUCIANA ANDREA GONZALES" +value: "527" +data: App\Entity\Client {#11298 …} +attr: [] +labelTranslationParameters: [] } 1980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19670 +label: "LUCIANA CONCEPCION FLORIDIA " +value: "1980" +data: App\Entity\Client {#11305 …} +attr: [] +labelTranslationParameters: [] } 1460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19671 +label: "LUCIANA MAGDALENA GALLI " +value: "1460" +data: App\Entity\Client {#11312 …} +attr: [] +labelTranslationParameters: [] } 1786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19672 +label: "LUCIANA MARICEL MANZANELLI " +value: "1786" +data: App\Entity\Client {#11319 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19673 +label: "Luciano Romero" +value: "15" +data: App\Entity\Client {#11326 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19674 +label: "Luciano Escalante" +value: "343" +data: App\Entity\Client {#11332 …} +attr: [] +labelTranslationParameters: [] } 1311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19675 +label: "LUCIANO ROSSI" +value: "1311" +data: App\Entity\Client {#11339 …} +attr: [] +labelTranslationParameters: [] } 969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19676 +label: "LUCIANO BARTOLOME BOCCO" +value: "969" +data: App\Entity\Client {#11346 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19677 +label: "LUCIANO DAVID GIANOGLIO" +value: "215" +data: App\Entity\Client {#11352 …} +attr: [] +labelTranslationParameters: [] } 1795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19678 +label: "LUCIANO EDUARDO GONZALEZ" +value: "1795" +data: App\Entity\Client {#11359 …} +attr: [] +labelTranslationParameters: [] } 1485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19679 +label: "LUCIANO GABRIEL ARELLANO ECHEVARRIA" +value: "1485" +data: App\Entity\Client {#11366 …} +attr: [] +labelTranslationParameters: [] } 2418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19680 +label: "LUCIANO OSCAR VARGAS" +value: "2418" +data: App\Entity\Client {#11373 …} +attr: [] +labelTranslationParameters: [] } 1892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19681 +label: "Luciano Ramiro Sueldo Cejas" +value: "1892" +data: App\Entity\Client {#11380 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19682 +label: "LUIS COMPLETAR" +value: "364" +data: App\Entity\Client {#11386 …} +attr: [] +labelTranslationParameters: [] } 950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19683 +label: "LUIS LUNA" +value: "950" +data: App\Entity\Client {#11392 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19684 +label: "LUIS ALONSO" +value: "1006" +data: App\Entity\Client {#11398 …} +attr: [] +labelTranslationParameters: [] } 2134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19685 +label: "LUIS ADRIAN CASTELLANO" +value: "2134" +data: App\Entity\Client {#11405 …} +attr: [] +labelTranslationParameters: [] } 2265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19686 +label: "LUIS ADRIAN RODRIGUEZ" +value: "2265" +data: App\Entity\Client {#11412 …} +attr: [] +labelTranslationParameters: [] } 2069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19687 +label: "Luis Adrian Salviati" +value: "2069" +data: App\Entity\Client {#11419 …} +attr: [] +labelTranslationParameters: [] } 2650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19688 +label: "Luis Alberto Salvi" +value: "2650" +data: App\Entity\Client {#11426 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19689 +label: "LUIS ALBERTO GIAMPIERI SALAZAR" +value: "339" +data: App\Entity\Client {#11433 …} +attr: [] +labelTranslationParameters: [] } 667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19690 +label: "LUIS ALBERTO RULLI" +value: "667" +data: App\Entity\Client {#11440 …} +attr: [] +labelTranslationParameters: [] } 1693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19691 +label: "LUIS ALBERTO PEIRETTI" +value: "1693" +data: App\Entity\Client {#11447 …} +attr: [] +labelTranslationParameters: [] } 2494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19692 +label: "LUIS ALBERTO BRITO" +value: "2494" +data: App\Entity\Client {#11454 …} +attr: [] +labelTranslationParameters: [] } 1983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19693 +label: "LUIS ALEJANDRO ARIAS" +value: "1983" +data: App\Entity\Client {#11461 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19694 +label: "LUIS ALEXSANDER QUEVEDO" +value: "204" +data: App\Entity\Client {#11467 …} +attr: [] +labelTranslationParameters: [] } 2047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19695 +label: "LUIS ALFREDO FARFALLI" +value: "2047" +data: App\Entity\Client {#11474 …} +attr: [] +labelTranslationParameters: [] } 2537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19696 +label: "Luis Anibal Velazco" +value: "2537" +data: App\Entity\Client {#11481 …} +attr: [] +labelTranslationParameters: [] } 1250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19697 +label: "LUIS AUGUSTO DEMARCO" +value: "1250" +data: App\Entity\Client {#11488 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19698 +label: "LUIS DANIEL VEGA" +value: "1002" +data: App\Entity\Client {#11495 …} +attr: [] +labelTranslationParameters: [] } 2140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19699 +label: "LUIS EMILIO SMIRCIC" +value: "2140" +data: App\Entity\Client {#11502 …} +attr: [] +labelTranslationParameters: [] } 2321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19700 +label: "LUIS ERNESTO BOSSIO" +value: "2321" +data: App\Entity\Client {#11509 …} +attr: [] +labelTranslationParameters: [] } 2552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19701 +label: "LUIS GABRIEL FRONTE" +value: "2552" +data: App\Entity\Client {#11516 …} +attr: [] +labelTranslationParameters: [] } 760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19702 +label: "LUIS GERMAN ORPIANESI" +value: "760" +data: App\Entity\Client {#11523 …} +attr: [] +labelTranslationParameters: [] } 1189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19703 +label: "LUIS IGNACIO OVIEDO DIAZ" +value: "1189" +data: App\Entity\Client {#11530 …} +attr: [] +labelTranslationParameters: [] } 1247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19704 +label: "LUIS OSVALDO ASTUDILLO" +value: "1247" +data: App\Entity\Client {#11537 …} +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19705 +label: "LUIS RICARDO BONDIO" +value: "678" +data: App\Entity\Client {#11544 …} +attr: [] +labelTranslationParameters: [] } 1894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19706 +label: "LUIS RODOLFO FILLOL" +value: "1894" +data: App\Entity\Client {#11551 …} +attr: [] +labelTranslationParameters: [] } 2658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19707 +label: "LUIS TOMAS RIVERA CAPCHA" +value: "2658" +data: App\Entity\Client {#11558 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19708 +label: "MABEL BALBAZONI" +value: "290" +data: App\Entity\Client {#11565 …} +attr: [] +labelTranslationParameters: [] } 1851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19709 +label: "MABEL NOEMI RODRIGUEZ" +value: "1851" +data: App\Entity\Client {#11571 …} +attr: [] +labelTranslationParameters: [] } 1939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19710 +label: "MACARENA STEFANIA MARTINEZ" +value: "1939" +data: App\Entity\Client {#11578 …} +attr: [] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19711 +label: "MAGALI CECCHINI" +value: "511" +data: App\Entity\Client {#11585 …} +attr: [] +labelTranslationParameters: [] } 1673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19712 +label: "MAGDALENA VERENA TORRANDELL" +value: "1673" +data: App\Entity\Client {#11592 …} +attr: [] +labelTranslationParameters: [] } 1703 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19713 +label: "MAGDALENA VERENA TORRADELL" +value: "1703" +data: App\Entity\Client {#11598 …} +attr: [] +labelTranslationParameters: [] } 815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19714 +label: "MAIDA ALICIA ZAMPATTI" +value: "815" +data: App\Entity\Client {#11604 …} +attr: [] +labelTranslationParameters: [] } 933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19715 +label: "MAIPU MAIPU" +value: "933" +data: App\Entity\Client {#11610 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19716 +label: "MAIPU AUTOMOTORES maipu" +value: "376" +data: App\Entity\Client {#11616 …} +attr: [] +labelTranslationParameters: [] } 2247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19717 +label: "MAITE AYLEN KRONEMBERGER" +value: "2247" +data: App\Entity\Client {#11623 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19718 +label: "Manuel -" +value: "2" +data: App\Entity\Client {#11630 …} +attr: [] +labelTranslationParameters: [] } 1610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19719 +label: "MANUEL MOREC" +value: "1610" +data: App\Entity\Client {#11636 …} +attr: [] +labelTranslationParameters: [] } 2095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19720 +label: "MANUEL ROMERO" +value: "2095" +data: App\Entity\Client {#11643 …} +attr: [] +labelTranslationParameters: [] } 1611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19721 +label: "MANUEL ANDRES MOREC" +value: "1611" +data: App\Entity\Client {#11650 …} +attr: [] +labelTranslationParameters: [] } 901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19722 +label: "MANUEL ARMANDO GAITAN" +value: "901" +data: App\Entity\Client {#11657 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19723 +label: "MANUEL FERNANDO GEREZ" +value: "977" +data: App\Entity\Client {#11664 …} +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19724 +label: "MARA CARINA GARYULO" +value: "613" +data: App\Entity\Client {#11670 …} +attr: [] +labelTranslationParameters: [] } 2578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19725 +label: "MARCEL ANTONIO CORBO" +value: "2578" +data: App\Entity\Client {#11677 …} +attr: [] +labelTranslationParameters: [] } 782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19726 +label: "MARCELA DE LA ROSA" +value: "782" +data: App\Entity\Client {#11683 …} +attr: [] +labelTranslationParameters: [] } 1684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19727 +label: "Marcela Quinteros" +value: "1684" +data: App\Entity\Client {#11689 …} +attr: [] +labelTranslationParameters: [] } 2462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19728 +label: "MARCELA RODRIGUEZ" +value: "2462" +data: App\Entity\Client {#11695 …} +attr: [] +labelTranslationParameters: [] } 2474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19729 +label: "Marcela Rodriguez" +value: "2474" +data: App\Entity\Client {#11702 …} +attr: [] +labelTranslationParameters: [] } 1968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19730 +label: "MARCELA ALEJANDRA COLAUTTI" +value: "1968" +data: App\Entity\Client {#11709 …} +attr: [] +labelTranslationParameters: [] } 2209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19731 +label: "MARCELA ALEJANDRA DOMINGUEZ" +value: "2209" +data: App\Entity\Client {#11716 …} +attr: [] +labelTranslationParameters: [] } 655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19732 +label: "MARCELA BIBIANA SERGIO" +value: "655" +data: App\Entity\Client {#11722 …} +attr: [] +labelTranslationParameters: [] } 1364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19733 +label: "Marcela Claudia Tissera" +value: "1364" +data: App\Entity\Client {#11729 …} +attr: [] +labelTranslationParameters: [] } 1857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19734 +label: "MARCELA CRISTINA KUHN " +value: "1857" +data: App\Entity\Client {#11736 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19735 +label: "MARCELA DEL VALLE CARRANZA" +value: "263" +data: App\Entity\Client {#11743 …} +attr: [] +labelTranslationParameters: [] } 2287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19736 +label: "MARCELA ELIZABETH SMITH" +value: "2287" +data: App\Entity\Client {#11750 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19737 +label: "MARCELA FABIANA CHAVEZ" +value: "360" +data: App\Entity\Client {#11757 …} +attr: [] +labelTranslationParameters: [] } 1314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19738 +label: "MARCELA FABIANA CAMINOTTI" +value: "1314" +data: App\Entity\Client {#11764 …} +attr: [] +labelTranslationParameters: [] } 2448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19739 +label: "Marcela Graciana Clergue" +value: "2448" +data: App\Entity\Client {#11770 …} +attr: [] +labelTranslationParameters: [] } 1685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19740 +label: "MARCELA JUDITH QUINTEROS" +value: "1685" +data: App\Entity\Client {#11777 …} +attr: [] +labelTranslationParameters: [] } 2208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19741 +label: "MARCELA MONICA AYALA" +value: "2208" +data: App\Entity\Client {#11784 …} +attr: [] +labelTranslationParameters: [] } 2110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19742 +label: "MARCELA VIVIANA BASILOTTA" +value: "2110" +data: App\Entity\Client {#11791 …} +attr: [] +labelTranslationParameters: [] } 948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19743 +label: "MARCELINA FERNANDEZ" +value: "948" +data: App\Entity\Client {#11797 …} +attr: [] +labelTranslationParameters: [] } 647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19744 +label: "MARCELO RAPONI" +value: "647" +data: App\Entity\Client {#11803 …} +attr: [] +labelTranslationParameters: [] } 841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19745 +label: "MARCELO LUJAN" +value: "841" +data: App\Entity\Client {#11809 …} +attr: [] +labelTranslationParameters: [] } 1322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19746 +label: "MARCELO CUEVAS" +value: "1322" +data: App\Entity\Client {#11815 …} +attr: [] +labelTranslationParameters: [] } 1833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19747 +label: "MARCELO CANO" +value: "1833" +data: App\Entity\Client {#11821 …} +attr: [] +labelTranslationParameters: [] } 1284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19748 +label: "MARCELO ALBERTO VITTORE" +value: "1284" +data: App\Entity\Client {#11828 …} +attr: [] +labelTranslationParameters: [] } 1827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19749 +label: "MARCELO ANTONIO PASCUCCI" +value: "1827" +data: App\Entity\Client {#11835 …} +attr: [] +labelTranslationParameters: [] } 2326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19750 +label: "MARCELO DARIO RODRIGUEZ" +value: "2326" +data: App\Entity\Client {#11842 …} +attr: [] +labelTranslationParameters: [] } 1886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19751 +label: "MARCELO ESTEBAN MACHUCA" +value: "1886" +data: App\Entity\Client {#11849 …} +attr: [] +labelTranslationParameters: [] } 1745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19752 +label: "MARCELO FABIAN CAMATTA" +value: "1745" +data: App\Entity\Client {#11856 …} +attr: [] +labelTranslationParameters: [] } 1347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19753 +label: "MARCELO FABIAN BERNAL" +value: "1347" +data: App\Entity\Client {#11863 …} +attr: [] +labelTranslationParameters: [] } 1663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19754 +label: "MARCELO FERNANDO PEREZ" +value: "1663" +data: App\Entity\Client {#11870 …} +attr: [] +labelTranslationParameters: [] } 2378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19755 +label: "MARCELO GABRIEL BONSIGNORI" +value: "2378" +data: App\Entity\Client {#11878 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19756 +label: "Marcelo Gaspar Brozina" +value: "1026" +data: App\Entity\Client {#11885 …} +attr: [] +labelTranslationParameters: [] } 1773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19757 +label: "Marcelo Gustavo Peralta" +value: "1773" +data: App\Entity\Client {#11892 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19758 +label: "MARCELO IVAN MALDONADO" +value: "418" +data: App\Entity\Client {#11899 …} +attr: [] +labelTranslationParameters: [] } 1480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19759 +label: "MARCELO JAVIER DEMARIA" +value: "1480" +data: App\Entity\Client {#11906 …} +attr: [] +labelTranslationParameters: [] } 2157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19760 +label: "Marcelo José Pretto" +value: "2157" +data: App\Entity\Client {#11913 …} +attr: [] +labelTranslationParameters: [] } 1267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19761 +label: "Marcelo Luis Pissane" +value: "1267" +data: App\Entity\Client {#11920 …} +attr: [] +labelTranslationParameters: [] } 1961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19762 +label: "Marcelo Martin Eurnekian" +value: "1961" +data: App\Entity\Client {#11926 …} +attr: [] +labelTranslationParameters: [] } 2590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19763 +label: "MARCELO OSCAR GAMARRA" +value: "2590" +data: App\Entity\Client {#11933 …} +attr: [] +labelTranslationParameters: [] } 2271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19764 +label: "Marcelo Roberto Ramallo" +value: "2271" +data: App\Entity\Client {#11940 …} +attr: [] +labelTranslationParameters: [] } 719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19765 +label: "Marcelo Roberto RAMALLO" +value: "719" +data: App\Entity\Client {#11947 …} +attr: [] +labelTranslationParameters: [] } 2290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19766 +label: "MARCELO ROLANDO PIATTI" +value: "2290" +data: App\Entity\Client {#11954 …} +attr: [] +labelTranslationParameters: [] } 2306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19767 +label: "MARCELO ROLANDO PIATTI" +value: "2306" +data: App\Entity\Client {#11960 …} +attr: [] +labelTranslationParameters: [] } 842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19768 +label: "MARCIA QUINTEROS" +value: "842" +data: App\Entity\Client {#11966 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19769 +label: "MARCO DINATALE" +value: "90" +data: App\Entity\Client {#11972 …} +attr: [] +labelTranslationParameters: [] } 1927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19770 +label: "MARCO ABRAMOR" +value: "1927" +data: App\Entity\Client {#11979 …} +attr: [] +labelTranslationParameters: [] } 1542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19771 +label: "MARCO LAUREANO DIEZ" +value: "1542" +data: App\Entity\Client {#11986 …} +attr: [] +labelTranslationParameters: [] } 866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19772 +label: "marcos bagñotti" +value: "866" +data: App\Entity\Client {#11992 …} +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19773 +label: "MARCOS DERFLER" +value: "506" +data: App\Entity\Client {#11999 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19774 +label: "marcos moyano" +value: "1015" +data: App\Entity\Client {#12005 …} +attr: [] +labelTranslationParameters: [] } 2274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19775 +label: "Marcos Adalberto Derfler" +value: "2274" +data: App\Entity\Client {#12011 …} +attr: [] +labelTranslationParameters: [] } 532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19776 +label: "MARCOS ADALBERTO DERFLER" +value: "532" +data: App\Entity\Client {#12018 …} +attr: [] +labelTranslationParameters: [] } 1635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19777 +label: "MARCOS ALBERTO SANTOS" +value: "1635" +data: App\Entity\Client {#12025 …} +attr: [] +labelTranslationParameters: [] } 2241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19778 +label: "MARCOS ALBERTO ALLADIO" +value: "2241" +data: App\Entity\Client {#12032 …} +attr: [] +labelTranslationParameters: [] } 2512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19779 +label: "Marcos Alejandro Amaya" +value: "2512" +data: App\Entity\Client {#12039 …} +attr: [] +labelTranslationParameters: [] } 1724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19780 +label: "MARCOS ALEXANDRO PUCHETA" +value: "1724" +data: App\Entity\Client {#12046 …} +attr: [] +labelTranslationParameters: [] } 2316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19781 +label: "MARCOS AUGUSTO ELENA" +value: "2316" +data: App\Entity\Client {#12053 …} +attr: [] +labelTranslationParameters: [] } 1753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19782 +label: "Marcos Ezequiel Romero" +value: "1753" +data: App\Entity\Client {#12060 …} +attr: [] +labelTranslationParameters: [] } 1810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19783 +label: "Marcos Ezequiel Asef" +value: "1810" +data: App\Entity\Client {#12067 …} +attr: [] +labelTranslationParameters: [] } 1764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19784 +label: "MARCOS EZEQUIEL ROMERO" +value: "1764" +data: App\Entity\Client {#12074 …} +attr: [] +labelTranslationParameters: [] } 2368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19785 +label: "MARCOS GUSTAVO ACQUAVITA" +value: "2368" +data: App\Entity\Client {#12082 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19786 +label: "MARCOS JAVIER MARTINEZ" +value: "108" +data: App\Entity\Client {#12088 …} +attr: [] +labelTranslationParameters: [] } 1498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19787 +label: "MARCOS MIGUEL DOMINGUEZ" +value: "1498" +data: App\Entity\Client {#12095 …} +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19788 +label: "MARCOS SEBASTIAN MORINIGO" +value: "549" +data: App\Entity\Client {#12101 …} +attr: [] +labelTranslationParameters: [] } 2473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19789 +label: "Marecela Rodriguez" +value: "2473" +data: App\Entity\Client {#12107 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19790 +label: "Margarita Bressan" +value: "446" +data: App\Entity\Client {#12114 …} +attr: [] +labelTranslationParameters: [] } 742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19791 +label: "MARGARITA LORENZEN" +value: "742" +data: App\Entity\Client {#12120 …} +attr: [] +labelTranslationParameters: [] } 1552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19792 +label: "MARGARITA INES QUEVEDO" +value: "1552" +data: App\Entity\Client {#12127 …} +attr: [] +labelTranslationParameters: [] } 2330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19793 +label: "MARGARITA RAMONA PANIAGUA" +value: "2330" +data: App\Entity\Client {#12134 …} +attr: [] +labelTranslationParameters: [] } 759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19794 +label: "María Gutierrez" +value: "759" +data: App\Entity\Client {#12141 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19795 +label: "Maria Montesinos" +value: "120" +data: App\Entity\Client {#12147 …} +attr: [] +labelTranslationParameters: [] } 1873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19796 +label: "MARIA CONTRERAS" +value: "1873" +data: App\Entity\Client {#12153 …} +attr: [] +labelTranslationParameters: [] } 2379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19797 +label: "MARIA ABRIL COTTI" +value: "2379" +data: App\Entity\Client {#12161 …} +attr: [] +labelTranslationParameters: [] } 816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19798 +label: "MARIA ADRIANA GONZALEZ" +value: "816" +data: App\Entity\Client {#12168 …} +attr: [] +labelTranslationParameters: [] } 1831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19799 +label: "Maria Alejandra Feytes" +value: "1831" +data: App\Entity\Client {#12175 …} +attr: [] +labelTranslationParameters: [] } 2025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19800 +label: "Maria Alejandra Mayud" +value: "2025" +data: App\Entity\Client {#12182 …} +attr: [] +labelTranslationParameters: [] } 2608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19801 +label: "MARIA ALEJANDRA CANDELLERO" +value: "2608" +data: App\Entity\Client {#12189 …} +attr: [] +labelTranslationParameters: [] } 2617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19802 +label: "MARIA ALEJANDRA CANDELLERO" +value: "2617" +data: App\Entity\Client {#12195 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19803 +label: "MARIA ALEJANDRA LIBORCI" +value: "356" +data: App\Entity\Client {#12202 …} +attr: [] +labelTranslationParameters: [] } 1469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19804 +label: "Maria Alejandra Carneti" +value: "1469" +data: App\Entity\Client {#12209 …} +attr: [] +labelTranslationParameters: [] } 1874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19805 +label: "MARIA ALEJANDRA CONTRERA" +value: "1874" +data: App\Entity\Client {#12216 …} +attr: [] +labelTranslationParameters: [] } 2679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19806 +label: "MARIA ALEJANDRA ARCOS" +value: "2679" +data: App\Entity\Client {#12224 …} +attr: [] +labelTranslationParameters: [] } 1530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19807 +label: "MARIA ALEJANDRA ALDANA CEBALLOS" +value: "1530" +data: App\Entity\Client {#12231 …} +attr: [] +labelTranslationParameters: [] } 1891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19808 +label: "MARIA ALICIA MEDINA" +value: "1891" +data: App\Entity\Client {#12238 …} +attr: [] +labelTranslationParameters: [] } 1368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19809 +label: "MARIA ANABEL DOMINGUEZ" +value: "1368" +data: App\Entity\Client {#12245 …} +attr: [] +labelTranslationParameters: [] } 2655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19810 +label: "Maria Andrea Vaca" +value: "2655" +data: App\Entity\Client {#12252 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19811 +label: "MARIA ANDREA VIOLA" +value: "631" +data: App\Entity\Client {#12259 …} +attr: [] +labelTranslationParameters: [] } 2245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19812 +label: "MARIA ANGELICA BALLESTER" +value: "2245" +data: App\Entity\Client {#12266 …} +attr: [] +labelTranslationParameters: [] } 2351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19813 +label: "MARIA ANGELICA DOMINGUEZ" +value: "2351" +data: App\Entity\Client {#12273 …} +attr: [] +labelTranslationParameters: [] } 2446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19814 +label: "MARIA ANGELINA YANNI" +value: "2446" +data: App\Entity\Client {#12279 …} +attr: [] +labelTranslationParameters: [] } 1993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19815 +label: "MARIA BEATRIZ KRIVITZKY" +value: "1993" +data: App\Entity\Client {#12286 …} +attr: [] +labelTranslationParameters: [] } 1280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19816 +label: "MARIA BELEN GARCIA" +value: "1280" +data: App\Entity\Client {#12293 …} +attr: [] +labelTranslationParameters: [] } 1308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19817 +label: "MARIA BELEN CUMLER" +value: "1308" +data: App\Entity\Client {#12300 …} +attr: [] +labelTranslationParameters: [] } 2659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19818 +label: "MARIA BELEN CUADRADO" +value: "2659" +data: App\Entity\Client {#12307 …} +attr: [] +labelTranslationParameters: [] } 665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19819 +label: "MARIA BELEN RODRIGUEZ" +value: "665" +data: App\Entity\Client {#12313 …} +attr: [] +labelTranslationParameters: [] } 873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19820 +label: "MARIA BELEN CELA" +value: "873" +data: App\Entity\Client {#12319 …} +attr: [] +labelTranslationParameters: [] } 2366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19821 +label: "MARIA BELEN MOREL" +value: "2366" +data: App\Entity\Client {#12327 …} +attr: [] +labelTranslationParameters: [] } 1958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19822 +label: "MARIA BELEN RIVERO" +value: "1958" +data: App\Entity\Client {#12334 …} +attr: [] +labelTranslationParameters: [] } 1706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19823 +label: "MARIA CAROLINA GENOVEVA STEWART" +value: "1706" +data: App\Entity\Client {#12341 …} +attr: [] +labelTranslationParameters: [] } 1986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19824 +label: "MARIA CAROLINA GENOVEVA STEWART" +value: "1986" +data: App\Entity\Client {#12347 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19825 +label: "MARIA CECILIA SUAREZ" +value: "449" +data: App\Entity\Client {#12354 …} +attr: [] +labelTranslationParameters: [] } 1677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19826 +label: "MARIA CECILIA BRANDI" +value: "1677" +data: App\Entity\Client {#12361 …} +attr: [] +labelTranslationParameters: [] } 1592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19827 +label: "MARIA CECILIA CURA" +value: "1592" +data: App\Entity\Client {#12368 …} +attr: [] +labelTranslationParameters: [] } 2392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19828 +label: "Maria Cecilia Gomez" +value: "2392" +data: App\Entity\Client {#12375 …} +attr: [] +labelTranslationParameters: [] } 920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19829 +label: "MARIA CELESTE RUGGIERI LESCANO" +value: "920" +data: App\Entity\Client {#12382 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19830 +label: "MARIA CELESTE BASGALL" +value: "161" +data: App\Entity\Client {#12388 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19831 +label: "Maria Celeste Carranza" +value: "122" +data: App\Entity\Client {#12394 …} +attr: [] +labelTranslationParameters: [] } 2674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19832 +label: "Maria Cristina Frasinelli" +value: "2674" +data: App\Entity\Client {#12402 …} +attr: [] +labelTranslationParameters: [] } 729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19833 +label: "MARIA DE LOS ANGELES BANINO" +value: "729" +data: App\Entity\Client {#12408 …} +attr: [] +labelTranslationParameters: [] } 2506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19834 +label: "Maria De Lujan Fiorito" +value: "2506" +data: App\Entity\Client {#12415 …} +attr: [] +labelTranslationParameters: [] } 1337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19835 +label: "Maria del Carmen Figueroa Chichoni" +value: "1337" +data: App\Entity\Client {#12422 …} +attr: [] +labelTranslationParameters: [] } 2130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19836 +label: "MARIA DEL CARMEN LAURIA" +value: "2130" +data: App\Entity\Client {#12429 …} +attr: [] +labelTranslationParameters: [] } 2199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19837 +label: "MARIA DEL CARMEN LLEBEILI" +value: "2199" +data: App\Entity\Client {#12436 …} +attr: [] +labelTranslationParameters: [] } 1567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19838 +label: "maria del carmen calderon" +value: "1567" +data: App\Entity\Client {#12443 …} +attr: [] +labelTranslationParameters: [] } 2159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19839 +label: "MARIA DEL CARMEN ASOYA" +value: "2159" +data: App\Entity\Client {#12450 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19840 +label: "María Elena Peritano" +value: "106" +data: App\Entity\Client {#12456 …} +attr: [] +labelTranslationParameters: [] } 1465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19841 +label: "MARIA ELISA CARRION NARVAEZ" +value: "1465" +data: App\Entity\Client {#12463 …} +attr: [] +labelTranslationParameters: [] } 1168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19842 +label: "MARIA EMILIA MENIUTTA PLAZA" +value: "1168" +data: App\Entity\Client {#12470 …} +attr: [] +labelTranslationParameters: [] } 1203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19843 +label: "MARIA EMILIA ROLDAN" +value: "1203" +data: App\Entity\Client {#12477 …} +attr: [] +labelTranslationParameters: [] } 2282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19844 +label: "MARIA ERSILIA FLORES" +value: "2282" +data: App\Entity\Client {#12484 …} +attr: [] +labelTranslationParameters: [] } 2371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19845 +label: "Maria Esther Ferrari" +value: "2371" +data: App\Entity\Client {#12492 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19846 +label: "Maria Eugenia Blesio" +value: "176" +data: App\Entity\Client {#12499 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19847 +label: "MARIA EUGENIA VILLARRUEL" +value: "1107" +data: App\Entity\Client {#12506 …} +attr: [] +labelTranslationParameters: [] } 1318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19848 +label: "MARIA EUGENIA AVELLANEDA" +value: "1318" +data: App\Entity\Client {#12513 …} +attr: [] +labelTranslationParameters: [] } 1425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19849 +label: "MARIA EUGENIA PEREZ" +value: "1425" +data: App\Entity\Client {#12520 …} +attr: [] +labelTranslationParameters: [] } 1666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19850 +label: "MARIA EUGENIA CERQUATTI" +value: "1666" +data: App\Entity\Client {#12527 …} +attr: [] +labelTranslationParameters: [] } 2254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19851 +label: "MARIA EUGENIA PELLEGRINI" +value: "2254" +data: App\Entity\Client {#12534 …} +attr: [] +labelTranslationParameters: [] } 2332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19852 +label: "MARIA EUGENIA HERRERO MARTINEZ" +value: "2332" +data: App\Entity\Client {#12541 …} +attr: [] +labelTranslationParameters: [] } 2034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19853 +label: "MARIA EUGENIA ROMANO CURVALE" +value: "2034" +data: App\Entity\Client {#12548 …} +attr: [] +labelTranslationParameters: [] } 2333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19854 +label: "MARIA FLORENCIA RAMALLI" +value: "2333" +data: App\Entity\Client {#12555 …} +attr: [] +labelTranslationParameters: [] } 897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19855 +label: "MARIA FLORENCIA GIORDANO" +value: "897" +data: App\Entity\Client {#12562 …} +attr: [] +labelTranslationParameters: [] } 2028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19856 +label: "MARIA GABRIELA CORRADI" +value: "2028" +data: App\Entity\Client {#12569 …} +attr: [] +labelTranslationParameters: [] } 1846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19857 +label: "Maria Gabriela Ravasi Tea" +value: "1846" +data: App\Entity\Client {#12576 …} +attr: [] +labelTranslationParameters: [] } 1315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19858 +label: "MARIA GRACIANA BRAVO" +value: "1315" +data: App\Entity\Client {#12583 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19859 +label: "MARIA GUADALUPE BORONSKI" +value: "373" +data: App\Entity\Client {#12590 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19860 +label: "MARIA INES FUCHS" +value: "292" +data: App\Entity\Client {#12596 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19861 +label: "MARIA INES AGUSTI" +value: "139" +data: App\Entity\Client {#12602 …} +attr: [] +labelTranslationParameters: [] } 1372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19862 +label: "MARIA ISABEL DOMINGUEZ" +value: "1372" +data: App\Entity\Client {#12609 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19863 +label: "MARIA JIMENA BUSTOS PAULICH" +value: "437" +data: App\Entity\Client {#12615 …} +attr: [] +labelTranslationParameters: [] } 821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19864 +label: "MARIA JIMENA PIETROPAOLO" +value: "821" +data: App\Entity\Client {#12621 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19865 +label: "MARIA JIMENA MARTIN" +value: "1141" +data: App\Entity\Client {#12628 …} +attr: [] +labelTranslationParameters: [] } 1918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19866 +label: "MARIA JIMENA GUTIERREZ" +value: "1918" +data: App\Entity\Client {#12634 …} +attr: [] +labelTranslationParameters: [] } 830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19867 +label: "MARIA JOSE MAUJO" +value: "830" +data: App\Entity\Client {#12640 …} +attr: [] +labelTranslationParameters: [] } 1325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19868 +label: "MARIA JOSE ZARANDON" +value: "1325" +data: App\Entity\Client {#12647 …} +attr: [] +labelTranslationParameters: [] } 2431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19869 +label: "MARIA JOSE FERRARIS" +value: "2431" +data: App\Entity\Client {#12653 …} +attr: [] +labelTranslationParameters: [] } 2109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19870 +label: "MARIA JULIA MADEIRA" +value: "2109" +data: App\Entity\Client {#12660 …} +attr: [] +labelTranslationParameters: [] } 1603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19871 +label: "MARIA JULIANA GIL " +value: "1603" +data: App\Entity\Client {#12667 …} +attr: [] +labelTranslationParameters: [] } 1975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19872 +label: "Maria Julieta Garcia" +value: "1975" +data: App\Entity\Client {#12674 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19873 +label: "MARIA LAURA LEMOS" +value: "400" +data: App\Entity\Client {#12681 …} +attr: [] +labelTranslationParameters: [] } 1731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19874 +label: "MARIA LAURA CARINO" +value: "1731" +data: App\Entity\Client {#12688 …} +attr: [] +labelTranslationParameters: [] } 2472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19875 +label: "MARIA LAURA TRUGLIO" +value: "2472" +data: App\Entity\Client {#12694 …} +attr: [] +labelTranslationParameters: [] } 2115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19876 +label: "MARIA LAURA FERNANDEZ" +value: "2115" +data: App\Entity\Client {#12701 …} +attr: [] +labelTranslationParameters: [] } 2044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19877 +label: "MARIA LETICIA GONZALEZ" +value: "2044" +data: App\Entity\Client {#12708 …} +attr: [] +labelTranslationParameters: [] } 1362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19878 +label: "Maria Lorena Valentin" +value: "1362" +data: App\Entity\Client {#12715 …} +attr: [] +labelTranslationParameters: [] } 2484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19879 +label: "MARIA LOURDES DELLA VEDOVA" +value: "2484" +data: App\Entity\Client {#12721 …} +attr: [] +labelTranslationParameters: [] } 1090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19880 +label: "Maria Luisa Bernardi" +value: "1090" +data: App\Entity\Client {#12728 …} +attr: [] +labelTranslationParameters: [] } 2188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19881 +label: "MARIA LUISA DIAZ" +value: "2188" +data: App\Entity\Client {#12734 …} +attr: [] +labelTranslationParameters: [] } 2187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19882 +label: "MARIA LUISA DIAZ" +value: "2187" +data: App\Entity\Client {#12741 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19883 +label: "MARIA MARCELA BEAULIEU" +value: "172" +data: App\Entity\Client {#12748 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19884 +label: "MARIA MARTA SUELDO" +value: "403" +data: App\Entity\Client {#12754 …} +attr: [] +labelTranslationParameters: [] } 1606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19885 +label: "MARIA MAURA VALLE" +value: "1606" +data: App\Entity\Client {#12761 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19886 +label: "MARIA MELINA VIGNOLO" +value: "1008" +data: App\Entity\Client {#12768 …} +attr: [] +labelTranslationParameters: [] } 2647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19887 +label: "Maria Mercedes Moyano" +value: "2647" +data: App\Entity\Client {#12775 …} +attr: [] +labelTranslationParameters: [] } 1163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19888 +label: "Maria Natalia Nigro" +value: "1163" +data: App\Entity\Client {#12782 …} +attr: [] +labelTranslationParameters: [] } 1160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19889 +label: "MARIA NOELI GRIGLIO" +value: "1160" +data: App\Entity\Client {#12789 …} +attr: [] +labelTranslationParameters: [] } 688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19890 +label: "MARIA PAOLA PUCCIARELLI" +value: "688" +data: App\Entity\Client {#12796 …} +attr: [] +labelTranslationParameters: [] } 838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19891 +label: "MARIA PAULA MARTINEZ" +value: "838" +data: App\Entity\Client {#12802 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19892 +label: "MARIA PAULA CIVALERO" +value: "1120" +data: App\Entity\Client {#12809 …} +attr: [] +labelTranslationParameters: [] } 878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19893 +label: "MARIA ROSA CABRAL" +value: "878" +data: App\Entity\Client {#12816 …} +attr: [] +labelTranslationParameters: [] } 1206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19894 +label: "MARIA ROSA SOTO" +value: "1206" +data: App\Entity\Client {#12823 …} +attr: [] +labelTranslationParameters: [] } 1612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19895 +label: "MARIA ROSA MOSCA" +value: "1612" +data: App\Entity\Client {#12830 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19896 +label: "MARIA ROXANA CALDERON" +value: "217" +data: App\Entity\Client {#12836 …} +attr: [] +labelTranslationParameters: [] } 794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19897 +label: "MARIA SOFIA DE AMICIS" +value: "794" +data: App\Entity\Client {#12842 …} +attr: [] +labelTranslationParameters: [] } 1955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19898 +label: "MARIA SOFIA FERAUD" +value: "1955" +data: App\Entity\Client {#12849 …} +attr: [] +labelTranslationParameters: [] } 1925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19899 +label: "MARIA SOL RAMOS" +value: "1925" +data: App\Entity\Client {#12856 …} +attr: [] +labelTranslationParameters: [] } 2515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19900 +label: "MARIA SOL SALGADO" +value: "2515" +data: App\Entity\Client {#12863 …} +attr: [] +labelTranslationParameters: [] } 1671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19901 +label: "Maria Soledad Basualdo" +value: "1671" +data: App\Entity\Client {#12870 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19902 +label: "MARIA SOLEDAD TORRES" +value: "439" +data: App\Entity\Client {#12876 …} +attr: [] +labelTranslationParameters: [] } 2615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19903 +label: "MARIA SOLEDAD BINI" +value: "2615" +data: App\Entity\Client {#12884 …} +attr: [] +labelTranslationParameters: [] } 877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19904 +label: "MARIA SOLEDAD TORRES" +value: "877" +data: App\Entity\Client {#12890 …} +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19905 +label: "MARIA SUSANA MORON" +value: "541" +data: App\Entity\Client {#12896 …} +attr: [] +labelTranslationParameters: [] } 1729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19906 +label: "MARIA TERESA MINERVINI" +value: "1729" +data: App\Entity\Client {#12903 …} +attr: [] +labelTranslationParameters: [] } 2308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19907 +label: "MARIA VALENTINA LOPEZ" +value: "2308" +data: App\Entity\Client {#12910 …} +attr: [] +labelTranslationParameters: [] } 2507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19908 +label: "MARIA VANINA GONZALO" +value: "2507" +data: App\Entity\Client {#12918 …} +attr: [] +labelTranslationParameters: [] } 1699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19909 +label: "Maria Veronica Alvarez" +value: "1699" +data: App\Entity\Client {#12924 …} +attr: [] +labelTranslationParameters: [] } 1664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19910 +label: "Maria Veronica Alvarez" +value: "1664" +data: App\Entity\Client {#12931 …} +attr: [] +labelTranslationParameters: [] } 2338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19911 +label: "Maria Victoria Salas" +value: "2338" +data: App\Entity\Client {#12937 …} +attr: [] +labelTranslationParameters: [] } 677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19912 +label: "MARIA VICTORIA SANTA CRUZ" +value: "677" +data: App\Entity\Client {#12944 …} +attr: [] +labelTranslationParameters: [] } 2470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19913 +label: "Maria Virginia Quinteros" +value: "2470" +data: App\Entity\Client {#12950 …} +attr: [] +labelTranslationParameters: [] } 863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19914 +label: "mariana mariana" +value: "863" +data: App\Entity\Client {#12956 …} +attr: [] +labelTranslationParameters: [] } 864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19915 +label: "mariana mariana" +value: "864" +data: App\Entity\Client {#12962 …} +attr: [] +labelTranslationParameters: [] } 1435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19916 +label: "Mariana eva lujan" +value: "1435" +data: App\Entity\Client {#12969 …} +attr: [] +labelTranslationParameters: [] } 1569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19917 +label: "MARIANA BORLETTO" +value: "1569" +data: App\Entity\Client {#12976 …} +attr: [] +labelTranslationParameters: [] } 2464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19918 +label: "MARIANA VILLARROEL" +value: "2464" +data: App\Entity\Client {#12982 …} +attr: [] +labelTranslationParameters: [] } 1890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19919 +label: "MARIANA ANDREA EANDI" +value: "1890" +data: App\Entity\Client {#12989 …} +attr: [] +labelTranslationParameters: [] } 2567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19920 +label: "MARIANA DANIELA TABORDA" +value: "2567" +data: App\Entity\Client {#12996 …} +attr: [] +labelTranslationParameters: [] } 1579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19921 +label: "Mariana Evangelina Brizuela" +value: "1579" +data: App\Entity\Client {#13003 …} +attr: [] +labelTranslationParameters: [] } 2010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19922 +label: "Mariana Lorena Cardozo" +value: "2010" +data: App\Entity\Client {#13010 …} +attr: [] +labelTranslationParameters: [] } 1466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19923 +label: "MARIANA NOELIA SORIA" +value: "1466" +data: App\Entity\Client {#13017 …} +attr: [] +labelTranslationParameters: [] } 2311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19924 +label: "MARIANA SOLEDAD DIAZ" +value: "2311" +data: App\Entity\Client {#13024 …} +attr: [] +labelTranslationParameters: [] } 2426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19925 +label: "MARIANA SOLEDAD PELLIZA" +value: "2426" +data: App\Entity\Client {#13031 …} +attr: [] +labelTranslationParameters: [] } 2091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19926 +label: "MARIANELA MANYARE" +value: "2091" +data: App\Entity\Client {#13038 …} +attr: [] +labelTranslationParameters: [] } 1444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19927 +label: "Mariano Cardona" +value: "1444" +data: App\Entity\Client {#13045 …} +attr: [] +labelTranslationParameters: [] } 2678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19928 +label: "MARIANO PANIZZA" +value: "2678" +data: App\Entity\Client {#13052 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19929 +label: "Mariano Amustachegui" +value: "26" +data: App\Entity\Client {#13058 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19930 +label: "Mariano Amustachegui" +value: "27" +data: App\Entity\Client {#13064 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19931 +label: "Mariano Amustachegui" +value: "28" +data: App\Entity\Client {#13070 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19932 +label: "MARIANO ANDRES BUTELER" +value: "1043" +data: App\Entity\Client {#13077 …} +attr: [] +labelTranslationParameters: [] } 1442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19933 +label: "MARIANO ANGEL VILLAROEL" +value: "1442" +data: App\Entity\Client {#13084 …} +attr: [] +labelTranslationParameters: [] } 2043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19934 +label: "MARIANO ANGEL VILLARROEL" +value: "2043" +data: App\Entity\Client {#13091 …} +attr: [] +labelTranslationParameters: [] } 1359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19935 +label: "MARIANO ARNALDO GOMEZ" +value: "1359" +data: App\Entity\Client {#13098 …} +attr: [] +labelTranslationParameters: [] } 1580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19936 +label: "MARIANO FEDERICO MASSIN" +value: "1580" +data: App\Entity\Client {#13104 …} +attr: [] +labelTranslationParameters: [] } 1888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19937 +label: "MARIANO GUILLERMO GAGLIARDO" +value: "1888" +data: App\Entity\Client {#13111 …} +attr: [] +labelTranslationParameters: [] } 2058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19938 +label: "MARIANO JORGE VOCOS" +value: "2058" +data: App\Entity\Client {#13118 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19939 +label: "MARIANO LUIS LUCCI" +value: "567" +data: App\Entity\Client {#13124 …} +attr: [] +labelTranslationParameters: [] } 1502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19940 +label: "MARIEL ANDREA GUADALUPE ROJAS" +value: "1502" +data: App\Entity\Client {#13131 …} +attr: [] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19941 +label: "MARIEL IRENE ROBLEDO" +value: "515" +data: App\Entity\Client {#13138 …} +attr: [] +labelTranslationParameters: [] } 826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19942 +label: "MARIELA ULLOA" +value: "826" +data: App\Entity\Client {#13144 …} +attr: [] +labelTranslationParameters: [] } 1624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19943 +label: "MARIELA BUSTOS" +value: "1624" +data: App\Entity\Client {#13151 …} +attr: [] +labelTranslationParameters: [] } 1495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19944 +label: "MARIELA ALEJANDRA CANEPA" +value: "1495" +data: App\Entity\Client {#13158 …} +attr: [] +labelTranslationParameters: [] } 2342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19945 +label: "MARIELA ALEJANDRA FARIAS" +value: "2342" +data: App\Entity\Client {#13165 …} +attr: [] +labelTranslationParameters: [] } 1838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19946 +label: "MARIELA CLAUDIA IBARRA" +value: "1838" +data: App\Entity\Client {#13172 …} +attr: [] +labelTranslationParameters: [] } 2401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19947 +label: "MARIELA DEL CARMEN FERREYRA" +value: "2401" +data: App\Entity\Client {#13179 …} +attr: [] +labelTranslationParameters: [] } 2016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19948 +label: "MARIELA DEL VALLE PERALTA" +value: "2016" +data: App\Entity\Client {#13186 …} +attr: [] +labelTranslationParameters: [] } 2485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19949 +label: "MARIELA EDHIT VALDEZ" +value: "2485" +data: App\Entity\Client {#13192 …} +attr: [] +labelTranslationParameters: [] } 2563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19950 +label: "MARIELA IVANA ANGULO" +value: "2563" +data: App\Entity\Client {#13199 …} +attr: [] +labelTranslationParameters: [] } 1973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19951 +label: "MARIELA LUCIANA URBANI" +value: "1973" +data: App\Entity\Client {#13206 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19952 +label: "MARIELA TERESA MEIRONE" +value: "1115" +data: App\Entity\Client {#13213 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19953 +label: "marina gottardi" +value: "31" +data: App\Entity\Client {#13219 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19954 +label: "Marina Gottardi" +value: "38" +data: App\Entity\Client {#13225 …} +attr: [] +labelTranslationParameters: [] } 1676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19955 +label: "MARINA CARDINI" +value: "1676" +data: App\Entity\Client {#13232 …} +attr: [] +labelTranslationParameters: [] } 1237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19956 +label: "Mario Mansilla" +value: "1237" +data: App\Entity\Client {#13239 …} +attr: [] +labelTranslationParameters: [] } 1885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19957 +label: "MARIO A DEFINIR" +value: "1885" +data: App\Entity\Client {#13245 …} +attr: [] +labelTranslationParameters: [] } 2554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19958 +label: "MARIO ALBERTO MAGNANI" +value: "2554" +data: App\Entity\Client {#13252 …} +attr: [] +labelTranslationParameters: [] } 2358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19959 +label: "mario alberto cisneros" +value: "2358" +data: App\Entity\Client {#13259 …} +attr: [] +labelTranslationParameters: [] } 2138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19960 +label: "MARIO ALBERTO MALDONADO" +value: "2138" +data: App\Entity\Client {#13266 …} +attr: [] +labelTranslationParameters: [] } 2301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19961 +label: "MARIO ENRIQUE VALDEZ" +value: "2301" +data: App\Entity\Client {#13273 …} +attr: [] +labelTranslationParameters: [] } 2466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19962 +label: "MARIO ENRIQUE LOPEZ SAIRES" +value: "2466" +data: App\Entity\Client {#13280 …} +attr: [] +labelTranslationParameters: [] } 1914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19963 +label: "MARIO FABIAN FLORES" +value: "1914" +data: App\Entity\Client {#13287 …} +attr: [] +labelTranslationParameters: [] } 1413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19964 +label: "MARIO FERNANDO AMAYA" +value: "1413" +data: App\Entity\Client {#13294 …} +attr: [] +labelTranslationParameters: [] } 2393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19965 +label: "MARIO GABRIEL SEEMANN PEDRAZA" +value: "2393" +data: App\Entity\Client {#13302 …} +attr: [] +labelTranslationParameters: [] } 1161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19966 +label: "Mario Javier Garcia Fissore" +value: "1161" +data: App\Entity\Client {#13309 …} +attr: [] +labelTranslationParameters: [] } 2520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19967 +label: "MARIO JORGE QUINTEROS" +value: "2520" +data: App\Entity\Client {#13317 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19968 +label: "MARIO OSCAR SAEZ" +value: "1017" +data: App\Entity\Client {#13324 …} +attr: [] +labelTranslationParameters: [] } 2434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19969 +label: "MARIO RICARDO CIMINO" +value: "2434" +data: App\Entity\Client {#13330 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19970 +label: "Mario Roberto Mansilla" +value: "173" +data: App\Entity\Client {#13336 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19971 +label: "MARIO ROBERTO PITURA" +value: "440" +data: App\Entity\Client {#13343 …} +attr: [] +labelTranslationParameters: [] } 2220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19972 +label: "MARISA ANDREA RIZZOLO" +value: "2220" +data: App\Entity\Client {#13350 …} +attr: [] +labelTranslationParameters: [] } 2280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19973 +label: "MARISA DEL CARMEN HERRERA" +value: "2280" +data: App\Entity\Client {#13357 …} +attr: [] +labelTranslationParameters: [] } 2599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19974 +label: "Marisa Estela Garavano" +value: "2599" +data: App\Entity\Client {#13363 …} +attr: [] +labelTranslationParameters: [] } 2603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19975 +label: "Marisa Estela Garavano" +value: "2603" +data: App\Entity\Client {#13370 …} +attr: [] +labelTranslationParameters: [] } 1868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19976 +label: "Marisa Noelia Palacio" +value: "1868" +data: App\Entity\Client {#13377 …} +attr: [] +labelTranslationParameters: [] } 1623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19977 +label: "MARQUES MARIO AUGUSTO S.A." +value: "1623" +data: App\Entity\Client {#13384 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19978 +label: "MARTA ILLANES" +value: "115" +data: App\Entity\Client {#13390 …} +attr: [] +labelTranslationParameters: [] } 1744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19979 +label: "MARTA ALICIA PELLEGRINI" +value: "1744" +data: App\Entity\Client {#13397 …} +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19980 +label: "MARTA DOMINGA PALOMO" +value: "856" +data: App\Entity\Client {#13404 …} +attr: [] +labelTranslationParameters: [] } 2574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19981 +label: "MARTA HAYDEE PESCE" +value: "2574" +data: App\Entity\Client {#13411 …} +attr: [] +labelTranslationParameters: [] } 2638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19982 +label: "MARTA RAQUEL SULE" +value: "2638" +data: App\Entity\Client {#13419 …} +attr: [] +labelTranslationParameters: [] } 2661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19983 +label: "MARTA RAQUEL JURE" +value: "2661" +data: App\Entity\Client {#13426 …} +attr: [] +labelTranslationParameters: [] } 2027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19984 +label: "MARTHA ROSA TEJEDA" +value: "2027" +data: App\Entity\Client {#13432 …} +attr: [] +labelTranslationParameters: [] } 2061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19985 +label: "MARTHA ROSA TEJEDA" +value: "2061" +data: App\Entity\Client {#13439 …} +attr: [] +labelTranslationParameters: [] } 1265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19986 +label: "Martin Geymonat" +value: "1265" +data: App\Entity\Client {#13446 …} +attr: [] +labelTranslationParameters: [] } 2439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19987 +label: "Martin Gonzalez" +value: "2439" +data: App\Entity\Client {#13452 …} +attr: [] +labelTranslationParameters: [] } 1434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19988 +label: "Martin Machuca" +value: "1434" +data: App\Entity\Client {#13459 …} +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19989 +label: "MARTIN LOWE" +value: "737" +data: App\Entity\Client {#13465 …} +attr: [] +labelTranslationParameters: [] } 1251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19990 +label: "Martin Cibin" +value: "1251" +data: App\Entity\Client {#13472 …} +attr: [] +labelTranslationParameters: [] } 2075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19991 +label: "MARTIN MASSA" +value: "2075" +data: App\Entity\Client {#13478 …} +attr: [] +labelTranslationParameters: [] } 2440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19992 +label: "Martin Bertagna" +value: "2440" +data: App\Entity\Client {#13484 …} +attr: [] +labelTranslationParameters: [] } 1996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19993 +label: "Martin Alejando Sanchez Ruiz" +value: "1996" +data: App\Entity\Client {#13491 …} +attr: [] +labelTranslationParameters: [] } 1317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19994 +label: "MARTIN ALEJANDRO GORDILLO" +value: "1317" +data: App\Entity\Client {#13498 …} +attr: [] +labelTranslationParameters: [] } 2320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19995 +label: "MARTIN ALEJANDRO RIHA" +value: "2320" +data: App\Entity\Client {#13505 …} +attr: [] +labelTranslationParameters: [] } 1937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19996 +label: "Martin Gonzalo Cardozo" +value: "1937" +data: App\Entity\Client {#13512 …} +attr: [] +labelTranslationParameters: [] } 1754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19997 +label: "MARTIN GONZALO PAPA" +value: "1754" +data: App\Entity\Client {#13519 …} +attr: [] +labelTranslationParameters: [] } 766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19998 +label: "MARTIN GUILLERMO CHINCOLLA" +value: "766" +data: App\Entity\Client {#13526 …} +attr: [] +labelTranslationParameters: [] } 2318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19999 +label: "MARTIN IGNACIO BARTOLOME" +value: "2318" +data: App\Entity\Client {#13533 …} +attr: [] +labelTranslationParameters: [] } 1494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20000 +label: "MARTIN LUIS BRUNETTI" +value: "1494" +data: App\Entity\Client {#13539 …} +attr: [] +labelTranslationParameters: [] } 1506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20001 +label: "MARTIN LUIS BRUNETTI" +value: "1506" +data: App\Entity\Client {#13546 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20002 +label: "Martín Miguel D`Andrea" +value: "433" +data: App\Entity\Client {#13553 …} +attr: [] +labelTranslationParameters: [] } 2033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20003 +label: "MARTIN MIGUEL TISCORNIA" +value: "2033" +data: App\Entity\Client {#13560 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20004 +label: "MARTIN OSCAR ZALAZAR" +value: "487" +data: App\Entity\Client {#13567 …} +attr: [] +labelTranslationParameters: [] } 644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20005 +label: "MARTINEZ SUSANA" +value: "644" +data: App\Entity\Client {#13573 …} +attr: [] +labelTranslationParameters: [] } 2670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20006 +label: "MARTN ALEJANDRO ZANETTE" +value: "2670" +data: App\Entity\Client {#13580 …} +attr: [] +labelTranslationParameters: [] } 2125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20007 +label: "MARWAN EL NAKHLOUL" +value: "2125" +data: App\Entity\Client {#13587 …} +attr: [] +labelTranslationParameters: [] } 528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20008 +label: "MATEO MURINA " +value: "528" +data: App\Entity\Client {#13594 …} +attr: [] +labelTranslationParameters: [] } 2483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20009 +label: "MATEO PERTICARA" +value: "2483" +data: App\Entity\Client {#13602 …} +attr: [] +labelTranslationParameters: [] } 1948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20010 +label: "MATEO MURINA" +value: "1948" +data: App\Entity\Client {#13609 …} +attr: [] +labelTranslationParameters: [] } 709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20011 +label: "MATIAS FERREYRA" +value: "709" +data: App\Entity\Client {#13615 …} +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20012 +label: "matias gabino" +value: "968" +data: App\Entity\Client {#13621 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20013 +label: "MATIAS POLZELLA" +value: "244" +data: App\Entity\Client {#13627 …} +attr: [] +labelTranslationParameters: [] } 690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20014 +label: "MATIAS MERCADO" +value: "690" +data: App\Entity\Client {#13634 …} +attr: [] +labelTranslationParameters: [] } 2151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20015 +label: "MATIAS ZAVALA" +value: "2151" +data: App\Entity\Client {#13641 …} +attr: [] +labelTranslationParameters: [] } 1949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20016 +label: "MATIAS JAUREGUIZAHAR" +value: "1949" +data: App\Entity\Client {#13648 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20017 +label: "Matias Alejandro BELLA" +value: "334" +data: App\Entity\Client {#13655 …} +attr: [] +labelTranslationParameters: [] } 955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20018 +label: "MATIAS EXEQUIEL NAVARRO " +value: "955" +data: App\Entity\Client {#13662 …} +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20019 +label: "MATIAS EZEQUIEL HERRERA" +value: "979" +data: App\Entity\Client {#13669 …} +attr: [] +labelTranslationParameters: [] } 2200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20020 +label: "MATIAS EZEQUIEL FRENCIA" +value: "2200" +data: App\Entity\Client {#13675 …} +attr: [] +labelTranslationParameters: [] } 1630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20021 +label: "MATIAS FACUNDO OYOLA" +value: "1630" +data: App\Entity\Client {#13682 …} +attr: [] +labelTranslationParameters: [] } 2640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20022 +label: "MATIAS GABRIEL OVIEDO" +value: "2640" +data: App\Entity\Client {#13689 …} +attr: [] +labelTranslationParameters: [] } 854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20023 +label: "Matías GERMAN Dominguez" +value: "854" +data: App\Entity\Client {#13696 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20024 +label: "Matias Oscar Messa" +value: "37" +data: App\Entity\Client {#13702 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20025 +label: "Mauricio Almiron" +value: "260" +data: App\Entity\Client {#13708 …} +attr: [] +labelTranslationParameters: [] } 2568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20026 +label: "MAURICIO RODRIGUEZ" +value: "2568" +data: App\Entity\Client {#13715 …} +attr: [] +labelTranslationParameters: [] } 1944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20027 +label: "MAURICIO EZEQUIEL PERALTA" +value: "1944" +data: App\Entity\Client {#13721 …} +attr: [] +labelTranslationParameters: [] } 1945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20028 +label: "MAURICIO EZEQUIEL PERALTA" +value: "1945" +data: App\Entity\Client {#13728 …} +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20029 +label: "MAURICIO GASTON BRARDA" +value: "618" +data: App\Entity\Client {#13735 …} +attr: [] +labelTranslationParameters: [] } 1594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20030 +label: "Mauricio Matias Pereyra" +value: "1594" +data: App\Entity\Client {#13742 …} +attr: [] +labelTranslationParameters: [] } 1243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20031 +label: "MAURO LE ROUX" +value: "1243" +data: App\Entity\Client {#13749 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20032 +label: "MAURO MONTIRONI" +value: "182" +data: App\Entity\Client {#13755 …} +attr: [] +labelTranslationParameters: [] } 751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20033 +label: "MAURO NOTTARIO" +value: "751" +data: App\Entity\Client {#13761 …} +attr: [] +labelTranslationParameters: [] } 1995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20034 +label: "Mauro Goddio" +value: "1995" +data: App\Entity\Client {#13768 …} +attr: [] +labelTranslationParameters: [] } 632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20035 +label: "MAURO ALBERTO NICOLA" +value: "632" +data: App\Entity\Client {#13774 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20036 +label: "MAURO EZEQUIEL OLLAQUINDIA" +value: "194" +data: App\Entity\Client {#13780 …} +attr: [] +labelTranslationParameters: [] } 1917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20037 +label: "Mauro Javier Vidal" +value: "1917" +data: App\Entity\Client {#13787 …} +attr: [] +labelTranslationParameters: [] } 2248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20038 +label: "MAURO JOSE DI PAOLO" +value: "2248" +data: App\Entity\Client {#13794 …} +attr: [] +labelTranslationParameters: [] } 1947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20039 +label: "MAURO NICOLAS GON" +value: "1947" +data: App\Entity\Client {#13801 …} +attr: [] +labelTranslationParameters: [] } 1994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20040 +label: "MAURO SEBASTIAN MORALES" +value: "1994" +data: App\Entity\Client {#13808 …} +attr: [] +labelTranslationParameters: [] } 2605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20041 +label: "MAXIMILIANO FILIPPA" +value: "2605" +data: App\Entity\Client {#13815 …} +attr: [] +labelTranslationParameters: [] } 1901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20042 +label: "MAXIMILIANO BRITOS TAGLIAVINI" +value: "1901" +data: App\Entity\Client {#13822 …} +attr: [] +labelTranslationParameters: [] } 1819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20043 +label: "MAXIMILIANO SARGIOTTO" +value: "1819" +data: App\Entity\Client {#13829 …} +attr: [] +labelTranslationParameters: [] } 2497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20044 +label: "Maximiliano Aringoli" +value: "2497" +data: App\Entity\Client {#13835 …} +attr: [] +labelTranslationParameters: [] } 2544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20045 +label: "MAXIMILIANO EDUARDO ZARAZAGA TEJEDA" +value: "2544" +data: App\Entity\Client {#13842 …} +attr: [] +labelTranslationParameters: [] } 1563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20046 +label: "Maximiliano Eduardo David Zarazaga Tejeda" +value: "1563" +data: App\Entity\Client {#13849 …} +attr: [] +labelTranslationParameters: [] } 1972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20047 +label: "MAXIMILIANO EMANUEL BOBBIO" +value: "1972" +data: App\Entity\Client {#13856 …} +attr: [] +labelTranslationParameters: [] } 2251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20048 +label: "MAXIMILIANO EZEQUIEL ALMENDRA" +value: "2251" +data: App\Entity\Client {#13863 …} +attr: [] +labelTranslationParameters: [] } 1166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20049 +label: "MAXIMILIANO LUIS DI RIENZO" +value: "1166" +data: App\Entity\Client {#13870 …} +attr: [] +labelTranslationParameters: [] } 2438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20050 +label: "MAXIMILIANO RUBEN BELLONE" +value: "2438" +data: App\Entity\Client {#13877 …} +attr: [] +labelTranslationParameters: [] } 1835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20051 +label: "MAXIMINO NICOLAS ROMERO" +value: "1835" +data: App\Entity\Client {#13884 …} +attr: [] +labelTranslationParameters: [] } 1487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20052 +label: "Máximo Damián Viñolo" +value: "1487" +data: App\Entity\Client {#13891 …} +attr: [] +labelTranslationParameters: [] } 2144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20053 +label: "MAYCO MATIAS DOMANSKY" +value: "2144" +data: App\Entity\Client {#13898 …} +attr: [] +labelTranslationParameters: [] } 1473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20054 +label: "MAYRA JAZMIN ARUANI" +value: "1473" +data: App\Entity\Client {#13905 …} +attr: [] +labelTranslationParameters: [] } 801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20055 +label: "MAYRA LORENA SESTARES" +value: "801" +data: App\Entity\Client {#13911 …} +attr: [] +labelTranslationParameters: [] } 1407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20056 +label: "MELANIA GISEL PERAZZO" +value: "1407" +data: App\Entity\Client {#13918 …} +attr: [] +labelTranslationParameters: [] } 812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20057 +label: "MELISA ROSSI" +value: "812" +data: App\Entity\Client {#13924 …} +attr: [] +labelTranslationParameters: [] } 2643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20058 +label: "Melisa Carrizo" +value: "2643" +data: App\Entity\Client {#13931 …} +attr: [] +labelTranslationParameters: [] } 909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20059 +label: "MELISA GISEL ALTURRIA" +value: "909" +data: App\Entity\Client {#13938 …} +attr: [] +labelTranslationParameters: [] } 2419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20060 +label: "MELISA JORGELINA ARAOZ" +value: "2419" +data: App\Entity\Client {#13945 …} +attr: [] +labelTranslationParameters: [] } 1520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20061 +label: "MERCEDES NOEMI ARANDA" +value: "1520" +data: App\Entity\Client {#13952 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20062 +label: "MICAELA CANCE" +value: "468" +data: App\Entity\Client {#13959 …} +attr: [] +labelTranslationParameters: [] } 849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20063 +label: "MICAELA CANCE" +value: "849" +data: App\Entity\Client {#13965 …} +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20064 +label: "MICAELA GOMEZ" +value: "603" +data: App\Entity\Client {#13971 …} +attr: [] +labelTranslationParameters: [] } 2500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20065 +label: "MICAELA BELEN IGLESIAS" +value: "2500" +data: App\Entity\Client {#13977 …} +attr: [] +labelTranslationParameters: [] } 2501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20066 +label: "MICAELA BELEN IGLESIAS" +value: "2501" +data: App\Entity\Client {#13983 …} +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20067 +label: "MICAELA SABRINA VILLARROEL" +value: "614" +data: App\Entity\Client {#13989 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20068 +label: "MIGUEL GNC MINUTOS" +value: "240" +data: App\Entity\Client {#13995 …} +attr: [] +labelTranslationParameters: [] } 1392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20069 +label: "Miguel Ghirardi" +value: "1392" +data: App\Entity\Client {#14002 …} +attr: [] +labelTranslationParameters: [] } 1639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20070 +label: "MIGUEL ABAD REYNOSO" +value: "1639" +data: App\Entity\Client {#14009 …} +attr: [] +labelTranslationParameters: [] } 1212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20071 +label: "Miguel Alberto Heredia" +value: "1212" +data: App\Entity\Client {#14016 …} +attr: [] +labelTranslationParameters: [] } 1363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20072 +label: "MIGUEL ALEJANDRO DEIANA" +value: "1363" +data: App\Entity\Client {#14023 …} +attr: [] +labelTranslationParameters: [] } 1305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20073 +label: "MIGUEL ANGEL ALEN" +value: "1305" +data: App\Entity\Client {#14030 …} +attr: [] +labelTranslationParameters: [] } 1409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20074 +label: "MIGUEL ANGEL PAEZ" +value: "1409" +data: App\Entity\Client {#14037 …} +attr: [] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20075 +label: "MIGUEL ANGEL LACLAU" +value: "516" +data: App\Entity\Client {#14044 …} +attr: [] +labelTranslationParameters: [] } 761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20076 +label: "MIGUEL ANGEL SILVEIRA" +value: "761" +data: App\Entity\Client {#14050 …} +attr: [] +labelTranslationParameters: [] } 1653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20077 +label: "MIGUEL ANGEL LLANOS" +value: "1653" +data: App\Entity\Client {#14057 …} +attr: [] +labelTranslationParameters: [] } 1826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20078 +label: "MIGUEL ANGEL CLEMENTE" +value: "1826" +data: App\Entity\Client {#14064 …} +attr: [] +labelTranslationParameters: [] } 2255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20079 +label: "MIGUEL ANGEL GONEL" +value: "2255" +data: App\Entity\Client {#14071 …} +attr: [] +labelTranslationParameters: [] } 2120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20080 +label: "MIGUEL ANGEL SALAS " +value: "2120" +data: App\Entity\Client {#14078 …} +attr: [] +labelTranslationParameters: [] } 1248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20081 +label: "MIGUEL EMILIO LIENDO" +value: "1248" +data: App\Entity\Client {#14085 …} +attr: [] +labelTranslationParameters: [] } 1042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20082 +label: "MIGUEL GABRIEL ORDOÑEZ" +value: "1042" +data: App\Entity\Client {#14092 …} +attr: [] +labelTranslationParameters: [] } 1928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20083 +label: "MIGUEL IVAN SIMBRON" +value: "1928" +data: App\Entity\Client {#14099 …} +attr: [] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20084 +label: "MIGUEL PABLO ARIEL" +value: "482" +data: App\Entity\Client {#14105 …} +attr: [] +labelTranslationParameters: [] } 2148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20085 +label: "MILAGROS MERLACH" +value: "2148" +data: App\Entity\Client {#14112 …} +attr: [] +labelTranslationParameters: [] } 1889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20086 +label: "MILAGROS AGOSTINA FILLOL" +value: "1889" +data: App\Entity\Client {#14119 …} +attr: [] +labelTranslationParameters: [] } 2006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20087 +label: "MILENA CONSTANZA ACUÑA" +value: "2006" +data: App\Entity\Client {#14126 …} +attr: [] +labelTranslationParameters: [] } 879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20088 +label: "Milton Pfund" +value: "879" +data: App\Entity\Client {#14133 …} +attr: [] +labelTranslationParameters: [] } 1268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20089 +label: "MILVIA ROSARIO FITE" +value: "1268" +data: App\Entity\Client {#14140 …} +attr: [] +labelTranslationParameters: [] } 784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20090 +label: "MIRIAM QUEVEDO" +value: "784" +data: App\Entity\Client {#14146 …} +attr: [] +labelTranslationParameters: [] } 1525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20091 +label: "Miriam Nancy Brenzoni" +value: "1525" +data: App\Entity\Client {#14153 …} +attr: [] +labelTranslationParameters: [] } 1790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20092 +label: "Miriam Viviana Ujaldon" +value: "1790" +data: App\Entity\Client {#14160 …} +attr: [] +labelTranslationParameters: [] } 752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20093 +label: "MIRIAN LEDESMA" +value: "752" +data: App\Entity\Client {#14166 …} +attr: [] +labelTranslationParameters: [] } 1578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20094 +label: "MIRIAN GRACIELA GUDIÑO" +value: "1578" +data: App\Entity\Client {#14173 …} +attr: [] +labelTranslationParameters: [] } 755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20095 +label: "MIRTA ALICIA OSRE" +value: "755" +data: App\Entity\Client {#14180 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20096 +label: "MIRTA MABEL DRAGO " +value: "265" +data: App\Entity\Client {#14187 …} +attr: [] +labelTranslationParameters: [] } 1526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20097 +label: "MIRTA MABEL DRAGO" +value: "1526" +data: App\Entity\Client {#14194 …} +attr: [] +labelTranslationParameters: [] } 768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20098 +label: "MIRTA OFELIA ARNEDO" +value: "768" +data: App\Entity\Client {#14200 …} +attr: [] +labelTranslationParameters: [] } 699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20099 +label: "MODESTA JOSEFINA VELAZQUEZ" +value: "699" +data: App\Entity\Client {#14207 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20100 +label: "MOISES NESTOR LUENGO" +value: "1127" +data: App\Entity\Client {#14214 …} +attr: [] +labelTranslationParameters: [] } 1514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20101 +label: "monica lucco" +value: "1514" +data: App\Entity\Client {#14220 …} +attr: [] +labelTranslationParameters: [] } 1712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20102 +label: "Monica Leguizamon" +value: "1712" +data: App\Entity\Client {#14226 …} +attr: [] +labelTranslationParameters: [] } 1504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20103 +label: "MONICA ADRIANA LUCCO" +value: "1504" +data: App\Entity\Client {#14232 …} +attr: [] +labelTranslationParameters: [] } 1511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20104 +label: "MONICA ADRIANA LUCCO" +value: "1511" +data: App\Entity\Client {#14239 …} +attr: [] +labelTranslationParameters: [] } 1713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20105 +label: "MONICA ADRIANA LEGUIZAMON" +value: "1713" +data: App\Entity\Client {#14246 …} +attr: [] +labelTranslationParameters: [] } 1503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20106 +label: "MONICA ADRINA LUCCO" +value: "1503" +data: App\Entity\Client {#14252 …} +attr: [] +labelTranslationParameters: [] } 2296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20107 +label: "Monica Elizabeth Campos" +value: "2296" +data: App\Entity\Client {#14259 …} +attr: [] +labelTranslationParameters: [] } 1091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20108 +label: "MONICA LUCIA MILANI" +value: "1091" +data: App\Entity\Client {#14266 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20109 +label: "Monica Maria Mangione" +value: "411" +data: App\Entity\Client {#14273 …} +attr: [] +labelTranslationParameters: [] } 1665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20110 +label: "MONICA NORMA GIGENA" +value: "1665" +data: App\Entity\Client {#14280 …} +attr: [] +labelTranslationParameters: [] } 1969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20111 +label: "Monica Raquel Del Valle Sanchez" +value: "1969" +data: App\Entity\Client {#14287 …} +attr: [] +labelTranslationParameters: [] } 2534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20112 +label: "MONICA ROSANNA ACEITUNO" +value: "2534" +data: App\Entity\Client {#14295 …} +attr: [] +labelTranslationParameters: [] } 2246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20113 +label: "MONICA SUSANA RODRIGUEZ" +value: "2246" +data: App\Entity\Client {#14302 …} +attr: [] +labelTranslationParameters: [] } 2294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20114 +label: "MONTIRONI S.A" +value: "2294" +data: App\Entity\Client {#14308 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20115 +label: "MRQZPABAR DESARROLLOS SA" +value: "332" +data: App\Entity\Client {#14314 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20116 +label: "MUNICIPALIDAD VILLA STA CRUZ DEL LAGO" +value: "153" +data: App\Entity\Client {#14320 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20117 +label: "MUNICIPALIDAD VIALET MASE" +value: "322" +data: App\Entity\Client {#14327 …} +attr: [] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20118 +label: "MYRIAM ACCENDERE" +value: "513" +data: App\Entity\Client {#14334 …} +attr: [] +labelTranslationParameters: [] } 1966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20119 +label: "MYRIAM DI PAOLO" +value: "1966" +data: App\Entity\Client {#14341 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20120 +label: "NADIA CAROLINA HEDIGER" +value: "195" +data: App\Entity\Client {#14347 …} +attr: [] +labelTranslationParameters: [] } 1763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20121 +label: "NADIA CONCEPCION SPEHAR" +value: "1763" +data: App\Entity\Client {#14354 …} +attr: [] +labelTranslationParameters: [] } 2547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20122 +label: "NAHUEL IGNACIO VILLARROEL" +value: "2547" +data: App\Entity\Client {#14362 …} +attr: [] +labelTranslationParameters: [] } 1651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20123 +label: "NANCY VIVIANA MORGANI" +value: "1651" +data: App\Entity\Client {#14369 …} +attr: [] +labelTranslationParameters: [] } 2465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20124 +label: "Natali Santa" +value: "2465" +data: App\Entity\Client {#14375 …} +attr: [] +labelTranslationParameters: [] } 2533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20125 +label: "NATALI TESTA" +value: "2533" +data: App\Entity\Client {#14382 …} +attr: [] +labelTranslationParameters: [] } 1201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20126 +label: "NATALIA MALDONADO" +value: "1201" +data: App\Entity\Client {#14389 …} +attr: [] +labelTranslationParameters: [] } 1433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20127 +label: "NATALIA GROSSI" +value: "1433" +data: App\Entity\Client {#14396 …} +attr: [] +labelTranslationParameters: [] } 2423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20128 +label: "NATALIA PALAVECINO" +value: "2423" +data: App\Entity\Client {#14403 …} +attr: [] +labelTranslationParameters: [] } 2424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20129 +label: "NATALIA PALAVECINO" +value: "2424" +data: App\Entity\Client {#14410 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20130 +label: "Natalia Carolina Del valle" +value: "196" +data: App\Entity\Client {#14416 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20131 +label: "NATALIA CRISTINA NIETO GUEVARA" +value: "396" +data: App\Entity\Client {#14423 …} +attr: [] +labelTranslationParameters: [] } 2532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20132 +label: "NATALIA DE LOS ANGELES ECHENIQUE" +value: "2532" +data: App\Entity\Client {#14431 …} +attr: [] +labelTranslationParameters: [] } 572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20133 +label: "NATALIA DESIREE GALEASSI" +value: "572" +data: App\Entity\Client {#14437 …} +attr: [] +labelTranslationParameters: [] } 2184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20134 +label: "NATALIA JUDITH VIERO" +value: "2184" +data: App\Entity\Client {#14444 …} +attr: [] +labelTranslationParameters: [] } 746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20135 +label: "NATALIA LORENA CEBALLOS" +value: "746" +data: App\Entity\Client {#14450 …} +attr: [] +labelTranslationParameters: [] } 2442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20136 +label: "NATALIA MARINES DESTEFANIS" +value: "2442" +data: App\Entity\Client {#14457 …} +attr: [] +labelTranslationParameters: [] } 1576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20137 +label: "NATALIA PAOLA PEKERMAN" +value: "1576" +data: App\Entity\Client {#14464 …} +attr: [] +labelTranslationParameters: [] } 884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20138 +label: "NATALIA ROMINA TUNE" +value: "884" +data: App\Entity\Client {#14471 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20139 +label: "NATALIA SOLEDAD ROSSO" +value: "192" +data: App\Entity\Client {#14477 …} +attr: [] +labelTranslationParameters: [] } 650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20140 +label: "NATALIA SOLEDAD LUNA" +value: "650" +data: App\Entity\Client {#14483 …} +attr: [] +labelTranslationParameters: [] } 2488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20141 +label: "NATALIA VALERIA AGUERO" +value: "2488" +data: App\Entity\Client {#14490 …} +attr: [] +labelTranslationParameters: [] } 1447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20142 +label: "NELIDA EVANGELINA RIOS " +value: "1447" +data: App\Entity\Client {#14497 …} +attr: [] +labelTranslationParameters: [] } 2158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20143 +label: "NELSON NAHUEL FERNANDEZ ASTRADA" +value: "2158" +data: App\Entity\Client {#14504 …} +attr: [] +labelTranslationParameters: [] } 2626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20144 +label: "NELSON RAUL VIERA" +value: "2626" +data: App\Entity\Client {#14512 …} +attr: [] +labelTranslationParameters: [] } 1661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20145 +label: "NEREA MARILEN JUAREZ" +value: "1661" +data: App\Entity\Client {#14519 …} +attr: [] +labelTranslationParameters: [] } 765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20146 +label: "NESTOR TOSELLI" +value: "765" +data: App\Entity\Client {#14525 …} +attr: [] +labelTranslationParameters: [] } 617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20147 +label: "NESTOR ADOLFO CORTEZ" +value: "617" +data: App\Entity\Client {#14531 …} +attr: [] +labelTranslationParameters: [] } 640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20148 +label: "NESTOR ADOLFO CORTEZ" +value: "640" +data: App\Entity\Client {#14538 …} +attr: [] +labelTranslationParameters: [] } 763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20149 +label: "NESTOR JESUS PALMA" +value: "763" +data: App\Entity\Client {#14544 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20150 +label: "NICASIO TOBARES" +value: "181" +data: App\Entity\Client {#14550 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20151 +label: "NICOLAS DEL FIORE" +value: "154" +data: App\Entity\Client {#14556 …} +attr: [] +labelTranslationParameters: [] } 887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20152 +label: "Nicolas Constructora" +value: "887" +data: App\Entity\Client {#14562 …} +attr: [] +labelTranslationParameters: [] } 911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20153 +label: "NICOLAS PICONE" +value: "911" +data: App\Entity\Client {#14568 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20154 +label: "NICOLAS GUGLIELMELLI" +value: "1035" +data: App\Entity\Client {#14575 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20155 +label: "Nicolas Jalil" +value: "60" +data: App\Entity\Client {#14581 …} +attr: [] +labelTranslationParameters: [] } 2067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20156 +label: "NICOLAS ANDERS" +value: "2067" +data: App\Entity\Client {#14588 …} +attr: [] +labelTranslationParameters: [] } 1638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20157 +label: "Nicolas Alberto Maldonado" +value: "1638" +data: App\Entity\Client {#14594 …} +attr: [] +labelTranslationParameters: [] } 2576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20158 +label: "NICOLAS BERNARDO Ferrer Vieyra" +value: "2576" +data: App\Entity\Client {#14601 …} +attr: [] +labelTranslationParameters: [] } 2339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20159 +label: "NICOLAS MIGUEL DELPRATO" +value: "2339" +data: App\Entity\Client {#14608 …} +attr: [] +labelTranslationParameters: [] } 1782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20160 +label: "NICOLLE ROCIO SOSA" +value: "1782" +data: App\Entity\Client {#14614 …} +attr: [] +labelTranslationParameters: [] } 1954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20161 +label: "NILDA DEL CARMEN CASTRO" +value: "1954" +data: App\Entity\Client {#14621 …} +attr: [] +labelTranslationParameters: [] } 1330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20162 +label: "NILDA ESTER SANTISTEBAN" +value: "1330" +data: App\Entity\Client {#14628 …} +attr: [] +labelTranslationParameters: [] } 2055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20163 +label: "NOELIA CARINA RAMOS" +value: "2055" +data: App\Entity\Client {#14635 …} +attr: [] +labelTranslationParameters: [] } 2040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20164 +label: "NOELIA CARINA RAMOS" +value: "2040" +data: App\Entity\Client {#14641 …} +attr: [] +labelTranslationParameters: [] } 2613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20165 +label: "NOELIA FLORENCIA BINI" +value: "2613" +data: App\Entity\Client {#14649 …} +attr: [] +labelTranslationParameters: [] } 1216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20166 +label: "Noelia Yamila Mansilla" +value: "1216" +data: App\Entity\Client {#14656 …} +attr: [] +labelTranslationParameters: [] } 953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20167 +label: "NOEMI FONZECA" +value: "953" +data: App\Entity\Client {#14662 …} +attr: [] +labelTranslationParameters: [] } 1302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20168 +label: "Noemi Beatriz Brizuela" +value: "1302" +data: App\Entity\Client {#14669 …} +attr: [] +labelTranslationParameters: [] } 2015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20169 +label: "NOEMI LILIANA LACIAR" +value: "2015" +data: App\Entity\Client {#14676 …} +attr: [] +labelTranslationParameters: [] } 952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20170 +label: "NOEMI ROSARIO FONSECA" +value: "952" +data: App\Entity\Client {#14683 …} +attr: [] +labelTranslationParameters: [] } 2575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20171 +label: "NOEMI SUSANA DOMINGUEZ" +value: "2575" +data: App\Entity\Client {#14691 …} +attr: [] +labelTranslationParameters: [] } 937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20172 +label: "NORA GALARZA LONGHI" +value: "937" +data: App\Entity\Client {#14697 …} +attr: [] +labelTranslationParameters: [] } 535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20173 +label: "NORA BEATRIZ ABREGU" +value: "535" +data: App\Entity\Client {#14703 …} +attr: [] +labelTranslationParameters: [] } 2668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20174 +label: "NORA SUSANA RODRIGUEZ" +value: "2668" +data: App\Entity\Client {#14711 …} +attr: [] +labelTranslationParameters: [] } 1301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20175 +label: "Norberto Adrian Molina" +value: "1301" +data: App\Entity\Client {#14718 …} +attr: [] +labelTranslationParameters: [] } 2129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20176 +label: "NORBERTO EDUARDO PEREZ" +value: "2129" +data: App\Entity\Client {#14725 …} +attr: [] +labelTranslationParameters: [] } 2327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20177 +label: "NORBERTO JESUS RAMON MASSERA" +value: "2327" +data: App\Entity\Client {#14732 …} +attr: [] +labelTranslationParameters: [] } 1978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20178 +label: "NORMA ANGELICA MALDONADO" +value: "1978" +data: App\Entity\Client {#14739 …} +attr: [] +labelTranslationParameters: [] } 1741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20179 +label: "Norma Beatriz Campos" +value: "1741" +data: App\Entity\Client {#14746 …} +attr: [] +labelTranslationParameters: [] } 1644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20180 +label: "NORMA CATALINA MARINZALDA" +value: "1644" +data: App\Entity\Client {#14753 …} +attr: [] +labelTranslationParameters: [] } 1800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20181 +label: "NORMA DEL VALLE MORENO" +value: "1800" +data: App\Entity\Client {#14760 …} +attr: [] +labelTranslationParameters: [] } 1534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20182 +label: "NORMA ESTER ACOSTA" +value: "1534" +data: App\Entity\Client {#14767 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20183 +label: "NORMA GLADYS LUNA" +value: "1024" +data: App\Entity\Client {#14774 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20184 +label: "NORMA GLADYS AD695MI" +value: "1025" +data: App\Entity\Client {#14780 …} +attr: [] +labelTranslationParameters: [] } 1796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20185 +label: "NORMA SILVIA MARIA JADRA" +value: "1796" +data: App\Entity\Client {#14787 …} +attr: [] +labelTranslationParameters: [] } 718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20186 +label: "O O" +value: "718" +data: App\Entity\Client {#14793 …} +attr: [] +labelTranslationParameters: [] } 2325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20187 +label: "OLGA MERCEDES FERNANDEZ" +value: "2325" +data: App\Entity\Client {#14800 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20188 +label: "OMAR ALBERTO ROSALES" +value: "297" +data: App\Entity\Client {#14807 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20189 +label: "OMAR ARTURO DE GIOVANNI" +value: "298" +data: App\Entity\Client {#14814 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20190 +label: "OMAR ARTURO DE GIOVANNI" +value: "1045" +data: App\Entity\Client {#14821 …} +attr: [] +labelTranslationParameters: [] } 706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20191 +label: "OMAR DANIEL DESIA" +value: "706" +data: App\Entity\Client {#14828 …} +attr: [] +labelTranslationParameters: [] } 1499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20192 +label: "OMAR ESTEBAN MIRANDA" +value: "1499" +data: App\Entity\Client {#14835 …} +attr: [] +labelTranslationParameters: [] } 2684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20193 +label: "OMAR ESTEBAN MIRANDA" +value: "2684" +data: App\Entity\Client {#14842 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20194 +label: "OMAR ESTEBAN MIRANDA" +value: "475" +data: App\Entity\Client {#14849 …} +attr: [] +labelTranslationParameters: [] } 2493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20195 +label: "optica lazzarini s.a.s ." +value: "2493" +data: App\Entity\Client {#14855 …} +attr: [] +labelTranslationParameters: [] } 2365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20196 +label: "ORELLANA LUJAN ALEJANDRO" +value: "2365" +data: App\Entity\Client {#14862 …} +attr: [] +labelTranslationParameters: [] } 2167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20197 +label: "ORLANDO ALBERTO RODRIGUEZ" +value: "2167" +data: App\Entity\Client {#14869 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20198 +label: "OSCAR GHYS" +value: "492" +data: App\Entity\Client {#14875 …} +attr: [] +labelTranslationParameters: [] } 2116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20199 +label: "OSCAR ALTAMIRANDA" +value: "2116" +data: App\Entity\Client {#14882 …} +attr: [] +labelTranslationParameters: [] } 783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20200 +label: "OSCAR ARCA" +value: "783" +data: App\Entity\Client {#14888 …} +attr: [] +labelTranslationParameters: [] } 819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20201 +label: "OSCAR DELBALSI" +value: "819" +data: App\Entity\Client {#14894 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20202 +label: "OSCAR DEL VECCHIO" +value: "1073" +data: App\Entity\Client {#14901 …} +attr: [] +labelTranslationParameters: [] } 2014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20203 +label: "OSCAR ALBERTO VARGAS" +value: "2014" +data: App\Entity\Client {#14908 …} +attr: [] +labelTranslationParameters: [] } 1701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20204 +label: "OSCAR EDUARDO GIGENA" +value: "1701" +data: App\Entity\Client {#14914 …} +attr: [] +labelTranslationParameters: [] } 1682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20205 +label: "OSCAR EDUARDO GIGENA" +value: "1682" +data: App\Entity\Client {#14921 …} +attr: [] +labelTranslationParameters: [] } 1085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20206 +label: "OSCAR GREGORIO TEVEROVSKY" +value: "1085" +data: App\Entity\Client {#14928 …} +attr: [] +labelTranslationParameters: [] } 2622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20207 +label: "OSCAR HUGO TISCORNIA" +value: "2622" +data: App\Entity\Client {#14936 …} +attr: [] +labelTranslationParameters: [] } 2607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20208 +label: "OSCAR HUGO TISCORNIA" +value: "2607" +data: App\Entity\Client {#14943 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20209 +label: "OSCAR JULIO PALEO" +value: "547" +data: App\Entity\Client {#14949 …} +attr: [] +labelTranslationParameters: [] } 1879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20210 +label: "OSCAR NICOLAS LUNA" +value: "1879" +data: App\Entity\Client {#14956 …} +attr: [] +labelTranslationParameters: [] } 1565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20211 +label: "oscar osvaldo gutierrez" +value: "1565" +data: App\Entity\Client {#14962 …} +attr: [] +labelTranslationParameters: [] } 1566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20212 +label: "OSCAR OSVALDO GUTIERREZ" +value: "1566" +data: App\Entity\Client {#14969 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20213 +label: "Oscar Rafael Bouchard" +value: "413" +data: App\Entity\Client {#14976 …} +attr: [] +labelTranslationParameters: [] } 1501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20214 +label: "oscar reynaldo aguilar" +value: "1501" +data: App\Entity\Client {#14983 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20215 +label: "OSMAR GABRIEL SOTELO" +value: "147" +data: App\Entity\Client {#14989 …} +attr: [] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20216 +label: "OSVALDO FUNES" +value: "510" +data: App\Entity\Client {#14996 …} +attr: [] +labelTranslationParameters: [] } 871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20217 +label: "OSVALDO DANIEL CANCINOS" +value: "871" +data: App\Entity\Client {#15003 …} +attr: [] +labelTranslationParameters: [] } 2046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20218 +label: "OSVALDO JOSE ANDANESE" +value: "2046" +data: App\Entity\Client {#15010 …} +attr: [] +labelTranslationParameters: [] } 2176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20219 +label: "OSVALDO JUAN CARLOS BAINOTTI" +value: "2176" +data: App\Entity\Client {#15017 …} +attr: [] +labelTranslationParameters: [] } 1935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20220 +label: "OSVALDO RAUL OLIVA" +value: "1935" +data: App\Entity\Client {#15024 …} +attr: [] +labelTranslationParameters: [] } 1938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20221 +label: "Osvaldo Rene Cejas" +value: "1938" +data: App\Entity\Client {#15031 …} +attr: [] +labelTranslationParameters: [] } 949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20222 +label: "PABLO PEREYRA" +value: "949" +data: App\Entity\Client {#15037 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20223 +label: "PABLO CHAJUD" +value: "300" +data: App\Entity\Client {#15044 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20224 +label: "PABLO CHAUD" +value: "301" +data: App\Entity\Client {#15051 …} +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20225 +label: "PABLO BLANDA" +value: "622" +data: App\Entity\Client {#15057 …} +attr: [] +labelTranslationParameters: [] } 654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20226 +label: "PABLO CALDO" +value: "654" +data: App\Entity\Client {#15063 …} +attr: [] +labelTranslationParameters: [] } 781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20227 +label: "PABLO HERRERA" +value: "781" +data: App\Entity\Client {#15069 …} +attr: [] +labelTranslationParameters: [] } 818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20228 +label: "PABLO OVIEDO" +value: "818" +data: App\Entity\Client {#15075 …} +attr: [] +labelTranslationParameters: [] } 828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20229 +label: "PABLO HERRERA" +value: "828" +data: App\Entity\Client {#15081 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20230 +label: "PABLO CHINI" +value: "1029" +data: App\Entity\Client {#15088 …} +attr: [] +labelTranslationParameters: [] } 2561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20231 +label: "PABLO ELLIOTT" +value: "2561" +data: App\Entity\Client {#15096 …} +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20232 +label: "PABLO BUFFA" +value: "670" +data: App\Entity\Client {#15103 …} +attr: [] +labelTranslationParameters: [] } 2354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20233 +label: "PABLO GOMEZ" +value: "2354" +data: App\Entity\Client {#15109 …} +attr: [] +labelTranslationParameters: [] } 2564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20234 +label: "PABLO CABRERA" +value: "2564" +data: App\Entity\Client {#15116 …} +attr: [] +labelTranslationParameters: [] } 2477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20235 +label: "PABLO ALBERTO RIVOIR" +value: "2477" +data: App\Entity\Client {#15124 …} +attr: [] +labelTranslationParameters: [] } 1626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20236 +label: "PABLO ALEJANDRO COLMANO" +value: "1626" +data: App\Entity\Client {#15131 …} +attr: [] +labelTranslationParameters: [] } 1794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20237 +label: "PABLO ALFREDO ORDOÑEZ" +value: "1794" +data: App\Entity\Client {#15138 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20238 +label: "Pablo Alfredo Quiroga" +value: "58" +data: App\Entity\Client {#15145 …} +attr: [] +labelTranslationParameters: [] } 2400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20239 +label: "PABLO CARLOS DEVOTO" +value: "2400" +data: App\Entity\Client {#15153 …} +attr: [] +labelTranslationParameters: [] } 1856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20240 +label: "Pablo Daniel Contreras" +value: "1856" +data: App\Entity\Client {#15160 …} +attr: [] +labelTranslationParameters: [] } 893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20241 +label: "PABLO DANIEL FERNANDEZ" +value: "893" +data: App\Entity\Client {#15167 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20242 +label: "PABLO DANIEL FERNANDEZ" +value: "894" +data: App\Entity\Client {#15173 …} +attr: [] +labelTranslationParameters: [] } 895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20243 +label: "PABLO DANIEL FERNANDEZ" +value: "895" +data: App\Entity\Client {#15179 …} +attr: [] +labelTranslationParameters: [] } 1386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20244 +label: "PABLO DANIEL MORENO" +value: "1386" +data: App\Entity\Client {#15186 …} +attr: [] +labelTranslationParameters: [] } 2614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20245 +label: "PABLO DARIO POUSSET" +value: "2614" +data: App\Entity\Client {#15194 …} +attr: [] +labelTranslationParameters: [] } 1832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20246 +label: "PABLO EDUARDO HERRERA" +value: "1832" +data: App\Entity\Client {#15201 …} +attr: [] +labelTranslationParameters: [] } 1989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20247 +label: "PABLO ENRIQUE CARRANZA" +value: "1989" +data: App\Entity\Client {#15208 …} +attr: [] +labelTranslationParameters: [] } 2233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20248 +label: "PABLO ENRIQUE BARRIONUEVO" +value: "2233" +data: App\Entity\Client {#15215 …} +attr: [] +labelTranslationParameters: [] } 2675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20249 +label: "PABLO ERNESTO ALIGNANI" +value: "2675" +data: App\Entity\Client {#15222 …} +attr: [] +labelTranslationParameters: [] } 1919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20250 +label: "Pablo Exequiel Villegas" +value: "1919" +data: App\Entity\Client {#15229 …} +attr: [] +labelTranslationParameters: [] } 1404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20251 +label: "PABLO EZEQUIEL MALDONADO" +value: "1404" +data: App\Entity\Client {#15236 …} +attr: [] +labelTranslationParameters: [] } 1421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20252 +label: "PABLO FELIX MIGUEZ" +value: "1421" +data: App\Entity\Client {#15243 …} +attr: [] +labelTranslationParameters: [] } 2646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20253 +label: "Pablo German Calderon" +value: "2646" +data: App\Entity\Client {#15250 …} +attr: [] +labelTranslationParameters: [] } 2161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20254 +label: "PABLO HECTOR SASTRE " +value: "2161" +data: App\Entity\Client {#15257 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20255 +label: "PABLO HORACIO FOSSATI" +value: "1158" +data: App\Entity\Client {#15264 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20256 +label: "PABLO JAVIER DOMINGUEZ" +value: "315" +data: App\Entity\Client {#15270 …} +attr: [] +labelTranslationParameters: [] } 533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20257 +label: "PABLO JAVIER DOMINGUEZ" +value: "533" +data: App\Entity\Client {#15276 …} +attr: [] +labelTranslationParameters: [] } 1371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20258 +label: "pablo javier altamirano" +value: "1371" +data: App\Entity\Client {#15283 …} +attr: [] +labelTranslationParameters: [] } 1486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20259 +label: "PABLO LUIS BARBAGELATA" +value: "1486" +data: App\Entity\Client {#15290 …} +attr: [] +labelTranslationParameters: [] } 1429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20260 +label: "PABLO MARTIN ALONSO" +value: "1429" +data: App\Entity\Client {#15297 …} +attr: [] +labelTranslationParameters: [] } 1836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20261 +label: "PABLO MARTIN ANGARAMO" +value: "1836" +data: App\Entity\Client {#15304 …} +attr: [] +labelTranslationParameters: [] } 2592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20262 +label: "PABLO MARTIN SANCHEZ" +value: "2592" +data: App\Entity\Client {#15311 …} +attr: [] +labelTranslationParameters: [] } 1692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20263 +label: "PABLO MIGUEL LIENDO" +value: "1692" +data: App\Entity\Client {#15318 …} +attr: [] +labelTranslationParameters: [] } 2479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20264 +label: "PABLO RAUL BAYON" +value: "2479" +data: App\Entity\Client {#15325 …} +attr: [] +labelTranslationParameters: [] } 2396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20265 +label: "PAIZ FRANCO SEBASTIAN" +value: "2396" +data: App\Entity\Client {#15333 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20266 +label: "PAMELA DESIREE VIEYRA" +value: "1014" +data: App\Entity\Client {#15340 …} +attr: [] +labelTranslationParameters: [] } 1625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20267 +label: "PAMELA DESIREE VIEYRA" +value: "1625" +data: App\Entity\Client {#15347 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20268 +label: "PAOLA VEGA FUENTES" +value: "1136" +data: App\Entity\Client {#15354 …} +attr: [] +labelTranslationParameters: [] } 2063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20269 +label: "Paola Alejandra Barrotta" +value: "2063" +data: App\Entity\Client {#15361 …} +attr: [] +labelTranslationParameters: [] } 2416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20270 +label: "PAOLA DEL ROSARIO ARENA" +value: "2416" +data: App\Entity\Client {#15368 …} +attr: [] +labelTranslationParameters: [] } 2630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20271 +label: "PAOLA DEL ROSARIO ARENA " +value: "2630" +data: App\Entity\Client {#15376 …} +attr: [] +labelTranslationParameters: [] } 2051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20272 +label: "PAOLA GISELE GRAZIANI" +value: "2051" +data: App\Entity\Client {#15383 …} +attr: [] +labelTranslationParameters: [] } 523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20273 +label: "PAOLA VERONICA GARCIA" +value: "523" +data: App\Entity\Client {#15390 …} +attr: [] +labelTranslationParameters: [] } 1707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20274 +label: "PAOLO MARIO CATALDI" +value: "1707" +data: App\Entity\Client {#15397 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20275 +label: "PATRICIA CELERY" +value: "135" +data: App\Entity\Client {#15403 …} +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20276 +label: "PATRICIA BARAVIGLIO" +value: "540" +data: App\Entity\Client {#15409 …} +attr: [] +labelTranslationParameters: [] } 805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20277 +label: "PATRICIA CAMPOS" +value: "805" +data: App\Entity\Client {#15415 …} +attr: [] +labelTranslationParameters: [] } 2529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20278 +label: "Patricia Bertrand ondina" +value: "2529" +data: App\Entity\Client {#15422 …} +attr: [] +labelTranslationParameters: [] } 1981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20279 +label: "PATRICIA ALEJANDRA SAINT PEE" +value: "1981" +data: App\Entity\Client {#15429 …} +attr: [] +labelTranslationParameters: [] } 696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20280 +label: "PATRICIA ANDREA VIDELA" +value: "696" +data: App\Entity\Client {#15436 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20281 +label: "PATRICIA BEATRIZ CELERY" +value: "237" +data: App\Entity\Client {#15442 …} +attr: [] +labelTranslationParameters: [] } 1510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20282 +label: "Patricia Clementina Masin" +value: "1510" +data: App\Entity\Client {#15449 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20283 +label: "PATRICIA DEL CARMEN VILLCA MADARIAGA" +value: "266" +data: App\Entity\Client {#15456 …} +attr: [] +labelTranslationParameters: [] } 2637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20284 +label: "Patricia del Valle Ulloa" +value: "2637" +data: App\Entity\Client {#15463 …} +attr: [] +labelTranslationParameters: [] } 2451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20285 +label: "PATRICIA ELIZABETH JARA" +value: "2451" +data: App\Entity\Client {#15469 …} +attr: [] +labelTranslationParameters: [] } 1841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20286 +label: "PATRICIA ESTER LUNA" +value: "1841" +data: App\Entity\Client {#15476 …} +attr: [] +labelTranslationParameters: [] } 1814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20287 +label: "PATRICIA MATILDE CAMPI" +value: "1814" +data: App\Entity\Client {#15483 …} +attr: [] +labelTranslationParameters: [] } 991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20288 +label: "PATRICIA MERCEDES SOSA" +value: "991" +data: App\Entity\Client {#15490 …} +attr: [] +labelTranslationParameters: [] } 1242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20289 +label: "Patricia Monica Bari" +value: "1242" +data: App\Entity\Client {#15497 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20290 +label: "PATRICIA NOEMI GUZMAN" +value: "190" +data: App\Entity\Client {#15503 …} +attr: [] +labelTranslationParameters: [] } 758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20291 +label: "Patricia Ramona Rodriguez" +value: "758" +data: App\Entity\Client {#15510 …} +attr: [] +labelTranslationParameters: [] } 2436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20292 +label: "PATRICIO MC CORMACK" +value: "2436" +data: App\Entity\Client {#15517 …} +attr: [] +labelTranslationParameters: [] } 2535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20293 +label: "Paula Demaria" +value: "2535" +data: App\Entity\Client {#15524 …} +attr: [] +labelTranslationParameters: [] } 1283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20294 +label: "paula carmignani" +value: "1283" +data: App\Entity\Client {#15530 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20295 +label: "Paula Blanch" +value: "103" +data: App\Entity\Client {#15536 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20296 +label: "PAULA ALEJANDRA CARRAZANA" +value: "1145" +data: App\Entity\Client {#15543 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20297 +label: "PAULA ALEJANDRA CARRANZA" +value: "16" +data: App\Entity\Client {#15550 …} +attr: [] +labelTranslationParameters: [] } 2457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20298 +label: "Paula Alejandra Carrazana" +value: "2457" +data: App\Entity\Client {#15556 …} +attr: [] +labelTranslationParameters: [] } 1604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20299 +label: "PAULA ANDREA ONESTINI" +value: "1604" +data: App\Entity\Client {#15563 …} +attr: [] +labelTranslationParameters: [] } 892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20300 +label: "Paula Andrea Mariani" +value: "892" +data: App\Entity\Client {#15570 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20301 +label: "PAULA DANIELA GRIGLIO" +value: "1142" +data: App\Entity\Client {#15577 …} +attr: [] +labelTranslationParameters: [] } 2212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20302 +label: "Paula Irene Buffa" +value: "2212" +data: App\Entity\Client {#15584 …} +attr: [] +labelTranslationParameters: [] } 1656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20303 +label: "PAULA NEREA GOBBER" +value: "1656" +data: App\Entity\Client {#15591 …} +attr: [] +labelTranslationParameters: [] } 1620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20304 +label: "PAULO AULISIO" +value: "1620" +data: App\Entity\Client {#15598 …} +attr: [] +labelTranslationParameters: [] } 1660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20305 +label: "PAULO ANDRES AGUZZI" +value: "1660" +data: App\Entity\Client {#15605 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20306 +label: "PEDRO VELEZ" +value: "279" +data: App\Entity\Client {#15611 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20307 +label: "PEDRO CARLO ORELLANA" +value: "476" +data: App\Entity\Client {#15618 …} +attr: [] +labelTranslationParameters: [] } 1324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20308 +label: "PEDRO JORGE TOLABA" +value: "1324" +data: App\Entity\Client {#15625 …} +attr: [] +labelTranslationParameters: [] } 2695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20309 +label: "PEDRO NORBERTO TULIAN" +value: "2695" +data: App\Entity\Client {#15631 …} +attr: [] +labelTranslationParameters: [] } 2452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20310 +label: "PEDRO RAUL MANZANELLI" +value: "2452" +data: App\Entity\Client {#15639 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20311 +label: "PELADO GIMENEZ" +value: "457" +data: App\Entity\Client {#15645 …} +attr: [] +labelTranslationParameters: [] } 839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20312 +label: "PETRONA GOMEZ" +value: "839" +data: App\Entity\Client {#15651 …} +attr: [] +labelTranslationParameters: [] } 1910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20313 +label: "PIERINO PATERNITI" +value: "1910" +data: App\Entity\Client {#15658 …} +attr: [] +labelTranslationParameters: [] } 2413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20314 +label: "Piramide Food Company SAS" +value: "2413" +data: App\Entity\Client {#15664 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20315 +label: "PLAVNIK ARRASCAETA ABRIL" +value: "451" +data: App\Entity\Client {#15671 …} +attr: [] +labelTranslationParameters: [] } 2633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20316 +label: "RACECRAFT SA" +value: "2633" +data: App\Entity\Client {#15678 …} +attr: [] +labelTranslationParameters: [] } 832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20317 +label: "RAFAEL SALINA" +value: "832" +data: App\Entity\Client {#15684 …} +attr: [] +labelTranslationParameters: [] } 1936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20318 +label: "RAFAEL CEFERINO FARIAS" +value: "1936" +data: App\Entity\Client {#15691 …} +attr: [] +labelTranslationParameters: [] } 951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20319 +label: "RAMON SUAREZ" +value: "951" +data: App\Entity\Client {#15697 …} +attr: [] +labelTranslationParameters: [] } 2688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20320 +label: "RAMON GUIA" +value: "2688" +data: App\Entity\Client {#15705 …} +attr: [] +labelTranslationParameters: [] } 1397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20321 +label: "RAMON NICASIO CABALLERO" +value: "1397" +data: App\Entity\Client {#15712 …} +attr: [] +labelTranslationParameters: [] } 2012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20322 +label: "RAMON ALBERTO ROMANOS" +value: "2012" +data: App\Entity\Client {#15719 …} +attr: [] +labelTranslationParameters: [] } 2663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20323 +label: "RAMON ANTONIO BARRETO" +value: "2663" +data: App\Entity\Client {#15727 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20324 +label: "RAMON DANIEL VILLADA" +value: "261" +data: App\Entity\Client {#15734 …} +attr: [] +labelTranslationParameters: [] } 1464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20325 +label: "Ramon Hector Perez" +value: "1464" +data: App\Entity\Client {#15741 …} +attr: [] +labelTranslationParameters: [] } 1345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20326 +label: "RAMON HECTOR MONJES" +value: "1345" +data: App\Entity\Client {#15748 …} +attr: [] +labelTranslationParameters: [] } 2005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20327 +label: "RAMON HIPOLITO SALGUERO" +value: "2005" +data: App\Entity\Client {#15754 …} +attr: [] +labelTranslationParameters: [] } 1867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20328 +label: "RAMON JOSE PEREYRA" +value: "1867" +data: App\Entity\Client {#15761 …} +attr: [] +labelTranslationParameters: [] } 1266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20329 +label: "Ramon Nicanor Perez" +value: "1266" +data: App\Entity\Client {#15768 …} +attr: [] +labelTranslationParameters: [] } 1950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20330 +label: "RAMON NORBERTO ROMERO" +value: "1950" +data: App\Entity\Client {#15775 …} +attr: [] +labelTranslationParameters: [] } 2541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20331 +label: "Ramón Rogelio Banegas" +value: "2541" +data: App\Entity\Client {#15782 …} +attr: [] +labelTranslationParameters: [] } 1207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20332 +label: "RAMON ROGELIO GARAY" +value: "1207" +data: App\Entity\Client {#15789 …} +attr: [] +labelTranslationParameters: [] } 2000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20333 +label: "RAMON ROGER MATTAR" +value: "2000" +data: App\Entity\Client {#15796 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20334 +label: "RAMON ROGER MATTAR" +value: "412" +data: App\Entity\Client {#15803 …} +attr: [] +labelTranslationParameters: [] } 1971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20335 +label: "RAMON ROQUE DEHESA" +value: "1971" +data: App\Entity\Client {#15810 …} +attr: [] +labelTranslationParameters: [] } 1756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20336 +label: "RAMONA JULIA MANCILLA" +value: "1756" +data: App\Entity\Client {#15817 …} +attr: [] +labelTranslationParameters: [] } 2373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20337 +label: "RAMONA LILIANA LUNA" +value: "2373" +data: App\Entity\Client {#15825 …} +attr: [] +labelTranslationParameters: [] } 2411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20338 +label: "Ramona Liliana Luna" +value: "2411" +data: App\Entity\Client {#15833 …} +attr: [] +labelTranslationParameters: [] } 2412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20339 +label: "Ramona Liliana Luna" +value: "2412" +data: App\Entity\Client {#15840 …} +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20340 +label: "RAQUEL PLANEL" +value: "623" +data: App\Entity\Client {#15846 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20341 +label: "Raul Medei" +value: "199" +data: App\Entity\Client {#15852 …} +attr: [] +labelTranslationParameters: [] } 563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20342 +label: "raul calcaterra" +value: "563" +data: App\Entity\Client {#15858 …} +attr: [] +labelTranslationParameters: [] } 564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20343 +label: "raul calcaterra" +value: "564" +data: App\Entity\Client {#15864 …} +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20344 +label: "RAUL GUAYANES" +value: "610" +data: App\Entity\Client {#15870 …} +attr: [] +labelTranslationParameters: [] } 2099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20345 +label: "Raul Alberto Bustos Marun" +value: "2099" +data: App\Entity\Client {#15877 …} +attr: [] +labelTranslationParameters: [] } 1410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20346 +label: "RAUL ALFREDO BUYATTI" +value: "1410" +data: App\Entity\Client {#15884 …} +attr: [] +labelTranslationParameters: [] } 1999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20347 +label: "RAUL BERNARDO SANTA MARIA" +value: "1999" +data: App\Entity\Client {#15891 …} +attr: [] +labelTranslationParameters: [] } 2636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20348 +label: "RAUL EDUARDO ALANIS" +value: "2636" +data: App\Entity\Client {#15898 …} +attr: [] +labelTranslationParameters: [] } 2591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20349 +label: "RAUL HECTOR DIAZ" +value: "2591" +data: App\Entity\Client {#15905 …} +attr: [] +labelTranslationParameters: [] } 2598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20350 +label: "RAUL HECTOR DIAZ" +value: "2598" +data: App\Entity\Client {#15911 …} +attr: [] +labelTranslationParameters: [] } 921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20351 +label: "Raul Horacio Diaz" +value: "921" +data: App\Entity\Client {#15918 …} +attr: [] +labelTranslationParameters: [] } 1752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20352 +label: "Raul Mariano Mantegazza" +value: "1752" +data: App\Entity\Client {#15925 …} +attr: [] +labelTranslationParameters: [] } 2062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20353 +label: "Raúl Maximiliano Panizza" +value: "2062" +data: App\Entity\Client {#15932 …} +attr: [] +labelTranslationParameters: [] } 1750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20354 +label: "RAUL MIGUEL URIA" +value: "1750" +data: App\Entity\Client {#15938 …} +attr: [] +labelTranslationParameters: [] } 1751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20355 +label: "RAUL MIGUEL URIA" +value: "1751" +data: App\Entity\Client {#15945 …} +attr: [] +labelTranslationParameters: [] } 2207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20356 +label: "RAUL RAMON MIÑO " +value: "2207" +data: App\Entity\Client {#15952 …} +attr: [] +labelTranslationParameters: [] } 2482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20357 +label: "RAUL RAMON ESPINOLA" +value: "2482" +data: App\Entity\Client {#15958 …} +attr: [] +labelTranslationParameters: [] } 918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20358 +label: "RAUL RICARDO DIESTE" +value: "918" +data: App\Entity\Client {#15965 …} +attr: [] +labelTranslationParameters: [] } 2164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20359 +label: "RAUL RICARDO FLORES" +value: "2164" +data: App\Entity\Client {#15972 …} +attr: [] +labelTranslationParameters: [] } 1680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20360 +label: "REBECA SOLEDAD TANBURI" +value: "1680" +data: App\Entity\Client {#15979 …} +attr: [] +labelTranslationParameters: [] } 2383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20361 +label: "RENAULT S.A RENAULT S.A" +value: "2383" +data: App\Entity\Client {#15986 …} +attr: [] +labelTranslationParameters: [] } 1497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20362 +label: "Rene Gutierrez" +value: "1497" +data: App\Entity\Client {#15993 …} +attr: [] +labelTranslationParameters: [] } 1784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20363 +label: "Rene Jorge Gutierrez" +value: "1784" +data: App\Entity\Client {#16000 …} +attr: [] +labelTranslationParameters: [] } 2344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20364 +label: "RENZO JONATAN ASPECHEA" +value: "2344" +data: App\Entity\Client {#16006 …} +attr: [] +labelTranslationParameters: [] } 1787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20365 +label: "REYNALDO ALBERTO CEBALLOS" +value: "1787" +data: App\Entity\Client {#16013 …} +attr: [] +labelTranslationParameters: [] } 700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20366 +label: "RIBETTI OSCAR ROSENDO" +value: "700" +data: App\Entity\Client {#16020 …} +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20367 +label: "RICARDO BUSTOS" +value: "671" +data: App\Entity\Client {#16026 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20368 +label: "RICARDO BRACAMONTE" +value: "1066" +data: App\Entity\Client {#16033 …} +attr: [] +labelTranslationParameters: [] } 1328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20369 +label: "RICARDO BLASEOTTO" +value: "1328" +data: App\Entity\Client {#16039 …} +attr: [] +labelTranslationParameters: [] } 536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20370 +label: "RICARDO MIGUEL" +value: "536" +data: App\Entity\Client {#16045 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20371 +label: "RICARDO ALBERTO KUNZ" +value: "318" +data: App\Entity\Client {#16051 …} +attr: [] +labelTranslationParameters: [] } 2232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20372 +label: "RICARDO ANTONIO LUJAN" +value: "2232" +data: App\Entity\Client {#16058 …} +attr: [] +labelTranslationParameters: [] } 1702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20373 +label: "RICARDO ARIEL ROMERO" +value: "1702" +data: App\Entity\Client {#16065 …} +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20374 +label: "RICARDO ARIEL MADERO" +value: "544" +data: App\Entity\Client {#16071 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20375 +label: "Ricardo Ariel Sosa" +value: "68" +data: App\Entity\Client {#16077 …} +attr: [] +labelTranslationParameters: [] } 2168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20376 +label: "RICARDO ARIEL ROMERO" +value: "2168" +data: App\Entity\Client {#16084 …} +attr: [] +labelTranslationParameters: [] } 1974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20377 +label: "Ricardo Fabio Contreras" +value: "1974" +data: App\Entity\Client {#16091 …} +attr: [] +labelTranslationParameters: [] } 1088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20378 +label: "RICARDO GERMAN PEREYRA" +value: "1088" +data: App\Entity\Client {#16098 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20379 +label: "RICARDO IVAN RAMIREZ" +value: "1000" +data: App\Entity\Client {#16105 …} +attr: [] +labelTranslationParameters: [] } 2664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20380 +label: "RICARDO LINO BEZZATO" +value: "2664" +data: App\Entity\Client {#16112 …} +attr: [] +labelTranslationParameters: [] } 2682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20381 +label: "RICARDO LUIS ALARCON" +value: "2682" +data: App\Entity\Client {#16119 …} +attr: [] +labelTranslationParameters: [] } 2504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20382 +label: "Ricardo Martin Fernandez" +value: "2504" +data: App\Entity\Client {#16126 …} +attr: [] +labelTranslationParameters: [] } 1083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20383 +label: "Ricardo Nolberto Moncalvillo" +value: "1083" +data: App\Entity\Client {#16133 …} +attr: [] +labelTranslationParameters: [] } 2190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20384 +label: "RICARDO RENE FENOGLIO" +value: "2190" +data: App\Entity\Client {#16140 …} +attr: [] +labelTranslationParameters: [] } 861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20385 +label: "RIICARDO WALTER GUDIÑO" +value: "861" +data: App\Entity\Client {#16147 …} +attr: [] +labelTranslationParameters: [] } 2390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20386 +label: "RIPEZZI S.R.L" +value: "2390" +data: App\Entity\Client {#16155 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20387 +label: "RITA DEL CARMEN SALAS" +value: "477" +data: App\Entity\Client {#16162 …} +attr: [] +labelTranslationParameters: [] } 2297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20388 +label: "ROBERTINO MARCOS SANCHEZ ARAUJO" +value: "2297" +data: App\Entity\Client {#16169 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20389 +label: "ROBERTO CHIATI" +value: "219" +data: App\Entity\Client {#16176 …} +attr: [] +labelTranslationParameters: [] } 1529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20390 +label: "ROBERTO COLLADON" +value: "1529" +data: App\Entity\Client {#16183 …} +attr: [] +labelTranslationParameters: [] } 2086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20391 +label: "ROBERTO ALDO RAMÓN GIANNOBOLI" +value: "2086" +data: App\Entity\Client {#16190 …} +attr: [] +labelTranslationParameters: [] } 850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20392 +label: "ROBERTO ALFREDO SAAD" +value: "850" +data: App\Entity\Client {#16197 …} +attr: [] +labelTranslationParameters: [] } 2337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20393 +label: "ROBERTO CARLOS CIAN" +value: "2337" +data: App\Entity\Client {#16204 …} +attr: [] +labelTranslationParameters: [] } 1816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20394 +label: "Roberto Federico Cotti" +value: "1816" +data: App\Entity\Client {#16211 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20395 +label: "ROBERTO FRANCISCO ALFREDO ELIHALTT" +value: "443" +data: App\Entity\Client {#16218 …} +attr: [] +labelTranslationParameters: [] } 2562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20396 +label: "ROBERTO LUCAS RIMOLDI" +value: "2562" +data: App\Entity\Client {#16225 …} +attr: [] +labelTranslationParameters: [] } 653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20397 +label: "ROBERTO PABLO FLAMARIQUE" +value: "653" +data: App\Entity\Client {#16231 …} +attr: [] +labelTranslationParameters: [] } 2024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20398 +label: "ROBERTO RICARDO FUEYO" +value: "2024" +data: App\Entity\Client {#16238 …} +attr: [] +labelTranslationParameters: [] } 1230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20399 +label: "ROCIO AYUB" +value: "1230" +data: App\Entity\Client {#16245 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20400 +label: "ROCIO FENOGLIO" +value: "167" +data: App\Entity\Client {#16251 …} +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20401 +label: "RODOLFO DURANGO" +value: "560" +data: App\Entity\Client {#16257 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20402 +label: "RODOLFO GUTIERREZ" +value: "236" +data: App\Entity\Client {#16263 …} +attr: [] +labelTranslationParameters: [] } 1411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20403 +label: "RODOLFO ABULAFIA" +value: "1411" +data: App\Entity\Client {#16270 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20404 +label: "Rodolfo Cavillon" +value: "1021" +data: App\Entity\Client {#16277 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20405 +label: "RODOLFO ARIEL HEREDIA" +value: "1117" +data: App\Entity\Client {#16283 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20406 +label: "RODOLFO ARIEL HEREDIA" +value: "1116" +data: App\Entity\Client {#16290 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20407 +label: "Rodolfo Eduardo Bernal" +value: "345" +data: App\Entity\Client {#16297 …} +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20408 +label: "RODRIGO FERNANDEZ" +value: "574" +data: App\Entity\Client {#16303 …} +attr: [] +labelTranslationParameters: [] } 1089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20409 +label: "rodrigo bello" +value: "1089" +data: App\Entity\Client {#16309 …} +attr: [] +labelTranslationParameters: [] } 947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20410 +label: "RODRIGO LOPEZ" +value: "947" +data: App\Entity\Client {#16315 …} +attr: [] +labelTranslationParameters: [] } 1180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20411 +label: "RODRIGO LOPEZ" +value: "1180" +data: App\Entity\Client {#16322 …} +attr: [] +labelTranslationParameters: [] } 1884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20412 +label: "RODRIGO PALACIOS" +value: "1884" +data: App\Entity\Client {#16328 …} +attr: [] +labelTranslationParameters: [] } 2385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20413 +label: "RODRIGO SERRAL" +value: "2385" +data: App\Entity\Client {#16336 …} +attr: [] +labelTranslationParameters: [] } 2509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20414 +label: "RODRIGO GONZALO ARCOS" +value: "2509" +data: App\Entity\Client {#16343 …} +attr: [] +labelTranslationParameters: [] } 2180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20415 +label: "RODRIGO GUILLERMO DIAZ" +value: "2180" +data: App\Entity\Client {#16350 …} +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20416 +label: "RODRIGO MARTIN SERRAL" +value: "624" +data: App\Entity\Client {#16356 …} +attr: [] +labelTranslationParameters: [] } 1437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20417 +label: "Rodrigo Matias Porras" +value: "1437" +data: App\Entity\Client {#16363 …} +attr: [] +labelTranslationParameters: [] } 1815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20418 +label: "RODRIGO MATIAS RAMIREZ GARMENDIA" +value: "1815" +data: App\Entity\Client {#16370 …} +attr: [] +labelTranslationParameters: [] } 2639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20419 +label: "Rogelio Alfredo Gil" +value: "2639" +data: App\Entity\Client {#16377 …} +attr: [] +labelTranslationParameters: [] } 2331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20420 +label: "Rolando Motta" +value: "2331" +data: App\Entity\Client {#16384 …} +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20421 +label: "rolando donda c" +value: "591" +data: App\Entity\Client {#16390 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20422 +label: "ROLANDO OSCAR BENEGAS" +value: "203" +data: App\Entity\Client {#16396 …} +attr: [] +labelTranslationParameters: [] } 1259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20423 +label: "Rolando Daniel Peterseim" +value: "1259" +data: App\Entity\Client {#16403 …} +attr: [] +labelTranslationParameters: [] } 1683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20424 +label: "ROMAN FERNANDO CEBALLOS" +value: "1683" +data: App\Entity\Client {#16409 …} +attr: [] +labelTranslationParameters: [] } 2300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20425 +label: "ROMAN RICARDO GENTILINI" +value: "2300" +data: App\Entity\Client {#16416 …} +attr: [] +labelTranslationParameters: [] } 1545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20426 +label: "ROMERO ELVIO IMANOL" +value: "1545" +data: App\Entity\Client {#16423 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20427 +label: "Romina Colucci" +value: "159" +data: App\Entity\Client {#16430 …} +attr: [] +labelTranslationParameters: [] } 803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20428 +label: "ROMINA SALCEDO" +value: "803" +data: App\Entity\Client {#16436 …} +attr: [] +labelTranslationParameters: [] } 1850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20429 +label: "ROMINA CELESTE PALOMEQUE" +value: "1850" +data: App\Entity\Client {#16443 …} +attr: [] +labelTranslationParameters: [] } 2225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20430 +label: "ROMINA ELIANA HERRERA" +value: "2225" +data: App\Entity\Client {#16450 …} +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20431 +label: "ROMINA LAURA ANTONIOTTI" +value: "629" +data: App\Entity\Client {#16456 …} +attr: [] +labelTranslationParameters: [] } 1740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20432 +label: "Romina Paola Castro" +value: "1740" +data: App\Entity\Client {#16463 …} +attr: [] +labelTranslationParameters: [] } 1329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20433 +label: "ROMINA PAOLA ALTAMIRANO" +value: "1329" +data: App\Entity\Client {#16470 …} +attr: [] +labelTranslationParameters: [] } 1736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20434 +label: "Romina Paola Castro" +value: "1736" +data: App\Entity\Client {#16476 …} +attr: [] +labelTranslationParameters: [] } 2030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20435 +label: "Romina Tamara Alvarez" +value: "2030" +data: App\Entity\Client {#16483 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20436 +label: "romina vaneza anselmo" +value: "1079" +data: App\Entity\Client {#16489 …} +attr: [] +labelTranslationParameters: [] } 1234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20437 +label: "ROQUE ANDRES BISTOCCO" +value: "1234" +data: App\Entity\Client {#16496 …} +attr: [] +labelTranslationParameters: [] } 2189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20438 +label: "ROSA ANGELICA GONZALEZ" +value: "2189" +data: App\Entity\Client {#16503 …} +attr: [] +labelTranslationParameters: [] } 1704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20439 +label: "ROSANA PATRICIA SAIRE" +value: "1704" +data: App\Entity\Client {#16510 …} +attr: [] +labelTranslationParameters: [] } 1176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20440 +label: "Rosana Veronica Baudino" +value: "1176" +data: App\Entity\Client {#16517 …} +attr: [] +labelTranslationParameters: [] } 668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20441 +label: "ROSARIO DEL CARMEN RODRIGUEZ" +value: "668" +data: App\Entity\Client {#16523 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20442 +label: "ROSARIO DOMINGO CORRADO" +value: "166" +data: App\Entity\Client {#16529 …} +attr: [] +labelTranslationParameters: [] } 2374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20443 +label: "ROXANA ELISA NAVARRO" +value: "2374" +data: App\Entity\Client {#16537 …} +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20444 +label: "ROXANA MARIEL BIGONGIARI" +value: "609" +data: App\Entity\Client {#16543 …} +attr: [] +labelTranslationParameters: [] } 1755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20445 +label: "Roxana Soledad Tonelli" +value: "1755" +data: App\Entity\Client {#16550 …} +attr: [] +labelTranslationParameters: [] } 2197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20446 +label: "ROXANA VERONICA PILONI" +value: "2197" +data: App\Entity\Client {#16557 …} +attr: [] +labelTranslationParameters: [] } 1553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20447 +label: "RUBEN ALCIDES GUSELLA" +value: "1553" +data: App\Entity\Client {#16563 …} +attr: [] +labelTranslationParameters: [] } 1554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20448 +label: "RUBEN ALCIDES GUSELLA" +value: "1554" +data: App\Entity\Client {#16570 …} +attr: [] +labelTranslationParameters: [] } 2170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20449 +label: "RUBEN ALDO CENA" +value: "2170" +data: App\Entity\Client {#16577 …} +attr: [] +labelTranslationParameters: [] } 1373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20450 +label: "RUBEN ALEXIS GALLARDO" +value: "1373" +data: App\Entity\Client {#16584 …} +attr: [] +labelTranslationParameters: [] } 2182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20451 +label: "RUBEN CARLOS AUTELITANO" +value: "2182" +data: App\Entity\Client {#16591 …} +attr: [] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20452 +label: "RUBEN DARIO Merlino" +value: "486" +data: App\Entity\Client {#16598 …} +attr: [] +labelTranslationParameters: [] } 1842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20453 +label: "RUBEN OSCAR MOSSO" +value: "1842" +data: App\Entity\Client {#16605 …} +attr: [] +labelTranslationParameters: [] } 1803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20454 +label: "RUFINO ADRIANO ECHARRI" +value: "1803" +data: App\Entity\Client {#16612 …} +attr: [] +labelTranslationParameters: [] } 2621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20455 +label: "S.A. CARLOS PAZ TELEVISION " +value: "2621" +data: App\Entity\Client {#16619 …} +attr: [] +labelTranslationParameters: [] } 2153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20456 +label: "S.A.S G.C.V.R." +value: "2153" +data: App\Entity\Client {#16626 …} +attr: [] +labelTranslationParameters: [] } 2305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20457 +label: "S.A.S TRANSPORTE ALYMB BLESSED" +value: "2305" +data: App\Entity\Client {#16633 …} +attr: [] +labelTranslationParameters: [] } 2252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20458 +label: "S.A.S POTENZAGF CONSTRUCCIONES" +value: "2252" +data: App\Entity\Client {#16640 …} +attr: [] +labelTranslationParameters: [] } 1637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20459 +label: "S.A.S CLIMATIZACION MS" +value: "1637" +data: App\Entity\Client {#16647 …} +attr: [] +labelTranslationParameters: [] } 1532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20460 +label: "S.R.L SUDEX ARGENTINA" +value: "1532" +data: App\Entity\Client {#16654 …} +attr: [] +labelTranslationParameters: [] } 1820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20461 +label: "S.R.L SARA " +value: "1820" +data: App\Entity\Client {#16661 …} +attr: [] +labelTranslationParameters: [] } 2642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20462 +label: "S.R.L. ECOSERVICE" +value: "2642" +data: App\Entity\Client {#16668 …} +attr: [] +labelTranslationParameters: [] } 2237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20463 +label: "SALVADOR ISAIAS GONZALEZ" +value: "2237" +data: App\Entity\Client {#16675 …} +attr: [] +labelTranslationParameters: [] } 1426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20464 +label: "SAMANTA MABEL MARCH" +value: "1426" +data: App\Entity\Client {#16682 …} +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20465 +label: "SANDRA VEDIA" +value: "503" +data: App\Entity\Client {#16688 …} +attr: [] +labelTranslationParameters: [] } 519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20466 +label: "SANDRA BAZAN" +value: "519" +data: App\Entity\Client {#16695 …} +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20467 +label: "SANDRA ANALIA PLANTON " +value: "682" +data: App\Entity\Client {#16702 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20468 +label: "SANDRA DEL CARMEN REALE" +value: "214" +data: App\Entity\Client {#16708 …} +attr: [] +labelTranslationParameters: [] } 2236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20469 +label: "SANDRA FABIANA ZABALA" +value: "2236" +data: App\Entity\Client {#16715 …} +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20470 +label: "SANDRA IRENE CABRERA" +value: "548" +data: App\Entity\Client {#16721 …} +attr: [] +labelTranslationParameters: [] } 814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20471 +label: "SANDRA IRENE CABRERA" +value: "814" +data: App\Entity\Client {#16727 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20472 +label: "SANDRA LILIANA BHON" +value: "277" +data: App\Entity\Client {#16734 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20473 +label: "SANDRA LILIANA BOHN" +value: "278" +data: App\Entity\Client {#16740 …} +attr: [] +labelTranslationParameters: [] } 2211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20474 +label: "SANDRA LUCIANA ESCUDERO" +value: "2211" +data: App\Entity\Client {#16746 …} +attr: [] +labelTranslationParameters: [] } 2291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20475 +label: "SANDRA MARINA VUCEVICH" +value: "2291" +data: App\Entity\Client {#16753 …} +attr: [] +labelTranslationParameters: [] } 1642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20476 +label: "SANDRA PATRICIA PRIETO" +value: "1642" +data: App\Entity\Client {#16760 …} +attr: [] +labelTranslationParameters: [] } 1475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20477 +label: "Sandro Raul Argarañaz" +value: "1475" +data: App\Entity\Client {#16766 …} +attr: [] +labelTranslationParameters: [] } 1476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20478 +label: "SANDRO RAUL ARGAÑARAZ" +value: "1476" +data: App\Entity\Client {#16773 …} +attr: [] +labelTranslationParameters: [] } 1233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20479 +label: "SANORT TECHNOLOGY SAS" +value: "1233" +data: App\Entity\Client {#16780 …} +attr: [] +labelTranslationParameters: [] } 905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20480 +label: "SANTIAGO JULIA" +value: "905" +data: App\Entity\Client {#16786 …} +attr: [] +labelTranslationParameters: [] } 1281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20481 +label: "Santiago Rondot" +value: "1281" +data: App\Entity\Client {#16793 …} +attr: [] +labelTranslationParameters: [] } 2600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20482 +label: "Santiago Prado" +value: "2600" +data: App\Entity\Client {#16799 …} +attr: [] +labelTranslationParameters: [] } 638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20483 +label: "SANTIAGO BONGIOVANNI" +value: "638" +data: App\Entity\Client {#16806 …} +attr: [] +labelTranslationParameters: [] } 1338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20484 +label: "SANTIAGO SERRANO" +value: "1338" +data: App\Entity\Client {#16813 …} +attr: [] +labelTranslationParameters: [] } 656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20485 +label: "SANTIAGO AGUSTIN ROMERO" +value: "656" +data: App\Entity\Client {#16819 …} +attr: [] +labelTranslationParameters: [] } 1334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20486 +label: "Santiago German Fernandez Blanco" +value: "1334" +data: App\Entity\Client {#16826 …} +attr: [] +labelTranslationParameters: [] } 1668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20487 +label: "SANTIAGO NICOLAS PORTA" +value: "1668" +data: App\Entity\Client {#16833 …} +attr: [] +labelTranslationParameters: [] } 2508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20488 +label: "Santiago Ramon Fernandez Maiquez" +value: "2508" +data: App\Entity\Client {#16840 …} +attr: [] +labelTranslationParameters: [] } 1887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20489 +label: "SANTIAGO RUBEN FALAVIGNA" +value: "1887" +data: App\Entity\Client {#16847 …} +attr: [] +labelTranslationParameters: [] } 1564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20490 +label: "SANTIAGO TOMAS VILLARD SANTIAGO TOMAS" +value: "1564" +data: App\Entity\Client {#16854 …} +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20491 +label: "SARA GRACIELA PAEZ" +value: "1038" +data: App\Entity\Client {#16861 …} +attr: [] +labelTranslationParameters: [] } 2141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20492 +label: "Sara Malvina Tosso" +value: "2141" +data: App\Entity\Client {#16868 …} +attr: [] +labelTranslationParameters: [] } 1932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20493 +label: "SAS OLC" +value: "1932" +data: App\Entity\Client {#16875 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20494 +label: "SATURNINO SANTOS" +value: "251" +data: App\Entity\Client {#16881 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20495 +label: "Sebastián Rey" +value: "145" +data: App\Entity\Client {#16887 …} +attr: [] +labelTranslationParameters: [] } 722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20496 +label: "SEBASTIAN MOYANO" +value: "722" +data: App\Entity\Client {#16893 …} +attr: [] +labelTranslationParameters: [] } 767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20497 +label: "SEBASTIAN MOYANO" +value: "767" +data: App\Entity\Client {#16899 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20498 +label: "SEBASTIAN FERNANDEZ" +value: "399" +data: App\Entity\Client {#16905 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20499 +label: "SEBASTIAN ALVAREZ" +value: "178" +data: App\Entity\Client {#16911 …} +attr: [] +labelTranslationParameters: [] } 902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20500 +label: "Sebastian Salazar" +value: "902" +data: App\Entity\Client {#16917 …} +attr: [] +labelTranslationParameters: [] } 1241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20501 +label: "SEBASTIAN SALAZAR" +value: "1241" +data: App\Entity\Client {#16923 …} +attr: [] +labelTranslationParameters: [] } 2307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20502 +label: "Sebastian NIEUWENHUYSE" +value: "2307" +data: App\Entity\Client {#16930 …} +attr: [] +labelTranslationParameters: [] } 2309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20503 +label: "SEBASTIAN PLAGEMANN" +value: "2309" +data: App\Entity\Client {#16937 …} +attr: [] +labelTranslationParameters: [] } 2505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20504 +label: "SEBASTIAN GONZALO DUCCI" +value: "2505" +data: App\Entity\Client {#16944 …} +attr: [] +labelTranslationParameters: [] } 1871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20505 +label: "SEBASTIAN IGNACIO GARAYZABAL" +value: "1871" +data: App\Entity\Client {#16951 …} +attr: [] +labelTranslationParameters: [] } 2100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20506 +label: "Sebastian Jose Bosch" +value: "2100" +data: App\Entity\Client {#16958 …} +attr: [] +labelTranslationParameters: [] } 2648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20507 +label: "Sebastian Marcelo Gatti" +value: "2648" +data: App\Entity\Client {#16965 …} +attr: [] +labelTranslationParameters: [] } 2147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20508 +label: "SEBASTIAN OMAR BOLDRINI" +value: "2147" +data: App\Entity\Client {#16972 …} +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20509 +label: "SEBASTIAN RAUL FERNANDEZ" +value: "566" +data: App\Entity\Client {#16978 …} +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20510 +label: "SEBASTIAN RICARDO REGINATO" +value: "568" +data: App\Entity\Client {#16984 …} +attr: [] +labelTranslationParameters: [] } 1812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20511 +label: "SEBASTIAN RODRIGO GUEVARA" +value: "1812" +data: App\Entity\Client {#16991 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20512 +label: "SERGIO GHYS" +value: "233" +data: App\Entity\Client {#16997 …} +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20513 +label: "sergio sergio" +value: "594" +data: App\Entity\Client {#17003 …} +attr: [] +labelTranslationParameters: [] } 517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20514 +label: "SERGIO ALEJANDRO CABALLIERI" +value: "517" +data: App\Entity\Client {#17010 …} +attr: [] +labelTranslationParameters: [] } 2127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20515 +label: "Sergio Alejandro Brizuela" +value: "2127" +data: App\Entity\Client {#17017 …} +attr: [] +labelTranslationParameters: [] } 2128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20516 +label: "Sergio Alejandro Brizuela" +value: "2128" +data: App\Entity\Client {#17024 …} +attr: [] +labelTranslationParameters: [] } 2475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20517 +label: "SERGIO ANDRES PEROTTI" +value: "2475" +data: App\Entity\Client {#17031 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20518 +label: "SERGIO ARIEL ESPINOSA" +value: "455" +data: App\Entity\Client {#17038 …} +attr: [] +labelTranslationParameters: [] } 891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20519 +label: "SERGIO DANIEL MARQUEZ" +value: "891" +data: App\Entity\Client {#17045 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20520 +label: "SERGIO DANIEL CERVASIO" +value: "252" +data: App\Entity\Client {#17051 …} +attr: [] +labelTranslationParameters: [] } 1899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20521 +label: "SERGIO DARIO SOSA" +value: "1899" +data: App\Entity\Client {#17058 …} +attr: [] +labelTranslationParameters: [] } 2172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20522 +label: "SERGIO DARIO FABIANI" +value: "2172" +data: App\Entity\Client {#17065 …} +attr: [] +labelTranslationParameters: [] } 1321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20523 +label: "SERGIO EDGAR BURGUES" +value: "1321" +data: App\Entity\Client {#17072 …} +attr: [] +labelTranslationParameters: [] } 2694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20524 +label: "SERGIO EDGARDO CORDERA" +value: "2694" +data: App\Entity\Client {#17078 …} +attr: [] +labelTranslationParameters: [] } 2586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20525 +label: "SERGIO EDUARDO ZAMORA" +value: "2586" +data: App\Entity\Client {#17085 …} +attr: [] +labelTranslationParameters: [] } 1316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20526 +label: "SERGIO ELVIO GIROLAMI" +value: "1316" +data: App\Entity\Client {#17092 …} +attr: [] +labelTranslationParameters: [] } 2557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20527 +label: "SERGIO ENRIQUE PEREYRA" +value: "2557" +data: App\Entity\Client {#17099 …} +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20528 +label: "SERGIO FABIAN SAR" +value: "689" +data: App\Entity\Client {#17106 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20529 +label: "SERGIO GABRIEL LAROCCA" +value: "21" +data: App\Entity\Client {#17112 …} +attr: [] +labelTranslationParameters: [] } 1270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20530 +label: "Sergio Gallardo Fernandez" +value: "1270" +data: App\Entity\Client {#17119 …} +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20531 +label: "SERGIO GUSTAVO RUANO" +value: "505" +data: App\Entity\Client {#17126 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20532 +label: "SERGIO GUSTAVO HERRERA" +value: "419" +data: App\Entity\Client {#17133 …} +attr: [] +labelTranslationParameters: [] } 1597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20533 +label: "SERGIO HENRY VERCELLI " +value: "1597" +data: App\Entity\Client {#17140 …} +attr: [] +labelTranslationParameters: [] } 935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20534 +label: "SERGIO HUGO FALCON" +value: "935" +data: App\Entity\Client {#17147 …} +attr: [] +labelTranslationParameters: [] } 534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20535 +label: "SERGIO HUGO MAGAGNA" +value: "534" +data: App\Entity\Client {#17153 …} +attr: [] +labelTranslationParameters: [] } 730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20536 +label: "SERGIO IVAN CORNEJO" +value: "730" +data: App\Entity\Client {#17159 …} +attr: [] +labelTranslationParameters: [] } 1600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20537 +label: "SERGIO JOSE GAUNA" +value: "1600" +data: App\Entity\Client {#17166 …} +attr: [] +labelTranslationParameters: [] } 1840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20538 +label: "SERGIO JUAN VIVIANI" +value: "1840" +data: App\Entity\Client {#17173 …} +attr: [] +labelTranslationParameters: [] } 2510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20539 +label: "SERGIO JULIO NOCELO" +value: "2510" +data: App\Entity\Client {#17181 …} +attr: [] +labelTranslationParameters: [] } 2037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20540 +label: "SERGIO MARIA ANDRADA" +value: "2037" +data: App\Entity\Client {#17187 …} +attr: [] +labelTranslationParameters: [] } 1659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20541 +label: "SERGIO MARTIN ALCALDE" +value: "1659" +data: App\Entity\Client {#17194 …} +attr: [] +labelTranslationParameters: [] } 2273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20542 +label: "SERGIO OSCAR BRANDALISE" +value: "2273" +data: App\Entity\Client {#17201 …} +attr: [] +labelTranslationParameters: [] } 2404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20543 +label: "SERGIO RAMOS EMPRESA CONSTRUCTORA S.R.L." +value: "2404" +data: App\Entity\Client {#17209 …} +attr: [] +labelTranslationParameters: [] } 1963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20544 +label: "SERGIO ROLANDO AVELLANEDA" +value: "1963" +data: App\Entity\Client {#17216 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20545 +label: "SERGIO Y MIRIAM GHYS" +value: "80" +data: App\Entity\Client {#17222 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20546 +label: "SERVICIOS Y GESTION S.R.L CUIT 30-71233495-5 EMPRENDER" +value: "378" +data: App\Entity\Client {#17229 …} +attr: [] +labelTranslationParameters: [] } 925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20547 +label: "SILVANA MARTINEZ" +value: "925" +data: App\Entity\Client {#17236 …} +attr: [] +labelTranslationParameters: [] } 1228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20548 +label: "SILVANA ANALIA PALACIOS" +value: "1228" +data: App\Entity\Client {#17243 …} +attr: [] +labelTranslationParameters: [] } 2334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20549 +label: "Silvana Analia Palacios" +value: "2334" +data: App\Entity\Client {#17249 …} +attr: [] +labelTranslationParameters: [] } 1669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20550 +label: "SILVANA BEATRIZ PEREZ" +value: "1669" +data: App\Entity\Client {#17256 …} +attr: [] +labelTranslationParameters: [] } 2476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20551 +label: "Silvana Edith Gonzalez" +value: "2476" +data: App\Entity\Client {#17262 …} +attr: [] +labelTranslationParameters: [] } 1430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20552 +label: "Silvana Julieta Ambrosio Fernandez" +value: "1430" +data: App\Entity\Client {#17269 …} +attr: [] +labelTranslationParameters: [] } 2191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20553 +label: "SILVANA MARICEL PONCE" +value: "2191" +data: App\Entity\Client {#17276 …} +attr: [] +labelTranslationParameters: [] } 1260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20554 +label: "Silvana Valeria Bravo" +value: "1260" +data: App\Entity\Client {#17283 …} +attr: [] +labelTranslationParameters: [] } 1678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20555 +label: "Silvano Alejandro Rigazio" +value: "1678" +data: App\Entity\Client {#17290 …} +attr: [] +labelTranslationParameters: [] } 907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20556 +label: "SILVANO ALEJANDRO RIGAZIO" +value: "907" +data: App\Entity\Client {#17297 …} +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20557 +label: "SILVIA MORERA" +value: "504" +data: App\Entity\Client {#17304 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20558 +label: "Silvia Dalmasso" +value: "92" +data: App\Entity\Client {#17310 …} +attr: [] +labelTranslationParameters: [] } 1059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20559 +label: "Silvia Adriana Rabassa" +value: "1059" +data: App\Entity\Client {#17317 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20560 +label: "SILVIA ADRIANA IGARZABAL" +value: "211" +data: App\Entity\Client {#17323 …} +attr: [] +labelTranslationParameters: [] } 936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20561 +label: "SILVIA ALEJANDRA VILDOZA" +value: "936" +data: App\Entity\Client {#17329 …} +attr: [] +labelTranslationParameters: [] } 772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20562 +label: "SILVIA EDITH AGUERO" +value: "772" +data: App\Entity\Client {#17336 …} +attr: [] +labelTranslationParameters: [] } 2223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20563 +label: "SILVIA ELIZABETH MANSILLA" +value: "2223" +data: App\Entity\Client {#17343 …} +attr: [] +labelTranslationParameters: [] } 1298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20564 +label: "SILVIA LORENA GONZALEZ MANJON" +value: "1298" +data: App\Entity\Client {#17350 …} +attr: [] +labelTranslationParameters: [] } 525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20565 +label: "SILVIA LORENA MASIP" +value: "525" +data: App\Entity\Client {#17357 …} +attr: [] +labelTranslationParameters: [] } 1517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20566 +label: "Silvia Marcela Maggi" +value: "1517" +data: App\Entity\Client {#17364 …} +attr: [] +labelTranslationParameters: [] } 1617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20567 +label: "SILVIA MONICA TURRI" +value: "1617" +data: App\Entity\Client {#17371 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20568 +label: "SILVIA NOEMI RICH" +value: "142" +data: App\Entity\Client {#17377 …} +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20569 +label: "silvina SILVINA" +value: "553" +data: App\Entity\Client {#17383 …} +attr: [] +labelTranslationParameters: [] } 2156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20570 +label: "SILVINA BEATRIZ LOGARZO" +value: "2156" +data: App\Entity\Client {#17390 …} +attr: [] +labelTranslationParameters: [] } 1976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20571 +label: "Silvina Edith Benavidez" +value: "1976" +data: App\Entity\Client {#17397 …} +attr: [] +labelTranslationParameters: [] } 906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20572 +label: "SILVINA ELIZABETH BUSTOS" +value: "906" +data: App\Entity\Client {#17404 …} +attr: [] +labelTranslationParameters: [] } 1967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20573 +label: "SILVINA IRENE CAVIGLIASSO" +value: "1967" +data: App\Entity\Client {#17411 …} +attr: [] +labelTranslationParameters: [] } 2468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20574 +label: "SILVINA LORENA PASQUINELLI" +value: "2468" +data: App\Entity\Client {#17418 …} +attr: [] +labelTranslationParameters: [] } 1577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20575 +label: "SILVINA MARIA GIRAUDO" +value: "1577" +data: App\Entity\Client {#17425 …} +attr: [] +labelTranslationParameters: [] } 1622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20576 +label: "Silvio Martin Cortarello" +value: "1622" +data: App\Entity\Client {#17432 …} +attr: [] +labelTranslationParameters: [] } 1858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20577 +label: "SIMON ANGEL VALES" +value: "1858" +data: App\Entity\Client {#17439 …} +attr: [] +labelTranslationParameters: [] } 1880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20578 +label: "SIMON ANGEL VALES" +value: "1880" +data: App\Entity\Client {#17445 …} +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20579 +label: "SIMON ELIAS CHATTAH" +value: "561" +data: App\Entity\Client {#17451 …} +attr: [] +labelTranslationParameters: [] } 660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20580 +label: "SIMON ELIAS CHATTAH" +value: "660" +data: App\Entity\Client {#17458 …} +attr: [] +labelTranslationParameters: [] } 2352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20581 +label: "SIMON REMIGIO RUIZ" +value: "2352" +data: App\Entity\Client {#17465 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20582 +label: "SOCIEDAD ANONIMA, CUIT: 30711781648 UNIENDO IDEAS " +value: "264" +data: App\Entity\Client {#17472 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20583 +label: "SOFIA SOFIA" +value: "230" +data: App\Entity\Client {#17478 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20584 +label: "SOFIA FIORITO" +value: "231" +data: App\Entity\Client {#17484 …} +attr: [] +labelTranslationParameters: [] } 2370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20585 +label: "SOFIA PERALTA " +value: "2370" +data: App\Entity\Client {#17492 …} +attr: [] +labelTranslationParameters: [] } 2398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20586 +label: "SOFIA ALEJANDRA DOMINGUEZ" +value: "2398" +data: App\Entity\Client {#17500 …} +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20587 +label: "SOFIA DANA GIORDANO" +value: "621" +data: App\Entity\Client {#17506 …} +attr: [] +labelTranslationParameters: [] } 2276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20588 +label: "SOFIA LUZ SALVADORES" +value: "2276" +data: App\Entity\Client {#17513 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20589 +label: "SOL MARTINEZ" +value: "222" +data: App\Entity\Client {#17519 …} +attr: [] +labelTranslationParameters: [] } 2449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20590 +label: "SOL AGOSTINA BELLETINI" +value: "2449" +data: App\Entity\Client {#17526 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20591 +label: "Soledad Marin" +value: "61" +data: App\Entity\Client {#17532 …} +attr: [] +labelTranslationParameters: [] } 2194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20592 +label: "Soledad Andrea Rearte" +value: "2194" +data: App\Entity\Client {#17539 …} +attr: [] +labelTranslationParameters: [] } 1727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20593 +label: "SONIA ALEJANDRA RODRIGUEZ" +value: "1727" +data: App\Entity\Client {#17546 …} +attr: [] +labelTranslationParameters: [] } 2173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20594 +label: "SONIA DEL VALLE TOMLLENOVICH" +value: "2173" +data: App\Entity\Client {#17553 …} +attr: [] +labelTranslationParameters: [] } 1681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20595 +label: "SONIA RAQUEL ALVAREZ" +value: "1681" +data: App\Entity\Client {#17560 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20596 +label: "SORAAYA MARIA FERREIRA" +value: "201" +data: App\Entity\Client {#17566 …} +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20597 +label: "SOUTHERM SPIRIT LAGO ARGENTINO SRL" +value: "965" +data: App\Entity\Client {#17573 …} +attr: [] +labelTranslationParameters: [] } 860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20598 +label: "SRL LIV " +value: "860" +data: App\Entity\Client {#17580 …} +attr: [] +labelTranslationParameters: [] } 1869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20599 +label: "SRL DISEÑO ARQUITECTURA Y PROYECTO " +value: "1869" +data: App\Entity\Client {#17587 …} +attr: [] +labelTranslationParameters: [] } 2076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20600 +label: "STEFANIA ROMO " +value: "2076" +data: App\Entity\Client {#17594 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20601 +label: "STELLA MARIS BARO VECCHIO" +value: "1108" +data: App\Entity\Client {#17601 …} +attr: [] +labelTranslationParameters: [] } 2119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20602 +label: "STELLA SUSANA CALDERON" +value: "2119" +data: App\Entity\Client {#17608 …} +attr: [] +labelTranslationParameters: [] } 1631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20603 +label: "STELLANTIS CHRYSLER" +value: "1631" +data: App\Entity\Client {#17614 …} +attr: [] +labelTranslationParameters: [] } 1538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20604 +label: "SUDEX ARGENTINA SRL" +value: "1538" +data: App\Entity\Client {#17620 …} +attr: [] +labelTranslationParameters: [] } 2105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20605 +label: "SUSANA AMALIA JAIME" +value: "2105" +data: App\Entity\Client {#17627 …} +attr: [] +labelTranslationParameters: [] } 1897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20606 +label: "Susana Beatriz Bellucci" +value: "1897" +data: App\Entity\Client {#17634 …} +attr: [] +labelTranslationParameters: [] } 2435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20607 +label: "SUSANA INÉS CALA" +value: "2435" +data: App\Entity\Client {#17641 …} +attr: [] +labelTranslationParameters: [] } 2521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20608 +label: "SUSANA MABEL MARTINEZ" +value: "2521" +data: App\Entity\Client {#17648 …} +attr: [] +labelTranslationParameters: [] } 2293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20609 +label: "SUSANA ROSA LATOUR" +value: "2293" +data: App\Entity\Client {#17655 …} +attr: [] +labelTranslationParameters: [] } 1457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20610 +label: "SUSANA VICTORIA MARIONSINI" +value: "1457" +data: App\Entity\Client {#17662 …} +attr: [] +labelTranslationParameters: [] } 2569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20611 +label: "Tadeo Blanco" +value: "2569" +data: App\Entity\Client {#17669 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20612 +label: "TANIA SEGUEL ROGERS" +value: "150" +data: App\Entity\Client {#17675 …} +attr: [] +labelTranslationParameters: [] } 1942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20613 +label: "TANIA TAMARA LABONIA" +value: "1942" +data: App\Entity\Client {#17682 …} +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20614 +label: "Tatiana Marengo Zazu" +value: "967" +data: App\Entity\Client {#17689 …} +attr: [] +labelTranslationParameters: [] } 934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20615 +label: "Tatiana Zazu Marengo" +value: "934" +data: App\Entity\Client {#17696 …} +attr: [] +labelTranslationParameters: [] } 2007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20616 +label: "TEMPERINI TERRENO" +value: "2007" +data: App\Entity\Client {#17702 …} +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20617 +label: "TEOFILO ORTIZ GAMARRA" +value: "538" +data: App\Entity\Client {#17708 …} +attr: [] +labelTranslationParameters: [] } 708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20618 +label: "THEO CAPECE" +value: "708" +data: App\Entity\Client {#17715 …} +attr: [] +labelTranslationParameters: [] } 2050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20619 +label: "TIAGO IGNACIO FARIAS " +value: "2050" +data: App\Entity\Client {#17722 …} +attr: [] +labelTranslationParameters: [] } 1408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20620 +label: "timothy dadone nasello" +value: "1408" +data: App\Entity\Client {#17729 …} +attr: [] +labelTranslationParameters: [] } 1998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20621 +label: "TIZIANA AGOSTINA ACUÑA" +value: "1998" +data: App\Entity\Client {#17736 …} +attr: [] +labelTranslationParameters: [] } 726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20622 +label: "TOMAS BARAN" +value: "726" +data: App\Entity\Client {#17742 …} +attr: [] +labelTranslationParameters: [] } 764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20623 +label: "TOMAS MISSAKIAN" +value: "764" +data: App\Entity\Client {#17748 …} +attr: [] +labelTranslationParameters: [] } 1500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20624 +label: "TOMAS BOSSIO" +value: "1500" +data: App\Entity\Client {#17755 …} +attr: [] +labelTranslationParameters: [] } 1758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20625 +label: "TOMAS MANASERO" +value: "1758" +data: App\Entity\Client {#17761 …} +attr: [] +labelTranslationParameters: [] } 2606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20626 +label: "TOMAS CASTELLANO ECHENIQUE" +value: "2606" +data: App\Entity\Client {#17768 …} +attr: [] +labelTranslationParameters: [] } 2206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20627 +label: "TOMAS ROSSI" +value: "2206" +data: App\Entity\Client {#17775 …} +attr: [] +labelTranslationParameters: [] } 2644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20628 +label: "Tomas Arsenio Guevara" +value: "2644" +data: App\Entity\Client {#17782 …} +attr: [] +labelTranslationParameters: [] } 2118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20629 +label: "TOMAS EMANUEL CHIOTTI" +value: "2118" +data: App\Entity\Client {#17789 …} +attr: [] +labelTranslationParameters: [] } 1354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20630 +label: "tomas emmanuel martinez" +value: "1354" +data: App\Entity\Client {#17796 …} +attr: [] +labelTranslationParameters: [] } 1177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20631 +label: "TOMAS JAVIER CARIONI" +value: "1177" +data: App\Entity\Client {#17803 …} +attr: [] +labelTranslationParameters: [] } 2253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20632 +label: "TULIO DI PAOLO" +value: "2253" +data: App\Entity\Client {#17810 …} +attr: [] +labelTranslationParameters: [] } 1872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20633 +label: "TULIO DI PAOLO" +value: "1872" +data: App\Entity\Client {#17816 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20634 +label: "UBER ANTONIO PRESUTTARI" +value: "40" +data: App\Entity\Client {#17822 …} +attr: [] +labelTranslationParameters: [] } 2192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20635 +label: "USUARIO PARA DAR DE BAJA VEHICULOS COLGADOS EN EL SISTEMA ANULAR" +value: "2192" +data: App\Entity\Client {#17828 …} +attr: [] +labelTranslationParameters: [] } 2106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20636 +label: "Valentin Roberto Romero" +value: "2106" +data: App\Entity\Client {#17835 …} +attr: [] +labelTranslationParameters: [] } 1215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20637 +label: "VALENTINO BELTRAMO" +value: "1215" +data: App\Entity\Client {#17842 …} +attr: [] +labelTranslationParameters: [] } 2266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20638 +label: "VALERIA WALDESBUHL" +value: "2266" +data: App\Entity\Client {#17849 …} +attr: [] +labelTranslationParameters: [] } 1556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20639 +label: "VALERIA FERNANDA VILLALBA" +value: "1556" +data: App\Entity\Client {#17856 …} +attr: [] +labelTranslationParameters: [] } 2635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20640 +label: "VALERIA INES CARRARA" +value: "2635" +data: App\Entity\Client {#17863 …} +attr: [] +labelTranslationParameters: [] } 2049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20641 +label: "VALERIA LORENA CASTRO" +value: "2049" +data: App\Entity\Client {#17870 …} +attr: [] +labelTranslationParameters: [] } 2183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20642 +label: "VALERIA SARA KEDIKIAN" +value: "2183" +data: App\Entity\Client {#17877 …} +attr: [] +labelTranslationParameters: [] } 1817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20643 +label: "VALPARAISO MOTORS" +value: "1817" +data: App\Entity\Client {#17883 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20644 +label: "VANESA CABRERA" +value: "316" +data: App\Entity\Client {#17889 …} +attr: [] +labelTranslationParameters: [] } 2021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20645 +label: "VANESA SIPICKI" +value: "2021" +data: App\Entity\Client {#17896 …} +attr: [] +labelTranslationParameters: [] } 2057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20646 +label: "VANESA PAOLA DAVICINO" +value: "2057" +data: App\Entity\Client {#17903 …} +attr: [] +labelTranslationParameters: [] } 2573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20647 +label: "VANESA ROMINA GIORDAN" +value: "2573" +data: App\Entity\Client {#17911 …} +attr: [] +labelTranslationParameters: [] } 2671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20648 +label: "VEL SA" +value: "2671" +data: App\Entity\Client {#17918 …} +attr: [] +labelTranslationParameters: [] } 1915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20649 +label: "VENERANDA SA" +value: "1915" +data: App\Entity\Client {#17924 …} +attr: [] +labelTranslationParameters: [] } 2612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20650 +label: "VERO TORRIGLIA" +value: "2612" +data: App\Entity\Client {#17930 …} +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20651 +label: "VERONICA QUEZADA" +value: "501" +data: App\Entity\Client {#17936 …} +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20652 +label: "VERONICA MUÑOZ" +value: "545" +data: App\Entity\Client {#17943 …} +attr: [] +labelTranslationParameters: [] } 1837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20653 +label: "VERONICA BETIANA MEDRANO" +value: "1837" +data: App\Entity\Client {#17950 …} +attr: [] +labelTranslationParameters: [] } 2653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20654 +label: "VERONICA DEL VALLE GIAMARILI" +value: "2653" +data: App\Entity\Client {#17957 …} +attr: [] +labelTranslationParameters: [] } 2072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20655 +label: "Veronica Elizabeth Arguello" +value: "2072" +data: App\Entity\Client {#17964 …} +attr: [] +labelTranslationParameters: [] } 1162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20656 +label: "VERONICA JESICA ARGIEL" +value: "1162" +data: App\Entity\Client {#17971 …} +attr: [] +labelTranslationParameters: [] } 1608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20657 +label: "Veronica Micaela Paez" +value: "1608" +data: App\Entity\Client {#17978 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20658 +label: "VICENTE WENDELER" +value: "162" +data: App\Entity\Client {#17984 …} +attr: [] +labelTranslationParameters: [] } 1633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20659 +label: "VICENTE WENDELER" +value: "1633" +data: App\Entity\Client {#17991 …} +attr: [] +labelTranslationParameters: [] } 1463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20660 +label: "Vicente Oscar Di Rienzo" +value: "1463" +data: App\Entity\Client {#17998 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20661 +label: "Victor Camacho" +value: "416" +data: App\Entity\Client {#18005 …} +attr: [] +labelTranslationParameters: [] } 799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20662 +label: "VICTOR SCARABELLI" +value: "799" +data: App\Entity\Client {#18011 …} +attr: [] +labelTranslationParameters: [] } 518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20663 +label: "VICTOR BUSTOS" +value: "518" +data: App\Entity\Client {#18018 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20664 +label: "VICTOR ALFONSO FRANCISCO SICARDIS" +value: "346" +data: App\Entity\Client {#18025 …} +attr: [] +labelTranslationParameters: [] } 1674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20665 +label: "VICTOR ANGEL SANCHEZ SUMAY" +value: "1674" +data: App\Entity\Client {#18032 …} +attr: [] +labelTranslationParameters: [] } 2408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20666 +label: "VICTOR ANTONIO PÉRALTA" +value: "2408" +data: App\Entity\Client {#18039 …} +attr: [] +labelTranslationParameters: [] } 1451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20667 +label: "VICTOR DAMIAN HEREDIA" +value: "1451" +data: App\Entity\Client {#18045 …} +attr: [] +labelTranslationParameters: [] } 1743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20668 +label: "Victor Hugo Borgeattino" +value: "1743" +data: App\Entity\Client {#18052 …} +attr: [] +labelTranslationParameters: [] } 1431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20669 +label: "VICTOR HUGO BRAVO" +value: "1431" +data: App\Entity\Client {#18059 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20670 +label: "VICTOR HUGO ROMERO" +value: "256" +data: App\Entity\Client {#18066 …} +attr: [] +labelTranslationParameters: [] } 1195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20671 +label: "VICTOR HUGO CIRISAN" +value: "1195" +data: App\Entity\Client {#18073 …} +attr: [] +labelTranslationParameters: [] } 2059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20672 +label: "VICTOR HUGO MARTINEZ" +value: "2059" +data: App\Entity\Client {#18080 …} +attr: [] +labelTranslationParameters: [] } 2239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20673 +label: "VICTOR HUGO CURVINO" +value: "2239" +data: App\Entity\Client {#18086 …} +attr: [] +labelTranslationParameters: [] } 2240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20674 +label: "VICTOR HUGO CURVINO" +value: "2240" +data: App\Entity\Client {#18093 …} +attr: [] +labelTranslationParameters: [] } 2680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20675 +label: "VICTOR HUGO LEYRIA" +value: "2680" +data: App\Entity\Client {#18100 …} +attr: [] +labelTranslationParameters: [] } 1170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20676 +label: "Victor Jose Moyano" +value: "1170" +data: App\Entity\Client {#18107 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20677 +label: "Victor Ramon Narvaez" +value: "212" +data: App\Entity\Client {#18114 …} +attr: [] +labelTranslationParameters: [] } 1249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20678 +label: "VICTOR REYNALDO MUÑOZ " +value: "1249" +data: App\Entity\Client {#18121 …} +attr: [] +labelTranslationParameters: [] } 2430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20679 +label: "VICTORIA VEBER" +value: "2430" +data: App\Entity\Client {#18128 …} +attr: [] +labelTranslationParameters: [] } 2407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20680 +label: "Victoria Antonella Carbajal" +value: "2407" +data: App\Entity\Client {#18134 …} +attr: [] +labelTranslationParameters: [] } 2556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20681 +label: "VICTORIA MAGDALENA BARAL" +value: "2556" +data: App\Entity\Client {#18142 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20682 +label: "VICTORIA MARINA DISTEFANO" +value: "1140" +data: App\Entity\Client {#18149 …} +attr: [] +labelTranslationParameters: [] } 787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20683 +label: "VIGINIA JORDAN" +value: "787" +data: App\Entity\Client {#18155 …} +attr: [] +labelTranslationParameters: [] } 704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20684 +label: "VIRGINIA TRINCIAVELLI" +value: "704" +data: App\Entity\Client {#18162 …} +attr: [] +labelTranslationParameters: [] } 1649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20685 +label: "VIVIAN MARISEL VATT" +value: "1649" +data: App\Entity\Client {#18168 …} +attr: [] +labelTranslationParameters: [] } 1202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20686 +label: "Viviana Rodriguez" +value: "1202" +data: App\Entity\Client {#18174 …} +attr: [] +labelTranslationParameters: [] } 1732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20687 +label: "VIVIANA BEATRIZ CALLEGARI" +value: "1732" +data: App\Entity\Client {#18181 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20688 +label: "VIVIANA DEL CARMEN GUZMAN" +value: "183" +data: App\Entity\Client {#18187 …} +attr: [] +labelTranslationParameters: [] } 2283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20689 +label: "VIVIANA DEL CARMEN MERCADO" +value: "2283" +data: App\Entity\Client {#18194 …} +attr: [] +labelTranslationParameters: [] } 2284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20690 +label: "VIVIANA DEL CARMEN MERCADO" +value: "2284" +data: App\Entity\Client {#18200 …} +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20691 +label: "VIVIANA EDITH PEREZLINDO" +value: "579" +data: App\Entity\Client {#18206 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20692 +label: "VIVIANA NOEMI BATISTA" +value: "1106" +data: App\Entity\Client {#18213 …} +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20693 +label: "VIVIANA PATRICIA CERANTOLA" +value: "962" +data: App\Entity\Client {#18220 …} +attr: [] +labelTranslationParameters: [] } 1934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20694 +label: "VIVIANA PATRICIA CERANTOLA" +value: "1934" +data: App\Entity\Client {#18227 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20695 +label: "Walter Leiva" +value: "105" +data: App\Entity\Client {#18233 …} +attr: [] +labelTranslationParameters: [] } 1516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20696 +label: "Walter ferrari" +value: "1516" +data: App\Entity\Client {#18239 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20697 +label: "Walter 308HDI *" +value: "1" +data: App\Entity\Client {#18246 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20698 +label: "WALTER ALEJANDRO ARIAS" +value: "352" +data: App\Entity\Client {#18253 …} +attr: [] +labelTranslationParameters: [] } 2279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20699 +label: "WALTER ALEJANDRO FLORES" +value: "2279" +data: App\Entity\Client {#18260 …} +attr: [] +labelTranslationParameters: [] } 1139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20700 +label: "WALTER CEFERINO SCHWAM" +value: "1139" +data: App\Entity\Client {#18267 …} +attr: [] +labelTranslationParameters: [] } 1715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20701 +label: "WALTER DANIEL GIRALDES" +value: "1715" +data: App\Entity\Client {#18274 …} +attr: [] +labelTranslationParameters: [] } 2495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20702 +label: "WALTER DARIO PINCHETTI" +value: "2495" +data: App\Entity\Client {#18280 …} +attr: [] +labelTranslationParameters: [] } 2460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20703 +label: "WALTER FABIAN BALQUINTA" +value: "2460" +data: App\Entity\Client {#18287 …} +attr: [] +labelTranslationParameters: [] } 1453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20704 +label: "WALTER HUGO FERRARI" +value: "1453" +data: App\Entity\Client {#18294 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20705 +label: "Walter Mauro TORRERO" +value: "324" +data: App\Entity\Client {#18301 …} +attr: [] +labelTranslationParameters: [] } 1285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20706 +label: "WALTER RUBEN BRIZUELA" +value: "1285" +data: App\Entity\Client {#18308 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20707 +label: "WEB SUPPLEMENTS SRL ." +value: "1093" +data: App\Entity\Client {#18315 …} +attr: [] +labelTranslationParameters: [] } 1920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20708 +label: "Wilson Eduardo Mansilla" +value: "1920" +data: App\Entity\Client {#18322 …} +attr: [] +labelTranslationParameters: [] } 1231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20709 +label: "XENIA BRANDALISE" +value: "1231" +data: App\Entity\Client {#18328 …} +attr: [] +labelTranslationParameters: [] } 1226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20710 +label: "XENIA BETINA BRANDALISE" +value: "1226" +data: App\Entity\Client {#18335 …} +attr: [] +labelTranslationParameters: [] } 1227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20711 +label: "XENIA BRANDALISE BRANDALISE" +value: "1227" +data: App\Entity\Client {#18341 …} +attr: [] +labelTranslationParameters: [] } 1738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20712 +label: "XIMENA ANA GARCIA" +value: "1738" +data: App\Entity\Client {#18348 …} +attr: [] +labelTranslationParameters: [] } 2217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20713 +label: "YAIN AYELEN ALVAREZ" +value: "2217" +data: App\Entity\Client {#18355 …} +attr: [] +labelTranslationParameters: [] } 1785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20714 +label: "YAMIL CHAYA" +value: "1785" +data: App\Entity\Client {#18362 …} +attr: [] +labelTranslationParameters: [] } 1780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20715 +label: "YAMILA CARLA GONZALEZ CONTERI" +value: "1780" +data: App\Entity\Client {#18369 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20716 +label: "YAMILA ETEL DE SIMONE" +value: "1128" +data: App\Entity\Client {#18376 …} +attr: [] +labelTranslationParameters: [] } 2491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20717 +label: "YAMILA XIMENA BRAIN" +value: "2491" +data: App\Entity\Client {#18382 …} +attr: [] +labelTranslationParameters: [] } 808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20718 +label: "YAMILE CACERES" +value: "808" +data: App\Entity\Client {#18389 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20719 +label: "YAMILE ELIZABETH GARCIA" +value: "1148" +data: App\Entity\Client {#18396 …} +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20720 +label: "YANINA COLLINO" +value: "509" +data: App\Entity\Client {#18403 …} +attr: [] +labelTranslationParameters: [] } 2186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20721 +label: "YANINA GABRIELA PEREYRA" +value: "2186" +data: App\Entity\Client {#18410 …} +attr: [] +labelTranslationParameters: [] } 1689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20722 +label: "YANINA LORENA SANCHEZ AREVALO" +value: "1689" +data: App\Entity\Client {#18417 …} +attr: [] +labelTranslationParameters: [] } 2654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20723 +label: "Yanina Milena y otro Martinez" +value: "2654" +data: App\Entity\Client {#18424 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20724 +label: "YANINA SOLEDAD BINI" +value: "262" +data: App\Entity\Client {#18431 …} +attr: [] +labelTranslationParameters: [] } 520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20725 +label: "YANNA BRIZUELA" +value: "520" +data: App\Entity\Client {#18438 …} +attr: [] +labelTranslationParameters: [] } 669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20726 +label: "YESICA SABRINA MONSERRATE KRAT" +value: "669" +data: App\Entity\Client {#18444 …} +attr: [] +labelTranslationParameters: [] } 2652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20727 +label: "YULI ALVAREZ ESTRADA" +value: "2652" +data: App\Entity\Client {#18451 …} +attr: [] +labelTranslationParameters: [] } 2417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20728 +label: "ZANELLI ELIZABETH" +value: "2417" +data: App\Entity\Client {#18458 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20729 +label: "Zulema Patricia Aguirre" +value: "1149" +data: App\Entity\Client {#18465 …} +attr: [] +labelTranslationParameters: [] } 1449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20730 +label: "Zulma Elena Arrieta" +value: "1449" +data: App\Entity\Client {#18472 …} +attr: [] +labelTranslationParameters: [] } 1450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20731 +label: "Zulma Elena Arrieta" +value: "1450" +data: App\Entity\Client {#18479 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20732 +label: "ZULMA IDALIA ALONZO " +value: "64" +data: App\Entity\Client {#18486 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3310 -form: Symfony\Component\Form\Form {#2889 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3311 …5} |
| full_name | "car_buy[client]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_client" |
| is_selected | Closure($choice, $value) {#20734 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | "Client" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "client" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_client" |
| valid | true |
| value | "" |
car
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| class | "App\Entity\Car" |
same as passed value |
| em | "default" |
ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} |
| multiple | false |
same as passed value |
| placeholder | "" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2041 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2339 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2090 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2338 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2336 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2165 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2087 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Car" |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| em | ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2165 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2087 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2152 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_car_buy_car" ] |
| cache_key | "_car_buy_car_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20736 +label: "A3 2.0T FSI 3 PTAS S-TRONIC L/17 (AD352KH)" +value: "13" +data: App\Entity\Car {#20751 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20738 +label: "A3 SPORTBACK 1.6 S TRONIC|| (HZP271)" +value: "14" +data: App\Entity\Car {#20902 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20749 +label: "X 1 20 D XDRIVE AUT|| (JRG004)" +value: "15" +data: App\Entity\Car {#20891 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20750 +label: "AGILE 1.4 LT 5P (LGF092)" +value: "16" +data: App\Entity\Car {#20919 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20758 +label: "ONIX 1.4 LTZ 5PTAS 2013 (gris osc) (NCD245)" +value: "19" +data: App\Entity\Car {#20935 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20737 +label: "S10 2.8TD DC 4X2 DLX L/09||(gris) (JNJ463)" +value: "20" +data: App\Entity\Car {#20950 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20747 +label: "C3 AIRCROSS 1.6 SHINE||(negra) (AA173WF)" +value: "22" +data: App\Entity\Car {#20965 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20748 +label: "C 3 AIRCROSS 1.6 TENDANCE L/14||(blanca) (PKJ228)" +value: "24" +data: App\Entity\Car {#20981 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20742 +label: "JEEP RENEGADE 1.8 4X2 SPORT AT||(negra) (AC300YU)" +value: "28" +data: App\Entity\Car {#20996 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20739 +label: "JEEP RENEGADE 1.8 4X2 SPORT||(roja) (AA318TI)" +value: "29" +data: App\Entity\Car {#21012 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20740 +label: "RAM 1500 5.7 D/CAB 4X4 LARAMIE (roja) (AA074ZG)" +value: "30" +data: App\Entity\Car {#21027 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56482 +label: "FIORINO FURGON 1.4 EVO||(blanca) (AD496JO)" +value: "31" +data: App\Entity\Car {#21043 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56483 +label: "IDEA ADVENTURE 1.8||(gris) (GHN524)" +value: "32" +data: App\Entity\Car {#21059 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56484 +label: "MOBI EASY 1.0 8V 5PTAS 2018 (gris) (AC342DO)" +value: "33" +data: App\Entity\Car {#21074 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56485 +label: "MOBI WAY||1.0 8V (blanco) (AC379RV)" +value: "34" +data: App\Entity\Car {#21089 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56486 +label: "PALIO 1.4 5 P ATTRACT L/14 (326) 8V 2017 (blanco) (AB009XP)" +value: "35" +data: App\Entity\Car {#21104 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56487 +label: "PUNTO 1.6 ESSENCE L/13||(blanco) (MSQ815)" +value: "36" +data: App\Entity\Car {#21119 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56488 +label: "STRADA ADVENTURE 1.6 DC L/14 2018 (gris osc) (AC288JC)" +value: "38" +data: App\Entity\Car {#21134 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56489 +label: "ECO SPORT 1.5 SE L/18||(bronce) (AE255JG)" +value: "42" +data: App\Entity\Car {#21149 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56490 +label: "ECO SPORT 1.6 SE L/13||(beige) (NNG579)" +value: "44" +data: App\Entity\Car {#21165 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56491 +label: "CIVIC EXL 2.0 L/17||(blanco) (AB587TV)" +value: "45" +data: App\Entity\Car {#21180 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56492 +label: "FIT 1.4 LXL 5 PTAS L/09//L/13||(rojo) (OWH336)" +value: "46" +data: App\Entity\Car {#21196 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56493 +label: "ECO SPORT 1.4 TDCI XLS L/07 4X2 (blanca) (HQG133)" +value: "47" +data: App\Entity\Car {#21211 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56494 +label: "COUNTRYMAN S CHILI AUT||(gris) (LXV635)" +value: "49" +data: App\Entity\Car {#21226 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56495 +label: "F-100 3.9 TDI XL PLUS L/06||(gris) (SAPO) (JDV891)" +value: "50" +data: App\Entity\Car {#21242 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56496 +label: "FIESTA 1.6 5P TREND (KD) (gris) (MFK177)" +value: "53" +data: App\Entity\Car {#21257 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56497 +label: "FRON. 2.3 NP 300 4X2 LE 2017 (roja) (AB177FS)" +value: "54" +data: App\Entity\Car {#21272 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56498 +label: "FOCUS L/16 1.6 5 P S||N MT (gris oscuro) (AA282QI)" +value: "55" +data: App\Entity\Car {#21288 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56499 +label: "FRON. 2.3 NP 300 4X2 SE 2017 (roja) (AB489RR)" +value: "56" +data: App\Entity\Car {#21303 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56500 +label: "TIIDA 1.8 5 PTAS VISIA 6MT 2010 (beige) (IPD579)" +value: "57" +data: App\Entity\Car {#21318 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56501 +label: "FOCUS L/08 1.6 5 P TREND||(gris osc) (MHG995)" +value: "58" +data: App\Entity\Car {#21333 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56502 +label: "207 1.6 GTI 3 PTAS 2011 (negro) (KIG221)" +value: "61" +data: App\Entity\Car {#21348 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56503 +label: "207 COMPACT 1.4 3 P XR//ACTIVE||(gris plata) (JAW924)" +value: "63" +data: App\Entity\Car {#21364 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56504 +label: "RANGER 2.5 DC 4X2 L/16 XL SAFETY GNC (gris osc) (AA997KQ)" +value: "65" +data: App\Entity\Car {#21379 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56505 +label: "308 1.6 HDI ACTIVE 2012 (blanco) (LYY193)" +value: "68" +data: App\Entity\Car {#21394 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56506 +label: "5008 1.6 ALLURE 7 AS 2012 (gris) (LBL664)" +value: "70" +data: App\Entity\Car {#21409 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56507 +label: "ALASKAN 2.3 TDI ICONIC 4X4 AT||AT (gris) (AE509HH)" +value: "72" +data: App\Entity\Car {#21424 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56508 +label: "DUSTER 1.6 4X2 ZEN L/21||(gris) (AE941VM)" +value: "73" +data: App\Entity\Car {#21440 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56509 +label: "DUSTER 2.0 4X2 PRIVILEGE L/15||(marrón) (AA470IU)" +value: "74" +data: App\Entity\Car {#21455 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56510 +label: "CLIO MIO 1.2 3 P AUTHEN. PACK LOOK||(gris) (MWU542)" +value: "75" +data: App\Entity\Car {#21470 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56511 +label: "CLIO MIO 1.2 5 P EXPRESSION PK1 (blanco) (MVO987)" +value: "76" +data: App\Entity\Car {#21485 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56512 +label: "DUSTER OROCH 2.0 DYNAMIQUE 2019 (negra) (AD869XZ)" +value: "79" +data: App\Entity\Car {#21500 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56513 +label: "FLUENCE 2.0 GT||16V (negro) (NNE449)" +value: "80" +data: App\Entity\Car {#21515 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56514 +label: "FLUENCE 2.0 LUXE||(negro) (MVX314)" +value: "81" +data: App\Entity\Car {#21530 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56515 +label: "KWID 1.0 ZEN||(gris) (AC398XQ)" +value: "83" +data: App\Entity\Car {#21545 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56516 +label: "MASTER 2.5 DCI F/CORTO P/CON LN||PH3 120 L1H1 PKCNF (blanca) (KFP750)" +value: "84" +data: App\Entity\Car {#21560 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56517 +label: "IBIZA 1.9 TDI 3 PTAS 130 HP FR||(gris) (IFY195)" +value: "85" +data: App\Entity\Car {#21575 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56518 +label: "AVENSIS 2.0 AUT||2007 (negro) (GLY016)" +value: "86" +data: App\Entity\Car {#21591 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56519 +label: "COROLLA HV 1.8 XEI ECVT (blanco) (AE476WU)" +value: "87" +data: App\Entity\Car {#21607 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56520 +label: "ETIOS 1.5 4 PTAS PLATINUM 4AT (AB087ER)" +value: "88" +data: App\Entity\Car {#21622 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56521 +label: "HILUX L/16 2.8 DC 4X2 TDI SRV AT6||2018(gris) (AC596SZ)" +value: "89" +data: App\Entity\Car {#21637 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56522 +label: "HILUX L/12 3.0 DC 4X4 TDI SRV(negra) (MNB868)" +value: "90" +data: App\Entity\Car {#21652 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56523 +label: "SW4 4X4 SRV 3.0 TDI 5 A/T C/CUERO (LYR530)" +value: "91" +data: App\Entity\Car {#21667 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56524 +label: "AMAROK 20TD 4X2 DC TREN 140HP L17 (blanca) (AB439SK)" +value: "93" +data: App\Entity\Car {#21682 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56525 +label: "AMAROK 20TD 4X4 DC ULTIMATE AT 180 CV 080 (gris) (AA315NO)" +value: "94" +data: App\Entity\Car {#21698 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56526 +label: "AMAROK 20TD 4X4 DC HIG.180HP PK AT||(gris osc) (PII618)" +value: "95" +data: App\Entity\Car {#21713 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56527 +label: "FOX 1.6 CROSSFOX HIGHLINE L/10 (naranja) (JFQ122)" +value: "98" +data: App\Entity\Car {#21728 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56528 +label: "GOL TREND 1.6 5PTAS (gris) (OAU745)" +value: "99" +data: App\Entity\Car {#21743 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56529 +label: "GOL 3P (blanco) (IAK840)" +value: "102" +data: App\Entity\Car {#21758 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56530 +label: "GOL POWER 1.6 5P GNC (gris) (HGL782)" +value: "103" +data: App\Entity\Car {#21773 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56531 +label: "SURAN 1.6 COMFORTLINE GNC (OLR862)" +value: "105" +data: App\Entity\Car {#21788 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56532 +label: "SURAN 1.6 TRENDLINE L/14 ABS 766 GNC (gris) (NRC172)" +value: "106" +data: App\Entity\Car {#21803 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56533 +label: "T-CROSS 1.6 COMFORTLINE||GNC2020 (gris) (AE080MV)" +value: "107" +data: App\Entity\Car {#21818 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56534 +label: "VENTO 1.4TSI HIGHLINE DSG (gris) (AA764VT)" +value: "108" +data: App\Entity\Car {#21833 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56535 +label: "FOCUS L/14 2.0 4 P SE MT (NUG370)" +value: "110" +data: App\Entity\Car {#21848 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56536 +label: "COROLLA 1.8 XLI L/11||(azul) (LMO797)" +value: "111" +data: App\Entity\Car {#21863 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56537 +label: "308 1.6 THP ALLURE PLUS S TIPT (AE105WK)" +value: "112" +data: App\Entity\Car {#21878 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56538 +label: "2008 SPORT 1.6 THP 165 (AD368CS)" +value: "113" +data: App\Entity\Car {#21893 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56539 +label: "FOCUS L/16 2.0 5 P TITANIUM POWER (AC818CG)" +value: "114" +data: App\Entity\Car {#21908 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56540 +label: "CLIO 2 F2 1.2 5 P. AUTHENTIQ PK II|| (KYN339)" +value: "115" +data: App\Entity\Car {#21923 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56541 +label: "HILUX L/20 2.8 DC 4X2 TDI SRX AT6 (AE180TW)" +value: "116" +data: App\Entity\Car {#21938 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56542 +label: "SANTA FE 2.4 2WD 7 AS L/13||(marrón) (aa463fl)" +value: "117" +data: App\Entity\Car {#21953 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56543 +label: "207 COMPACT XS 1.9D 5P (HQA911)" +value: "118" +data: App\Entity\Car {#21969 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56544 +label: "COROLLA 1.8 XEI L/14 PACK CVT (blanco) (OLU242)" +value: "119" +data: App\Entity\Car {#21984 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56545 +label: "COROLLA 1.8 XLI L/11|| (LMO797)" +value: "120" +data: App\Entity\Car {#21999 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56546 +label: "Kangoo Confort 1.6 (GPP499)" +value: "121" +data: App\Entity\Car {#22014 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56547 +label: "CACTUS 1,2 SHINE (AC857YX)" +value: "122" +data: App\Entity\Car {#22029 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56548 +label: "POLO 1.6 L/18 TRENDLINE 5 P|| (AD913IG)" +value: "123" +data: App\Entity\Car {#22044 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56549 +label: "DUSTER 1.6 4X2 CONFORT PLUS||(gris) (NDF861)" +value: "124" +data: App\Entity\Car {#22059 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56550 +label: "RANGER 2.2RANGER 2.2 TDI DC 4X2 L/16 XL||(blanca) (AB191IW)" +value: "125" +data: App\Entity\Car {#22074 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56551 +label: "PRISMA LTZ AT CON GNC (ONN017)" +value: "126" +data: App\Entity\Car {#22089 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56552 +label: "ECO SPORT 1.6 XLS L/07||(blanca) (KYQ567)" +value: "127" +data: App\Entity\Car {#22104 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56553 +label: "FOCUS L/16 1.6 5 P S||(blanco) (PMT357)" +value: "129" +data: App\Entity\Car {#22119 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56554 +label: "Cruze LTZ AT (AA519PY)" +value: "130" +data: App\Entity\Car {#22134 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56555 +label: "Amarok Highline 4X4 mt (MGM561)" +value: "131" +data: App\Entity\Car {#22149 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56556 +label: "208 FELINE TIPTRONIC (AE889CD)" +value: "135" +data: App\Entity\Car {#22164 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56557 +label: "Doblo Cargo Active 1.4 (NJS943)" +value: "136" +data: App\Entity\Car {#22179 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56558 +label: "STRADA ADVENTURE 1.6 DC L/14 2016 (Roja) (AA645UT)" +value: "138" +data: App\Entity\Car {#22194 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56559 +label: "C 3 1.5I TENDANCE PACK SECURE||(rojo) (MNO069)" +value: "139" +data: App\Entity\Car {#22209 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56560 +label: "T-CROSS HIGHLINE STYLE EDITION A6 1.6 MSI 110CV (gris) (AE145FP)" +value: "140" +data: App\Entity\Car {#22224 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56561 +label: "RANGER 3.2 TDI DC 4X2 L/16 XLT AT||(gris osc) (AA967KI)" +value: "141" +data: App\Entity\Car {#22239 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56562 +label: "ALFA ROMEO MITO QUADRIFFOGLIO VERDE 1.4T (AA420JA)" +value: "142" +data: App\Entity\Car {#22254 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56563 +label: "SPARK LT 1.2N (KYQ461)" +value: "143" +data: App\Entity\Car {#22270 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56564 +label: "KUGA AT (ab381zs)" +value: "145" +data: App\Entity\Car {#22285 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56565 +label: "B 200 BLUEEFFICIENCY SPORT AUT||(blanco) (NDD348)" +value: "147" +data: App\Entity\Car {#22300 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56566 +label: "H1 2.5 TDI 12 PAS FULL PREMIUN (JVE054)" +value: "148" +data: App\Entity\Car {#22316 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56567 +label: "COROLLA XLI MT (AB065NA)" +value: "149" +data: App\Entity\Car {#22331 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56568 +label: "FOCUS SE PLUS AT (AA255VK)" +value: "150" +data: App\Entity\Car {#22346 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56569 +label: "FOCUS L/16 1.6 4 P S||(blanco) (AC941IL)" +value: "152" +data: App\Entity\Car {#22361 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56570 +label: "FOX CONFORT(rojo) (JEV607)" +value: "153" +data: App\Entity\Car {#22376 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56571 +label: "HILUX SRV PACK MT (PMF635)" +value: "154" +data: App\Entity\Car {#22391 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56572 +label: "CROSSFOX HIGHLINE 2017 (AC136FO)" +value: "157" +data: App\Entity\Car {#22406 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56573 +label: "FOX TREND (beige) (MIJ988)" +value: "158" +data: App\Entity\Car {#22421 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56574 +label: "GOL TREND 1.6 5PTAS (AE626YR)" +value: "159" +data: App\Entity\Car {#22436 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56575 +label: "ECOSPORT TITANIUM 1.6L MT N (OMH 527)" +value: "160" +data: App\Entity\Car {#22451 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56576 +label: "208 1.5 5P ACTIVE| (NOK522)" +value: "162" +data: App\Entity\Car {#22466 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56577 +label: "ONIX LT L/17 (AB636CL)" +value: "163" +data: App\Entity\Car {#22481 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56578 +label: "ETIOS 1.5 4 PTAS X 6MT L/18||(rojo) (AF009JA)" +value: "164" +data: App\Entity\Car {#22496 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56579 +label: "SONIC 1.6 5 PTAS LT L/15|| (AA251AT)" +value: "166" +data: App\Entity\Car {#22511 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56580 +label: "SURAN CROSS (AA994XO)" +value: "167" +data: App\Entity\Car {#22526 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56581 +label: "SURAN HIGHLINE 1.6 GNC (NVT891)" +value: "168" +data: App\Entity\Car {#22541 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56582 +label: "TIIDA 1.8 5PTA VISIA (IPD579)" +value: "169" +data: App\Entity\Car {#22556 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56583 +label: "C 4 1.6 HDI 5 PTAS SX||(gris oscuro) (NEX800)" +value: "170" +data: App\Entity\Car {#22571 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56584 +label: "MONDEO 2.0 SE ECOBOOST AUT||(gris) (PQI955)" +value: "171" +data: App\Entity\Car {#22586 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56585 +label: "FOCUS 4P 2.0L N MT TITANIUM (blanco) (NSE665)" +value: "172" +data: App\Entity\Car {#22601 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56586 +label: "MOBI EASY||(rojo) (AB102JC)" +value: "173" +data: App\Entity\Car {#22616 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56587 +label: "KWID 1.0 ICONIC||(terracota) (AC886MK)" +value: "178" +data: App\Entity\Car {#22631 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56588 +label: "A4 1.8 TFSI L/12 AMBITION MULTI// (negro) (MXD248)" +value: "179" +data: App\Entity\Car {#22646 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56589 +label: "QQ 1.1 CONFORT|| (KPF444)" +value: "181" +data: App\Entity\Car {#22661 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56590 +label: "JEEP GRAND CHEROKEE OVERLAND ATX||(negra) (MZN413)" +value: "182" +data: App\Entity\Car {#22677 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56591 +label: "JEEP COMPASS 2.4 LONGITUDE AT9 PLU||(blanco) (AD599PX)" +value: "184" +data: App\Entity\Car {#22692 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56592 +label: "S10 2.8TD DC 4X4 HC L/17||MT HIGHCOUNTRY (AD667RD)" +value: "187" +data: App\Entity\Car {#22707 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56593 +label: "S10 2.8TD DC 4X4 LT L/14|| (NAL662)" +value: "188" +data: App\Entity\Car {#22722 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56594 +label: "SPIN 1.8 LTZ 5 AS||M/T (NIP320)" +value: "190" +data: App\Entity\Car {#22737 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56595 +label: "TRACKER LTZ 1.8N (AC339AA)" +value: "192" +data: App\Entity\Car {#22752 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56596 +label: "C 3 AIRCROSS 1.6 SX||16V (KJZ519)" +value: "193" +data: App\Entity\Car {#22767 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56597 +label: "JOURNEY 2.4 SXT 3 FILAS L/11 FULL|| 2015 (negra) (PJF002)" +value: "194" +data: App\Entity\Car {#22782 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56598 +label: "2008 1.6 ALLURE|| (AB311AG)" +value: "197" +data: App\Entity\Car {#22797 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56599 +label: "CAPTUR 1.6 INTENS CVT||(gris) (AD545HY)" +value: "199" +data: App\Entity\Car {#22812 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56600 +label: "CAPTUR 2.0 ZEN||(gris) (AC428FD)" +value: "200" +data: App\Entity\Car {#22827 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56601 +label: "CLIO MIO 1.2 5 P CONFORT PLUS ABCP||(blanco) (OEB463)" +value: "201" +data: App\Entity\Car {#22842 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56602 +label: "KANGOO 1.5 DCI STEPWAY L/18||(bordó) (AC975CK)" +value: "202" +data: App\Entity\Car {#22857 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56603 +label: "COROLLA XEI PACK 1.8 6M/T (PNC331)" +value: "203" +data: App\Entity\Car {#22872 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56604 +label: "HILUX L/21 2.8 DC 4X2 TDI SRV AT6||(gris) (AF201RV)" +value: "205" +data: App\Entity\Car {#22887 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56605 +label: "HILUX L/16 2.4 DC 4X2 TDI DX||6 M/T (AE202DU)" +value: "206" +data: App\Entity\Car {#22902 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56606 +label: "HILUX L/12 2.5 DC 4X4 TD DX PACK||ELECTRICO (PJT083)" +value: "207" +data: App\Entity\Car {#22917 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56607 +label: "SW4 TDI SRX AUT L/16||2.8 6 A/T 7A (AB128RR)" +value: "208" +data: App\Entity\Car {#22932 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56608 +label: "YARIS XLS AT 5P (AE964OM)" +value: "209" +data: App\Entity\Car {#22947 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56609 +label: "YARIS XLS 4PTAS MT (AD969AI)" +value: "210" +data: App\Entity\Car {#22962 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56610 +label: "ECO SPORT 1.6 S L/13||(roja) (MGB940)" +value: "212" +data: App\Entity\Car {#22977 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56611 +label: "FOCUS L/14 2.0 4 P SE PLUS||(gris) (NKT597)" +value: "214" +data: App\Entity\Car {#22992 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56612 +label: "QUBO (OEM989)" +value: "217" +data: App\Entity\Car {#23007 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56613 +label: "RANGER 2.2 TDI SC 4X2 L/19 XL||(blanca) (AE282VH)" +value: "219" +data: App\Entity\Car {#23022 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56614 +label: "RANGER 3.2 TDI DC 4X4 L/16 LTD AT||(cobre) (AA776ZB)" +value: "220" +data: App\Entity\Car {#23037 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56615 +label: "208 1.6 GTI||(blanco) (AB825WE)" +value: "222" +data: App\Entity\Car {#23052 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56616 +label: "CLIO MIO 1.2 3 P CONFORT PLUS ABCP||PACK ABS (gris osc) (OND172)" +value: "223" +data: App\Entity\Car {#23067 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56617 +label: "208 ALLURE 1.6 (AC300YD)" +value: "226" +data: App\Entity\Car {#23082 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56618 +label: "ONIX 1.4 LTZ L/17||(gris) (AD135VR)" +value: "228" +data: App\Entity\Car {#23097 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56619 +label: "CRUZE 2.0 D 4 PTAS LT AUT||(celeste) (OVD960)" +value: "230" +data: App\Entity\Car {#23112 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56620 +label: "FOX HIGLINE (AA043WI)" +value: "231" +data: App\Entity\Car {#23127 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56621 +label: "MARCH 1.6 ADVANCE MEDIA-TECH AUT||(rojo) (AC307VQ)" +value: "232" +data: App\Entity\Car {#23142 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56622 +label: "SURAN HIGH GNC (azul) (AC413MB)" +value: "233" +data: App\Entity\Car {#23157 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56623 +label: "C 4 1.6 I 5 PTAS X PACK LOOK|| (blanco) (LIS879)" +value: "234" +data: App\Entity\Car {#23172 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56624 +label: "FIESTA 1.6 5P TITANIUM (KD)||(rojo) (KVP745)" +value: "235" +data: App\Entity\Car {#23187 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56625 +label: "Ranger 2.5 XL SAFETY (oxz108)" +value: "236" +data: App\Entity\Car {#23202 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56626 +label: "FIT 1.4 LX 5 PTAS L/09||(gris) (JIV408)" +value: "238" +data: App\Entity\Car {#23217 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56627 +label: "SANDERO II 1.6 16V PRIVILEGE||(gris) (AA115RO)" +value: "239" +data: App\Entity\Car {#23232 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56628 +label: "AMAROK HIGH PACK AT 4X4 (NOK553)" +value: "240" +data: App\Entity\Car {#23247 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56629 +label: "ECO SPORT 2.0 TITANIUM AUT L/13||(bordo) (PPX023)" +value: "242" +data: App\Entity\Car {#23262 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56630 +label: "ECO SPORT 1.6 XL PLUS L/07||4X2 (negra) (GZF18O)" +value: "245" +data: App\Entity\Car {#23277 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56631 +label: "DS4 1.6I TURBO SO CHIC// (blanco) (NEL390)" +value: "246" +data: App\Entity\Car {#23292 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56632 +label: "MONDEO 2.0 SE ECOBOOST AUT||(negro) (AA137LB)" +value: "247" +data: App\Entity\Car {#23307 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56633 +label: "Renegade Longitude (AD635QE)" +value: "249" +data: App\Entity\Car {#23322 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56634 +label: "KA 1.5 S||(rojo) (AC916ND)" +value: "252" +data: App\Entity\Car {#23337 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56635 +label: "KA 1.5 SEL||(blanco) (AB739ES)" +value: "253" +data: App\Entity\Car {#23352 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56636 +label: "ECOSPORT S 1.6L MT N GNC (PCA933)" +value: "254" +data: App\Entity\Car {#23367 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56637 +label: "HILUX SRV PACK 4X4 AT (AE709OL)" +value: "255" +data: App\Entity\Car {#23382 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56638 +label: "GOL TREND BASE 30.000km 3PTAS 2017 (rojo) (AB557RH)" +value: "257" +data: App\Entity\Car {#23397 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56639 +label: "206 1.6 5 PTAS XT L/04||(gris) (HRW263)" +value: "258" +data: App\Entity\Car {#23412 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56640 +label: "MONDEO 2.0 TITANIUM ECOBOOST L/17||(blanco) (AB187FW)" +value: "260" +data: App\Entity\Car {#23427 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56641 +label: "C4 LOUNGUE HDI FEEL PACK (AD848HU)" +value: "261" +data: App\Entity\Car {#23442 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56642 +label: "HILUX L/05 3.0 DC 4X2 TDI SRV|| (JMF112)" +value: "262" +data: App\Entity\Car {#23457 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56643 +label: "VERSA 1.6 ADVANCE PURE DRIVE L15||(beige) (AC435ZS)" +value: "263" +data: App\Entity\Car {#23472 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56644 +label: "FIESTA 1.6 5P SE (KD)||(azul) (AD012LB)" +value: "264" +data: App\Entity\Car {#23487 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56645 +label: "RANGER LIMJITED 32.2 4X4 AT (AD754SV)" +value: "265" +data: App\Entity\Car {#23502 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56646 +label: "DUSTER OROCH 2.0 OUTSIDER PLUS (AC243HP)" +value: "268" +data: App\Entity\Car {#23517 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56647 +label: "CRUZE 1.4 5 PTAS LTZ+ PLUS AT||(gris oscuro) (AB259OC)" +value: "269" +data: App\Entity\Car {#23532 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56648 +label: "CRUZE LTZ + AT SEDAN (AC691VE)" +value: "270" +data: App\Entity\Car {#23547 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56649 +label: "TORO 1.8MPI FREEDOM 4X2 AT L/21|| (AE797MP)" +value: "271" +data: App\Entity\Car {#23562 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56650 +label: "MOTORHOME SPRINTER 415 CHASIS 3665 (AD121EX)" +value: "272" +data: App\Entity\Car {#23577 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56651 +label: "AMAROK 20TD 4X2 DC STARLINE 140HP||(ploteada) (NPL475)" +value: "273" +data: App\Entity\Car {#23594 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56652 +label: "RANGER 3.2 TDI DC 4X4 L/16 LTD AT||(bronce) (AB423AB)" +value: "275" +data: App\Entity\Car {#23609 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56653 +label: "RANGER SAFETY (ONU406)" +value: "276" +data: App\Entity\Car {#23624 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56654 +label: "C4 LOUNGE THP (AA700GJ)" +value: "277" +data: App\Entity\Car {#23639 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56655 +label: "PARTNER 1.6 HDI CON. PLC AB L10/17||(blanca) (AA967QC)" +value: "278" +data: App\Entity\Car {#23654 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56656 +label: "ECO SPORT 1.5 TITANIUM L/18||(blanca) (AF147JV)" +value: "282" +data: App\Entity\Car {#23669 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56657 +label: "C4 HDI (OFQ070)" +value: "283" +data: App\Entity\Car {#23684 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56658 +label: "PARTNER 1.6 HDI CON. PLC|| (MAL711)" +value: "284" +data: App\Entity\Car {#23699 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56659 +label: "DODGE RAM 2500 SLT 4X4 (JKP272)" +value: "285" +data: App\Entity\Car {#23714 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56660 +label: "AMAROK (MWM775)" +value: "286" +data: App\Entity\Car {#23729 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56661 +label: "208 FELINE 1.6N (AA389BZ)" +value: "287" +data: App\Entity\Car {#23744 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56662 +label: "C3AIRCROSS (AB074QL)" +value: "288" +data: App\Entity\Car {#23759 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56663 +label: "Q5 (IQI716)" +value: "289" +data: App\Entity\Car {#23774 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56664 +label: "BRONCO WILD TRACK (comple)" +value: "292" +data: App\Entity\Car {#23789 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56665 +label: "HILUX L/16 2.8 DC 4X2 TDI SRV|| (AD451YI)" +value: "293" +data: App\Entity\Car {#23804 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56666 +label: "208 1.6 5P FELINE|| (AD155IY)" +value: "294" +data: App\Entity\Car {#23819 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56667 +label: "CRUZE 1.4 4 PTAS LT|| (gris oscuro) (AB744UE)" +value: "295" +data: App\Entity\Car {#23834 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56668 +label: "SW4 4X4 SRX 2.8 TDI 6AT (AB384XN)" +value: "296" +data: App\Entity\Car {#23849 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56669 +label: "COROLLA CROSS (AF147JJ)" +value: "297" +data: App\Entity\Car {#23864 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56670 +label: "VERSA 1.6 ADVANCE CVT L/21|| (AE624HP)" +value: "298" +data: App\Entity\Car {#23879 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56671 +label: "YARIS 1.5 4 PTAS XLS PACK CVT||(bordó) (AE572IJ)" +value: "299" +data: App\Entity\Car {#23894 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56672 +label: "CRV LX (GXL017)" +value: "301" +data: App\Entity\Car {#23909 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56673 +label: "SONIC 1.6 LT (OMC100)" +value: "302" +data: App\Entity\Car {#23924 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56674 +label: "POLO 1.6 (AA634RT)" +value: "303" +data: App\Entity\Car {#23939 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56675 +label: "CLIO MIO CONFORT PLUS (ODK568)" +value: "306" +data: App\Entity\Car {#23954 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56676 +label: "C 4 LOUNGE 2.0 I ORIGINE|| (gris) (MYQ046)" +value: "307" +data: App\Entity\Car {#23969 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56677 +label: "307 XS 5 P. 1.6 L/N (JWW694)" +value: "308" +data: App\Entity\Car {#23984 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56678 +label: "DS4 1.6I TURBO SO CHIC// (blanco) (MKD349)" +value: "309" +data: App\Entity\Car {#23999 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56679 +label: "TWINGO (DQA579)" +value: "311" +data: App\Entity\Car {#24015 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56680 +label: "HILUX L/16 2.8 DC 4X2 TDI SRV AT6|| (AC045IF)" +value: "312" +data: App\Entity\Car {#24030 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56681 +label: "308 1.6 HDI ALLURE (PKJ310)" +value: "314" +data: App\Entity\Car {#24045 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56682 +label: "VENTO ADVANCE 2.5 TIPTRONIC AUT (PCQ302)" +value: "315" +data: App\Entity\Car {#24060 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56683 +label: "RAM 2500 (IKD069)" +value: "316" +data: App\Entity\Car {#24075 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56684 +label: "HILUX 4X2 CAB DOBLE (KZF207)" +value: "317" +data: App\Entity\Car {#24090 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56685 +label: "MARCH ADVANCE (OVL677)" +value: "318" +data: App\Entity\Car {#24105 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56686 +label: "VOYAGE 1.6 L/17 TRENDLINE|| (AB058AI)" +value: "320" +data: App\Entity\Car {#24120 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56687 +label: "PARNER PRESENCE PLC 1.6 HDI (KCB544)" +value: "321" +data: App\Entity\Car {#24135 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56688 +label: "F-100 XL DIESEL SAPO (ECJ836)" +value: "322" +data: App\Entity\Car {#24150 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56689 +label: "RANGER XLT (NSQ522)" +value: "323" +data: App\Entity\Car {#24165 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56690 +label: "COROLLA XLI CVT (A PATENTAR)" +value: "324" +data: App\Entity\Car {#24180 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56691 +label: "HILUX 4X4 D/C SRX 2.8 TDI 6 A/T 2018 (blanca) (AC898CQ)" +value: "325" +data: App\Entity\Car {#24195 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56692 +label: "S10 2.8TD DC 4X2 LS L/14 (AA372NZ)" +value: "326" +data: App\Entity\Car {#24210 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56693 +label: "ONIX 1.4 LT L/17||(blanco) (AA181FO)" +value: "327" +data: App\Entity\Car {#24225 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56694 +label: "ESCORT GHIA (TKN535)" +value: "328" +data: App\Entity\Car {#24240 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56695 +label: "ONIX 1.4 LTZ AUT L/17|| (bordo) (AA948LU)" +value: "329" +data: App\Entity\Car {#24255 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56696 +label: "CRONOS 1.8 PRECISION||(gris) (AD658JH)" +value: "330" +data: App\Entity\Car {#24270 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56697 +label: "Corolla XEI GNC (ORW819)" +value: "331" +data: App\Entity\Car {#24285 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56698 +label: "ETIOS 1.5 4 PTAS XLS||(blanco) (NPL466)" +value: "335" +data: App\Entity\Car {#24300 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56699 +label: "COROLLA SEG SVT (PGQ068)" +value: "336" +data: App\Entity\Car {#24315 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56700 +label: "CRUZE 1.8 5 PTAS LT|| (MSV325)" +value: "337" +data: App\Entity\Car {#24330 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56701 +label: "308 FELINE 2.0N (MAV665)" +value: "338" +data: App\Entity\Car {#24345 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56702 +label: "SAVEIRO 1.6L GP (NRF685)" +value: "339" +data: App\Entity\Car {#24360 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56703 +label: "AMAROK 20TD STARTLINE 4X2 SC (blanca) (AA579NC)" +value: "340" +data: App\Entity\Car {#24375 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56704 +label: "C 3 AIRCROSS 1.6 SHINE AT|| (AC336KA)" +value: "341" +data: App\Entity\Car {#24390 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56705 +label: "ARGO 1.8 HGT||(negro) (AD813VH)" +value: "342" +data: App\Entity\Car {#24405 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56706 +label: "AMAROK 2.0L TDI (PKQ409)" +value: "344" +data: App\Entity\Car {#24420 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56707 +label: "JEEP RENEGADE 1.8 4X2 SPORT||(negra) (AB121BE)" +value: "345" +data: App\Entity\Car {#24435 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56708 +label: "CRONOS 1.3 DRIVE GSE PACK CONECTI. L/21||(gris oscuro) (AF232UQ)" +value: "346" +data: App\Entity\Car {#24451 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56709 +label: "CRONOS 1.3 ATTRACTIVE|| (blanco) (AF126TT)" +value: "347" +data: App\Entity\Car {#24466 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56710 +label: "PUNTO ELX 1.4 (JHD045)" +value: "349" +data: App\Entity\Car {#24481 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56711 +label: "S10 TDI DLX 4X2 ELECTRONIC CD (IJW902)" +value: "350" +data: App\Entity\Car {#24496 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56712 +label: "TIGGO 3 1.6 4X2 LUXURY CVT L/17 (blanca) (AC329NC)" +value: "351" +data: App\Entity\Car {#24511 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56713 +label: "FOCUS L/16 2.0 5 P SE PLUS|| (OUS349)" +value: "352" +data: App\Entity\Car {#24526 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56714 +label: "SW4 2.7 NAFTA AT (MPZ330)" +value: "353" +data: App\Entity\Car {#24541 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56715 +label: "KA PULSE 1.6 (LAY274)" +value: "355" +data: App\Entity\Car {#24556 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56716 +label: "C3 AIRCROSS 1.6 V TI (NZO976)" +value: "356" +data: App\Entity\Car {#24571 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56717 +label: "GRAND SIENA 1.4 ATTRACTIVE||(negro) (NHH946)" +value: "357" +data: App\Entity\Car {#24586 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56718 +label: "3008 ALLURE THP TIPTRONIC (AC764UP)" +value: "358" +data: App\Entity\Car {#24601 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56719 +label: "YARIS S CVT (AF022NW)" +value: "359" +data: App\Entity\Car {#24616 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56720 +label: "SW4 TDI SR L/16||2.8 TDI(blanca) (AA866RU)" +value: "361" +data: App\Entity\Car {#24631 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56721 +label: "CRUZE 1.4 4 PTAS LTZ AT|| (AA738PG)" +value: "362" +data: App\Entity\Car {#24646 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56722 +label: "FOCUS L/16 1.6 4 P S ||(blanco) (AA255DG)" +value: "363" +data: App\Entity\Car {#24661 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56723 +label: "HILUX 4X2 D/C SRRV 2.8 TDI 6M/T (AC726YA)" +value: "365" +data: App\Entity\Car {#24676 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56724 +label: "TRACKER 1.8 LTZ 4X2 PREMIER L/17|| (blanca) (AC869NJ)" +value: "366" +data: App\Entity\Car {#24691 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56725 +label: "SPIN 1.8 LT 5 AS||(gris) (MAP432)" +value: "367" +data: App\Entity\Car {#24706 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56726 +label: "Etios XLS MT6 5P (AD069AN)" +value: "368" +data: App\Entity\Car {#24721 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56727 +label: "ONIX 1.4 LT||(rojo) (AA035CL)" +value: "369" +data: App\Entity\Car {#24736 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56728 +label: "HILUX SR (AE549GI)" +value: "370" +data: App\Entity\Car {#24751 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56729 +label: "DUSTER OROCH PRIVILEGE 2.0 (AB313VS)" +value: "371" +data: App\Entity\Car {#24766 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56730 +label: "ECO SPORT 1.6 FREESTYLE L/13||(gris) (PPI379)" +value: "372" +data: App\Entity\Car {#24781 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56731 +label: "ETIOS XLS AT (AD570EA)" +value: "373" +data: App\Entity\Car {#24796 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56732 +label: "208 1.6 5P ALLURE||(blanco) (AC701JK)" +value: "375" +data: App\Entity\Car {#24811 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56733 +label: "SAVEIRO (NHZ903)" +value: "376" +data: App\Entity\Car {#24826 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56734 +label: "JOURNEY 2.4 SE L/11||(blanca) (MZQ990)" +value: "377" +data: App\Entity\Car {#24841 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56735 +label: "301 ALLURE (AC107BS)" +value: "378" +data: App\Entity\Car {#24857 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56736 +label: "TT 2.0 FSI TURBO|| (gris) (HUT585)" +value: "379" +data: App\Entity\Car {#24872 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56737 +label: "308 ALLURE (PKJ310)" +value: "380" +data: App\Entity\Car {#24887 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56738 +label: "XR 150 L (239KUT)" +value: "381" +data: App\Entity\Car {#24902 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56739 +label: "SPIN 1.8 LTZ 5 AS||(bordó) (PNQ931)" +value: "382" +data: App\Entity\Car {#24917 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56740 +label: "C4 CACTUS (AB598NF)" +value: "383" +data: App\Entity\Car {#24932 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56741 +label: "FOCUS L/16 2.0 4 P SE PLUS POWER||(gris) (PCC265)" +value: "384" +data: App\Entity\Car {#24947 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56742 +label: "ETIOS 1.5 4PTAS XLS (AB974HO)" +value: "385" +data: App\Entity\Car {#24962 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56743 +label: "TORO 1.8MPI FREEDOM 4X2 AT L/19|| (AD529MK)" +value: "386" +data: App\Entity\Car {#24977 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56744 +label: "TORO 2.0TDI VOLCANO 4X4 AT|| (AA504PF)" +value: "387" +data: App\Entity\Car {#24992 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56745 +label: "BRONCO WIDTRACK (AF278MU)" +value: "388" +data: App\Entity\Car {#25007 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56746 +label: "FIESTA 1.6 5P S PLUS (KD)||(blanco) (AC904AD)" +value: "389" +data: App\Entity\Car {#25022 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56747 +label: "DUSTER 1.3T 4X2 OUTSIDER CVT||0km (AF038OZ)" +value: "392" +data: App\Entity\Car {#25037 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56748 +label: "COROLLA 2.0 XEI L/20 CVT||(bordo) (AE369PE)" +value: "393" +data: App\Entity\Car {#25052 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56749 +label: "UP! 5 PTAS MOVE||(blanco) (ODQ719)" +value: "395" +data: App\Entity\Car {#25067 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56750 +label: "CHEROKKE LIMITED 3.7 (HSD005)" +value: "397" +data: App\Entity\Car {#25082 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56751 +label: "208 1.6 5P ALLURE TOUCHSCREN||(ROJO) (OXQ445)" +value: "398" +data: App\Entity\Car {#25097 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56752 +label: "SAVEIRO 1.6 L/17 C/DOBLE PACK HIGH||2016(gris) (AA749LI)" +value: "399" +data: App\Entity\Car {#25112 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56753 +label: "FIT EX (KTZ871)" +value: "400" +data: App\Entity\Car {#25127 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56754 +label: "PALIO (NZR027)" +value: "402" +data: App\Entity\Car {#25142 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56755 +label: "RAM (AC576IL)" +value: "403" +data: App\Entity\Car {#25157 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56756 +label: "JEEP PATRIOT (negra) (KXM556)" +value: "404" +data: App\Entity\Car {#25172 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56757 +label: "CIVIC 2.0 (AB822PQ)" +value: "405" +data: App\Entity\Car {#25187 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56758 +label: "C4 LOUNGE 1.6 THP TENDANCE AT (NKN384)" +value: "406" +data: App\Entity\Car {#25202 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56759 +label: "FRONTIER (AC243AU)" +value: "407" +data: App\Entity\Car {#25218 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56760 +label: "CAPTUR INTENS (AB242NI)" +value: "408" +data: App\Entity\Car {#25233 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56761 +label: "NIVUS COMFORTLINE (AE765RA)" +value: "409" +data: App\Entity\Car {#25248 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56762 +label: "JEEP COMPASS LONG AT6 (AD576FR)" +value: "410" +data: App\Entity\Car {#25263 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56763 +label: "I10 (JMM545)" +value: "411" +data: App\Entity\Car {#25278 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56764 +label: "2008 sport tiptronic (AE985EI)" +value: "414" +data: App\Entity\Car {#25293 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56765 +label: "C4 LOUNGE HDI (AC857VW)" +value: "415" +data: App\Entity\Car {#25308 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56766 +label: "FOCUS SE 2.0N (POI285)" +value: "416" +data: App\Entity\Car {#25323 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56767 +label: "PARTNER HDI (KCB544)" +value: "419" +data: App\Entity\Car {#25338 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56768 +label: "RANGER XLS (EOG079)" +value: "420" +data: App\Entity\Car {#25353 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56769 +label: "CAPTUR ZEN 2.0 (AB380YY)" +value: "421" +data: App\Entity\Car {#25368 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56770 +label: "PALIO FIRE (AA034RT)" +value: "423" +data: App\Entity\Car {#25383 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56771 +label: "RUNNER SW4 2.8 4WD4 (BVO 406)" +value: "424" +data: App\Entity\Car {#25398 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56772 +label: "CRV (NSA932)" +value: "425" +data: App\Entity\Car {#25413 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56773 +label: "C 4 CACTUS 1.2 PURE TECH SHINE AT6 (AC922DA)" +value: "426" +data: App\Entity\Car {#25428 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56774 +label: "CRUZE LT 1.8N (PLM826)" +value: "427" +data: App\Entity\Car {#25443 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56775 +label: "Cruze Premier 1.4T (AE768VS)" +value: "428" +data: App\Entity\Car {#25458 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56776 +label: "TUCSON FULL PREMIER (AC740KG)" +value: "429" +data: App\Entity\Car {#25473 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56777 +label: "A3 SPORTBACK 1.4TFSI (KZL698)" +value: "430" +data: App\Entity\Car {#25488 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56778 +label: "L200. 2.4 DI-D D/C 4X4 H. POWER AT (AF171FA)" +value: "431" +data: App\Entity\Car {#25503 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56779 +label: "408 ALLURE 2.0 GNC (NUJ082)" +value: "432" +data: App\Entity\Car {#25519 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56780 +label: "AMAROK 2.0 TDI (PHH744)" +value: "434" +data: App\Entity\Car {#25534 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56781 +label: "ka se 1.5 (aa304hr)" +value: "435" +data: App\Entity\Car {#25549 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56782 +label: "Mini Cooper Chilli S 1.6T (GJG533)" +value: "438" +data: App\Entity\Car {#25564 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56783 +label: "208 ALLURE 1.5 N TOUCHSCREEN (ODZ202)" +value: "439" +data: App\Entity\Car {#25579 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56784 +label: "208 L/20 1.6 active TIPTONIC (blanco) (ae867ay)" +value: "440" +data: App\Entity\Car {#25594 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56785 +label: "kWID 1.0 ICONIC (ac999ll)" +value: "441" +data: App\Entity\Car {#25609 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56786 +label: "HILUX SR (LWB452)" +value: "442" +data: App\Entity\Car {#25624 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56787 +label: "SPORT CRUISER 502 C (A142GHY)" +value: "444" +data: App\Entity\Car {#25639 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56788 +label: "civic exs (miu625)" +value: "445" +data: App\Entity\Car {#25655 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56789 +label: "HILUX 4X2 DC SRX 2.8 TDI 6 AT(blanca) (AF333PA)" +value: "446" +data: App\Entity\Car {#25670 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56790 +label: "RANGER DC 4X2 XLT AT 3.2L D (gris) (AD407IY)" +value: "447" +data: App\Entity\Car {#25685 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56791 +label: "RANGER DC 4X2 XL 2.5L N (gris) (AE171DB)" +value: "448" +data: App\Entity\Car {#25700 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56792 +label: "BORA 1.9 TDI TRENDLINE L/07 (JQE533)" +value: "450" +data: App\Entity\Car {#25715 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56793 +label: "BRONCO BIG BEND (AE875KF)" +value: "451" +data: App\Entity\Car {#25730 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56794 +label: "SANDERO II 1.6 8V EXPRESSION (AA092QI)" +value: "452" +data: App\Entity\Car {#25745 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56795 +label: "X1 20d XDRIVE AT (JRG004)" +value: "453" +data: App\Entity\Car {#25760 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56796 +label: "2008 FELINE AT (AC189QT)" +value: "454" +data: App\Entity\Car {#25775 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56797 +label: "CRONOS PRECISION 1.8 AT 2021 (blanco) (AE669MP)" +value: "455" +data: App\Entity\Car {#25790 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56798 +label: "208 ALLURE TIPTRONIC (AF275YJ)" +value: "458" +data: App\Entity\Car {#25805 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56799 +label: "FIAT 500X CROSS (AC913NZ)" +value: "462" +data: App\Entity\Car {#25820 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56800 +label: "KA (HRV704)" +value: "463" +data: App\Entity\Car {#25835 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56801 +label: "FIESTA 1.6 L TITANIUM POWERSHIFT (OYW575)" +value: "464" +data: App\Entity\Car {#25850 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56802 +label: "208 (AC707HM)" +value: "465" +data: App\Entity\Car {#25865 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56803 +label: "DUSTER EXPRESSION 1.6N (AA229ZS)" +value: "466" +data: App\Entity\Car {#25880 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56804 +label: "HILUX SRX 2.8TDI 4X4 AT (AE222GB)" +value: "470" +data: App\Entity\Car {#25895 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56805 +label: "CAPTIVA LS 2.4 M/T (AB629WD)" +value: "471" +data: App\Entity\Car {#25910 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56806 +label: "RANGER 2.2 TDI DC 4X4 L/12 XL SAF.||(gris) (PQP276)" +value: "472" +data: App\Entity\Car {#25925 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56807 +label: "TRACKER 1.8ltz 4x4 AUT (AB274BN)" +value: "473" +data: App\Entity\Car {#25940 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56808 +label: "TORO VOLCANO (gris) (AD416RY)" +value: "474" +data: App\Entity\Car {#25955 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56809 +label: "PATHFINDER SE 3.3 V6 AUT 4X4 (CXA583)" +value: "475" +data: App\Entity\Car {#25970 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56810 +label: "ETIOS 1.5 5 PTAS XLS 4AT L/18 (AD570EA)" +value: "476" +data: App\Entity\Car {#25985 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56811 +label: "AMAROK (KSD740)" +value: "477" +data: App\Entity\Car {#26000 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56812 +label: "BERLINGO MULTISPACE HDI 92 XTR AM18 (blanca) (AD145XI)" +value: "478" +data: App\Entity\Car {#26015 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56813 +label: "MONTERO INTERCOOLER (AYH999)" +value: "479" +data: App\Entity\Car {#26030 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56814 +label: "DS3 1.6 SO CHIC (AB558AC)" +value: "480" +data: App\Entity\Car {#26045 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56815 +label: "ECO TITANIUM 1.5 (AC578EO)" +value: "481" +data: App\Entity\Car {#26060 …} +attr: [] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56816 +label: "2008 SPORT 1.6 THP (AB629YM)" +value: "483" +data: App\Entity\Car {#26075 …} +attr: [] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56817 +label: "208 1.6 GT||THP 5PTAS 2016 (blanco) (AA550MC)" +value: "486" +data: App\Entity\Car {#26090 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56818 +label: "308 1.6 HDI FELINE||AM20 2020 (blanco) (AE468YA)" +value: "487" +data: App\Entity\Car {#26105 …} +attr: [] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56819 +label: "DUSTER OROCH 2.0 DYNAMIQUE|| (blanca) (AB509VM)" +value: "489" +data: App\Entity\Car {#26120 …} +attr: [] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56820 +label: "KANGOO EXPRESS 1.6 GNC (LTO363)" +value: "490" +data: App\Entity\Car {#26135 …} +attr: [] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56821 +label: "COROLLACROSS XEI AT 2022 (azul) (AF261NG)" +value: "491" +data: App\Entity\Car {#26150 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56822 +label: "COROLLA 2.0 XLI L/20||MT 0km 2022 (blanco) (AF307ZE)" +value: "492" +data: App\Entity\Car {#26165 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56823 +label: "HILUX SRV MT 2019 (gris) (AD663XJ)" +value: "493" +data: App\Entity\Car {#26180 …} +attr: [] +labelTranslationParameters: [] } 494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56824 +label: "NIVUS HIGHLINE 200TSI AT (blanca) (AE426IY)" +value: "494" +data: App\Entity\Car {#26195 …} +attr: [] +labelTranslationParameters: [] } 495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56825 +label: "SCIROCCO 2.0 TSI (MZZ707)" +value: "495" +data: App\Entity\Car {#26210 …} +attr: [] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56826 +label: "500 1.4 SPORT MEX||16V (PGV319)" +value: "496" +data: App\Entity\Car {#26225 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56827 +label: "SONIC LT GNC 4P (gris osc) (AA083GI)" +value: "497" +data: App\Entity\Car {#26240 …} +attr: [] +labelTranslationParameters: [] } 498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56828 +label: "FOCUS 2.0 SE PLUS MT (AA655LW)" +value: "498" +data: App\Entity\Car {#26255 …} +attr: [] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56829 +label: "FORD FIESTA SE 1.6N L/14 (OQF366)" +value: "499" +data: App\Entity\Car {#26270 …} +attr: [] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56830 +label: "TIPO EASY 1.6 AT6 (AC662FJ)" +value: "500" +data: App\Entity\Car {#26285 …} +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56831 +label: "CROSSFOX 1.6 (JFQ122)" +value: "501" +data: App\Entity\Car {#26300 …} +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56832 +label: "COROLLA GR (AE952EG)" +value: "502" +data: App\Entity\Car {#26315 …} +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56833 +label: "CRONOS PRESICION 1.8 MT (AD289QQ)" +value: "503" +data: App\Entity\Car {#26330 …} +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56834 +label: "VITARA GL 1.6 4X2 5P AT (AD149GT)" +value: "504" +data: App\Entity\Car {#26345 …} +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56835 +label: "FORD FIESTA KINETIC 1.6N (MMJ414)" +value: "505" +data: App\Entity\Car {#26361 …} +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56836 +label: "GOL TREND 1.6 MSI (AB193AJ)" +value: "507" +data: App\Entity\Car {#26376 …} +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56837 +label: "KUGA 4X4 TITANIUM (JSR815)" +value: "508" +data: App\Entity\Car {#26391 …} +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56838 +label: "MARCH 1.6 ADVANCE MEDIA-TECH AUT||(celeste) (AB807CR)" +value: "509" +data: App\Entity\Car {#26406 …} +attr: [] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56839 +label: "AMAROK (PFP429)" +value: "510" +data: App\Entity\Car {#26421 …} +attr: [] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56840 +label: "TORO VOLCANO 4X4 (AB274AD)" +value: "511" +data: App\Entity\Car {#26436 …} +attr: [] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56841 +label: "500X POP 1.4T 16V (azul) (AD705CO)" +value: "513" +data: App\Entity\Car {#26451 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56842 +label: "PALIO WE 1.4 TREKKING L/09 (LAT689)" +value: "514" +data: App\Entity\Car {#26466 …} +attr: [] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56843 +label: "ETIOS 1.5 XLS (AC099NO)" +value: "515" +data: App\Entity\Car {#26481 …} +attr: [] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56844 +label: "TT 2.0 FSI (HUT545)" +value: "516" +data: App\Entity\Car {#26496 …} +attr: [] +labelTranslationParameters: [] } 518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56845 +label: "3008 GT-LINE HDI TIPTRONIC (AD021WH)" +value: "518" +data: App\Entity\Car {#26511 …} +attr: [] +labelTranslationParameters: [] } 519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56846 +label: "AMAROK2.0TDI 4X4 (KBC628)" +value: "519" +data: App\Entity\Car {#26526 …} +attr: [] +labelTranslationParameters: [] } 521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56847 +label: "CRUZE 4P 1.4T LTZ AT (AF213LI)" +value: "521" +data: App\Entity\Car {#26541 …} +attr: [] +labelTranslationParameters: [] } 523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56848 +label: "FRONTIER L/19 2.3 DC 4X4 LE AT||(negra) (AE493OJ)" +value: "523" +data: App\Entity\Car {#26556 …} +attr: [] +labelTranslationParameters: [] } 524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56849 +label: "A3 SPORTBACK 1.8 T FSI (NFW975)" +value: "524" +data: App\Entity\Car {#26571 …} +attr: [] +labelTranslationParameters: [] } 526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56850 +label: "PARTNER 1.4 CONFORT PLC (JPJ754)" +value: "526" +data: App\Entity\Car {#26586 …} +attr: [] +labelTranslationParameters: [] } 527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56851 +label: "ECO SPORT 1.6 S L/13||MT N (negra) (ONU032)" +value: "527" +data: App\Entity\Car {#26601 …} +attr: [] +labelTranslationParameters: [] } 528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56852 +label: "COROLLA 1.8 XLI L/14||6M/T(gris) (OMT735)" +value: "528" +data: App\Entity\Car {#26616 …} +attr: [] +labelTranslationParameters: [] } 529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56853 +label: "CRUZE LT (AB744UE)" +value: "529" +data: App\Entity\Car {#26631 …} +attr: [] +labelTranslationParameters: [] } 530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56854 +label: "Q5 2.0T FSI QUATTRO (KDT706)" +value: "530" +data: App\Entity\Car {#26646 …} +attr: [] +labelTranslationParameters: [] } 531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56855 +label: "CLASSIC 1.4 4 PTAS LT PACK|| (MTV680)" +value: "531" +data: App\Entity\Car {#26661 …} +attr: [] +labelTranslationParameters: [] } 532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56856 +label: "208 1.6 5P FELINE PK CUIR||(blanco) (POD785)" +value: "532" +data: App\Entity\Car {#26676 …} +attr: [] +labelTranslationParameters: [] } 533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56857 +label: "408 1.6 THP FELINE TIPTRONIC||(gris osc) (AA304JK)" +value: "533" +data: App\Entity\Car {#26691 …} +attr: [] +labelTranslationParameters: [] } 534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56858 +label: "AMAROK 2.0L TDI TREND 180 CV 4X2 748 (gris?) (NPF483)" +value: "534" +data: App\Entity\Car {#26706 …} +attr: [] +labelTranslationParameters: [] } 535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56859 +label: "GEELY EMGRAND X7 SPORT - GL AT 2.4 (AC626KK)" +value: "535" +data: App\Entity\Car {#26721 …} +attr: [] +labelTranslationParameters: [] } 537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56860 +label: "MOBI EASY||1.0 8V 5PTAS 2018 (gris) (AC342DO)" +value: "537" +data: App\Entity\Car {#26737 …} +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56861 +label: "HR-V (AC072SN)" +value: "538" +data: App\Entity\Car {#26752 …} +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56862 +label: "FRONTIER 2.3 NP 300 4X2 LE (AC414DK)" +value: "539" +data: App\Entity\Car {#26767 …} +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56863 +label: "405grd (ARF854)" +value: "541" +data: App\Entity\Car {#26782 …} +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56864 +label: "MARCH 1.6 MEDIA-TECH PURE DRIVE (AA835HA)" +value: "542" +data: App\Entity\Car {#26797 …} +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56865 +label: "C4 LOUNGE 1.6 HDI FEEL PK (AC824NJ)" +value: "543" +data: App\Entity\Car {#26812 …} +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56866 +label: "308 2.0 FELINE||5PTAS 2015 (negro) (OUD898)" +value: "544" +data: App\Entity\Car {#26827 …} +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56867 +label: "500 1.4 LOUNGE AUT|| (AC647TT)" +value: "545" +data: App\Entity\Car {#26842 …} +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56868 +label: "C4 5P 1.6I 16V X PACK LOOK (LQI617)" +value: "546" +data: App\Entity\Car {#26857 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56869 +label: "SANDERO STEPWAY GNC (NRL758)" +value: "547" +data: App\Entity\Car {#26872 …} +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56870 +label: "CAPTUR INTENS 2.0 (AB147OT)" +value: "548" +data: App\Entity\Car {#26887 …} +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56871 +label: "RANGER XL 2.2D 4X2 L/16 65.000KM 2018 (AC709OE)" +value: "549" +data: App\Entity\Car {#26902 …} +attr: [] +labelTranslationParameters: [] } 550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56872 +label: "JEEP COMPASS LIMITED PLUS 2.4N AT9 4X4 2019 (AD576EN)" +value: "550" +data: App\Entity\Car {#26917 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56873 +label: "JEEP RENEGADE 1.8N AT6 (AF328OF)" +value: "551" +data: App\Entity\Car {#26932 …} +attr: [] +labelTranslationParameters: [] } 554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56874 +label: "CHERY TIGGO 4 CONFORT 2.0N CVT (AF107JA)" +value: "554" +data: App\Entity\Car {#26947 …} +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56875 +label: "FLUENCE 2.0 PRIVILEGE L/15 (AA685WV)" +value: "556" +data: App\Entity\Car {#26962 …} +attr: [] +labelTranslationParameters: [] } 557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56876 +label: "Q5 2.0 TFSI QUATTRO (KDT706)" +value: "557" +data: App\Entity\Car {#26977 …} +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56877 +label: "FIAT PALIO ATTRACTIVE 1.4N (AA218EM)" +value: "558" +data: App\Entity\Car {#26992 …} +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56878 +label: "GOL TREND 1.6 (KOK091)" +value: "559" +data: App\Entity\Car {#27007 …} +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56879 +label: "MY WAY||1.8 VVT 7AS (blanca) (AC300WQ)" +value: "560" +data: App\Entity\Car {#27022 …} +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56880 +label: "ECO SPORT 1.5 S L/18 (AD051RZ)" +value: "561" +data: App\Entity\Car {#27038 …} +attr: [] +labelTranslationParameters: [] } 562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56881 +label: "C 4 CACTUS 1.6 VTI FEEL (negro) (AD784BP)" +value: "562" +data: App\Entity\Car {#27053 …} +attr: [] +labelTranslationParameters: [] } 563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56882 +label: "TRACKER (AE650FD)" +value: "563" +data: App\Entity\Car {#27068 …} +attr: [] +labelTranslationParameters: [] } 564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56883 +label: "FIESTA 1.6 L SE (PIL249)" +value: "564" +data: App\Entity\Car {#27083 …} +attr: [] +labelTranslationParameters: [] } 565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56884 +label: "HONDA ELITE 2019 (A095HLJ)" +value: "565" +data: App\Entity\Car {#27098 …} +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56885 +label: "FLUENCE 2.0 LUXE L/15 PACK CUERO (NTE278)" +value: "566" +data: App\Entity\Car {#27113 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56886 +label: "XR250 (162KGL)" +value: "567" +data: App\Entity\Car {#27128 …} +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56887 +label: "TRACKER 1.8 LTZ+ 4X4 AUT|| (bordó) (AB277TH)" +value: "568" +data: App\Entity\Car {#27143 …} +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56888 +label: "NIVUS HIGHLINE 200 TSI AT (AE426IY)" +value: "569" +data: App\Entity\Car {#27158 …} +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56889 +label: "C4 CACTUS 1.6 THP SHINE AT6 BT (CONSIGNACION) (AD373AF)" +value: "570" +data: App\Entity\Car {#27173 …} +attr: [] +labelTranslationParameters: [] } 571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56890 +label: "Sandero Stepway 1.6 Tweed (ONQ894)" +value: "571" +data: App\Entity\Car {#27188 …} +attr: [] +labelTranslationParameters: [] } 572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56891 +label: "ECO SPORT 1.6 S L/13 (negra) (PII108)" +value: "572" +data: App\Entity\Car {#27203 …} +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56892 +label: "PULSE IMPETUS TURBO (AF330QY)" +value: "573" +data: App\Entity\Car {#27218 …} +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56893 +label: "SW4 TDISRX AUT (AD365OC)" +value: "575" +data: App\Entity\Car {#27233 …} +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56894 +label: "HILUX SRV 4X2 MT 3.0DI (LAS880)" +value: "576" +data: App\Entity\Car {#27248 …} +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56895 +label: "AMAROK (PEU009)" +value: "577" +data: App\Entity\Car {#27263 …} +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56896 +label: "COROLLA 1.8 XEI L/17 CVT|| (AD101DY)" +value: "578" +data: App\Entity\Car {#27278 …} +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56897 +label: "JOHN COOPER WORKS COUNTRYMAN (AB802AS)" +value: "579" +data: App\Entity\Car {#27293 …} +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56898 +label: "HILUX 4X4 CB SRV 3.0 TDI A/T C/CUERO (negra) (IYR834)" +value: "580" +data: App\Entity\Car {#27308 …} +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56899 +label: "RANGER LIMITED 4X4 MANUAL 112.000 Km (OBS147)" +value: "581" +data: App\Entity\Car {#27323 …} +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56900 +label: "NIVUS HIG AT (AE433TZ)" +value: "584" +data: App\Entity\Car {#27338 …} +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56901 +label: "C 3 PICASSO 1.6I SX||16V GNC (MUG786)" +value: "585" +data: App\Entity\Car {#27353 …} +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56902 +label: "AMAROK 20TD 4X2 DC TRENDLINE AT(ploteada) (AA586XP)" +value: "586" +data: App\Entity\Car {#27368 …} +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56903 +label: "207 COMPACT XS 1.6 5P (KQY153)" +value: "587" +data: App\Entity\Car {#27383 …} +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56904 +label: "2008 0km 2022 (COMPLE)" +value: "588" +data: App\Entity\Car {#27398 …} +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56905 +label: "SANDERO STEPWAY (PFM667)" +value: "589" +data: App\Entity\Car {#27413 …} +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56906 +label: "PRISMA 1.4 N LTZ A/T (AB744UA)" +value: "590" +data: App\Entity\Car {#27428 …} +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56907 +label: "FLUENCE PH2 2.0 LUXE PACK CUERO (AA005VT)" +value: "591" +data: App\Entity\Car {#27443 …} +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56908 +label: "COROLLA 2.0 XLI MT (AF468XF)" +value: "592" +data: App\Entity\Car {#27458 …} +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56909 +label: "CRUZE 1.4 4 PTAS LTZ AT||(blanco) (AA855OO)" +value: "593" +data: App\Entity\Car {#27473 …} +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56910 +label: "COROLLA 1.8 XEI CVT (PQS379)" +value: "594" +data: App\Entity\Car {#27488 …} +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56911 +label: "GOL 1.4 (NDD328)" +value: "595" +data: App\Entity\Car {#27503 …} +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56912 +label: "SOUL 1.6 EX L/14 AUT||(blanco) (AB304EX)" +value: "596" +data: App\Entity\Car {#27518 …} +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56913 +label: "C4 CACTUS PURETECH 110 S&S AT6 SHINE (AC857YX)" +value: "597" +data: App\Entity\Car {#27534 …} +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56914 +label: "408 1.6 thp allure plus (AA375EW)" +value: "598" +data: App\Entity\Car {#27549 …} +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56915 +label: "DUSTER CONFORT PLUS 1.6 4X2 ABS (NFI585)" +value: "599" +data: App\Entity\Car {#27564 …} +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56916 +label: "ESCORT GUIA SX (RRL289)" +value: "600" +data: App\Entity\Car {#27579 …} +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56917 +label: "YARIS XLS AT (AF468XE)" +value: "601" +data: App\Entity\Car {#27594 …} +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56918 +label: "INNOVA 2.7 SRV AT 8 ASIENTOS (AE039GC)" +value: "602" +data: App\Entity\Car {#27609 …} +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56919 +label: "2008 SPORT 1.6 THP 165 (AD940SZ)" +value: "603" +data: App\Entity\Car {#27624 …} +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56920 +label: "C4 CACTUS THP 165 EAT6 SHINE AM21 (AE550ES)" +value: "604" +data: App\Entity\Car {#27639 …} +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56921 +label: "COROLLA XEI PACK CVT (PLS842)" +value: "605" +data: App\Entity\Car {#27654 …} +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56922 +label: "TIGGO (OUN041)" +value: "606" +data: App\Entity\Car {#27669 …} +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56923 +label: "c3 AIRCROSS (AC336KA)" +value: "607" +data: App\Entity\Car {#27684 …} +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56924 +label: "DS3 1.2 T CROSSBACK SO CHIC PURETECH (af768vw)" +value: "609" +data: App\Entity\Car {#27699 …} +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56925 +label: "208 FELINE TIPTRONIC 1.6 (af445eg)" +value: "610" +data: App\Entity\Car {#27714 …} +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56926 +label: "ONIX 1.4 N LTZ (AB094EN)" +value: "611" +data: App\Entity\Car {#27729 …} +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56927 +label: "GOLF 1.6 TRENDLINE (AA710WO)" +value: "612" +data: App\Entity\Car {#27744 …} +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56928 +label: "C4 GRAND PICASSO 1.6HDI (LAV892)" +value: "614" +data: App\Entity\Car {#27759 …} +attr: [] +labelTranslationParameters: [] } 615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56929 +label: "SANDERO STEPWAY (AB120UC)" +value: "615" +data: App\Entity\Car {#27774 …} +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56930 +label: "C3 TECHNO 1.6 (AA591KV)" +value: "618" +data: App\Entity\Car {#27789 …} +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56931 +label: "RANGER 2.2 XL (MLM769)" +value: "619" +data: App\Entity\Car {#27804 …} +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56932 +label: "STRADA ADVENTURE 1.6 DC L/14 2020 (Gris) (AE238EE)" +value: "620" +data: App\Entity\Car {#27819 …} +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56933 +label: "HR-V 1.8 EX CVT||100.000km 2016 (negra) (AA147SQ)" +value: "624" +data: App\Entity\Car {#27834 …} +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56934 +label: "HILUX 4X2 DC SRV 2.8 TDI 6 MT (blanca) (AE646YC)" +value: "625" +data: App\Entity\Car {#27849 …} +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56935 +label: "Hilux 2.4 SR Manual 2019 (AD438VO)" +value: "626" +data: App\Entity\Car {#27864 …} +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56936 +label: "ECO SPORT 1.5 FREESTYLE L/18 (AB687LR)" +value: "627" +data: App\Entity\Car {#27879 …} +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56937 +label: "SIENNA 2016 EL GNC (PLC355)" +value: "629" +data: App\Entity\Car {#27894 …} +attr: [] +labelTranslationParameters: [] } 630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56938 +label: "sandero stepway (JOQ676)" +value: "630" +data: App\Entity\Car {#27909 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56939 +label: "HILUX SRX 4X2 AT (AC065PD)" +value: "631" +data: App\Entity\Car {#27924 …} +attr: [] +labelTranslationParameters: [] } 632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56940 +label: "FOCUS SE PLUS 5P (OPD459)" +value: "632" +data: App\Entity\Car {#27939 …} +attr: [] +labelTranslationParameters: [] } 633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56941 +label: "ETIOS PLATINUM 1.5 4A/T (AB107BB)" +value: "633" +data: App\Entity\Car {#27954 …} +attr: [] +labelTranslationParameters: [] } 634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56942 +label: "CRONOS 1.8 PRECISION AT (AC502PB)" +value: "634" +data: App\Entity\Car {#27969 …} +attr: [] +labelTranslationParameters: [] } 635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56943 +label: "ETIOS 1.5 XLS 4PTAS (ORP480)" +value: "635" +data: App\Entity\Car {#27984 …} +attr: [] +labelTranslationParameters: [] } 636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56944 +label: "GOLF VII 1.4 TSI COMFORTLINE DSG BLUEMOTION TECHNO (PLG607)" +value: "636" +data: App\Entity\Car {#27999 …} +attr: [] +labelTranslationParameters: [] } 637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56945 +label: "SANDERO 1.6 INTENS CVT (AE558ZH)" +value: "637" +data: App\Entity\Car {#28014 …} +attr: [] +labelTranslationParameters: [] } 638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56946 +label: "SANDERO (LKM148)" +value: "638" +data: App\Entity\Car {#28029 …} +attr: [] +labelTranslationParameters: [] } 640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56947 +label: "PRISMA LT 1.4 GNC (AA761MR)" +value: "640" +data: App\Entity\Car {#28044 …} +attr: [] +labelTranslationParameters: [] } 641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56948 +label: "AMAROK 2.0L TDI 122 CV ST9 (blanca) (JOE633)" +value: "641" +data: App\Entity\Car {#28059 …} +attr: [] +labelTranslationParameters: [] } 642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56949 +label: "TRACKER 1.8 LTZ 4X2 (OIY362)" +value: "642" +data: App\Entity\Car {#28074 …} +attr: [] +labelTranslationParameters: [] } 643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56950 +label: "DUSTER LUXE 2.0 4X2 (MGM339)" +value: "643" +data: App\Entity\Car {#28089 …} +attr: [] +labelTranslationParameters: [] } 644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56951 +label: "TRACKER LTZ 4X2 (OIY362)" +value: "644" +data: App\Entity\Car {#28104 …} +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56952 +label: "C-ELYSEE HDI FEEL (AB825RD)" +value: "645" +data: App\Entity\Car {#28119 …} +attr: [] +labelTranslationParameters: [] } 646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56953 +label: "SW4 3.0TDI SRV CUERO (GQM958)" +value: "646" +data: App\Entity\Car {#28134 …} +attr: [] +labelTranslationParameters: [] } 647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56954 +label: "DUSTER OROCH OUTSIDER 1.6 (AD413ZC)" +value: "647" +data: App\Entity\Car {#28149 …} +attr: [] +labelTranslationParameters: [] } 648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56955 +label: "PARTNER CONFORT 1.4 (KTV989)" +value: "648" +data: App\Entity\Car {#28164 …} +attr: [] +labelTranslationParameters: [] } 649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56956 +label: "AVEO LS 1.6 GNC (IGE844)" +value: "649" +data: App\Entity\Car {#28179 …} +attr: [] +labelTranslationParameters: [] } 650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56957 +label: "CAPTUR ZEN 2.0 (AB328SW)" +value: "650" +data: App\Entity\Car {#28194 …} +attr: [] +labelTranslationParameters: [] } 651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56958 +label: "Mini Cooper Chilli S 1.6T (GJG533)" +value: "651" +data: App\Entity\Car {#28209 …} +attr: [] +labelTranslationParameters: [] } 652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56959 +label: "FIESTA KINETIC 1.6N TITANIUM (LAD171)" +value: "652" +data: App\Entity\Car {#28224 …} +attr: [] +labelTranslationParameters: [] } 653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56960 +label: "CAPTUR INTENS 2.0 N 2017 (AB661JX)" +value: "653" +data: App\Entity\Car {#28239 …} +attr: [] +labelTranslationParameters: [] } 654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56961 +label: "FLUENCE 1.6 CONFORT PLUS (NUD732)" +value: "654" +data: App\Entity\Car {#28254 …} +attr: [] +labelTranslationParameters: [] } 655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56962 +label: "FIAT CRONOS 1.3 DRIVE GSE PACK CONECTIVIDAD L/21 2021 (AE833PV)" +value: "655" +data: App\Entity\Car {#28269 …} +attr: [] +labelTranslationParameters: [] } 656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56963 +label: "DUSTER OROCH DYNAMIQUE 1.6N (AA900EK)" +value: "656" +data: App\Entity\Car {#28284 …} +attr: [] +labelTranslationParameters: [] } 657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56964 +label: "HILUX 2.4 DX 4X2 MT (AA668BY)" +value: "657" +data: App\Entity\Car {#28299 …} +attr: [] +labelTranslationParameters: [] } 658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56965 +label: "FOCUSEXE GHIA 2.0L NAFTA (HUP270)" +value: "658" +data: App\Entity\Car {#28314 …} +attr: [] +labelTranslationParameters: [] } 659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56966 +label: "SAVEIRO (AA403PI)" +value: "659" +data: App\Entity\Car {#28329 …} +attr: [] +labelTranslationParameters: [] } 660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56967 +label: "MARCH ACENTA 1.6 (NRF599)" +value: "660" +data: App\Entity\Car {#28344 …} +attr: [] +labelTranslationParameters: [] } 661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56968 +label: "A1 S-LINE 1.4T 107.000KM 2012 (LQC094)" +value: "661" +data: App\Entity\Car {#28359 …} +attr: [] +labelTranslationParameters: [] } 662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56969 +label: "MOVE UP! 1.0 MPI (rojo) (OFM688)" +value: "662" +data: App\Entity\Car {#28374 …} +attr: [] +labelTranslationParameters: [] } 663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56970 +label: "C4 CACTUS PURETECH 110 S&S AT6 SHINE (AD012YL)" +value: "663" +data: App\Entity\Car {#28389 …} +attr: [] +labelTranslationParameters: [] } 664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56971 +label: "ECO SPORT 2.0 STORM 4X4 AUT L/18 (AD510JR)" +value: "664" +data: App\Entity\Car {#28404 …} +attr: [] +labelTranslationParameters: [] } 665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56972 +label: "208 FELINE TIPTRONIC 1.6L AM23(azul) (AF569MW)" +value: "665" +data: App\Entity\Car {#28419 …} +attr: [] +labelTranslationParameters: [] } 666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56973 +label: "WAVE 110 S CD (A129HOQ)" +value: "666" +data: App\Entity\Car {#28434 …} +attr: [] +labelTranslationParameters: [] } 668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56974 +label: "FOCUS SE PLUS AT 4P (PCC265)" +value: "668" +data: App\Entity\Car {#28449 …} +attr: [] +labelTranslationParameters: [] } 669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56975 +label: "SIENA ELX 1.4 (IOW227)" +value: "669" +data: App\Entity\Car {#28464 …} +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56976 +label: "DUSTER PRIVILEGE 2.0N (AA470IU)" +value: "670" +data: App\Entity\Car {#28479 …} +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56977 +label: "FOCUS 2.0 SE PLUS AT (PCC265)" +value: "671" +data: App\Entity\Car {#28494 …} +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56978 +label: "CRONOS 1.3 DRIVE (AF084QZ)" +value: "672" +data: App\Entity\Car {#28509 …} +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56979 +label: "SANDERO STEPWAY 1.6 PRIVILEGE (AC475EL)" +value: "673" +data: App\Entity\Car {#28524 …} +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56980 +label: "FIT LX 1.4N (JDV761)" +value: "675" +data: App\Entity\Car {#28539 …} +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56981 +label: "SPIN LTZ (MAP432)" +value: "676" +data: App\Entity\Car {#28554 …} +attr: [] +labelTranslationParameters: [] } 677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56982 +label: "cruze ltz (AF057BS)" +value: "677" +data: App\Entity\Car {#28569 …} +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56983 +label: "KIKCS 1.6 ADVANCE CVT (AD352ML)" +value: "678" +data: App\Entity\Car {#28584 …} +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56984 +label: "RANGER LIMITED (AA326QI)" +value: "679" +data: App\Entity\Car {#28599 …} +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56985 +label: "RANGER XL 2.2 (OHR453)" +value: "680" +data: App\Entity\Car {#28614 …} +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56986 +label: "FIT AT (IFR859)" +value: "681" +data: App\Entity\Car {#28629 …} +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56987 +label: "FIORINO QUBO 1.4 DYNAMIC (MCY314)" +value: "682" +data: App\Entity\Car {#28644 …} +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56988 +label: "COMPASS LONGITUDE AT (AF035ZB)" +value: "683" +data: App\Entity\Car {#28659 …} +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56989 +label: "SW4 SRX 4X4 2.8 TDI (AD343OI)" +value: "684" +data: App\Entity\Car {#28674 …} +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56990 +label: "NUEVA RANGER XL 2.2 (blanca) (AB191IW)" +value: "685" +data: App\Entity\Car {#28689 …} +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56991 +label: "C250 STYLE AUT (negra) (AA705XM)" +value: "686" +data: App\Entity\Car {#28704 …} +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56992 +label: "SW4 SRV 4X4 AT (azul) (HXN156)" +value: "687" +data: App\Entity\Car {#28719 …} +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56993 +label: "VOLVO (CAJ583)" +value: "689" +data: App\Entity\Car {#28734 …} +attr: [] +labelTranslationParameters: [] } 690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56994 +label: "PRISMA 1.4 LTZ L/17 (negro) (AE027BL)" +value: "690" +data: App\Entity\Car {#28750 …} +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56995 +label: "RANGER 2.5 DC 4X2 L/19XLT (roja) (AF284ND)" +value: "691" +data: App\Entity\Car {#28765 …} +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56996 +label: "RANGER 2.2 TDI DC 4X2 L/16 XL (AA242ZD)" +value: "692" +data: App\Entity\Car {#28780 …} +attr: [] +labelTranslationParameters: [] } 694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56997 +label: "MAVERICK 2.0 T 2WD XLT AT8 (IF198CN)" +value: "694" +data: App\Entity\Car {#28795 …} +attr: [] +labelTranslationParameters: [] } 695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56998 +label: "PARTNER CONFORT FURGON (AA948HE)" +value: "695" +data: App\Entity\Car {#28810 …} +attr: [] +labelTranslationParameters: [] } 696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#56999 +label: "HILUX L/21 2.8 DC 4X2 TDI SRV (AF418OV)" +value: "696" +data: App\Entity\Car {#28825 …} +attr: [] +labelTranslationParameters: [] } 697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57000 +label: "HILUX L/16 2.8DC 4X4 TDI SRX AUT (AA687FW)" +value: "697" +data: App\Entity\Car {#28840 …} +attr: [] +labelTranslationParameters: [] } 698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57001 +label: "FIESTA 1.6 5P TITANIUM (NPR388)" +value: "698" +data: App\Entity\Car {#28855 …} +attr: [] +labelTranslationParameters: [] } 699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57002 +label: "ONIX 1.4 LTZ AUT (AA332LX)" +value: "699" +data: App\Entity\Car {#28870 …} +attr: [] +labelTranslationParameters: [] } 700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57003 +label: "STRADA ADVENTURE 1.6 D/CAB GNC (KCQ928)" +value: "700" +data: App\Entity\Car {#28885 …} +attr: [] +labelTranslationParameters: [] } 701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57004 +label: "XSARA PICASSO 1.6I 16V EXCLUSIVE (JZT036)" +value: "701" +data: App\Entity\Car {#28900 …} +attr: [] +labelTranslationParameters: [] } 702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57005 +label: "Duster Oroch 1.6 DY GNC (AD959WZ)" +value: "702" +data: App\Entity\Car {#28915 …} +attr: [] +labelTranslationParameters: [] } 703 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57006 +label: "DOBLO CARGO 1.4 16V ACTIVE (AC950DQ)" +value: "703" +data: App\Entity\Car {#28930 …} +attr: [] +labelTranslationParameters: [] } 704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57007 +label: "2008 1.6 SPORT THP (AD940SZ)" +value: "704" +data: App\Entity\Car {#28945 …} +attr: [] +labelTranslationParameters: [] } 705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57008 +label: "FOCUS 5P 1.6L N MT S (AA447QY)" +value: "705" +data: App\Entity\Car {#28960 …} +attr: [] +labelTranslationParameters: [] } 706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57009 +label: "AMAROK DC V6 EXTREME 3.0L TDI 4X4 A (AB571HS)" +value: "706" +data: App\Entity\Car {#28975 …} +attr: [] +labelTranslationParameters: [] } 708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57010 +label: "CRONOS PRECISION 1.8 MT (AC558HW)" +value: "708" +data: App\Entity\Car {#28990 …} +attr: [] +labelTranslationParameters: [] } 709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57011 +label: "308 FELINE HDI (AC145LX)" +value: "709" +data: App\Entity\Car {#29005 …} +attr: [] +labelTranslationParameters: [] } 710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57012 +label: "CROSS FOX (JFQ122)" +value: "710" +data: App\Entity\Car {#29020 …} +attr: [] +labelTranslationParameters: [] } 711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57013 +label: "CRONOS 1.3 DRIVE GSE PACK CONECTI. L/21 (AE970MY)" +value: "711" +data: App\Entity\Car {#29035 …} +attr: [] +labelTranslationParameters: [] } 713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57014 +label: "FIT LX 1.4N AT (JNK769)" +value: "713" +data: App\Entity\Car {#29050 …} +attr: [] +labelTranslationParameters: [] } 714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57015 +label: "AMAROK HIGHLINE PACK 2.0 TDI 4X2 (NMB326)" +value: "714" +data: App\Entity\Car {#29065 …} +attr: [] +labelTranslationParameters: [] } 716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57016 +label: "HILUX L/16 2.8 DC 4X2 TDI SRV AT6 (AD795ZN)" +value: "716" +data: App\Entity\Car {#29080 …} +attr: [] +labelTranslationParameters: [] } 718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57017 +label: "VITO TOURER 119 7+1 (AB543DA)" +value: "718" +data: App\Entity\Car {#29095 …} +attr: [] +labelTranslationParameters: [] } 719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57018 +label: "COROLLA XLI CVT (PDP456)" +value: "719" +data: App\Entity\Car {#29110 …} +attr: [] +labelTranslationParameters: [] } 720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57019 +label: "COMPASS LONGITUDE AT6 (AE065IZ)" +value: "720" +data: App\Entity\Car {#29125 …} +attr: [] +labelTranslationParameters: [] } 721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57020 +label: "AMAROK AT TREND (PQQ935)" +value: "721" +data: App\Entity\Car {#29140 …} +attr: [] +labelTranslationParameters: [] } 722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57021 +label: "RENEGADE SPORT (AC649JT)" +value: "722" +data: App\Entity\Car {#29155 …} +attr: [] +labelTranslationParameters: [] } 723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57022 +label: "SW4 SRX 2.8 (AD226CH)" +value: "723" +data: App\Entity\Car {#29170 …} +attr: [] +labelTranslationParameters: [] } 724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57023 +label: "CAPTUR LIFE 1.6 (AE721SH)" +value: "724" +data: App\Entity\Car {#29185 …} +attr: [] +labelTranslationParameters: [] } 725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57024 +label: "HILUX 4X2 D/C SRX 2.8 TDI 6 A/T (AC908KX)" +value: "725" +data: App\Entity\Car {#29200 …} +attr: [] +labelTranslationParameters: [] } 726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57025 +label: "208 ACTIVE 1.5 (PDK019)" +value: "726" +data: App\Entity\Car {#29215 …} +attr: [] +labelTranslationParameters: [] } 727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57026 +label: "JOURNEY R/T 2.7 (IWI028)" +value: "727" +data: App\Entity\Car {#29230 …} +attr: [] +labelTranslationParameters: [] } 728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57027 +label: "HILUX 4X2 C/D DX PACK 2.5 TDI (LPU201)" +value: "728" +data: App\Entity\Car {#29245 …} +attr: [] +labelTranslationParameters: [] } 730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57028 +label: "PEUGEOT 505 SR INJEC (RDA240)" +value: "730" +data: App\Entity\Car {#29260 …} +attr: [] +labelTranslationParameters: [] } 731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57029 +label: "DODGE 1500 M 1.8 (TWV514)" +value: "731" +data: App\Entity\Car {#29275 …} +attr: [] +labelTranslationParameters: [] } 732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57030 +label: "DODGE GTX 2PTAS (celeste) (WXM887)" +value: "732" +data: App\Entity\Car {#29290 …} +attr: [] +labelTranslationParameters: [] } 733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57031 +label: "FALCON VERSION FUTURA (rojo) (WZB153)" +value: "733" +data: App\Entity\Car {#29305 …} +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57032 +label: "FALCON SPRINT 73 (TXM415)" +value: "734" +data: App\Entity\Car {#29320 …} +attr: [] +labelTranslationParameters: [] } 735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57033 +label: "UNO SMART 1993 (SHG223)" +value: "735" +data: App\Entity\Car {#29335 …} +attr: [] +labelTranslationParameters: [] } 736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57034 +label: "RENEGADE 1.8 4X2 SPORT AT (AB687NG)" +value: "736" +data: App\Entity\Car {#29350 …} +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57035 +label: "ONIX LT (AA986PI)" +value: "737" +data: App\Entity\Car {#29365 …} +attr: [] +labelTranslationParameters: [] } 738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57036 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (PDE705)" +value: "738" +data: App\Entity\Car {#29380 …} +attr: [] +labelTranslationParameters: [] } 739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57037 +label: "DUSTER CONFORT PLUS 1.6 GNC (MGQ811)" +value: "739" +data: App\Entity\Car {#29395 …} +attr: [] +labelTranslationParameters: [] } 740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57038 +label: "FLUENCE CONFORT 1.6 GNC (OHH724)" +value: "740" +data: App\Entity\Car {#29410 …} +attr: [] +labelTranslationParameters: [] } 741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57039 +label: "RANGER LIMITED 4X4 3.0 TD (GQA820)" +value: "741" +data: App\Entity\Car {#29425 …} +attr: [] +labelTranslationParameters: [] } 742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57040 +label: "207 COMPACT ACTIVE 1.4 (LTI288)" +value: "742" +data: App\Entity\Car {#29440 …} +attr: [] +labelTranslationParameters: [] } 743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57041 +label: "SW4 SRV (HCY228)" +value: "743" +data: App\Entity\Car {#29455 …} +attr: [] +labelTranslationParameters: [] } 744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57042 +label: "SANDERO STEPWAY PRIVILEGE 1.6N (AC475EL)" +value: "744" +data: App\Entity\Car {#29470 …} +attr: [] +labelTranslationParameters: [] } 745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57043 +label: "COROLLA CROSS XEI CVT (AF216NG)" +value: "745" +data: App\Entity\Car {#29485 …} +attr: [] +labelTranslationParameters: [] } 747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57044 +label: "C3 1.5 TENDANCE (PER324)" +value: "747" +data: App\Entity\Car {#29500 …} +attr: [] +labelTranslationParameters: [] } 748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57045 +label: "NUEVA RANGER DC 4X2 XLS 3.2L D (AB106XY)" +value: "748" +data: App\Entity\Car {#29515 …} +attr: [] +labelTranslationParameters: [] } 749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57046 +label: "COMPASS LONGITUDE 2.4 AT9 AWD (gris) (AC369IZ)" +value: "749" +data: App\Entity\Car {#29530 …} +attr: [] +labelTranslationParameters: [] } 750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57047 +label: "VENTO CONFORTLINE 1.4TSI AT (AD792YT)" +value: "750" +data: App\Entity\Car {#29545 …} +attr: [] +labelTranslationParameters: [] } 751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57048 +label: "FRONTIER LE 2.3 TD 4X4 AT (AE664NL)" +value: "751" +data: App\Entity\Car {#29560 …} +attr: [] +labelTranslationParameters: [] } 752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57049 +label: "CLIO 5P CAMPUS 1.2 PACK II (LKV524)" +value: "752" +data: App\Entity\Car {#29575 …} +attr: [] +labelTranslationParameters: [] } 753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57050 +label: "RANGER LIMITED L/16 2016 4X4 AT (AA759NY)" +value: "753" +data: App\Entity\Car {#29590 …} +attr: [] +labelTranslationParameters: [] } 754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57051 +label: "MOTO CB 190 (A11-9BUA)" +value: "754" +data: App\Entity\Car {#29605 …} +attr: [] +labelTranslationParameters: [] } 755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57052 +label: "VW AMAROK 2.0TDI 4X2 MT HIGHLINE 2014 (NQZ312)" +value: "755" +data: App\Entity\Car {#29620 …} +attr: [] +labelTranslationParameters: [] } 756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57053 +label: "RANGER 3.2 TDI DC 4X4 L/19 LTD AT (azul) (AE779DZ)" +value: "756" +data: App\Entity\Car {#29635 …} +attr: [] +labelTranslationParameters: [] } 757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57054 +label: "AMAROK 2.0L TDI 180 CV 4X4 361 (OLH780)" +value: "757" +data: App\Entity\Car {#29650 …} +attr: [] +labelTranslationParameters: [] } 758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57055 +label: "UNO FIRE (EXY174)" +value: "758" +data: App\Entity\Car {#29665 …} +attr: [] +labelTranslationParameters: [] } 760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57056 +label: "C4 PICASSO HDI (LWV839)" +value: "760" +data: App\Entity\Car {#29680 …} +attr: [] +labelTranslationParameters: [] } 761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57057 +label: "S10 2.8 TD 4X2 LS (AB452ER)" +value: "761" +data: App\Entity\Car {#29695 …} +attr: [] +labelTranslationParameters: [] } 762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57058 +label: "HILUX DX (OTD675)" +value: "762" +data: App\Entity\Car {#29710 …} +attr: [] +labelTranslationParameters: [] } 765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57059 +label: "FOCUS S 1.6N (AA282QI)" +value: "765" +data: App\Entity\Car {#29725 …} +attr: [] +labelTranslationParameters: [] } 766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57060 +label: "FLUENCE PH2 1.6 DYNAMIQUE PACK (AA067RZ)" +value: "766" +data: App\Entity\Car {#29740 …} +attr: [] +labelTranslationParameters: [] } 767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57061 +label: "COROLLA CROSS SEG 2.0 CVT (gris) (AF676KI)" +value: "767" +data: App\Entity\Car {#29755 …} +attr: [] +labelTranslationParameters: [] } 768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57062 +label: "KA S 1.5 L (AC140KA)" +value: "768" +data: App\Entity\Car {#29770 …} +attr: [] +labelTranslationParameters: [] } 769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57063 +label: "C5 AIRCROSS 1.6THP FEEL PACK (AE625HP)" +value: "769" +data: App\Entity\Car {#29785 …} +attr: [] +labelTranslationParameters: [] } 770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57064 +label: "FOX 1.6MSI TRENDLINE (AA765BR)" +value: "770" +data: App\Entity\Car {#29800 …} +attr: [] +labelTranslationParameters: [] } 771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57065 +label: "ONIX 1.0T PREMIER (AE160OO)" +value: "771" +data: App\Entity\Car {#29815 …} +attr: [] +labelTranslationParameters: [] } 772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57066 +label: "MARCH ADVANCE PURE DRIVE 1.6N (NZX464)" +value: "772" +data: App\Entity\Car {#29830 …} +attr: [] +labelTranslationParameters: [] } 773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57067 +label: "VOLKSWAGEN WHITE UP 1.0 MPI (AA415IR)" +value: "773" +data: App\Entity\Car {#29845 …} +attr: [] +labelTranslationParameters: [] } 775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57068 +label: "EQUINOX 1.5T FWD AT6 (AE047VK)" +value: "775" +data: App\Entity\Car {#29860 …} +attr: [] +labelTranslationParameters: [] } 776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57069 +label: "CRUZE 1.4 5 PTAS PREMIER AT|| (AE426HI)" +value: "776" +data: App\Entity\Car {#29875 …} +attr: [] +labelTranslationParameters: [] } 777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57070 +label: "PATRIOT MANUAL (LHP371)" +value: "777" +data: App\Entity\Car {#29890 …} +attr: [] +labelTranslationParameters: [] } 778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57071 +label: "AGILE (KXI767)" +value: "778" +data: App\Entity\Car {#29905 …} +attr: [] +labelTranslationParameters: [] } 779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57072 +label: "CLIO 5P PACK (JBY016)" +value: "779" +data: App\Entity\Car {#29920 …} +attr: [] +labelTranslationParameters: [] } 780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57073 +label: "CAPTIVA LT 2.4 M/T 2017 (borravino) (AA959TF)" +value: "780" +data: App\Entity\Car {#29935 …} +attr: [] +labelTranslationParameters: [] } 781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57074 +label: "ETIOS XLS 4P (AE015CQ)" +value: "781" +data: App\Entity\Car {#29950 …} +attr: [] +labelTranslationParameters: [] } 782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57075 +label: "COROLLA XEI MT 2014 (NYM727)" +value: "782" +data: App\Entity\Car {#29965 …} +attr: [] +labelTranslationParameters: [] } 783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57076 +label: "PARTNER VTC 1.6 (MEV374)" +value: "783" +data: App\Entity\Car {#29980 …} +attr: [] +labelTranslationParameters: [] } 784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57077 +label: "Oroch Outsider 1.6 (AC662UK)" +value: "784" +data: App\Entity\Car {#29995 …} +attr: [] +labelTranslationParameters: [] } 785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57078 +label: "TOYOTA HILUX 2007 SR 3.0TDI 4X2 MT (GCV700)" +value: "785" +data: App\Entity\Car {#30010 …} +attr: [] +labelTranslationParameters: [] } 786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57079 +label: "ECOSPORT TITANIUM 2.0 MT (ODK866)" +value: "786" +data: App\Entity\Car {#30025 …} +attr: [] +labelTranslationParameters: [] } 787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57080 +label: "CRUZE LTZ MT 4P (AC214ME)" +value: "787" +data: App\Entity\Car {#30040 …} +attr: [] +labelTranslationParameters: [] } 788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57081 +label: "RANGER CS 4X2 XL 2.2D (AF077XM)" +value: "788" +data: App\Entity\Car {#30055 …} +attr: [] +labelTranslationParameters: [] } 790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57082 +label: "TORO VOLCANO 1.3T 4X2 AT (AF173YQ)" +value: "790" +data: App\Entity\Car {#30070 …} +attr: [] +labelTranslationParameters: [] } 791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57083 +label: "HILUX SRV 3.0D 4X2 CAB. DOBLE (DYM779)" +value: "791" +data: App\Entity\Car {#30085 …} +attr: [] +labelTranslationParameters: [] } 792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57084 +label: "CRUZE LTZ AT 1.4T SEDAN 4P (AC662UU)" +value: "792" +data: App\Entity\Car {#30100 …} +attr: [] +labelTranslationParameters: [] } 793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57085 +label: "HRV EXL CVT (AD339QO)" +value: "793" +data: App\Entity\Car {#30115 …} +attr: [] +labelTranslationParameters: [] } 794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57086 +label: "AMAROK HIGHLINE PACK 4X4 MT (MKK135)" +value: "794" +data: App\Entity\Car {#30130 …} +attr: [] +labelTranslationParameters: [] } 795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57087 +label: "ECOSPORT XLT PLUS (LLZ701)" +value: "795" +data: App\Entity\Car {#30145 …} +attr: [] +labelTranslationParameters: [] } 796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57088 +label: "STRADA ADVENTURE (NTT883)" +value: "796" +data: App\Entity\Car {#30160 …} +attr: [] +labelTranslationParameters: [] } 797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57089 +label: "CHEVROLET CRUZE 1.8N LT MT (AA014YU)" +value: "797" +data: App\Entity\Car {#30175 …} +attr: [] +labelTranslationParameters: [] } 798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57090 +label: "AMAROK 2.0 TDI 4X4 STARTLINE C/S (MUS409)" +value: "798" +data: App\Entity\Car {#30190 …} +attr: [] +labelTranslationParameters: [] } 799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57091 +label: "HAVAL LUXURY 1.5T AT (AD142AA)" +value: "799" +data: App\Entity\Car {#30205 …} +attr: [] +labelTranslationParameters: [] } 800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57092 +label: "208 ALLURE (AC364DD)" +value: "800" +data: App\Entity\Car {#30221 …} +attr: [] +labelTranslationParameters: [] } 801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57093 +label: "MONDEO TITANIUM 2.0T (AD199EJ)" +value: "801" +data: App\Entity\Car {#30236 …} +attr: [] +labelTranslationParameters: [] } 802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57094 +label: "207 1.6 COMP 5P (MIX480)" +value: "802" +data: App\Entity\Car {#30251 …} +attr: [] +labelTranslationParameters: [] } 803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57095 +label: "COROLLA XEI PACK CVT (OKW859)" +value: "803" +data: App\Entity\Car {#30266 …} +attr: [] +labelTranslationParameters: [] } 804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57096 +label: "MINI COOPER CHILI S 1.6T MT (GJG533)" +value: "804" +data: App\Entity\Car {#30281 …} +attr: [] +labelTranslationParameters: [] } 806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57097 +label: "308 ACTIVE HDI (ODU633)" +value: "806" +data: App\Entity\Car {#30296 …} +attr: [] +labelTranslationParameters: [] } 807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57098 +label: "HILUX 2.5 DX PACK (OTD675)" +value: "807" +data: App\Entity\Car {#30311 …} +attr: [] +labelTranslationParameters: [] } 808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57099 +label: "ECOSPORT 1.6 S (PII108)" +value: "808" +data: App\Entity\Car {#30326 …} +attr: [] +labelTranslationParameters: [] } 811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57100 +label: "ONIX LTZ MT (AD120WK)" +value: "811" +data: App\Entity\Car {#30341 …} +attr: [] +labelTranslationParameters: [] } 812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57101 +label: "ECOSPORT (MVS437)" +value: "812" +data: App\Entity\Car {#30356 …} +attr: [] +labelTranslationParameters: [] } 813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57102 +label: "AMAROK CONFORTLINE AT (AF003MY)" +value: "813" +data: App\Entity\Car {#30371 …} +attr: [] +labelTranslationParameters: [] } 814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57103 +label: "RANGER XLT 4X4 MT (AD660OO)" +value: "814" +data: App\Entity\Car {#30386 …} +attr: [] +labelTranslationParameters: [] } 815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57104 +label: "FOCUS 1.6 S (AA196LU)" +value: "815" +data: App\Entity\Car {#30401 …} +attr: [] +labelTranslationParameters: [] } 816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57105 +label: "S 10 LS 4X2 MANUAL (AE755TZ)" +value: "816" +data: App\Entity\Car {#30416 …} +attr: [] +labelTranslationParameters: [] } 817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57106 +label: "408 FELINE THP TIPTRONIC (AA304JK)" +value: "817" +data: App\Entity\Car {#30431 …} +attr: [] +labelTranslationParameters: [] } 818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57107 +label: "TIIDA 1.8 VISIA GNC (NOJ201)" +value: "818" +data: App\Entity\Car {#30446 …} +attr: [] +labelTranslationParameters: [] } 819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57108 +label: "KANGOO CONFORT 5A 1.6 GNC (AA986PV)" +value: "819" +data: App\Entity\Car {#30461 …} +attr: [] +labelTranslationParameters: [] } 820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57109 +label: "KANGOO FURGON CONFORT 1.6 2012 (ROJO) (LIR032)" +value: "820" +data: App\Entity\Car {#30476 …} +attr: [] +labelTranslationParameters: [] } 821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57110 +label: "COMPASS (AC984VQ)" +value: "821" +data: App\Entity\Car {#30491 …} +attr: [] +labelTranslationParameters: [] } 822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57111 +label: "FOCUS 5P 2.0N MT SE PLUS (OPD459)" +value: "822" +data: App\Entity\Car {#30506 …} +attr: [] +labelTranslationParameters: [] } 823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57112 +label: "CB 300 R (A101IUP)" +value: "823" +data: App\Entity\Car {#30521 …} +attr: [] +labelTranslationParameters: [] } 824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57113 +label: "SCOOTER NEW ELITE (A134DWL)" +value: "824" +data: App\Entity\Car {#30536 …} +attr: [] +labelTranslationParameters: [] } 825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57114 +label: "AMAROK HIGH 4X4 (AD841PC)" +value: "825" +data: App\Entity\Car {#30551 …} +attr: [] +labelTranslationParameters: [] } 826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57115 +label: "CRV LX (NVF559)" +value: "826" +data: App\Entity\Car {#30566 …} +attr: [] +labelTranslationParameters: [] } 827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57116 +label: "FORD MONDEO SEL 2.0 ECOBOOST 2016 110.000KM (AA101BM)" +value: "827" +data: App\Entity\Car {#30581 …} +attr: [] +labelTranslationParameters: [] } 828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57117 +label: "208 IN CONCERT 1.6 115 (AE041GO)" +value: "828" +data: App\Entity\Car {#30596 …} +attr: [] +labelTranslationParameters: [] } 830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57118 +label: "GOL TREND (ONB625)" +value: "830" +data: App\Entity\Car {#30611 …} +attr: [] +labelTranslationParameters: [] } 831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57119 +label: "RANGER XLT 2.5 GNC 4X2 2019 (AD695MI)" +value: "831" +data: App\Entity\Car {#30626 …} +attr: [] +labelTranslationParameters: [] } 832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57120 +label: "208 FELINE (OCX847)" +value: "832" +data: App\Entity\Car {#30641 …} +attr: [] +labelTranslationParameters: [] } 833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57121 +label: "PALIO FIRE PACK TOP 1.4N (PGT796)" +value: "833" +data: App\Entity\Car {#30656 …} +attr: [] +labelTranslationParameters: [] } 834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57122 +label: "CELTA ADVANTAGE GNC (ONF768)" +value: "834" +data: App\Entity\Car {#30671 …} +attr: [] +labelTranslationParameters: [] } 835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57123 +label: "Ranger XL PLUS 3.0 (HEL114)" +value: "835" +data: App\Entity\Car {#30686 …} +attr: [] +labelTranslationParameters: [] } 836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57124 +label: "Clio MIO 5P CONF (AA519OT)" +value: "836" +data: App\Entity\Car {#30701 …} +attr: [] +labelTranslationParameters: [] } 837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57125 +label: "MEGANE III PRIVILEGE 2.0 (JVQ693)" +value: "837" +data: App\Entity\Car {#30716 …} +attr: [] +labelTranslationParameters: [] } 838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57126 +label: "COROLLA CROSS XLI 2.0 CVT PIO (AF727YK)" +value: "838" +data: App\Entity\Car {#30731 …} +attr: [] +labelTranslationParameters: [] } 839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57127 +label: "FOCUS 2.0 4P SE PLUS (NKT597)" +value: "839" +data: App\Entity\Car {#30746 …} +attr: [] +labelTranslationParameters: [] } 841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57128 +label: "C4 HDI LOUNGE (OFQ070)" +value: "841" +data: App\Entity\Car {#30761 …} +attr: [] +labelTranslationParameters: [] } 842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57129 +label: "Duster Privilege 4x4 2.0 gnc (AA332CZ)" +value: "842" +data: App\Entity\Car {#30776 …} +attr: [] +labelTranslationParameters: [] } 843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57130 +label: "HILUX 4X2 CABINA DOBLE SRV 3.0 D (negra) (EMD828)" +value: "843" +data: App\Entity\Car {#30791 …} +attr: [] +labelTranslationParameters: [] } 844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57131 +label: "ETIOS 1.5 4 PTAS PLATINUM 4AT||(blanco) (AB107BB)" +value: "844" +data: App\Entity\Car {#30806 …} +attr: [] +labelTranslationParameters: [] } 845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57132 +label: "DUSTER OROCH OUTSIDER PLUS 2.0 4X4 (AD585CC)" +value: "845" +data: App\Entity\Car {#30821 …} +attr: [] +labelTranslationParameters: [] } 846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57133 +label: "KWID OUTSIDER 1.0 (AE087FK)" +value: "846" +data: App\Entity\Car {#30836 …} +attr: [] +labelTranslationParameters: [] } 847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57134 +label: "FOCUS 4P 2.0N MT SE PLUS (NOJ581)" +value: "847" +data: App\Entity\Car {#30851 …} +attr: [] +labelTranslationParameters: [] } 848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57135 +label: "FIESTA SE 1.6N AT6 (AB974HL)" +value: "848" +data: App\Entity\Car {#30866 …} +attr: [] +labelTranslationParameters: [] } 849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57136 +label: "5008 ALLURE PLUS 7 PLAZAS (OCH766)" +value: "849" +data: App\Entity\Car {#30881 …} +attr: [] +labelTranslationParameters: [] } 850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57137 +label: "CLIO MIO 3P AUTHENTIQUE PACK LOOK (MWU542)" +value: "850" +data: App\Entity\Car {#30896 …} +attr: [] +labelTranslationParameters: [] } 851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57138 +label: "DUSTER GNC (KPC891)" +value: "851" +data: App\Entity\Car {#30911 …} +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57139 +label: "DUSTER OROCH ICONIC 1.3TCE 163 2WD CVT (AF637EN)" +value: "852" +data: App\Entity\Car {#30926 …} +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57140 +label: "RANGER LIMITED 3.2TDI 4X4 MT 2014 95.000KM (OGI970)" +value: "853" +data: App\Entity\Car {#30941 …} +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57141 +label: "ECOSPORT STORM 2.0 4X4 AT (AE458FI)" +value: "855" +data: App\Entity\Car {#30956 …} +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57142 +label: "DUSTER OROCH 1.6 DYNAMIQUE GNC (AE555KM)" +value: "856" +data: App\Entity\Car {#30971 …} +attr: [] +labelTranslationParameters: [] } 857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57143 +label: "T-CROSS HIGHLINE 1.6N AT6 (AE262SI)" +value: "857" +data: App\Entity\Car {#30986 …} +attr: [] +labelTranslationParameters: [] } 858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57144 +label: "308 FELINE 1.6 HDI (LPP828)" +value: "858" +data: App\Entity\Car {#31001 …} +attr: [] +labelTranslationParameters: [] } 859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57145 +label: "2008 SPORT MT 1.6 THP (AD577FY)" +value: "859" +data: App\Entity\Car {#31016 …} +attr: [] +labelTranslationParameters: [] } 861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57146 +label: "SANTA FE 2.2 4X4 CRDI (GZF137)" +value: "861" +data: App\Entity\Car {#31031 …} +attr: [] +labelTranslationParameters: [] } 862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57147 +label: "FIAT CRONOS 1.8N PRECISSION MT 2021 (AE868RX)" +value: "862" +data: App\Entity\Car {#31046 …} +attr: [] +labelTranslationParameters: [] } 864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57148 +label: "3008 1.6 ALLURE TIPTRONIC L/17||THP 2018(azul) (AC591AS)" +value: "864" +data: App\Entity\Car {#31061 …} +attr: [] +labelTranslationParameters: [] } 865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57149 +label: "TRAILBLAZER (AD130JB)" +value: "865" +data: App\Entity\Car {#31076 …} +attr: [] +labelTranslationParameters: [] } 866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57150 +label: "NP 650 SENIOR-2 (AA)" +value: "866" +data: App\Entity\Car {#31091 …} +attr: [] +labelTranslationParameters: [] } 867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57151 +label: "SANDERO EXPRESSION 1.6N (AA092QI)" +value: "867" +data: App\Entity\Car {#31107 …} +attr: [] +labelTranslationParameters: [] } 868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57152 +label: "S 10 LTZ 4X4 A (AE697LQ)" +value: "868" +data: App\Entity\Car {#31122 …} +attr: [] +labelTranslationParameters: [] } 869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57153 +label: "TORO FREEDOM 2.0 4X2 (AB814MR)" +value: "869" +data: App\Entity\Car {#31137 …} +attr: [] +labelTranslationParameters: [] } 870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57154 +label: "KWID INTENS 1.0 (AE286IP)" +value: "870" +data: App\Entity\Car {#31152 …} +attr: [] +labelTranslationParameters: [] } 871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57155 +label: "308 FELINE HDI (AE667OS)" +value: "871" +data: App\Entity\Car {#31167 …} +attr: [] +labelTranslationParameters: [] } 873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57156 +label: "A1 ATTRACTION 1.2 TFSI (OSM354)" +value: "873" +data: App\Entity\Car {#31182 …} +attr: [] +labelTranslationParameters: [] } 874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57157 +label: "LAND CRUISER PRADO VX (HCU397)" +value: "874" +data: App\Entity\Car {#31197 …} +attr: [] +labelTranslationParameters: [] } 875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57158 +label: "HILUX SRX 4X2 AT (AF200UE)" +value: "875" +data: App\Entity\Car {#31212 …} +attr: [] +labelTranslationParameters: [] } 876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57159 +label: "CRV EXL AT 4X4 (GWF513)" +value: "876" +data: App\Entity\Car {#31227 …} +attr: [] +labelTranslationParameters: [] } 883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57160 +label: "RENEGADE LONGITUDE 1.8N 4x2 AT (AF003KA)" +value: "883" +data: App\Entity\Car {#31242 …} +attr: [] +labelTranslationParameters: [] } 884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57161 +label: "hilux sr 2019 MANUAL 6 (AD520EE)" +value: "884" +data: App\Entity\Car {#31257 …} +attr: [] +labelTranslationParameters: [] } 885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57162 +label: "ECOSPORT TITANIUM 1.5 AT (AD609PH)" +value: "885" +data: App\Entity\Car {#31272 …} +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57163 +label: "ECOSPORT TITANIUM 2.0 MT (AB057MT)" +value: "886" +data: App\Entity\Car {#31287 …} +attr: [] +labelTranslationParameters: [] } 887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57164 +label: "HIACE COMMUTER 2.8 TDI 6AT 14A (AE797MC)" +value: "887" +data: App\Entity\Car {#31302 …} +attr: [] +labelTranslationParameters: [] } 888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57165 +label: "SW4 4X4 SRX 2.8 TDI 7A (AA878OE)" +value: "888" +data: App\Entity\Car {#31317 …} +attr: [] +labelTranslationParameters: [] } 889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57166 +label: "FOCUS S 1.6 (PDY715)" +value: "889" +data: App\Entity\Car {#31332 …} +attr: [] +labelTranslationParameters: [] } 890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57167 +label: "ONIX 1.4 LTZ (OMY130)" +value: "890" +data: App\Entity\Car {#31347 …} +attr: [] +labelTranslationParameters: [] } 891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57168 +label: "VENTO LUXURY 2.5 AT (NUL403)" +value: "891" +data: App\Entity\Car {#31362 …} +attr: [] +labelTranslationParameters: [] } 892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57169 +label: "etios xls AT (AD081FS)" +value: "892" +data: App\Entity\Car {#31377 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57170 +label: "GRAND CHEROKEE LIM 3.0 CRD (gzx866)" +value: "894" +data: App\Entity\Car {#31392 …} +attr: [] +labelTranslationParameters: [] } 895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57171 +label: "3008 ALLURE THP (NHU976)" +value: "895" +data: App\Entity\Car {#31407 …} +attr: [] +labelTranslationParameters: [] } 896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57172 +label: "SIENA EL 1.4N (PJZ272)" +value: "896" +data: App\Entity\Car {#31422 …} +attr: [] +labelTranslationParameters: [] } 897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57173 +label: "HILUX 4X2 SRV 2.8 TDI 6 AT (AF802JX)" +value: "897" +data: App\Entity\Car {#31437 …} +attr: [] +labelTranslationParameters: [] } 900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57174 +label: "C3 AIRCROS EXCLUSIVE GNC (NGC794)" +value: "900" +data: App\Entity\Car {#31452 …} +attr: [] +labelTranslationParameters: [] } 901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57175 +label: "RAM LARAMIE 1500 4X4 5.7N HEMI V8 AT6 (ONC979)" +value: "901" +data: App\Entity\Car {#31467 …} +attr: [] +labelTranslationParameters: [] } 902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57176 +label: "clio 2007 (dgc786)" +value: "902" +data: App\Entity\Car {#31482 …} +attr: [] +labelTranslationParameters: [] } 907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57177 +label: "301 ALLURE 1.6HDI 2017 (AB826CX)" +value: "907" +data: App\Entity\Car {#31497 …} +attr: [] +labelTranslationParameters: [] } 908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57178 +label: "CAPTUR INTENSE 2.0 MT (AC975PM)" +value: "908" +data: App\Entity\Car {#31512 …} +attr: [] +labelTranslationParameters: [] } 910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57179 +label: "VENTO 1.9 TDI ADVANCE (JCV483)" +value: "910" +data: App\Entity\Car {#31527 …} +attr: [] +labelTranslationParameters: [] } 911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57180 +label: "TORO FREEDOM 4X2 (AD307DS)" +value: "911" +data: App\Entity\Car {#31542 …} +attr: [] +labelTranslationParameters: [] } 913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57181 +label: "DUSTER OROCH 2.0 PRIVILEGE (AE521FJ)" +value: "913" +data: App\Entity\Car {#31557 …} +attr: [] +labelTranslationParameters: [] } 917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57182 +label: "AMAROK HIGHLINE PACK 2.0 TDI 4X4 (JPO932)" +value: "917" +data: App\Entity\Car {#31572 …} +attr: [] +labelTranslationParameters: [] } 918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57183 +label: "fiat 500 sport 1.4n mt (caramelo) 2015 (PGV319)" +value: "918" +data: App\Entity\Car {#31587 …} +attr: [] +labelTranslationParameters: [] } 920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57184 +label: "CRUZE LT 1.4T MT6 (AE683IH)" +value: "920" +data: App\Entity\Car {#31602 …} +attr: [] +labelTranslationParameters: [] } 921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57185 +label: "FRONTIER 2.3 (AD917BQ)" +value: "921" +data: App\Entity\Car {#31617 …} +attr: [] +labelTranslationParameters: [] } 922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57186 +label: "JUMPER 2.2 HDI L3 H2 MT6 (AC732JN)" +value: "922" +data: App\Entity\Car {#31632 …} +attr: [] +labelTranslationParameters: [] } 923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57187 +label: "FORD MAVERICK XLT 2.0T AT 2023 (AF805CJ)" +value: "923" +data: App\Entity\Car {#31647 …} +attr: [] +labelTranslationParameters: [] } 924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57188 +label: "VW SHARAN HIGHLINE 1.9TDI TIPTRONIC (IFA133)" +value: "924" +data: App\Entity\Car {#31662 …} +attr: [] +labelTranslationParameters: [] } 925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57189 +label: "CHEVROLET SPIN LTZ 7ASIENTOS 1.8GNC (MRL267)" +value: "925" +data: App\Entity\Car {#31677 …} +attr: [] +labelTranslationParameters: [] } 926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57190 +label: "FORFOUR PLAY AUT (AB227YU)" +value: "926" +data: App\Entity\Car {#31692 …} +attr: [] +labelTranslationParameters: [] } 928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57191 +label: "duster 1.6 tech road (NRC142)" +value: "928" +data: App\Entity\Car {#31708 …} +attr: [] +labelTranslationParameters: [] } 930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57192 +label: "PARTNER CONFORT 1.4 (AA002LW)" +value: "930" +data: App\Entity\Car {#31723 …} +attr: [] +labelTranslationParameters: [] } 931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57193 +label: "FOX TRENDLINE (FWU038)" +value: "931" +data: App\Entity\Car {#31738 …} +attr: [] +labelTranslationParameters: [] } 933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57194 +label: "CITROEN C3 PICASSO 1.6 SX (LXV491)" +value: "933" +data: App\Entity\Car {#31753 …} +attr: [] +labelTranslationParameters: [] } 934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57195 +label: "S10 2.8 TD 4X4 LTZ A/T (AC950NB)" +value: "934" +data: App\Entity\Car {#31768 …} +attr: [] +labelTranslationParameters: [] } 935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57196 +label: "CRUZE 1.4 4 PTAS LTZ +PLUS AT (AD175UW)" +value: "935" +data: App\Entity\Car {#31783 …} +attr: [] +labelTranslationParameters: [] } 936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57197 +label: "2008 FELINE 1.6 (AC900FZ)" +value: "936" +data: App\Entity\Car {#31798 …} +attr: [] +labelTranslationParameters: [] } 937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57198 +label: "UP HIGH I-MOTION 5P (PPN133)" +value: "937" +data: App\Entity\Car {#31813 …} +attr: [] +labelTranslationParameters: [] } 938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57199 +label: "HR-V EXL (AD377FF)" +value: "938" +data: App\Entity\Car {#31828 …} +attr: [] +labelTranslationParameters: [] } 940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57200 +label: "SW4 SRX 4X4 AT (AC673DJ)" +value: "940" +data: App\Entity\Car {#31843 …} +attr: [] +labelTranslationParameters: [] } 941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57201 +label: "Territory SEL (AF860TT)" +value: "941" +data: App\Entity\Car {#31858 …} +attr: [] +labelTranslationParameters: [] } 944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57202 +label: "RANGER 2.5L 4X2 DC XLT (AF284ND)" +value: "944" +data: App\Entity\Car {#31873 …} +attr: [] +labelTranslationParameters: [] } 945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57203 +label: "CLIO MIO CONFORT PLUS 1.2N (NUV429)" +value: "945" +data: App\Entity\Car {#31888 …} +attr: [] +labelTranslationParameters: [] } 946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57204 +label: "HILUX SRV 2.8 TDI 4X2 (AF061PE)" +value: "946" +data: App\Entity\Car {#31903 …} +attr: [] +labelTranslationParameters: [] } 947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57205 +label: "CAPTUR INTENSE 2.0 MT (AC286AZ)" +value: "947" +data: App\Entity\Car {#31918 …} +attr: [] +labelTranslationParameters: [] } 948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57206 +label: "CAPTUR INTENSE 2.0 (AC654MV)" +value: "948" +data: App\Entity\Car {#31933 …} +attr: [] +labelTranslationParameters: [] } 949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57207 +label: "FIESTA KINETIC DESING TITANIUM (KYQ391)" +value: "949" +data: App\Entity\Car {#31948 …} +attr: [] +labelTranslationParameters: [] } 950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57208 +label: "208 FELINE tiptronic (AF880HK)" +value: "950" +data: App\Entity\Car {#31963 …} +attr: [] +labelTranslationParameters: [] } 951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57209 +label: "C4 CACTUS 1.6 FEEL PACK CUERO MANUAL (AF020IP)" +value: "951" +data: App\Entity\Car {#31978 …} +attr: [] +labelTranslationParameters: [] } 955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57210 +label: "FIORINO PACK TOP 1.4 GNC (AA720FC)" +value: "955" +data: App\Entity\Car {#31993 …} +attr: [] +labelTranslationParameters: [] } 956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57211 +label: "CHEVROLET CRUZE LTZ AT (AF187IC)" +value: "956" +data: App\Entity\Car {#32008 …} +attr: [] +labelTranslationParameters: [] } 957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57212 +label: "DUSTER OROCH 2.0 DYNAMIQUE (AA962OW)" +value: "957" +data: App\Entity\Car {#32023 …} +attr: [] +labelTranslationParameters: [] } 958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57213 +label: "FIAT UNO FIRE 1.3 (OJL816)" +value: "958" +data: App\Entity\Car {#32038 …} +attr: [] +labelTranslationParameters: [] } 959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57214 +label: "RENEGADE SPORT 4X2 MANUAL (AB938RR)" +value: "959" +data: App\Entity\Car {#32053 …} +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57215 +label: "PARTNER PATAGONICA VTC PLUS 1.6 HDI (AD455FO)" +value: "960" +data: App\Entity\Car {#32068 …} +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57216 +label: "ONIX LT 1.4N (AC363UI)" +value: "962" +data: App\Entity\Car {#32083 …} +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57217 +label: "SW4 4X4 DIAMOND II 2.8 TDI 6 AT 7A (AF842VD)" +value: "963" +data: App\Entity\Car {#32098 …} +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57218 +label: "SW4 SRX 2018 7A 4X4 (AC465NS)" +value: "964" +data: App\Entity\Car {#32113 …} +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57219 +label: "TOYOTA RAV4 2.0 VX 4X2 2019 (AD353GI)" +value: "965" +data: App\Entity\Car {#32128 …} +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57220 +label: "3008 1.6THP PREMIUM PLUS TIPTRONIC (LNL026)" +value: "967" +data: App\Entity\Car {#32143 …} +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57221 +label: "MONDEO ECOBOOST SEL AT (AB334WC)" +value: "968" +data: App\Entity\Car {#32158 …} +attr: [] +labelTranslationParameters: [] } 969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57222 +label: "PARTNER PATAGONICA 1.6HDI (AE333JK)" +value: "969" +data: App\Entity\Car {#32173 …} +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57223 +label: "RANGER 2.2 (AD606RM)" +value: "970" +data: App\Entity\Car {#32188 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57224 +label: "208 ALLURE 1.6 N (NCG236)" +value: "971" +data: App\Entity\Car {#32203 …} +attr: [] +labelTranslationParameters: [] } 975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57225 +label: "VIRTUS TRENDLINE MSI (AE281IU)" +value: "975" +data: App\Entity\Car {#32218 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57226 +label: "DUSTER OROCH OUTSIDER PLUS 2.0 (AB603IZ)" +value: "977" +data: App\Entity\Car {#32233 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57227 +label: "CAPTUR LIFE 1.6 (AD690XR)" +value: "978" +data: App\Entity\Car {#32248 …} +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57228 +label: "SENTRA 2.0 ADVANCE CVT (AF211XQ)" +value: "980" +data: App\Entity\Car {#32263 …} +attr: [] +labelTranslationParameters: [] } 981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57229 +label: "508 ALLURE TIP (MUG845)" +value: "981" +data: App\Entity\Car {#32278 …} +attr: [] +labelTranslationParameters: [] } 982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57230 +label: "CLIO MIO 5P DYNAMIQUE (PPK603)" +value: "982" +data: App\Entity\Car {#32293 …} +attr: [] +labelTranslationParameters: [] } 983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57231 +label: "TORO VOLCANO 2.0 (AA504PF)" +value: "983" +data: App\Entity\Car {#32308 …} +attr: [] +labelTranslationParameters: [] } 984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57232 +label: "COMPASS SPORT 2.4N MT6 (AE725PO)" +value: "984" +data: App\Entity\Car {#32323 …} +attr: [] +labelTranslationParameters: [] } 985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57233 +label: "NISSAN FRONTIER SE 40.000KM 2018 (AC992WB)" +value: "985" +data: App\Entity\Car {#32338 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57234 +label: "BENELLI TRK 502 (A056MYP)" +value: "986" +data: App\Entity\Car {#32353 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57235 +label: "PEUGEOT 2008 1.6 ALLURE (AD286FC)" +value: "987" +data: App\Entity\Car {#32368 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57236 +label: "PRISMA LTZ 1.4N (AA706SF)" +value: "988" +data: App\Entity\Car {#32383 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57237 +label: "GOL TREND TRENDLINE 1.6N 101CV (AE333RN)" +value: "990" +data: App\Entity\Car {#32398 …} +attr: [] +labelTranslationParameters: [] } 991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57238 +label: "BORA 1.9 TDI (MOP512)" +value: "991" +data: App\Entity\Car {#32413 …} +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57239 +label: "DUSTER OROCH 2.0N 4X2 OUTSIDER PLUS (AC493MD)" +value: "992" +data: App\Entity\Car {#32428 …} +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57240 +label: "Q5 2.0 TFSI S-TRONIC (AD142DQ)" +value: "993" +data: App\Entity\Car {#32443 …} +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57241 +label: "COROLLA 1.8 XEI CVT (OIF219)" +value: "994" +data: App\Entity\Car {#32458 …} +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57242 +label: "RANGER RAPTOR 2.0 BI-TURBO D 4X4 10AT (AE523BF)" +value: "995" +data: App\Entity\Car {#32473 …} +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57243 +label: "AMAROK 3.0TD 4X4 V6 EXTREME AT8 (AE063HR)" +value: "996" +data: App\Entity\Car {#32488 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57244 +label: "BORA 2.0 GNC TRENDLINE (JIZ266)" +value: "997" +data: App\Entity\Car {#32503 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57245 +label: "BERLINGO XTR 1.6 HDI (AF211XI)" +value: "998" +data: App\Entity\Car {#32518 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57246 +label: "MINI COOPER COUNTRYMAN ONE 1.6N MT (LXG358)" +value: "999" +data: App\Entity\Car {#32533 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57247 +label: "BERLINGO XTR 1.6HDI 2016 (AA661JN)" +value: "1000" +data: App\Entity\Car {#32548 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57248 +label: "C4 CACTUS FEEL PACK PLUS AT (AF206MV)" +value: "1001" +data: App\Entity\Car {#32563 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57249 +label: "COROLLA XEI (HWO719)" +value: "1002" +data: App\Entity\Car {#32578 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57250 +label: "3008 1.6THP GT LINE (AD047JI)" +value: "1003" +data: App\Entity\Car {#32593 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57251 +label: "COMPASS LONGITUDE 2.4 AT9 AWD (AB917IL)" +value: "1005" +data: App\Entity\Car {#32608 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57252 +label: "CRUZE 1.4T AT LTZ SEDAN (AF038QU)" +value: "1006" +data: App\Entity\Car {#32623 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57253 +label: "LOGAN (OUV328)" +value: "1007" +data: App\Entity\Car {#32638 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57254 +label: "308 GTI 1.6T (MMR555)" +value: "1008" +data: App\Entity\Car {#32653 …} +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57255 +label: "KWID 1.0 ZEN (AD209PZ)" +value: "1011" +data: App\Entity\Car {#32668 …} +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57256 +label: "KICKS EXCLUSIVE CVT (AC671TP)" +value: "1012" +data: App\Entity\Car {#32683 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57257 +label: "HILUX SR 3.0TDI MT 4X2 2014 (NLP141)" +value: "1013" +data: App\Entity\Car {#32698 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57258 +label: "CHEVROLET MERIVA 1.8 GNC GL PLUS (JPJ685)" +value: "1014" +data: App\Entity\Car {#32713 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57259 +label: "COROLLA CROSS SEG (AF185VQ)" +value: "1015" +data: App\Entity\Car {#32728 …} +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57260 +label: "HRV EX-L (AB649OQ)" +value: "1016" +data: App\Entity\Car {#32743 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57261 +label: "FIAT PALIO FIRE 1.4 GNC 2011 100.000KM (JTD568)" +value: "1017" +data: App\Entity\Car {#32758 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57262 +label: "DS 3 CROSSBACK PURETECH 155 SO CHIC AT8 (uva) (AE454SK)" +value: "1018" +data: App\Entity\Car {#32773 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57263 +label: "TOYOTA HILUX GRS-III 0KM 2022 (AF500BL)" +value: "1019" +data: App\Entity\Car {#32788 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57264 +label: "HILUX 4X4 SRX 2.8 TDI AT6 (AF063SN)" +value: "1020" +data: App\Entity\Car {#32803 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57265 +label: "C4 CACTUS 1.2 SHINE (EX CHAJUD) (AC857YX)" +value: "1021" +data: App\Entity\Car {#32818 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57266 +label: "SW4 SRV 4X2 2.7N AT 7 ASIENTOS (NEW716)" +value: "1022" +data: App\Entity\Car {#32833 …} +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57267 +label: "C4 CACTUS FEEL PACK 1.6 (AE896YY)" +value: "1023" +data: App\Entity\Car {#32848 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57268 +label: "AMAROK 2.0L TDI 4X2 HC2 (KOJ658)" +value: "1024" +data: App\Entity\Car {#32863 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57269 +label: "F-150 RAPTOR (AF036WW)" +value: "1025" +data: App\Entity\Car {#32878 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57270 +label: "F-150 LARIAT LUXURY 5.0N V8 4X4 10AT (AE741DZ)" +value: "1026" +data: App\Entity\Car {#32893 …} +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57271 +label: "VITO FURGÓN MIXTO 5A 1.6 TD (AD350CM)" +value: "1027" +data: App\Entity\Car {#32908 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57272 +label: "AMAROK 2.0L TDI 180 CV 4X4 (OOF193)" +value: "1029" +data: App\Entity\Car {#32923 …} +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57273 +label: "4008 (NNF467)" +value: "1030" +data: App\Entity\Car {#32938 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57274 +label: "DUSTER OUTSIDER 1.3T CVT 4X2 (AF038OZ)" +value: "1031" +data: App\Entity\Car {#32953 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57275 +label: "SORENTO EX 2.2 AT 4X4 CRDI (AB917JD)" +value: "1032" +data: App\Entity\Car {#32968 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57276 +label: "I 10 1.2 GLS (JEB737)" +value: "1033" +data: App\Entity\Car {#32983 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57277 +label: "HILUX 4X2 SRV 3.0TDI (KKQ773)" +value: "1034" +data: App\Entity\Car {#32998 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57278 +label: "DS3 Crossback (AE275DP)" +value: "1035" +data: App\Entity\Car {#33013 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57279 +label: "RANGER XL SAFETY 2.5GNC 2014 (NSU794)" +value: "1036" +data: App\Entity\Car {#33028 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57280 +label: "C4 CACTUS THP AT6 SHINE (AD245CP)" +value: "1040" +data: App\Entity\Car {#33043 …} +attr: [] +labelTranslationParameters: [] } 1041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57281 +label: "PEUGEOT 207 (MLM653)" +value: "1041" +data: App\Entity\Car {#33058 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57282 +label: "MONDEO SEL ECOBOOST 2.0L AT (AB723QM)" +value: "1043" +data: App\Entity\Car {#33073 …} +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57283 +label: "SAVEIRO PACK HIGH 1.6 GNC (AD087CX)" +value: "1044" +data: App\Entity\Car {#33088 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57284 +label: "AMAROK HIGHLINE 4X4 AUT 2.0 TDI 180CV (AE880MK)" +value: "1045" +data: App\Entity\Car {#33103 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57285 +label: "TORO FREEDOM 1.8 GNC 4X2 AT 2022 (AF334VV)" +value: "1046" +data: App\Entity\Car {#33118 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57286 +label: "Ranger Limited 3.2 4X4 AT (AA053OM)" +value: "1048" +data: App\Entity\Car {#33133 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57287 +label: "Gol Trend Trendline (AE850NE)" +value: "1049" +data: App\Entity\Car {#33148 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57288 +label: "PALIO WEEKEND TREKKING 1.4N (MPA681)" +value: "1050" +data: App\Entity\Car {#33163 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57289 +label: "PARTNER URBANA CONFORT 1.4 (HUT118)" +value: "1051" +data: App\Entity\Car {#33178 …} +attr: [] +labelTranslationParameters: [] } 1052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57290 +label: "CRUZE LT 1.4T MT SEDÁN (GRIS) 2017 (AB649VX)" +value: "1052" +data: App\Entity\Car {#33193 …} +attr: [] +labelTranslationParameters: [] } 1053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57291 +label: "ECOSPORT SE 1.5 (AF207ND)" +value: "1053" +data: App\Entity\Car {#33208 …} +attr: [] +labelTranslationParameters: [] } 1054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57292 +label: "208 FELINE 1.6N (AA527SL)" +value: "1054" +data: App\Entity\Car {#33223 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57293 +label: "DUSTER LIFE 1.6 GNC 4X2 (AE922ON)" +value: "1056" +data: App\Entity\Car {#33238 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57294 +label: "RANGER2 DC 4X2 XLT 2.5L N (NSQ522)" +value: "1057" +data: App\Entity\Car {#33253 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57295 +label: "T-CROSS COMFORTLINE 200 TSI AT (AE811UV)" +value: "1058" +data: App\Entity\Car {#33268 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57296 +label: "FIESTA SE POWERSWIFT (AC758ZN)" +value: "1060" +data: App\Entity\Car {#33283 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57297 +label: "KA S 1.5N (AE171DG)" +value: "1061" +data: App\Entity\Car {#33298 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57298 +label: "AMAROK HIGH 3.0TD 4X4 V6 AT8 (AE368LY)" +value: "1063" +data: App\Entity\Car {#33313 …} +attr: [] +labelTranslationParameters: [] } 1064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57299 +label: "RANGER LIMITED V6 PLUS 4X4 AT (AG158MT)" +value: "1064" +data: App\Entity\Car {#33328 …} +attr: [] +labelTranslationParameters: [] } 1065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57300 +label: "TERRITORY TITANIUM 1.8T L/23 (AF958RN)" +value: "1065" +data: App\Entity\Car {#33343 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57301 +label: "C3 FEEL PACK LOOK AT (AF999RR)" +value: "1066" +data: App\Entity\Car {#33358 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57302 +label: "208 STILE AT (AG037BT)" +value: "1067" +data: App\Entity\Car {#33373 …} +attr: [] +labelTranslationParameters: [] } 1068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57303 +label: "CRUZE 4P 1.4T PREMIER II AT (AE380JN)" +value: "1068" +data: App\Entity\Car {#33388 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57304 +label: "BRONCO SPORT WILDTRAK 2.0T AT8 4WD (AF322LG)" +value: "1069" +data: App\Entity\Car {#33403 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57305 +label: "AMAROK 2.0 TDI 140 CV 4X2 (NPL475)" +value: "1070" +data: App\Entity\Car {#33418 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57306 +label: "Kicks Exclusive (AD046CB)" +value: "1071" +data: App\Entity\Car {#33433 …} +attr: [] +labelTranslationParameters: [] } 1072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57307 +label: "TORO FREEDOM 2.0 TDI 4X2 (AC111EU)" +value: "1072" +data: App\Entity\Car {#33448 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57308 +label: "XSARA PICASSO EXCLUSIVE 1.6N (JZT036)" +value: "1073" +data: App\Entity\Car {#33463 …} +attr: [] +labelTranslationParameters: [] } 1074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57309 +label: "RAV4 2.0N CVT FULL 4X2 (MQE043)" +value: "1074" +data: App\Entity\Car {#33478 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57310 +label: "S10 2.8 TDI 4X2 DLX (LII582)" +value: "1075" +data: App\Entity\Car {#33493 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57311 +label: "HIACE WAGON 2.8 TDI 6AT 10A (AF626AD)" +value: "1076" +data: App\Entity\Car {#33508 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57312 +label: "H6 2.0T DIGNITY 4X2 AT7 (AE741WG)" +value: "1079" +data: App\Entity\Car {#33523 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57313 +label: "REGATTA SC (RXE405)" +value: "1086" +data: App\Entity\Car {#33538 …} +attr: [] +labelTranslationParameters: [] } 1087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57314 +label: "COLECCIÓN-FORD F-100 (VCQ184)" +value: "1087" +data: App\Entity\Car {#33553 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57315 +label: "TORO 2.0TDI VOLCANO 4X4 AT||16V(roja) (AC380PS)" +value: "1093" +data: App\Entity\Car {#33568 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57316 +label: "RAV 4 AT 4X4 (HJD980)" +value: "1097" +data: App\Entity\Car {#33583 …} +attr: [] +labelTranslationParameters: [] } 1098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57317 +label: "UNO SPORTING 1.4 (KVL192)" +value: "1098" +data: App\Entity\Car {#33598 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57318 +label: "GOL TREND TRENDLINE 1.6 (AE777AB)" +value: "1099" +data: App\Entity\Car {#33613 …} +attr: [] +labelTranslationParameters: [] } 1100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57319 +label: "VENTO COMFORTLINE 1.4TSI 150CV (AD792YT)" +value: "1100" +data: App\Entity\Car {#33628 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57320 +label: "ETIOS 1.5 XLS (NTJ125)" +value: "1102" +data: App\Entity\Car {#33643 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57321 +label: "500X CROSS PLUS 4X4 AT9 AT9 1.4 (AC913NZ)" +value: "1103" +data: App\Entity\Car {#33658 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57322 +label: "PARTNER PATAGÓNICA 1.6HDI VTC PLUS (KUX598)" +value: "1104" +data: App\Entity\Car {#33673 …} +attr: [] +labelTranslationParameters: [] } 1105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57323 +label: "JOURNEY 2.4N SXT AT 7 AS (KTK619)" +value: "1105" +data: App\Entity\Car {#33688 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57324 +label: "PARTNER CONFORT 1.4 GNC (MDU334)" +value: "1106" +data: App\Entity\Car {#33703 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57325 +label: "GOL 3 PTAS (EYC409)" +value: "1107" +data: App\Entity\Car {#33718 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57326 +label: "2008 ALLURE 1.6 (AB771WO)" +value: "1108" +data: App\Entity\Car {#33733 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57327 +label: "COROLLA GR-SPORT 2.0 (AF497OY)" +value: "1109" +data: App\Entity\Car {#33748 …} +attr: [] +labelTranslationParameters: [] } 1110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57328 +label: "TORO 2.0TDI VOLCANO 4X4 AT9 (AC336JL)" +value: "1110" +data: App\Entity\Car {#33763 …} +attr: [] +labelTranslationParameters: [] } 1111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57329 +label: "408 ALLURE + NAV 2.0 (NFR566)" +value: "1111" +data: App\Entity\Car {#33778 …} +attr: [] +labelTranslationParameters: [] } 1113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57330 +label: "MOB EASY 1.0 (AC640DK)" +value: "1113" +data: App\Entity\Car {#33793 …} +attr: [] +labelTranslationParameters: [] } 1114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57331 +label: "SPORTAGE 4X2 2.0 (HCZ775)" +value: "1114" +data: App\Entity\Car {#33808 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57332 +label: "C4 CACTUS 1.2 PURETECH SHINE (AB598NF)" +value: "1115" +data: App\Entity\Car {#33823 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57333 +label: "HIGH UP! 1.0 MPI (AC399EJ)" +value: "1116" +data: App\Entity\Car {#33838 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57334 +label: "208 STYLE OKM (COMPLE)" +value: "1117" +data: App\Entity\Car {#33853 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57335 +label: "208 STYLE OKM (AG055JE)" +value: "1118" +data: App\Entity\Car {#33868 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57336 +label: "208 ACTIVE PACK TIPTRONIC (AF999MR)" +value: "1119" +data: App\Entity\Car {#33883 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57337 +label: "S10 HIGH COUNTRY 2.8TD 4X4 AT6 (AC140GA)" +value: "1120" +data: App\Entity\Car {#33898 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57338 +label: "MAVERICK LARIAT 4X4 0KM (COMPLE)" +value: "1121" +data: App\Entity\Car {#33913 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57339 +label: "AMAROK 2.0 TD HIGHLINE 4X2 AT8 (AE930JJ)" +value: "1122" +data: App\Entity\Car {#33928 …} +attr: [] +labelTranslationParameters: [] } 1123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57340 +label: "PUNTO 1.4 ATRACTIVE (NDS954)" +value: "1123" +data: App\Entity\Car {#33943 …} +attr: [] +labelTranslationParameters: [] } 1124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57341 +label: "208 FELINE TIPTRONIC (AG039WQ)" +value: "1124" +data: App\Entity\Car {#33958 …} +attr: [] +labelTranslationParameters: [] } 1125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57342 +label: "CRONOS PRESICION AT (AF122EN)" +value: "1125" +data: App\Entity\Car {#33973 …} +attr: [] +labelTranslationParameters: [] } 1126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57343 +label: "XR 190 (A166WRL)" +value: "1126" +data: App\Entity\Car {#33988 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57344 +label: "AMAROK TRENDLINE 2.0 TDI 4X2 (AD270FT)" +value: "1127" +data: App\Entity\Car {#34003 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57345 +label: "KA 1.5 S L/18 (AD759BE)" +value: "1128" +data: App\Entity\Car {#34018 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57346 +label: "TRACKER 1.8 LTZ 4X4 AUT (AB457MY)" +value: "1129" +data: App\Entity\Car {#34033 …} +attr: [] +labelTranslationParameters: [] } 1131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57347 +label: "COMPASS 2.4 LIMITEDAT9 (AC497UG)" +value: "1131" +data: App\Entity\Car {#34048 …} +attr: [] +labelTranslationParameters: [] } 1132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57348 +label: "FIESTA SE 1.6N (AB903ID)" +value: "1132" +data: App\Entity\Car {#34063 …} +attr: [] +labelTranslationParameters: [] } 1133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57349 +label: "SENTRA 2.0 SR CVT (blanco) (AF175WF)" +value: "1133" +data: App\Entity\Car {#34078 …} +attr: [] +labelTranslationParameters: [] } 1134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57350 +label: "BORA 1.8T (MKD489)" +value: "1134" +data: App\Entity\Car {#34093 …} +attr: [] +labelTranslationParameters: [] } 1135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57351 +label: "206 XRD PREMIUM 5P (FNN149)" +value: "1135" +data: App\Entity\Car {#34108 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57352 +label: "MONDEO TITANIUM ECOBOOST 2.0L AT (AC633CY)" +value: "1136" +data: App\Entity\Car {#34123 …} +attr: [] +labelTranslationParameters: [] } 1137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57353 +label: "FOCUS S 1.6 (AA669MW)" +value: "1137" +data: App\Entity\Car {#34138 …} +attr: [] +labelTranslationParameters: [] } 1138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57354 +label: "SPORTAGE EX 2.0 AT (PDK351)" +value: "1138" +data: App\Entity\Car {#34153 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57355 +label: "RANGER DC 4X2 XLT AT 3.2L D (AE267XC)" +value: "1140" +data: App\Entity\Car {#34168 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57356 +label: "CRUZE LTZ AT (AF114QZ)" +value: "1141" +data: App\Entity\Car {#34183 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57357 +label: "118i ACTIVE 1.5T AT8 (AC182YK)" +value: "1142" +data: App\Entity\Car {#34198 …} +attr: [] +labelTranslationParameters: [] } 1144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57358 +label: "PALIO FIRE 1.4 GNC (AA292QL)" +value: "1144" +data: App\Entity\Car {#34213 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57359 +label: "ETIOS XLS 1.5 6M/T (AC481NL)" +value: "1145" +data: App\Entity\Car {#34228 …} +attr: [] +labelTranslationParameters: [] } 1146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57360 +label: "PALIO 1.4 5 P FIRE (PDV474)" +value: "1146" +data: App\Entity\Car {#34243 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57361 +label: "VENTO VARIANT 2.5 (HJU419)" +value: "1147" +data: App\Entity\Car {#34258 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57362 +label: "SW4 SRV 4X4 3.0 TDI AUT (GFY489)" +value: "1148" +data: App\Entity\Car {#34273 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57363 +label: "DUSTER TECH ROAD 2.0N 4X4 (OKL946)" +value: "1149" +data: App\Entity\Car {#34288 …} +attr: [] +labelTranslationParameters: [] } 1150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57364 +label: "RAM 2017 LARAMI V8 5.7 4X4 (AC136IL)" +value: "1150" +data: App\Entity\Car {#34303 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57365 +label: "AMAROK HIGHLINE PACK 2.0 TDI 4X2 AT8 (PFP429)" +value: "1152" +data: App\Entity\Car {#34318 …} +attr: [] +labelTranslationParameters: [] } 1153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57366 +label: "C4 CACTUS 1.6 VTI FEEL (AF497LH)" +value: "1153" +data: App\Entity\Car {#34333 …} +attr: [] +labelTranslationParameters: [] } 1154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57367 +label: "RENEGADE SPORT AT 1.8 (AE434VO)" +value: "1154" +data: App\Entity\Car {#34348 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57368 +label: "HR-V EX 1.8N CVT (AB723ML)" +value: "1155" +data: App\Entity\Car {#34363 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57369 +label: "FIESTA 1.6L S PLUS (AB718LJ)" +value: "1156" +data: App\Entity\Car {#34378 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57370 +label: "BERLINGO FURGON 1.6 HDI BUSINESS (AF607KA)" +value: "1157" +data: App\Entity\Car {#34393 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57371 +label: "BERLINGO MULTISPACE 1.6I XTR (AF782JJ)" +value: "1158" +data: App\Entity\Car {#34408 …} +attr: [] +labelTranslationParameters: [] } 1161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57372 +label: "208 Style 1.6N (Gris) (AG098GM)" +value: "1161" +data: App\Entity\Car {#34423 …} +attr: [] +labelTranslationParameters: [] } 1162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57373 +label: "POLO TRENDLINE 1.6 MSI GNC (AC992SL)" +value: "1162" +data: App\Entity\Car {#34438 …} +attr: [] +labelTranslationParameters: [] } 1163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57374 +label: "POLO COMFORTLINE 1.6N (AD092KW)" +value: "1163" +data: App\Entity\Car {#34453 …} +attr: [] +labelTranslationParameters: [] } 1166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57375 +label: "SPIN ACTIV 1.8N M/T (PLM999)" +value: "1166" +data: App\Entity\Car {#34468 …} +attr: [] +labelTranslationParameters: [] } 1167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57376 +label: "FOCUS 4P 2.0L N AT TITANIUM (AC612GR)" +value: "1167" +data: App\Entity\Car {#34483 …} +attr: [] +labelTranslationParameters: [] } 1168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57377 +label: "TOYOTA COROLLA XLI CVT 2.0 2023 (AG021WQ)" +value: "1168" +data: App\Entity\Car {#34498 …} +attr: [] +labelTranslationParameters: [] } 1169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57378 +label: "COROLLA SEG 1.8 AT (AD365MZ)" +value: "1169" +data: App\Entity\Car {#34513 …} +attr: [] +labelTranslationParameters: [] } 1170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57379 +label: "SANDERO STEPWAY CONFORT 1.6 (KEY512)" +value: "1170" +data: App\Entity\Car {#34528 …} +attr: [] +labelTranslationParameters: [] } 1172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57380 +label: "MAVERICK LARIAT 2.0L 4X4 AT (AF515XS)" +value: "1172" +data: App\Entity\Car {#34543 …} +attr: [] +labelTranslationParameters: [] } 1173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57381 +label: "CR-V LX CVT 2008 (HND578)" +value: "1173" +data: App\Entity\Car {#34558 …} +attr: [] +labelTranslationParameters: [] } 1174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57382 +label: "C 3 1.6 VTI FEEL PACK AUT L/22 (AF563CR)" +value: "1174" +data: App\Entity\Car {#34573 …} +attr: [] +labelTranslationParameters: [] } 1175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57383 +label: "3008 PREMIUM (KSZ737)" +value: "1175" +data: App\Entity\Car {#34588 …} +attr: [] +labelTranslationParameters: [] } 1176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57384 +label: "CRUZE 1.4T LTZ 4P AT (AF448EW)" +value: "1176" +data: App\Entity\Car {#34603 …} +attr: [] +labelTranslationParameters: [] } 1178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57385 +label: "COROLLA XEI 1.8 AT (MFO306)" +value: "1178" +data: App\Entity\Car {#34618 …} +attr: [] +labelTranslationParameters: [] } 1179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57386 +label: "207 COMPACT 2009 (IEV832)" +value: "1179" +data: App\Entity\Car {#34633 …} +attr: [] +labelTranslationParameters: [] } 1180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57387 +label: "KA FLY PLUS 1.0L 3PTAS (HSV476)" +value: "1180" +data: App\Entity\Car {#34648 …} +attr: [] +labelTranslationParameters: [] } 1181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57388 +label: "TIGUAN TRENDLINE 1.4 TSI AT6 DSG 7A (AD368EQ)" +value: "1181" +data: App\Entity\Car {#34663 …} +attr: [] +labelTranslationParameters: [] } 1183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57389 +label: "PEUGEOT 404 (VMS564)" +value: "1183" +data: App\Entity\Car {#34678 …} +attr: [] +labelTranslationParameters: [] } 1184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57390 +label: "RANGER LIMITED AT 4X4 (AF628VZ)" +value: "1184" +data: App\Entity\Car {#34693 …} +attr: [] +labelTranslationParameters: [] } 1185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57391 +label: "AGILE 5P 1.4 LT (IMT535)" +value: "1185" +data: App\Entity\Car {#34708 …} +attr: [] +labelTranslationParameters: [] } 1187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57392 +label: "SANDERO SPEPWAY (LQU927)" +value: "1187" +data: App\Entity\Car {#34723 …} +attr: [] +labelTranslationParameters: [] } 1188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57393 +label: "SW4 SRV 4X4 3.0 TDI AT 7 AS (LPP901)" +value: "1188" +data: App\Entity\Car {#34738 …} +attr: [] +labelTranslationParameters: [] } 1189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57394 +label: "S-MAX TITANIUM 2.3 AT6 7 ASIENTOS (KQI435)" +value: "1189" +data: App\Entity\Car {#34753 …} +attr: [] +labelTranslationParameters: [] } 1190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57395 +label: "TRACKER LTZ+ AWD AT (AA110OG)" +value: "1190" +data: App\Entity\Car {#34768 …} +attr: [] +labelTranslationParameters: [] } 1193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57396 +label: "DUSTER DYNAMIQUE 1.6N (AB986RS)" +value: "1193" +data: App\Entity\Car {#34783 …} +attr: [] +labelTranslationParameters: [] } 1194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57397 +label: "208 ACTIVE PACK TIPTRONIC (AG158GL)" +value: "1194" +data: App\Entity\Car {#34798 …} +attr: [] +labelTranslationParameters: [] } 1195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57398 +label: "RAV4 4X4 AT 2.4N (HJD980)" +value: "1195" +data: App\Entity\Car {#34813 …} +attr: [] +labelTranslationParameters: [] } 1196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57399 +label: "NIVUS COMFORTLINE 200 TSI AT (AE521FP)" +value: "1196" +data: App\Entity\Car {#34828 …} +attr: [] +labelTranslationParameters: [] } 1197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57400 +label: "SURAN (OVY971)" +value: "1197" +data: App\Entity\Car {#34843 …} +attr: [] +labelTranslationParameters: [] } 1198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57401 +label: "BRAVO 1.4 16V DYNAMIC (MNB765)" +value: "1198" +data: App\Entity\Car {#34858 …} +attr: [] +labelTranslationParameters: [] } 1199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57402 +label: "PALIO 1.4 ATTRACTIVE (MZR027)" +value: "1199" +data: App\Entity\Car {#34873 …} +attr: [] +labelTranslationParameters: [] } 1201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57403 +label: "HR-V LX (PAR473)" +value: "1201" +data: App\Entity\Car {#34888 …} +attr: [] +labelTranslationParameters: [] } 1202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57404 +label: "SPORTAGE EX AWD (NUZ799)" +value: "1202" +data: App\Entity\Car {#34903 …} +attr: [] +labelTranslationParameters: [] } 1203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57405 +label: "CR-V LX (AB730LC)" +value: "1203" +data: App\Entity\Car {#34918 …} +attr: [] +labelTranslationParameters: [] } 1209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57406 +label: "YARIS XLS PACK 1.5N AT7 (AD719HM)" +value: "1209" +data: App\Entity\Car {#34933 …} +attr: [] +labelTranslationParameters: [] } 1210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57407 +label: "500 1.4 8V CULT (MVQ050)" +value: "1210" +data: App\Entity\Car {#34948 …} +attr: [] +labelTranslationParameters: [] } 1211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57408 +label: "FOCUS 2.0 5 P SE PLUS (NXN992)" +value: "1211" +data: App\Entity\Car {#34963 …} +attr: [] +labelTranslationParameters: [] } 1212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57409 +label: "SW4 SRX AT 4X4 7ASIENTOS (AB717QU)" +value: "1212" +data: App\Entity\Car {#34978 …} +attr: [] +labelTranslationParameters: [] } 1213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57410 +label: "UP TAKE 1.0 MPI (AE116XE)" +value: "1213" +data: App\Entity\Car {#34993 …} +attr: [] +labelTranslationParameters: [] } 1215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57411 +label: "RENEGADE SPORT (AE034GL)" +value: "1215" +data: App\Entity\Car {#35008 …} +attr: [] +labelTranslationParameters: [] } 1216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57412 +label: "COROLLA XEI 1.8 AT (AB299RY)" +value: "1216" +data: App\Entity\Car {#35023 …} +attr: [] +labelTranslationParameters: [] } 1218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57413 +label: "L200 DI-D 2.4 TD 4X4 AT (AB929QJ)" +value: "1218" +data: App\Entity\Car {#35038 …} +attr: [] +labelTranslationParameters: [] } 1219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57414 +label: "FIT EX 1.5 (KTZ871)" +value: "1219" +data: App\Entity\Car {#35053 …} +attr: [] +labelTranslationParameters: [] } 1220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57415 +label: "PUNTO ESSENCE (MNW368)" +value: "1220" +data: App\Entity\Car {#35068 …} +attr: [] +labelTranslationParameters: [] } 1221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57416 +label: "C4 CACTUS SHINE 1.6 T (AF440KC)" +value: "1221" +data: App\Entity\Car {#35083 …} +attr: [] +labelTranslationParameters: [] } 1222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57417 +label: "CAPTUR 2.0 INTENS (AD316DE)" +value: "1222" +data: App\Entity\Car {#35098 …} +attr: [] +labelTranslationParameters: [] } 1223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57418 +label: "SENTRA 2.0 ADVANCE CVT (AE797PD)" +value: "1223" +data: App\Entity\Car {#35113 …} +attr: [] +labelTranslationParameters: [] } 1224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57419 +label: "208 STYLE TIPTRONIC 0KM (ag158gw)" +value: "1224" +data: App\Entity\Car {#35128 …} +attr: [] +labelTranslationParameters: [] } 1225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57420 +label: "COROLLA CROSS 2.0 XLI CVT 0KM (AG119BB)" +value: "1225" +data: App\Entity\Car {#35143 …} +attr: [] +labelTranslationParameters: [] } 1226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57421 +label: "COMPASS LONGITUDE AT6 (AE797MK)" +value: "1226" +data: App\Entity\Car {#35158 …} +attr: [] +labelTranslationParameters: [] } 1227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57422 +label: "TERRITORY TITANIUM AT 1.5 4X2 (AF211XV)" +value: "1227" +data: App\Entity\Car {#35173 …} +attr: [] +labelTranslationParameters: [] } 1228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57423 +label: "NUEVA RANGER LTD 4X4 AT 3.2L (AF702NK)" +value: "1228" +data: App\Entity\Car {#35188 …} +attr: [] +labelTranslationParameters: [] } 1229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57424 +label: "ECOSPORT STORM 2.0 AT (AE458FI)" +value: "1229" +data: App\Entity\Car {#35203 …} +attr: [] +labelTranslationParameters: [] } 1231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57425 +label: "408 FELINE 1.6 HDI (AC612NR)" +value: "1231" +data: App\Entity\Car {#35218 …} +attr: [] +labelTranslationParameters: [] } 1233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57426 +label: "FOX 1.6 HIGH (KNV234)" +value: "1233" +data: App\Entity\Car {#35233 …} +attr: [] +labelTranslationParameters: [] } 1235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57427 +label: "STRADA VOLCANO (AF491QS)" +value: "1235" +data: App\Entity\Car {#35248 …} +attr: [] +labelTranslationParameters: [] } 1236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57428 +label: "RAM LARAIME 1500 5.7 4X4 V8 (PDE705)" +value: "1236" +data: App\Entity\Car {#35263 …} +attr: [] +labelTranslationParameters: [] } 1238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57429 +label: "AMAROK ULTIMATE 4X4 MT 2015 (PBV568)" +value: "1238" +data: App\Entity\Car {#35278 …} +attr: [] +labelTranslationParameters: [] } 1239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57430 +label: "RANGER 3.2TDI XLT 4X2 MT (AC481LB)" +value: "1239" +data: App\Entity\Car {#35293 …} +attr: [] +labelTranslationParameters: [] } 1240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57431 +label: "DS3 SPORT CHIC 1.6THP (KAC875)" +value: "1240" +data: App\Entity\Car {#35308 …} +attr: [] +labelTranslationParameters: [] } 1241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57432 +label: "2008 1.6 MT ALLURE (AC043CK)" +value: "1241" +data: App\Entity\Car {#35323 …} +attr: [] +labelTranslationParameters: [] } 1242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57433 +label: "VENTO 1.4TSI DSG (AB666CI)" +value: "1242" +data: App\Entity\Car {#35338 …} +attr: [] +labelTranslationParameters: [] } 1244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57434 +label: "NOTE SENSE PURE DRIVE (AA425II)" +value: "1244" +data: App\Entity\Car {#35353 …} +attr: [] +labelTranslationParameters: [] } 1245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57435 +label: "CRUZE 1.4 5P PREMIER AT (AF549XB)" +value: "1245" +data: App\Entity\Car {#35368 …} +attr: [] +labelTranslationParameters: [] } 1246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57436 +label: "ONIX PLUS 1.0T MT PREMIER (AE248GC)" +value: "1246" +data: App\Entity\Car {#35383 …} +attr: [] +labelTranslationParameters: [] } 1247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57437 +label: "500 1.4 SPORT (OYE105)" +value: "1247" +data: App\Entity\Car {#35398 …} +attr: [] +labelTranslationParameters: [] } 1248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57438 +label: "208 FELINE 1.6 TIPTRONIC (AF958QR)" +value: "1248" +data: App\Entity\Car {#35413 …} +attr: [] +labelTranslationParameters: [] } 1249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57439 +label: "TRACKER AWD LTZ+ (AA110OG)" +value: "1249" +data: App\Entity\Car {#35428 …} +attr: [] +labelTranslationParameters: [] } 1250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57440 +label: "ECOSPORT SE 1.5L TDCI MT (MNJ393)" +value: "1250" +data: App\Entity\Car {#35443 …} +attr: [] +labelTranslationParameters: [] } 1251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57441 +label: "DUSTER OROCH OUTSIDER (AD073BM)" +value: "1251" +data: App\Entity\Car {#35458 …} +attr: [] +labelTranslationParameters: [] } 1252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57442 +label: "C3 ORIGINE (PPK424)" +value: "1252" +data: App\Entity\Car {#35473 …} +attr: [] +labelTranslationParameters: [] } 1253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57443 +label: "FLUENCE 2.0 SPORT 16V (MPU922)" +value: "1253" +data: App\Entity\Car {#35488 …} +attr: [] +labelTranslationParameters: [] } 1254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57444 +label: "FLUENCE PRIVILEGE 2.0N MT (AA685WV)" +value: "1254" +data: App\Entity\Car {#35503 …} +attr: [] +labelTranslationParameters: [] } 1255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57445 +label: "PARTNER CONFORT L/23 (AG187AN)" +value: "1255" +data: App\Entity\Car {#35518 …} +attr: [] +labelTranslationParameters: [] } 1256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57446 +label: "208 ACTIVE PACK 1.6L AM23 (AF782IP)" +value: "1256" +data: App\Entity\Car {#35533 …} +attr: [] +labelTranslationParameters: [] } 1257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57447 +label: "FRONTIER CD X-GEAR 2.3 D 4X2 AT 2021 (AE955SR)" +value: "1257" +data: App\Entity\Car {#35548 …} +attr: [] +labelTranslationParameters: [] } 1258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57448 +label: "MURANO EXCLUSIVE CVT (AB328RK)" +value: "1258" +data: App\Entity\Car {#35563 …} +attr: [] +labelTranslationParameters: [] } 1259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57449 +label: "DUSTER OROCH OUTSIDER PLUS 2.0 (AC757VZ)" +value: "1259" +data: App\Entity\Car {#35578 …} +attr: [] +labelTranslationParameters: [] } 1260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57450 +label: "CRONOS DRIVE 1.3 GSE BZ (AG069NH)" +value: "1260" +data: App\Entity\Car {#35593 …} +attr: [] +labelTranslationParameters: [] } 1261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57451 +label: "CRONOS DRIVE 1.3 GSE BZ (AG059TT)" +value: "1261" +data: App\Entity\Car {#35608 …} +attr: [] +labelTranslationParameters: [] } 1262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57452 +label: "MOTORHOME TRANSIT VAN LARGA TE P8 AT (AG093LE)" +value: "1262" +data: App\Entity\Car {#35623 …} +attr: [] +labelTranslationParameters: [] } 1263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57453 +label: "C3 1.5 TENDANCE PACK SECURE (NVC628)" +value: "1263" +data: App\Entity\Car {#35638 …} +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57454 +label: "C5 AIRCROSS AT6 FEEL PACK (AE952ET)" +value: "1264" +data: App\Entity\Car {#35653 …} +attr: [] +labelTranslationParameters: [] } 1266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57455 +label: "PARTNER PATAGONICA HDI 1.6 VTC PLUS (LVS812)" +value: "1266" +data: App\Entity\Car {#35668 …} +attr: [] +labelTranslationParameters: [] } 1267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57456 +label: "FIAT UNO NOVO (KFF124)" +value: "1267" +data: App\Entity\Car {#35683 …} +attr: [] +labelTranslationParameters: [] } 1268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57457 +label: "CRV LX GNC (NSA932)" +value: "1268" +data: App\Entity\Car {#35698 …} +attr: [] +labelTranslationParameters: [] } 1269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57458 +label: "PUNTO ESSENCE 1.6N (LLS713)" +value: "1269" +data: App\Entity\Car {#35713 …} +attr: [] +labelTranslationParameters: [] } 1270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57459 +label: "ALASKAN ICONIC 4X4 AT (AE589ZI)" +value: "1270" +data: App\Entity\Car {#35728 …} +attr: [] +labelTranslationParameters: [] } 1271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57460 +label: "SORENTO 2.4 EX 4X2 AT 7AS (NGE273)" +value: "1271" +data: App\Entity\Car {#35743 …} +attr: [] +labelTranslationParameters: [] } 1273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57461 +label: "JOURNEY 2.4 SXT 3 FILAS L/11 FULL (NSP170)" +value: "1273" +data: App\Entity\Car {#35758 …} +attr: [] +labelTranslationParameters: [] } 1274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57462 +label: "308 CC SPK 16E BA6 COUPE (NDD221)" +value: "1274" +data: App\Entity\Car {#35773 …} +attr: [] +labelTranslationParameters: [] } 1275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57463 +label: "DS4 1.6 THP SO CHIC 2013 (MKD349)" +value: "1275" +data: App\Entity\Car {#35788 …} +attr: [] +labelTranslationParameters: [] } 1276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57464 +label: "2008 ALLURE 1.6 GNC (AB832DV)" +value: "1276" +data: App\Entity\Car {#35803 …} +attr: [] +labelTranslationParameters: [] } 1277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57465 +label: "C3 AIRCROSS FEEL 1.6 VTI GNC (AA887CO)" +value: "1277" +data: App\Entity\Car {#35818 …} +attr: [] +labelTranslationParameters: [] } 1278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57466 +label: "VW GOL POWER 1.6 (GNO410)" +value: "1278" +data: App\Entity\Car {#35833 …} +attr: [] +labelTranslationParameters: [] } 1279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57467 +label: "208 STYLE (AG118TE)" +value: "1279" +data: App\Entity\Car {#35848 …} +attr: [] +labelTranslationParameters: [] } 1280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57468 +label: "VERSA ADVANCE PURE DRIVE 1.6 MT (AA384WA)" +value: "1280" +data: App\Entity\Car {#35863 …} +attr: [] +labelTranslationParameters: [] } 1282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57469 +label: "C4 CACTUS THP 165 EAT6 SHINE (AE426JC)" +value: "1282" +data: App\Entity\Car {#35878 …} +attr: [] +labelTranslationParameters: [] } 1283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57470 +label: "HR-V LX CVT (PCJ099)" +value: "1283" +data: App\Entity\Car {#35893 …} +attr: [] +labelTranslationParameters: [] } 1285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57471 +label: "ETIOS XS 1.5 M/T (OYW798)" +value: "1285" +data: App\Entity\Car {#35908 …} +attr: [] +labelTranslationParameters: [] } 1286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57472 +label: "RANGER XL SAFETY CS 4X2 (OIJ668)" +value: "1286" +data: App\Entity\Car {#35923 …} +attr: [] +labelTranslationParameters: [] } 1288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57473 +label: "COROLLA SE-G 1.8 CVT (AA523RM)" +value: "1288" +data: App\Entity\Car {#35938 …} +attr: [] +labelTranslationParameters: [] } 1289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57474 +label: "TIGGO CONFORT 2.0N (NHH346)" +value: "1289" +data: App\Entity\Car {#35953 …} +attr: [] +labelTranslationParameters: [] } 1290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57475 +label: "C4 LOUNGE 1.6 HDI FEEL (AC824NJ)" +value: "1290" +data: App\Entity\Car {#35968 …} +attr: [] +labelTranslationParameters: [] } 1291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57476 +label: "308 FELINE HDI (MGB952)" +value: "1291" +data: App\Entity\Car {#35983 …} +attr: [] +labelTranslationParameters: [] } 1292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57477 +label: "C3 XTR (FZV202)" +value: "1292" +data: App\Entity\Car {#35998 …} +attr: [] +labelTranslationParameters: [] } 1293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57478 +label: "AMAROK COMFORTLINE V6 3.0 4X4 AT (AF773PH)" +value: "1293" +data: App\Entity\Car {#36013 …} +attr: [] +labelTranslationParameters: [] } 1294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57479 +label: "AMAROK HIGHLINE 4X4 MANUAL (OLH780)" +value: "1294" +data: App\Entity\Car {#36028 …} +attr: [] +labelTranslationParameters: [] } 1295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57480 +label: "RANGER 2,5 SAFETY (AD030FX)" +value: "1295" +data: App\Entity\Car {#36043 …} +attr: [] +labelTranslationParameters: [] } 1296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57481 +label: "RENEGADE SPORT MT (AC102SD)" +value: "1296" +data: App\Entity\Car {#36058 …} +attr: [] +labelTranslationParameters: [] } 1297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57482 +label: "SW4 SRV 4X4 MT 3.0TDI (GYC454)" +value: "1297" +data: App\Entity\Car {#36073 …} +attr: [] +labelTranslationParameters: [] } 1298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57483 +label: "ONIX LS JOY 1.4N MT (AA655KE)" +value: "1298" +data: App\Entity\Car {#36088 …} +attr: [] +labelTranslationParameters: [] } 1299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57484 +label: "FIESTA 1.6 5P S (AA077RM)" +value: "1299" +data: App\Entity\Car {#36103 …} +attr: [] +labelTranslationParameters: [] } 1300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57485 +label: "RENEGADE SPORT 1.8 AT6 (AB853SW)" +value: "1300" +data: App\Entity\Car {#36118 …} +attr: [] +labelTranslationParameters: [] } 1301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57486 +label: "TORO VOLCANO 4X4 AT (AC954RD)" +value: "1301" +data: App\Entity\Car {#36133 …} +attr: [] +labelTranslationParameters: [] } 1303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57487 +label: "TERRITORY 1.5T TITANIUM (AF058LU)" +value: "1303" +data: App\Entity\Car {#36148 …} +attr: [] +labelTranslationParameters: [] } 1306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57488 +label: "Gol 1.6 (HAK515)" +value: "1306" +data: App\Entity\Car {#36163 …} +attr: [] +labelTranslationParameters: [] } 1307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57489 +label: "PATHFINDER 3.3 SE (BHI349)" +value: "1307" +data: App\Entity\Car {#36178 …} +attr: [] +labelTranslationParameters: [] } 1308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57490 +label: "ALASKAN 2.3 TDI INTENS 4X2 (AG114YX)" +value: "1308" +data: App\Entity\Car {#36194 …} +attr: [] +labelTranslationParameters: [] } 1309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57491 +label: "T-CROSS HIGHLINE 1.6 MSI 110CV AT (AD690WF)" +value: "1309" +data: App\Entity\Car {#36209 …} +attr: [] +labelTranslationParameters: [] } 1310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57492 +label: "POLO 1.6 MSI TREND (AF519CG)" +value: "1310" +data: App\Entity\Car {#36224 …} +attr: [] +labelTranslationParameters: [] } 1311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57493 +label: "KA FLY PLUS 1.0 MT (LZX643)" +value: "1311" +data: App\Entity\Car {#36239 …} +attr: [] +labelTranslationParameters: [] } 1312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57494 +label: "AMAROK 20TD 4X2 SC STAR (NOP594)" +value: "1312" +data: App\Entity\Car {#36254 …} +attr: [] +labelTranslationParameters: [] } 1313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57495 +label: "A4 2.0T ATRACCTION (NJX599)" +value: "1313" +data: App\Entity\Car {#36269 …} +attr: [] +labelTranslationParameters: [] } 1315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57496 +label: "KANGOO 2017 PH3 AUTH. PLUS 1.6 2P (AB277UV)" +value: "1315" +data: App\Entity\Car {#36284 …} +attr: [] +labelTranslationParameters: [] } 1316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57497 +label: "LAND CRUISER PRADO VX (HDW814)" +value: "1316" +data: App\Entity\Car {#36299 …} +attr: [] +labelTranslationParameters: [] } 1317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57498 +label: "STRADA ADVENTURE 1.6 (OPX422)" +value: "1317" +data: App\Entity\Car {#36314 …} +attr: [] +labelTranslationParameters: [] } 1318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57499 +label: "X60 1.8 VVT (AC428RB)" +value: "1318" +data: App\Entity\Car {#36329 …} +attr: [] +labelTranslationParameters: [] } 1319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57500 +label: "KANGOO II STEPWAY 1.5 DCI (AC975ND)" +value: "1319" +data: App\Entity\Car {#36344 …} +attr: [] +labelTranslationParameters: [] } 1320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57501 +label: "CRUZE RS (AF367BI)" +value: "1320" +data: App\Entity\Car {#36359 …} +attr: [] +labelTranslationParameters: [] } 1321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57502 +label: "COROLLA XLI 2015 1.8 (OMT735)" +value: "1321" +data: App\Entity\Car {#36374 …} +attr: [] +labelTranslationParameters: [] } 1322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57503 +label: "ETIOS XLS PACK AT (AF967JV)" +value: "1322" +data: App\Entity\Car {#36389 …} +attr: [] +labelTranslationParameters: [] } 1323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57504 +label: "ETIOS XLS PACK (AG281SE)" +value: "1323" +data: App\Entity\Car {#36404 …} +attr: [] +labelTranslationParameters: [] } 1324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57505 +label: "AMAROK HIGHLINE V6 (AF663YL)" +value: "1324" +data: App\Entity\Car {#36419 …} +attr: [] +labelTranslationParameters: [] } 1325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57506 +label: "308 FELINE (AC468CN)" +value: "1325" +data: App\Entity\Car {#36434 …} +attr: [] +labelTranslationParameters: [] } 1326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57507 +label: "COROLLA CROSS SEG HEV 1.8 ECVT (AF654XT)" +value: "1326" +data: App\Entity\Car {#36449 …} +attr: [] +labelTranslationParameters: [] } 1327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57508 +label: "RANGER 3.2 4X4 LTD AT (AF724YS)" +value: "1327" +data: App\Entity\Car {#36464 …} +attr: [] +labelTranslationParameters: [] } 1328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57509 +label: "KICKS ADVANCE CVT (AB754KL)" +value: "1328" +data: App\Entity\Car {#36479 …} +attr: [] +labelTranslationParameters: [] } 1329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57510 +label: "AMAROK TREND (AE323ZH)" +value: "1329" +data: App\Entity\Car {#36494 …} +attr: [] +labelTranslationParameters: [] } 1330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57511 +label: "SANDERO STEPWAY PRIVILEGE (PGQ496)" +value: "1330" +data: App\Entity\Car {#36509 …} +attr: [] +labelTranslationParameters: [] } 1331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57512 +label: "HIACE WAGON 2.8 TDI 6AT 10A (AF078EL)" +value: "1331" +data: App\Entity\Car {#36524 …} +attr: [] +labelTranslationParameters: [] } 1332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57513 +label: "208 FELINE TIPTRONIC (AG358ZF)" +value: "1332" +data: App\Entity\Car {#36539 …} +attr: [] +labelTranslationParameters: [] } 1333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57514 +label: "208 ACTIVE TIPTRONIC (AG358ZE)" +value: "1333" +data: App\Entity\Car {#36554 …} +attr: [] +labelTranslationParameters: [] } 1334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57515 +label: "HILUX SRX 2.8 4X2 (AC881SV)" +value: "1334" +data: App\Entity\Car {#36569 …} +attr: [] +labelTranslationParameters: [] } 1335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57516 +label: "TERRITORY TITANIUM 1.5T AT (AE930OE)" +value: "1335" +data: App\Entity\Car {#36584 …} +attr: [] +labelTranslationParameters: [] } 1336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57517 +label: "RENEGADE TRAILHAWK 2.0 AT 4X4 (AD190GI)" +value: "1336" +data: App\Entity\Car {#36599 …} +attr: [] +labelTranslationParameters: [] } 1338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57518 +label: "RANGER XLS V6 OKM (AG261VB)" +value: "1338" +data: App\Entity\Car {#36614 …} +attr: [] +labelTranslationParameters: [] } 1340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57519 +label: "COROLLA SE-G 1.8 CVT (AC374WS)" +value: "1340" +data: App\Entity\Car {#36629 …} +attr: [] +labelTranslationParameters: [] } 1341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57520 +label: "COROLLA XEI PACK 1.8 CVT (OZS393)" +value: "1341" +data: App\Entity\Car {#36644 …} +attr: [] +labelTranslationParameters: [] } 1342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57521 +label: "CR-V LX (HFG484)" +value: "1342" +data: App\Entity\Car {#36659 …} +attr: [] +labelTranslationParameters: [] } 1343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57522 +label: "500 ABARTH 595 TURISMO (AD913TR)" +value: "1343" +data: App\Entity\Car {#36674 …} +attr: [] +labelTranslationParameters: [] } 1344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57523 +label: "RANGER LIMITED V6 3.0 4X4 (AG158MT)" +value: "1344" +data: App\Entity\Car {#36689 …} +attr: [] +labelTranslationParameters: [] } 1345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57524 +label: "TERRITORY 1.8 TITANIUM (AG261VG)" +value: "1345" +data: App\Entity\Car {#36704 …} +attr: [] +labelTranslationParameters: [] } 1347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57525 +label: "CRUZE 4P 1.4 TURBO LT (AA527ZA)" +value: "1347" +data: App\Entity\Car {#36719 …} +attr: [] +labelTranslationParameters: [] } 1349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57526 +label: "SW4 SRV 4X2 2.7N AT (MPZ330)" +value: "1349" +data: App\Entity\Car {#36734 …} +attr: [] +labelTranslationParameters: [] } 1350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57527 +label: "CLK 320 SPORT (CMN288)" +value: "1350" +data: App\Entity\Car {#36749 …} +attr: [] +labelTranslationParameters: [] } 1351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57528 +label: "SW4 SRX 2.8 4X4 (AC151MA)" +value: "1351" +data: App\Entity\Car {#36764 …} +attr: [] +labelTranslationParameters: [] } 1352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57529 +label: "301 ALLURE HDI (AB639FN)" +value: "1352" +data: App\Entity\Car {#36779 …} +attr: [] +labelTranslationParameters: [] } 1354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57530 +label: "C3 AIRCROSS 1.6 SHINE (AB903SR)" +value: "1354" +data: App\Entity\Car {#36794 …} +attr: [] +labelTranslationParameters: [] } 1356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57531 +label: "YARIS XLS PACK 1.5N CVT (AE194VU)" +value: "1356" +data: App\Entity\Car {#36809 …} +attr: [] +labelTranslationParameters: [] } 1357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57532 +label: "Q2 SPORT 1.4 TFSI AT (AC883FP)" +value: "1357" +data: App\Entity\Car {#36824 …} +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57533 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 2022 (AF154JC)" +value: "1358" +data: App\Entity\Car {#36839 …} +attr: [] +labelTranslationParameters: [] } 1359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57534 +label: "COMPASS 1.3T LONGITUDE 4X2 (AF035ZB)" +value: "1359" +data: App\Entity\Car {#36854 …} +attr: [] +labelTranslationParameters: [] } 1360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57535 +label: "TERRITORY TITANIUM 1.5T AT (AF320PX)" +value: "1360" +data: App\Entity\Car {#36869 …} +attr: [] +labelTranslationParameters: [] } 1362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57536 +label: "TERRITORY 1.8 AT TITANIUM EU5 (AG026HJ)" +value: "1362" +data: App\Entity\Car {#36884 …} +attr: [] +labelTranslationParameters: [] } 1364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57537 +label: "C4 CACTUS 1.6 THP SHINE (AD301UR)" +value: "1364" +data: App\Entity\Car {#36899 …} +attr: [] +labelTranslationParameters: [] } 1367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57538 +label: "RENEGADE 1.8 GNC SPORT (AB644HP)" +value: "1367" +data: App\Entity\Car {#36914 …} +attr: [] +labelTranslationParameters: [] } 1368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57539 +label: "BRONCO SPORT BIG BEND (AE841EH)" +value: "1368" +data: App\Entity\Car {#36929 …} +attr: [] +labelTranslationParameters: [] } 1369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57540 +label: "RENEGADE LONGITUDE 1.8L AT6 (AE544BD)" +value: "1369" +data: App\Entity\Car {#36944 …} +attr: [] +labelTranslationParameters: [] } 1371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57541 +label: "TERRITORY TITANIUM 1.5T AT (AF211XV)" +value: "1371" +data: App\Entity\Car {#36959 …} +attr: [] +labelTranslationParameters: [] } 1373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57542 +label: "HR-V 1.8 EXL CVT L/21 (AF845NR)" +value: "1373" +data: App\Entity\Car {#36974 …} +attr: [] +labelTranslationParameters: [] } 1374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57543 +label: "FIT 1.5 EXL (AD615ML)" +value: "1374" +data: App\Entity\Car {#36989 …} +attr: [] +labelTranslationParameters: [] } 1375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57544 +label: "CRUZE 1.4 5 PTAS LT MT (AD670IH)" +value: "1375" +data: App\Entity\Car {#37004 …} +attr: [] +labelTranslationParameters: [] } 1376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57545 +label: "COROLLA XLI CVT 2.0 (AF231KF)" +value: "1376" +data: App\Entity\Car {#37019 …} +attr: [] +labelTranslationParameters: [] } 1377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57546 +label: "CIVIC EXS AT 1.8N (LNV534)" +value: "1377" +data: App\Entity\Car {#37034 …} +attr: [] +labelTranslationParameters: [] } 1378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57547 +label: "TRACKER 1.2 PREMIER (AE441SV)" +value: "1378" +data: App\Entity\Car {#37049 …} +attr: [] +labelTranslationParameters: [] } 1380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57548 +label: "LOGAN II 1.6 16V INTENS L/19 (AF627UN)" +value: "1380" +data: App\Entity\Car {#37064 …} +attr: [] +labelTranslationParameters: [] } 1381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57549 +label: "308 FELINE 1.6 HDI (PHV875)" +value: "1381" +data: App\Entity\Car {#37079 …} +attr: [] +labelTranslationParameters: [] } 1382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57550 +label: "C3 AIRCROSS 1.6 VTI 115 TENDANCE (NGD816)" +value: "1382" +data: App\Entity\Car {#37094 …} +attr: [] +labelTranslationParameters: [] } 1383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57551 +label: "3008 PREMIUM PLUS 156 CV (JRX046)" +value: "1383" +data: App\Entity\Car {#37109 …} +attr: [] +labelTranslationParameters: [] } 1384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57552 +label: "HILUX SR 2.8 4X4 (AA415UC)" +value: "1384" +data: App\Entity\Car {#37124 …} +attr: [] +labelTranslationParameters: [] } 1385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57553 +label: "AMAROK 2.0 MT6 C/S (AC350IJ)" +value: "1385" +data: App\Entity\Car {#37139 …} +attr: [] +labelTranslationParameters: [] } 1386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57554 +label: "208 ALLURE PACK (ad092lh)" +value: "1386" +data: App\Entity\Car {#37154 …} +attr: [] +labelTranslationParameters: [] } 1391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57555 +label: "CLIO 3 PTAS PACK (KGA735)" +value: "1391" +data: App\Entity\Car {#37169 …} +attr: [] +labelTranslationParameters: [] } 1392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57556 +label: "C3 1.6 VTI (AC151HH)" +value: "1392" +data: App\Entity\Car {#37184 …} +attr: [] +labelTranslationParameters: [] } 1393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57557 +label: "C4 1.6 PACK LOOK (JFL570)" +value: "1393" +data: App\Entity\Car {#37199 …} +attr: [] +labelTranslationParameters: [] } 1394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57558 +label: "AMAROK V6 4X4 HIGHLINE 2020 (AE368LY)" +value: "1394" +data: App\Entity\Car {#37214 …} +attr: [] +labelTranslationParameters: [] } 1396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57559 +label: "COROLLA 2.0 XLI CVT (AG330UM)" +value: "1396" +data: App\Entity\Car {#37229 …} +attr: [] +labelTranslationParameters: [] } 1397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57560 +label: "ECOSPORT SE 1.6N MT (NIO825)" +value: "1397" +data: App\Entity\Car {#37244 …} +attr: [] +labelTranslationParameters: [] } 1398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57561 +label: "X6 35 I (MXG482)" +value: "1398" +data: App\Entity\Car {#37259 …} +attr: [] +labelTranslationParameters: [] } 1399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57562 +label: "HILUX 4X4 D/C SRX 2.8 TDI 6 A/T (AA282KB)" +value: "1399" +data: App\Entity\Car {#37274 …} +attr: [] +labelTranslationParameters: [] } 1400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57563 +label: "MOBI EASY (AB235VT)" +value: "1400" +data: App\Entity\Car {#37289 …} +attr: [] +labelTranslationParameters: [] } 1401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57564 +label: "AIRCROSS EXCLUSIVE (ngc794)" +value: "1401" +data: App\Entity\Car {#37304 …} +attr: [] +labelTranslationParameters: [] } 1402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57565 +label: "kangoo (JCV436)" +value: "1402" +data: App\Entity\Car {#37319 …} +attr: [] +labelTranslationParameters: [] } 1403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57566 +label: "TRAILBLAZER 2.8 4X4 LTZ AUT (AC049VF)" +value: "1403" +data: App\Entity\Car {#37334 …} +attr: [] +labelTranslationParameters: [] } 1406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57567 +label: "DS3 1.6 TURBO SPORT CHIC (MAP562)" +value: "1406" +data: App\Entity\Car {#37349 …} +attr: [] +labelTranslationParameters: [] } 1407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57568 +label: "AMAROK HIGHLINE 4X2 AT (AG161GO)" +value: "1407" +data: App\Entity\Car {#37364 …} +attr: [] +labelTranslationParameters: [] } 1408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57569 +label: "MARCH ADVANCE MEDIA TECH (NZX464)" +value: "1408" +data: App\Entity\Car {#37379 …} +attr: [] +labelTranslationParameters: [] } 1411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57570 +label: "UP HIGH (AC237TL)" +value: "1411" +data: App\Entity\Car {#37394 …} +attr: [] +labelTranslationParameters: [] } 1414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57571 +label: "HILUX SRV 3.0 4X4 AT (OJR769)" +value: "1414" +data: App\Entity\Car {#37409 …} +attr: [] +labelTranslationParameters: [] } 1416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57572 +label: "TRACKER LTZ AT6 (AF897VV)" +value: "1416" +data: App\Entity\Car {#37424 …} +attr: [] +labelTranslationParameters: [] } 1417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57573 +label: "CAMARO SS 6.2 V8 (OKL764)" +value: "1417" +data: App\Entity\Car {#37439 …} +attr: [] +labelTranslationParameters: [] } 1418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57574 +label: "HR-V EXL (AB649OQ)" +value: "1418" +data: App\Entity\Car {#37454 …} +attr: [] +labelTranslationParameters: [] } 1421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57575 +label: "CAPTUR INTENS 2.0 (AE102PP)" +value: "1421" +data: App\Entity\Car {#37469 …} +attr: [] +labelTranslationParameters: [] } 1422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57576 +label: "2008 FELINE 1.6 (AE721UK)" +value: "1422" +data: App\Entity\Car {#37484 …} +attr: [] +labelTranslationParameters: [] } 1423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57577 +label: "JOURNEY (MZQ990)" +value: "1423" +data: App\Entity\Car {#37499 …} +attr: [] +labelTranslationParameters: [] } 1424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57578 +label: "BRONCO SPORT WILDTRACK 2.OL (SIN)" +value: "1424" +data: App\Entity\Car {#37514 …} +attr: [] +labelTranslationParameters: [] } 1425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57579 +label: "FRONTIER LE 4X4 AT (AE131KB)" +value: "1425" +data: App\Entity\Car {#37529 …} +attr: [] +labelTranslationParameters: [] } 1426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57580 +label: "X3 3.0D EXECUTIVE STEPTRONIC (FYQ122)" +value: "1426" +data: App\Entity\Car {#37544 …} +attr: [] +labelTranslationParameters: [] } 1427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57581 +label: "C4 LOUNGE 1.6 HDI FEEL PK (AB728VR)" +value: "1427" +data: App\Entity\Car {#37559 …} +attr: [] +labelTranslationParameters: [] } 1428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57582 +label: "HILUX SRX AT 4X2 (AF672VG)" +value: "1428" +data: App\Entity\Car {#37574 …} +attr: [] +labelTranslationParameters: [] } 1431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57583 +label: "CRONOS PRESICION 1.8 mt (AE839FI)" +value: "1431" +data: App\Entity\Car {#37589 …} +attr: [] +labelTranslationParameters: [] } 1432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57584 +label: "AMAROK DC V6 3.0L TDI 4X4 AT (AE595TI)" +value: "1432" +data: App\Entity\Car {#37604 …} +attr: [] +labelTranslationParameters: [] } 1433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57585 +label: "ETIOS XLS MT/6 4 PUERTAS (AD386DL)" +value: "1433" +data: App\Entity\Car {#37619 …} +attr: [] +labelTranslationParameters: [] } 1435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57586 +label: "ECOSPORT FREESTYLE 4X4 AT 2.0 (AC640CF)" +value: "1435" +data: App\Entity\Car {#37634 …} +attr: [] +labelTranslationParameters: [] } 1436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57587 +label: "HILUX 4X4 CABINA DOBLE SR 3.0 TDI (LAI986)" +value: "1436" +data: App\Entity\Car {#37649 …} +attr: [] +labelTranslationParameters: [] } 1437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57588 +label: "FRONTIER NP300 (LLS951)" +value: "1437" +data: App\Entity\Car {#37664 …} +attr: [] +labelTranslationParameters: [] } 1439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57589 +label: "SW4 4X4 SRV AT CUERO (JCI092)" +value: "1439" +data: App\Entity\Car {#37679 …} +attr: [] +labelTranslationParameters: [] } 1440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57590 +label: "HR-V EXL (AC299KT)" +value: "1440" +data: App\Entity\Car {#37694 …} +attr: [] +labelTranslationParameters: [] } 1441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57591 +label: "YARIS XLS 1.5 6M/T (AF808DX)" +value: "1441" +data: App\Entity\Car {#37709 …} +attr: [] +labelTranslationParameters: [] } 1442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57592 +label: "BRONCO SPORT WILDTRAK 2.0L (AF648FV)" +value: "1442" +data: App\Entity\Car {#37724 …} +attr: [] +labelTranslationParameters: [] } 1443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57593 +label: "MAVERICK XLT 2.0L 4X2 AT (AF327ZP)" +value: "1443" +data: App\Entity\Car {#37739 …} +attr: [] +labelTranslationParameters: [] } 1444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57594 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT (AG234HH)" +value: "1444" +data: App\Entity\Car {#37754 …} +attr: [] +labelTranslationParameters: [] } 1445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57595 +label: "L200 TRITON GLS (PCQ003)" +value: "1445" +data: App\Entity\Car {#37769 …} +attr: [] +labelTranslationParameters: [] } 1450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57596 +label: "PARTNER PATAGONICA 1.6N (OOD728)" +value: "1450" +data: App\Entity\Car {#37784 …} +attr: [] +labelTranslationParameters: [] } 1451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57597 +label: "207 COMPACT XR 1.4 5P C/GNC (KJI215)" +value: "1451" +data: App\Entity\Car {#37799 …} +attr: [] +labelTranslationParameters: [] } 1453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57598 +label: "CITYCOM 300 (A162HYK)" +value: "1453" +data: App\Entity\Car {#37814 …} +attr: [] +labelTranslationParameters: [] } 1454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57599 +label: "VITARA GL (AD149GT)" +value: "1454" +data: App\Entity\Car {#37830 …} +attr: [] +labelTranslationParameters: [] } 1455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57600 +label: "PUNTO BLACKMOTION (AA248ZJ)" +value: "1455" +data: App\Entity\Car {#37845 …} +attr: [] +labelTranslationParameters: [] } 1456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57601 +label: "TRAILBLAZER 2.8 CTDI 4X4 LTZ A/T (AD389AZ)" +value: "1456" +data: App\Entity\Car {#37860 …} +attr: [] +labelTranslationParameters: [] } 1457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57602 +label: "ALASKAN INTENS 4X4 MT (AF521SG)" +value: "1457" +data: App\Entity\Car {#37875 …} +attr: [] +labelTranslationParameters: [] } 1458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57603 +label: "RANGER DC 4X4 XLT AT 3.2L D (AE625XQ)" +value: "1458" +data: App\Entity\Car {#37890 …} +attr: [] +labelTranslationParameters: [] } 1459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57604 +label: "GOL TREND 1.6 (IIC489)" +value: "1459" +data: App\Entity\Car {#37905 …} +attr: [] +labelTranslationParameters: [] } 1460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57605 +label: "COROLLA 2.0 XLI MT (AF468XF)" +value: "1460" +data: App\Entity\Car {#37920 …} +attr: [] +labelTranslationParameters: [] } 1461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57606 +label: "VENTO 2.0 TSI (OIJ521)" +value: "1461" +data: App\Entity\Car {#37935 …} +attr: [] +labelTranslationParameters: [] } 1462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57607 +label: "CRV LX 2.4 (JPR367)" +value: "1462" +data: App\Entity\Car {#37950 …} +attr: [] +labelTranslationParameters: [] } 1463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57608 +label: "CAPTUR ZEN 2.0N MT (AC214LY)" +value: "1463" +data: App\Entity\Car {#37965 …} +attr: [] +labelTranslationParameters: [] } 1464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57609 +label: "YARIS S 1.5N CVT (AD934VN)" +value: "1464" +data: App\Entity\Car {#37980 …} +attr: [] +labelTranslationParameters: [] } 1465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57610 +label: "3008 GT LINE (AB979JU)" +value: "1465" +data: App\Entity\Car {#37995 …} +attr: [] +labelTranslationParameters: [] } 1466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57611 +label: "ETIOS XLS PACK 1.5 4A/T (AG393PF)" +value: "1466" +data: App\Entity\Car {#38010 …} +attr: [] +labelTranslationParameters: [] } 1467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57612 +label: "TORO VOLCANO 2.0 16V 4X4 (AE755VG)" +value: "1467" +data: App\Entity\Car {#38025 …} +attr: [] +labelTranslationParameters: [] } 1468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57613 +label: "TIGGO 2.0 COMFORT (MOD496)" +value: "1468" +data: App\Entity\Car {#38040 …} +attr: [] +labelTranslationParameters: [] } 1469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57614 +label: "ARGO HGT (AC887GO)" +value: "1469" +data: App\Entity\Car {#38055 …} +attr: [] +labelTranslationParameters: [] } 1470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57615 +label: "PARTNER CONFORT 1.4GNC (MDU334)" +value: "1470" +data: App\Entity\Car {#38070 …} +attr: [] +labelTranslationParameters: [] } 1471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57616 +label: "DUSTER OROCH 2.0 OUTSIDER PLUS GNC (AC757VZ)" +value: "1471" +data: App\Entity\Car {#38085 …} +attr: [] +labelTranslationParameters: [] } 1472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57617 +label: "CRV LX (HFG484)" +value: "1472" +data: App\Entity\Car {#38100 …} +attr: [] +labelTranslationParameters: [] } 1473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57618 +label: "ARGO DRIVE 1.3 (AE042PP)" +value: "1473" +data: App\Entity\Car {#38115 …} +attr: [] +labelTranslationParameters: [] } 1474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57619 +label: "RANGER XLT (AE026AK)" +value: "1474" +data: App\Entity\Car {#38130 …} +attr: [] +labelTranslationParameters: [] } 1475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57620 +label: "Toro Volcano 4X4 AT (AB887NE)" +value: "1475" +data: App\Entity\Car {#38145 …} +attr: [] +labelTranslationParameters: [] } 1476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57621 +label: "STRADA ADVENTURE 1.6 (NMM432)" +value: "1476" +data: App\Entity\Car {#38160 …} +attr: [] +labelTranslationParameters: [] } 1477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57622 +label: "CRUZE RS (AF531GA)" +value: "1477" +data: App\Entity\Car {#38175 …} +attr: [] +labelTranslationParameters: [] } 1478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57623 +label: "COMPASS LIMITED PLUS 4X4 AT (AD520EB)" +value: "1478" +data: App\Entity\Car {#38190 …} +attr: [] +labelTranslationParameters: [] } 1479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57624 +label: "DUSTER NINTENS 1.6 CVT (AG003GS)" +value: "1479" +data: App\Entity\Car {#38205 …} +attr: [] +labelTranslationParameters: [] } 1481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57625 +label: "CIVIC 2.0 CVT EXL (AB704CF)" +value: "1481" +data: App\Entity\Car {#38220 …} +attr: [] +labelTranslationParameters: [] } 1482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57626 +label: "208 FELINE 1.6 (AC720AD)" +value: "1482" +data: App\Entity\Car {#38235 …} +attr: [] +labelTranslationParameters: [] } 1483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57627 +label: "AMAROK HIG 4X2 180 HP MT (PHK909)" +value: "1483" +data: App\Entity\Car {#38250 …} +attr: [] +labelTranslationParameters: [] } 1484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57628 +label: "GOL POWER (JYS761)" +value: "1484" +data: App\Entity\Car {#38265 …} +attr: [] +labelTranslationParameters: [] } 1485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57629 +label: "208 ALLURE 1.6 (AB814CU)" +value: "1485" +data: App\Entity\Car {#38280 …} +attr: [] +labelTranslationParameters: [] } 1486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57630 +label: "208 ACTIVE TIPTRONIC 1.6L (AF327TL)" +value: "1486" +data: App\Entity\Car {#38295 …} +attr: [] +labelTranslationParameters: [] } 1488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57631 +label: "YARIS XLS 1.5 CVT (AF289NY)" +value: "1488" +data: App\Entity\Car {#38310 …} +attr: [] +labelTranslationParameters: [] } 1489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57632 +label: "SANDERO STEPWAY PRIVILEGE GNC (PFM667)" +value: "1489" +data: App\Entity\Car {#38325 …} +attr: [] +labelTranslationParameters: [] } 1490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57633 +label: "HILUX SRV 4X2 MT (IPN945)" +value: "1490" +data: App\Entity\Car {#38340 …} +attr: [] +labelTranslationParameters: [] } 1491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57634 +label: "RANGER SAFETY CS 2.2 4X2 (AE282VH)" +value: "1491" +data: App\Entity\Car {#38355 …} +attr: [] +labelTranslationParameters: [] } 1492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57635 +label: "PARTNER CONFORT HDI 1.6 (MRE149)" +value: "1492" +data: App\Entity\Car {#38370 …} +attr: [] +labelTranslationParameters: [] } 1493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57636 +label: "TAOS HIGHLINE 1.4T (AG404ST)" +value: "1493" +data: App\Entity\Car {#38385 …} +attr: [] +labelTranslationParameters: [] } 1494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57637 +label: "500L 1.4 16V (OPQ013)" +value: "1494" +data: App\Entity\Car {#38400 …} +attr: [] +labelTranslationParameters: [] } 1498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57638 +label: "SURAN 1.9D (IDW473)" +value: "1498" +data: App\Entity\Car {#38415 …} +attr: [] +labelTranslationParameters: [] } 1501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57639 +label: "3008 GT PACK TIPTRONIC (AG500HS)" +value: "1501" +data: App\Entity\Car {#38430 …} +attr: [] +labelTranslationParameters: [] } 1502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57640 +label: "AMAROK EXTREME (AF672ZS)" +value: "1502" +data: App\Entity\Car {#38445 …} +attr: [] +labelTranslationParameters: [] } 1503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57641 +label: "C4 CACTUS RIP CURL (AE584MJ)" +value: "1503" +data: App\Entity\Car {#38460 …} +attr: [] +labelTranslationParameters: [] } 1504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57642 +label: "COROLLA XEI PACK 1.8 A/T (JFP570)" +value: "1504" +data: App\Entity\Car {#38475 …} +attr: [] +labelTranslationParameters: [] } 1505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57643 +label: "KICKS 1.6 EXCLUSIVE CVT (AF038FI)" +value: "1505" +data: App\Entity\Car {#38490 …} +attr: [] +labelTranslationParameters: [] } 1507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57644 +label: "SANDERO STEPWAY INTENSE CVT (AG355NE)" +value: "1507" +data: App\Entity\Car {#38505 …} +attr: [] +labelTranslationParameters: [] } 1508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57645 +label: "CORSA CLASSIC (OXD490)" +value: "1508" +data: App\Entity\Car {#38520 …} +attr: [] +labelTranslationParameters: [] } 1509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57646 +label: "FIESTA KINETIC 1.6N TITANIUM POWERSHIFT 5P (NQS993)" +value: "1509" +data: App\Entity\Car {#38535 …} +attr: [] +labelTranslationParameters: [] } 1510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57647 +label: "GOL TREND 1.6N MT (NZB936)" +value: "1510" +data: App\Entity\Car {#38550 …} +attr: [] +labelTranslationParameters: [] } 1511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57648 +label: "KANGOO STEPWAY (AG033FJ)" +value: "1511" +data: App\Entity\Car {#38565 …} +attr: [] +labelTranslationParameters: [] } 1513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57649 +label: "PALIO 1.6 ATTRACTIVE (AA599TT)" +value: "1513" +data: App\Entity\Car {#38580 …} +attr: [] +labelTranslationParameters: [] } 1514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57650 +label: "TORO FREEDOM 1.8 AT (AE041GU)" +value: "1514" +data: App\Entity\Car {#38595 …} +attr: [] +labelTranslationParameters: [] } 1516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57651 +label: "AMAROK TRENDLINE 4X2 2.0L TDI 140 CV (AG033FN)" +value: "1516" +data: App\Entity\Car {#38610 …} +attr: [] +labelTranslationParameters: [] } 1517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57652 +label: "PULSE IMPETUS 1.0T CVT (AF482YD)" +value: "1517" +data: App\Entity\Car {#38625 …} +attr: [] +labelTranslationParameters: [] } 1519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57653 +label: "ETIOS XLS 1.5N MT6 (AE595JU)" +value: "1519" +data: App\Entity\Car {#38640 …} +attr: [] +labelTranslationParameters: [] } 1520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57654 +label: "DUSTER OROCH ICONIC 1.3T 4X2 (AG460GA)" +value: "1520" +data: App\Entity\Car {#38655 …} +attr: [] +labelTranslationParameters: [] } 1521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57655 +label: "FRONTIER PRO4X 4X4 AT 2.3 D CD (AF884QC)" +value: "1521" +data: App\Entity\Car {#38670 …} +attr: [] +labelTranslationParameters: [] } 1522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57656 +label: "AMAROK V6 EXTREME (AE628VR)" +value: "1522" +data: App\Entity\Car {#38685 …} +attr: [] +labelTranslationParameters: [] } 1523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57657 +label: "POLO TREND MT (AF831LF)" +value: "1523" +data: App\Entity\Car {#38700 …} +attr: [] +labelTranslationParameters: [] } 1524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57658 +label: "CAPTUR ZEN 2.0N MT (AA738YO)" +value: "1524" +data: App\Entity\Car {#38715 …} +attr: [] +labelTranslationParameters: [] } 1525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57659 +label: "FRONTIER S 2.3 D 4X2 MT CD (AD959VF)" +value: "1525" +data: App\Entity\Car {#38730 …} +attr: [] +labelTranslationParameters: [] } 1528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57660 +label: "RANGER LIMITED 3.2TDI 4X4 AT (AE269LR)" +value: "1528" +data: App\Entity\Car {#38745 …} +attr: [] +labelTranslationParameters: [] } 1529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57661 +label: "208 ALLURE NAV TIP (AC515XS)" +value: "1529" +data: App\Entity\Car {#38760 …} +attr: [] +labelTranslationParameters: [] } 1530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57662 +label: "FOCUS 2.0 SE PLUS AT 5P (NZB886)" +value: "1530" +data: App\Entity\Car {#38775 …} +attr: [] +labelTranslationParameters: [] } 1531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57663 +label: "RANGER 3.2TDI XLT 4X2 (LZY978)" +value: "1531" +data: App\Entity\Car {#38790 …} +attr: [] +labelTranslationParameters: [] } 1532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57664 +label: "ECOSPORT 1.6S (MPU917)" +value: "1532" +data: App\Entity\Car {#38805 …} +attr: [] +labelTranslationParameters: [] } 1533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57665 +label: "FIESTA (PIL249)" +value: "1533" +data: App\Entity\Car {#38820 …} +attr: [] +labelTranslationParameters: [] } 1534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57666 +label: "DUSTER PH2 DYNAMIQUE 1.6 (PJQ352)" +value: "1534" +data: App\Entity\Car {#38835 …} +attr: [] +labelTranslationParameters: [] } 1535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57667 +label: "FIESTA KINETIC TITANIUM 1.6 (AC107CV)" +value: "1535" +data: App\Entity\Car {#38850 …} +attr: [] +labelTranslationParameters: [] } 1537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57668 +label: "Amarok (kni849)" +value: "1537" +data: App\Entity\Car {#38865 …} +attr: [] +labelTranslationParameters: [] } 1540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57669 +label: "RAV (MQE043)" +value: "1540" +data: App\Entity\Car {#38880 …} +attr: [] +labelTranslationParameters: [] } 1541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57670 +label: "GOL TREND TRENDLINE 1.6 (AE850NE)" +value: "1541" +data: App\Entity\Car {#38895 …} +attr: [] +labelTranslationParameters: [] } 1542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57671 +label: "NUEVA RANGER DC 4X4 LTD AT 3.2L D (AF030ER)" +value: "1542" +data: App\Entity\Car {#38910 …} +attr: [] +labelTranslationParameters: [] } 1543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57672 +label: "YARIS XLS PACK 1.5 CVT (AF219WC)" +value: "1543" +data: App\Entity\Car {#38925 …} +attr: [] +labelTranslationParameters: [] } 1544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57673 +label: "TORO FREEDOM 4X4 AT9 (AC851JR)" +value: "1544" +data: App\Entity\Car {#38940 …} +attr: [] +labelTranslationParameters: [] } 1545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57674 +label: "EMGRAND X7 SPORT GL AT (AC626KK)" +value: "1545" +data: App\Entity\Car {#38955 …} +attr: [] +labelTranslationParameters: [] } 1546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57675 +label: "CRV LX 2.4 GNC (JAF855)" +value: "1546" +data: App\Entity\Car {#38970 …} +attr: [] +labelTranslationParameters: [] } 1547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57676 +label: "ECOSPORT XLS 1.6N MT (KYQ567)" +value: "1547" +data: App\Entity\Car {#38985 …} +attr: [] +labelTranslationParameters: [] } 1548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57677 +label: "CRONOS DRIVE 1.3 MT (AF426AN)" +value: "1548" +data: App\Entity\Car {#39000 …} +attr: [] +labelTranslationParameters: [] } 1549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57678 +label: "ALASKAN ICONIC 2.3 DCI (AG451YP)" +value: "1549" +data: App\Entity\Car {#39015 …} +attr: [] +labelTranslationParameters: [] } 1550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57679 +label: "C5 1.6 THP AIRCROSS FEEL PACK (AE915MY)" +value: "1550" +data: App\Entity\Car {#39030 …} +attr: [] +labelTranslationParameters: [] } 1551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57680 +label: "X3 35 xDRIVE EXECUTIVE 3.0N 306HP (NHD064)" +value: "1551" +data: App\Entity\Car {#39045 …} +attr: [] +labelTranslationParameters: [] } 1552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57681 +label: "Kangoo Stepway 1.5 (AG442CR)" +value: "1552" +data: App\Entity\Car {#39060 …} +attr: [] +labelTranslationParameters: [] } 1553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57682 +label: "HILUX 4X2 DC SR 2.4 TDI 6 MT (AG372TR)" +value: "1553" +data: App\Entity\Car {#39075 …} +attr: [] +labelTranslationParameters: [] } 1556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57683 +label: "308 1.6 ACTIVE (NEX811)" +value: "1556" +data: App\Entity\Car {#39090 …} +attr: [] +labelTranslationParameters: [] } 1557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57684 +label: "FOX 1.6 5 P. COMFORTLINE L/10 PACK (KNV234)" +value: "1557" +data: App\Entity\Car {#39105 …} +attr: [] +labelTranslationParameters: [] } 1561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57685 +label: "308 ACTIVE 1.6 (NKS560)" +value: "1561" +data: App\Entity\Car {#39120 …} +attr: [] +labelTranslationParameters: [] } 1562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57686 +label: "408 FELINE THP TIPTRONIC (AA304JK)" +value: "1562" +data: App\Entity\Car {#39135 …} +attr: [] +labelTranslationParameters: [] } 1563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57687 +label: "KUGA TITANIUM 2.0L ECOBOOST AWD (AB039ZY)" +value: "1563" +data: App\Entity\Car {#39150 …} +attr: [] +labelTranslationParameters: [] } 1564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57688 +label: "A250 AMG-LINE SEDAN (AD969LD)" +value: "1564" +data: App\Entity\Car {#39165 …} +attr: [] +labelTranslationParameters: [] } 1565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57689 +label: "COROLLA XLI CVT (AG477LY)" +value: "1565" +data: App\Entity\Car {#39180 …} +attr: [] +labelTranslationParameters: [] } 1568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57690 +label: "RANGER LÍMITED 3.2 4X4 (AA658MO)" +value: "1568" +data: App\Entity\Car {#39195 …} +attr: [] +labelTranslationParameters: [] } 1569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57691 +label: "208 STYLE TRIPTONIC (AG507ZP)" +value: "1569" +data: App\Entity\Car {#39210 …} +attr: [] +labelTranslationParameters: [] } 1570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57692 +label: "CRV 2.4 GNC 4X2 LX AUT (IDX526)" +value: "1570" +data: App\Entity\Car {#39225 …} +attr: [] +labelTranslationParameters: [] } 1571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57693 +label: "AMAROK TRENDLINE 4X4 2.0DI AT (PCQ477)" +value: "1571" +data: App\Entity\Car {#39240 …} +attr: [] +labelTranslationParameters: [] } 1573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57694 +label: "VERSA ADVANCE CVT (AG402QV)" +value: "1573" +data: App\Entity\Car {#39256 …} +attr: [] +labelTranslationParameters: [] } 1574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57695 +label: "CRUZE 1.4 RS AT (AG374JZ)" +value: "1574" +data: App\Entity\Car {#39271 …} +attr: [] +labelTranslationParameters: [] } 1575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57696 +label: "2008 ALLURE 1.6 (AA110AH)" +value: "1575" +data: App\Entity\Car {#39286 …} +attr: [] +labelTranslationParameters: [] } 1576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57697 +label: "C3 AIRCROSS 1.6I 16V SX PACK HIG (LQF600)" +value: "1576" +data: App\Entity\Car {#39301 …} +attr: [] +labelTranslationParameters: [] } 1577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57698 +label: "SANDERO RS 2.0 (AB117NS)" +value: "1577" +data: App\Entity\Car {#39316 …} +attr: [] +labelTranslationParameters: [] } 1578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57699 +label: "SW4 SRX 4X4 MT 7A (PMT190)" +value: "1578" +data: App\Entity\Car {#39331 …} +attr: [] +labelTranslationParameters: [] } 1579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57700 +label: "AMAROK HIGH AT (LDA838)" +value: "1579" +data: App\Entity\Car {#39346 …} +attr: [] +labelTranslationParameters: [] } 1580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57701 +label: "S10 2.8TD LS 4X2 (AD618JU)" +value: "1580" +data: App\Entity\Car {#39361 …} +attr: [] +labelTranslationParameters: [] } 1581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57702 +label: "CRONOS DRIVE 1.3 MT S DESING (AF794YY)" +value: "1581" +data: App\Entity\Car {#39376 …} +attr: [] +labelTranslationParameters: [] } 1582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57703 +label: "SURAN CONFORTLINE (AA371DF)" +value: "1582" +data: App\Entity\Car {#39391 …} +attr: [] +labelTranslationParameters: [] } 1583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57704 +label: "JUMPY 1.6 HDI BUSINESS L3 (AC892JO)" +value: "1583" +data: App\Entity\Car {#39406 …} +attr: [] +labelTranslationParameters: [] } 1585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57705 +label: "5008 ALLURE PLUS TIP (AC986JB)" +value: "1585" +data: App\Entity\Car {#39421 …} +attr: [] +labelTranslationParameters: [] } 1586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57706 +label: "RANGER XLS V6 (AG090WZ)" +value: "1586" +data: App\Entity\Car {#39436 …} +attr: [] +labelTranslationParameters: [] } 1588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57707 +label: "DS7 2.0 HDI CROSSBACK SO CHIC (AE802EO)" +value: "1588" +data: App\Entity\Car {#39451 …} +attr: [] +labelTranslationParameters: [] } 1591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57708 +label: "T-CROSS CONFORTLINE (AD879SM)" +value: "1591" +data: App\Entity\Car {#39466 …} +attr: [] +labelTranslationParameters: [] } 1592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57709 +label: "COROLLA XEI PACK CVT 1.8N (AC954SG)" +value: "1592" +data: App\Entity\Car {#39481 …} +attr: [] +labelTranslationParameters: [] } 1593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57710 +label: "HILUX 4X4 SRV 3.0 TDI AT (LKH831)" +value: "1593" +data: App\Entity\Car {#39496 …} +attr: [] +labelTranslationParameters: [] } 1594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57711 +label: "L200 SPORTERO DI-D (IHO868)" +value: "1594" +data: App\Entity\Car {#39511 …} +attr: [] +labelTranslationParameters: [] } 1595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57712 +label: "RANGER DC 4X4 LTD MT 3.2L D (AD208GM)" +value: "1595" +data: App\Entity\Car {#39526 …} +attr: [] +labelTranslationParameters: [] } 1596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57713 +label: "AMAROK HIGHLINE 2.0 AT 4X4 (AD077CU)" +value: "1596" +data: App\Entity\Car {#39541 …} +attr: [] +labelTranslationParameters: [] } 1598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57714 +label: "S10 2.8 4X4 AT HIGHCOUNTRY AT (AF180FO)" +value: "1598" +data: App\Entity\Car {#39556 …} +attr: [] +labelTranslationParameters: [] } 1599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57715 +label: "KOLEOS PRIVILEGE 4X4 CVT (NXI768)" +value: "1599" +data: App\Entity\Car {#39571 …} +attr: [] +labelTranslationParameters: [] } 1600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57716 +label: "COROLLA XEI MT (OXQ419)" +value: "1600" +data: App\Entity\Car {#39586 …} +attr: [] +labelTranslationParameters: [] } 1602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57717 +label: "FIESTA S PLUS 1.6 (AC904AD)" +value: "1602" +data: App\Entity\Car {#39601 …} +attr: [] +labelTranslationParameters: [] } 1603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57718 +label: "KA 1.5 S 5P (AB720OV)" +value: "1603" +data: App\Entity\Car {#39616 …} +attr: [] +labelTranslationParameters: [] } 1604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57719 +label: "AGILE 5P LTZ SPIRIT 1.4 (MGJ706)" +value: "1604" +data: App\Entity\Car {#39631 …} +attr: [] +labelTranslationParameters: [] } 1605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57720 +label: "PALIO ADVENTURE 1.7TD (GSN736)" +value: "1605" +data: App\Entity\Car {#39646 …} +attr: [] +labelTranslationParameters: [] } 1606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57721 +label: "HILUX SRV MT 2.8TDI 4X4 (AA088JE)" +value: "1606" +data: App\Entity\Car {#39661 …} +attr: [] +labelTranslationParameters: [] } 1607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57722 +label: "C 3 1.5I ORIGINE (PPK424)" +value: "1607" +data: App\Entity\Car {#39676 …} +attr: [] +labelTranslationParameters: [] } 1608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57723 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT (AF168UK)" +value: "1608" +data: App\Entity\Car {#39691 …} +attr: [] +labelTranslationParameters: [] } 1609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57724 +label: "408 ALLURE 1.6 (AC654AY)" +value: "1609" +data: App\Entity\Car {#39706 …} +attr: [] +labelTranslationParameters: [] } 1610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57725 +label: "COROLLA XEI PACK MT (PNC331)" +value: "1610" +data: App\Entity\Car {#39721 …} +attr: [] +labelTranslationParameters: [] } 1611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57726 +label: "TERRITORY TITANIUM (AF024YM)" +value: "1611" +data: App\Entity\Car {#39736 …} +attr: [] +labelTranslationParameters: [] } 1612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57727 +label: "TORO VOLCANO AT9 (AB274AD)" +value: "1612" +data: App\Entity\Car {#39751 …} +attr: [] +labelTranslationParameters: [] } 1613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57728 +label: "HRV EX (AC802GU)" +value: "1613" +data: App\Entity\Car {#39766 …} +attr: [] +labelTranslationParameters: [] } 1614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57729 +label: "C4 AIRCROSS TENDANCE 2.0 AT (OOD738)" +value: "1614" +data: App\Entity\Car {#39781 …} +attr: [] +labelTranslationParameters: [] } 1615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57730 +label: "C4 CACTUS THP 165 EAT6 SHINE AM21 (AE594NW)" +value: "1615" +data: App\Entity\Car {#39796 …} +attr: [] +labelTranslationParameters: [] } 1617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57731 +label: "CRV LX AT (NSA932)" +value: "1617" +data: App\Entity\Car {#39811 …} +attr: [] +labelTranslationParameters: [] } 1619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57732 +label: "COOPER S CHILI AUT 1.6T (LZH365)" +value: "1619" +data: App\Entity\Car {#39826 …} +attr: [] +labelTranslationParameters: [] } 1620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57733 +label: "GRAND SIENA (NOJ775)" +value: "1620" +data: App\Entity\Car {#39841 …} +attr: [] +labelTranslationParameters: [] } 1621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57734 +label: "ECOSPORT XLT 2.0N MT (IQX063)" +value: "1621" +data: App\Entity\Car {#39856 …} +attr: [] +labelTranslationParameters: [] } 1623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57735 +label: "DUSTER DYNAMIQUE 1.6GNC (PDY747)" +value: "1623" +data: App\Entity\Car {#39871 …} +attr: [] +labelTranslationParameters: [] } 1625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57736 +label: "UP! CROSS 1.0 MPI (AB587QO)" +value: "1625" +data: App\Entity\Car {#39886 …} +attr: [] +labelTranslationParameters: [] } 1626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57737 +label: "DUSTER OROCH 2.0 DYNAMIQUE GNC (AA738FD)" +value: "1626" +data: App\Entity\Car {#39901 …} +attr: [] +labelTranslationParameters: [] } 1627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57738 +label: "RENEGADE SPORT MT (AA583JY)" +value: "1627" +data: App\Entity\Car {#39916 …} +attr: [] +labelTranslationParameters: [] } 1631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57739 +label: "ECO SPORT 1.6 S (MQZ969)" +value: "1631" +data: App\Entity\Car {#39931 …} +attr: [] +labelTranslationParameters: [] } 1632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57740 +label: "208 LIKE 1.2 MT (AE395TH)" +value: "1632" +data: App\Entity\Car {#39946 …} +attr: [] +labelTranslationParameters: [] } 1633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57741 +label: "COMPASS SPORT MT 2021 (AE618FN)" +value: "1633" +data: App\Entity\Car {#39961 …} +attr: [] +labelTranslationParameters: [] } 1634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57742 +label: "KANGOO II STEPWAY 1.5 DCI (AE041GP)" +value: "1634" +data: App\Entity\Car {#39976 …} +attr: [] +labelTranslationParameters: [] } 1635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57743 +label: "MONDEO SE (AA034UF)" +value: "1635" +data: App\Entity\Car {#39991 …} +attr: [] +labelTranslationParameters: [] } 1636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57744 +label: "STRADA ADVENTURE 1.6 GNC (AC481IL)" +value: "1636" +data: App\Entity\Car {#40006 …} +attr: [] +labelTranslationParameters: [] } 1637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57745 +label: "CRONOS 1.3 DRIVE PACK PLUS (AG340TY)" +value: "1637" +data: App\Entity\Car {#40021 …} +attr: [] +labelTranslationParameters: [] } 1638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57746 +label: "FIT EXL (IYY156)" +value: "1638" +data: App\Entity\Car {#40036 …} +attr: [] +labelTranslationParameters: [] } 1639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57747 +label: "CORSA II 1.8 GAS (IBG960)" +value: "1639" +data: App\Entity\Car {#40051 …} +attr: [] +labelTranslationParameters: [] } 1640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57748 +label: "500 1.4 ABARTH 595 TURISMO (AD889CD)" +value: "1640" +data: App\Entity\Car {#40066 …} +attr: [] +labelTranslationParameters: [] } 1641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57749 +label: "C4 CACTUS 1.2 PURE TECH SHINE AT6 (AB598NF)" +value: "1641" +data: App\Entity\Car {#40081 …} +attr: [] +labelTranslationParameters: [] } 1642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57750 +label: "UP CROSS 1.0 MT (AB587QO)" +value: "1642" +data: App\Entity\Car {#40096 …} +attr: [] +labelTranslationParameters: [] } 1644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57751 +label: "FASTBACK 1.3T (AG616QY)" +value: "1644" +data: App\Entity\Car {#40111 …} +attr: [] +labelTranslationParameters: [] } 1645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57752 +label: "duster 1.6 confort (ndf861)" +value: "1645" +data: App\Entity\Car {#40126 …} +attr: [] +labelTranslationParameters: [] } 1646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57753 +label: "SIENA ELX FIRE 1.4 MPI 16V (FTR523)" +value: "1646" +data: App\Entity\Car {#40141 …} +attr: [] +labelTranslationParameters: [] } 1647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57754 +label: "SAVEIRO 1.6 (AA403PI)" +value: "1647" +data: App\Entity\Car {#40156 …} +attr: [] +labelTranslationParameters: [] } 1648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57755 +label: "ARGO 1.3 DRIVE (AC862NL)" +value: "1648" +data: App\Entity\Car {#40171 …} +attr: [] +labelTranslationParameters: [] } 1649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57756 +label: "208 FELINE 1.6 N PACK CUIR (OHZ710)" +value: "1649" +data: App\Entity\Car {#40186 …} +attr: [] +labelTranslationParameters: [] } 1650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57757 +label: "C3 FELL (AA606RA)" +value: "1650" +data: App\Entity\Car {#40201 …} +attr: [] +labelTranslationParameters: [] } 1651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57758 +label: "308 FELINE 1.6HDI (PHV875)" +value: "1651" +data: App\Entity\Car {#40216 …} +attr: [] +labelTranslationParameters: [] } 1654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57759 +label: "FORTWO COUPE PASSION 1.0N AT (JOP553)" +value: "1654" +data: App\Entity\Car {#40231 …} +attr: [] +labelTranslationParameters: [] } 1655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57760 +label: "SURAN 1.6N (AC567ZE)" +value: "1655" +data: App\Entity\Car {#40246 …} +attr: [] +labelTranslationParameters: [] } 1656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57761 +label: "S10 HIGH COUNTRY 4X4 MT 2.8 TDI (AE075IV)" +value: "1656" +data: App\Entity\Car {#40261 …} +attr: [] +labelTranslationParameters: [] } 1657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57762 +label: "SANDERO STEPWAY (LHZ073)" +value: "1657" +data: App\Entity\Car {#40276 …} +attr: [] +labelTranslationParameters: [] } 1658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57763 +label: "COROLLA XLI CVT (OYN921)" +value: "1658" +data: App\Entity\Car {#40291 …} +attr: [] +labelTranslationParameters: [] } 1659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57764 +label: "208 ALLURE 1.6 (AC300YD)" +value: "1659" +data: App\Entity\Car {#40306 …} +attr: [] +labelTranslationParameters: [] } 1660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57765 +label: "FIT EXL 1.5N AT (NLZ291)" +value: "1660" +data: App\Entity\Car {#40321 …} +attr: [] +labelTranslationParameters: [] } 1662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57766 +label: "DUSTER 2.0 PRIVILEGE GNC (AB940BT)" +value: "1662" +data: App\Entity\Car {#40336 …} +attr: [] +labelTranslationParameters: [] } 1663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57767 +label: "UP! 5 PTAS PEPPER TSI (AB677QC)" +value: "1663" +data: App\Entity\Car {#40351 …} +attr: [] +labelTranslationParameters: [] } 1664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57768 +label: "RENEGADE LONGITUDE 1.8L AT6 AUTOMATICO (AE843OW)" +value: "1664" +data: App\Entity\Car {#40366 …} +attr: [] +labelTranslationParameters: [] } 1665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57769 +label: "CIVIC LXS (HBH315)" +value: "1665" +data: App\Entity\Car {#40381 …} +attr: [] +labelTranslationParameters: [] } 1668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57770 +label: "C-ELYSSE HDI 92 FEEL (AB825RD)" +value: "1668" +data: App\Entity\Car {#40396 …} +attr: [] +labelTranslationParameters: [] } 1669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57771 +label: "PALIO 1.8 HLX CON GNC (ELE114)" +value: "1669" +data: App\Entity\Car {#40411 …} +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57772 +label: "RENEGADE 1.8 SPORT MT (AB121BE)" +value: "1670" +data: App\Entity\Car {#40426 …} +attr: [] +labelTranslationParameters: [] } 1671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57773 +label: "PALIO ATTRACTIVE 1.4N (PQP301)" +value: "1671" +data: App\Entity\Car {#40441 …} +attr: [] +labelTranslationParameters: [] } 1672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57774 +label: "C4 CACTUS THP 165 EAT6 SHINE (AF011ZK)" +value: "1672" +data: App\Entity\Car {#40456 …} +attr: [] +labelTranslationParameters: [] } 1673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57775 +label: "COROLLA CROSS XEI CVT (AF386PH)" +value: "1673" +data: App\Entity\Car {#40471 …} +attr: [] +labelTranslationParameters: [] } 1674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57776 +label: "VENTO ADVANCE 2.5N MT (HUG569)" +value: "1674" +data: App\Entity\Car {#40486 …} +attr: [] +labelTranslationParameters: [] } 1675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57777 +label: "XR 150 (A170FHR)" +value: "1675" +data: App\Entity\Car {#40501 …} +attr: [] +labelTranslationParameters: [] } 1676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57778 +label: "ASTRA gls 2.0 4p (HTY696)" +value: "1676" +data: App\Entity\Car {#40516 …} +attr: [] +labelTranslationParameters: [] } 1677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57779 +label: "2008 FELINE AT (AE134CI)" +value: "1677" +data: App\Entity\Car {#40531 …} +attr: [] +labelTranslationParameters: [] } 1678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57780 +label: "PICANTO EX 1.2 M/T (PHV840)" +value: "1678" +data: App\Entity\Car {#40546 …} +attr: [] +labelTranslationParameters: [] } 1679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57781 +label: "ONIX LT PACK (AF117CW)" +value: "1679" +data: App\Entity\Car {#40561 …} +attr: [] +labelTranslationParameters: [] } 1680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57782 +label: "Focus 5P 1.6N MT S (AA284QI)" +value: "1680" +data: App\Entity\Car {#40576 …} +attr: [] +labelTranslationParameters: [] } 1681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57783 +label: "CAPTUR BOSE1.6 CVT (AE426JQ)" +value: "1681" +data: App\Entity\Car {#40591 …} +attr: [] +labelTranslationParameters: [] } 1682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57784 +label: "FLUENCE 2.0 LUX CUIR GNC (NTE278)" +value: "1682" +data: App\Entity\Car {#40606 …} +attr: [] +labelTranslationParameters: [] } 1683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57785 +label: "208 ALLURE TIPTRONIC (AC065WG)" +value: "1683" +data: App\Entity\Car {#40621 …} +attr: [] +labelTranslationParameters: [] } 1684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57786 +label: "HR-V EX CVT 1.8N (AA110QO)" +value: "1684" +data: App\Entity\Car {#40636 …} +attr: [] +labelTranslationParameters: [] } 1686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57787 +label: "YARIS S 1.5N CVT 5P (AF428OQ)" +value: "1686" +data: App\Entity\Car {#40651 …} +attr: [] +labelTranslationParameters: [] } 1687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57788 +label: "RENEGADE SPORT 1.8N MT (AF246YF)" +value: "1687" +data: App\Entity\Car {#40666 …} +attr: [] +labelTranslationParameters: [] } 1688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57789 +label: "FRONTIER CD SE 2.3 D 4X2 MT (AD917BQ)" +value: "1688" +data: App\Entity\Car {#40681 …} +attr: [] +labelTranslationParameters: [] } 1689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57790 +label: "KWID ICONIC (AD286KE)" +value: "1689" +data: App\Entity\Car {#40696 …} +attr: [] +labelTranslationParameters: [] } 1690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57791 +label: "PRISMA LTZ 1.4 (AA706SF)" +value: "1690" +data: App\Entity\Car {#40711 …} +attr: [] +labelTranslationParameters: [] } 1691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57792 +label: "TORINO TS (VIL396)" +value: "1691" +data: App\Entity\Car {#40726 …} +attr: [] +labelTranslationParameters: [] } 1693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57793 +label: "POLO TRACK (AG559TT)" +value: "1693" +data: App\Entity\Car {#40741 …} +attr: [] +labelTranslationParameters: [] } 1694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57794 +label: "2008 ACTIVE (AA487JO)" +value: "1694" +data: App\Entity\Car {#40756 …} +attr: [] +labelTranslationParameters: [] } 1695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57795 +label: "KICKS EXCLUSIVE (AD023TZ)" +value: "1695" +data: App\Entity\Car {#40771 …} +attr: [] +labelTranslationParameters: [] } 1696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57796 +label: "TRACKER 1.2T AT (AF877VX)" +value: "1696" +data: App\Entity\Car {#40786 …} +attr: [] +labelTranslationParameters: [] } 1697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57797 +label: "C4 CACTUS VTI AT6 FEEL PACK PLUS (AE931HK)" +value: "1697" +data: App\Entity\Car {#40801 …} +attr: [] +labelTranslationParameters: [] } 1698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57798 +label: "RANGER LIMITED 3.2 4X4 (OGX936)" +value: "1698" +data: App\Entity\Car {#40816 …} +attr: [] +labelTranslationParameters: [] } 1699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57799 +label: "AMAROK HIGHLINE PACK 4X4 AT (AB174MR)" +value: "1699" +data: App\Entity\Car {#40831 …} +attr: [] +labelTranslationParameters: [] } 1700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57800 +label: "KA 1.0 FLY (LRQ017)" +value: "1700" +data: App\Entity\Car {#40846 …} +attr: [] +labelTranslationParameters: [] } 1701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57801 +label: "208 ROADTRIP 1.6 TIPTRONIC (AG266VJ)" +value: "1701" +data: App\Entity\Car {#40861 …} +attr: [] +labelTranslationParameters: [] } 1703 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57802 +label: "INNOVA SRV AT6 (AC414BN)" +value: "1703" +data: App\Entity\Car {#40876 …} +attr: [] +labelTranslationParameters: [] } 1705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57803 +label: "ETIOS XLS 1.5 M/T (AA035CG)" +value: "1705" +data: App\Entity\Car {#40891 …} +attr: [] +labelTranslationParameters: [] } 1706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57804 +label: "C4 CACTUS PURETECH AT6 SHINE (AC857YX)" +value: "1706" +data: App\Entity\Car {#40906 …} +attr: [] +labelTranslationParameters: [] } 1708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57805 +label: "TRACKER 4X2 LTZ MT (AA754PD)" +value: "1708" +data: App\Entity\Car {#40921 …} +attr: [] +labelTranslationParameters: [] } 1712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57806 +label: "CAPTUR INTENS 1.6 CVT GNC (AD497CI)" +value: "1712" +data: App\Entity\Car {#40936 …} +attr: [] +labelTranslationParameters: [] } 1713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57807 +label: "DUSTER OROCH PRIVILEGE 2.0 (AD450WD)" +value: "1713" +data: App\Entity\Car {#40951 …} +attr: [] +labelTranslationParameters: [] } 1714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57808 +label: "AMAROK COMFORTLINE 4X4 AUT V6 3.0L 258 CV (AF939ZE)" +value: "1714" +data: App\Entity\Car {#40966 …} +attr: [] +labelTranslationParameters: [] } 1715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57809 +label: "RANGER DC 4X4 XL 2.2L D (AF983AO)" +value: "1715" +data: App\Entity\Car {#40981 …} +attr: [] +labelTranslationParameters: [] } 1716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57810 +label: "COROLLA CROSS XLI 2.0 CVT (AG158HX)" +value: "1716" +data: App\Entity\Car {#40996 …} +attr: [] +labelTranslationParameters: [] } 1719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57811 +label: "CRONOS DRIVE 1.3 GSE BZ (AG399WG)" +value: "1719" +data: App\Entity\Car {#41011 …} +attr: [] +labelTranslationParameters: [] } 1720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57812 +label: "KANGOO II STEPWAY 1.5 DCI (AE286JV)" +value: "1720" +data: App\Entity\Car {#41026 …} +attr: [] +labelTranslationParameters: [] } 1721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57813 +label: "VIRTUS HIGHLINE TURBO 1.0 (AG318VP)" +value: "1721" +data: App\Entity\Car {#41041 …} +attr: [] +labelTranslationParameters: [] } 1722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57814 +label: "BORA 2.0 AT (kxz183)" +value: "1722" +data: App\Entity\Car {#41056 …} +attr: [] +labelTranslationParameters: [] } 1723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57815 +label: "SW4 4X4 SRV 3.0 TDI MT (gyc454)" +value: "1723" +data: App\Entity\Car {#41071 …} +attr: [] +labelTranslationParameters: [] } 1724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57816 +label: "VIRTUS 1.4 250TSI EXCLUSIVE AT6 2024 (gris) (AG585ZT)" +value: "1724" +data: App\Entity\Car {#41086 …} +attr: [] +labelTranslationParameters: [] } 1725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57817 +label: "SW4 SRV CUERO 3.0TDI 4X4 AT 7 ASIENTOS (JAA526)" +value: "1725" +data: App\Entity\Car {#41101 …} +attr: [] +labelTranslationParameters: [] } 1727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57818 +label: "FOX 1.6 5P (iek824)" +value: "1727" +data: App\Entity\Car {#41116 …} +attr: [] +labelTranslationParameters: [] } 1728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57819 +label: "AMAROK TRENDLINE (AD655NT)" +value: "1728" +data: App\Entity\Car {#41131 …} +attr: [] +labelTranslationParameters: [] } 1729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57820 +label: "FIT LX L/05 (EWO886)" +value: "1729" +data: App\Entity\Car {#41146 …} +attr: [] +labelTranslationParameters: [] } 1730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57821 +label: "GOL TREND TRENDLINE 1.6 GAS AT (AE580PP)" +value: "1730" +data: App\Entity\Car {#41161 …} +attr: [] +labelTranslationParameters: [] } 1731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57822 +label: "SURAN CONFORTLINE 1.6 MSI (AA371DF)" +value: "1731" +data: App\Entity\Car {#41176 …} +attr: [] +labelTranslationParameters: [] } 1732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57823 +label: "C3 AIRCROSS 1.6gnc 16V SX (KJZ519)" +value: "1732" +data: App\Entity\Car {#41191 …} +attr: [] +labelTranslationParameters: [] } 1733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57824 +label: "ECO SPORT XL PLUS 1.6 GNC (JTK752)" +value: "1733" +data: App\Entity\Car {#41206 …} +attr: [] +labelTranslationParameters: [] } 1734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57825 +label: "RANGER2 DC 4X2 XL SAFETY 2.2L D (NNE658)" +value: "1734" +data: App\Entity\Car {#41221 …} +attr: [] +labelTranslationParameters: [] } 1735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57826 +label: "LOGAN PRIVILEGE 1.6 (OYW606)" +value: "1735" +data: App\Entity\Car {#41236 …} +attr: [] +labelTranslationParameters: [] } 1737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57827 +label: "ETIOS XLS PACK 1.5 6M/T (AG033FQ)" +value: "1737" +data: App\Entity\Car {#41251 …} +attr: [] +labelTranslationParameters: [] } 1738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57828 +label: "GOLF COMFORTLINE 1.4T DSG (PCN381)" +value: "1738" +data: App\Entity\Car {#41266 …} +attr: [] +labelTranslationParameters: [] } 1739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57829 +label: "MAVERICK XLT 2.0L 4X2 AT (AF939IQ)" +value: "1739" +data: App\Entity\Car {#41281 …} +attr: [] +labelTranslationParameters: [] } 1740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57830 +label: "2008 FELINE 1.6 (AE573YD)" +value: "1740" +data: App\Entity\Car {#41296 …} +attr: [] +labelTranslationParameters: [] } 1741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57831 +label: "308 ALLURE HDI (MXV634)" +value: "1741" +data: App\Entity\Car {#41311 …} +attr: [] +labelTranslationParameters: [] } 1742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57832 +label: "COROLLA CROSS XEI HV (AG694VD)" +value: "1742" +data: App\Entity\Car {#41326 …} +attr: [] +labelTranslationParameters: [] } 1743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57833 +label: "KA 2016 (AA200PQ)" +value: "1743" +data: App\Entity\Car {#41341 …} +attr: [] +labelTranslationParameters: [] } 1744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57834 +label: "GOL 1.6 TRENDLINE 5P (AA514ZR)" +value: "1744" +data: App\Entity\Car {#41356 …} +attr: [] +labelTranslationParameters: [] } 1745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57835 +label: "KANGOO CONFORT 5 AS DCI (mzf193)" +value: "1745" +data: App\Entity\Car {#41371 …} +attr: [] +labelTranslationParameters: [] } 1746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57836 +label: "FOCUS 1.6S (PKJ315)" +value: "1746" +data: App\Entity\Car {#41386 …} +attr: [] +labelTranslationParameters: [] } 1747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57837 +label: "FRONTIER CD LE 2.3 D 4X4 AT (AE896SF)" +value: "1747" +data: App\Entity\Car {#41401 …} +attr: [] +labelTranslationParameters: [] } 1748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57838 +label: "Q3 1.4 TFSI (AB621RP)" +value: "1748" +data: App\Entity\Car {#41416 …} +attr: [] +labelTranslationParameters: [] } 1749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57839 +label: "SANDERO PACK PLUS (KGX328)" +value: "1749" +data: App\Entity\Car {#41431 …} +attr: [] +labelTranslationParameters: [] } 1750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57840 +label: "POLO TRENDLINE 1.6 (AE358QI)" +value: "1750" +data: App\Entity\Car {#41446 …} +attr: [] +labelTranslationParameters: [] } 1751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57841 +label: "COROLLA XEI 1.8 M/T (HIK556)" +value: "1751" +data: App\Entity\Car {#41461 …} +attr: [] +labelTranslationParameters: [] } 1752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57842 +label: "L200 OUTDOOR HPE 4X4 (HQT699)" +value: "1752" +data: App\Entity\Car {#41476 …} +attr: [] +labelTranslationParameters: [] } 1753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57843 +label: "YARIS XS MT (AG694VU)" +value: "1753" +data: App\Entity\Car {#41491 …} +attr: [] +labelTranslationParameters: [] } 1754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57844 +label: "COROLLA CROSS SEG (AG694VT)" +value: "1754" +data: App\Entity\Car {#41506 …} +attr: [] +labelTranslationParameters: [] } 1755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57845 +label: "YARIS S (AG554HM)" +value: "1755" +data: App\Entity\Car {#41521 …} +attr: [] +labelTranslationParameters: [] } 1756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57846 +label: "YARIS XLS CVT (AG694VN)" +value: "1756" +data: App\Entity\Car {#41536 …} +attr: [] +labelTranslationParameters: [] } 1757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57847 +label: "PRISMA 1.4 N LT (AA936BU)" +value: "1757" +data: App\Entity\Car {#41551 …} +attr: [] +labelTranslationParameters: [] } 1758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57848 +label: "ARGO 1.3 DRIVE (AC578AW)" +value: "1758" +data: App\Entity\Car {#41566 …} +attr: [] +labelTranslationParameters: [] } 1759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57849 +label: "308 FELINE 2.0 AT (LII339)" +value: "1759" +data: App\Entity\Car {#41581 …} +attr: [] +labelTranslationParameters: [] } 1760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57850 +label: "VIRTUS TRENDLINE 1.6 MSI 110CV (AC948LP)" +value: "1760" +data: App\Entity\Car {#41596 …} +attr: [] +labelTranslationParameters: [] } 1761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57851 +label: "FRONTIER S 4X2 AT 2.3 D CD (AG236LE)" +value: "1761" +data: App\Entity\Car {#41611 …} +attr: [] +labelTranslationParameters: [] } 1763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57852 +label: "VENTO GLI + NAV DSG 2.0 (cop)" +value: "1763" +data: App\Entity\Car {#41626 …} +attr: [] +labelTranslationParameters: [] } 1764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57853 +label: "COROLLA CROSS XLI 2.0 CVT (AG554IW)" +value: "1764" +data: App\Entity\Car {#41641 …} +attr: [] +labelTranslationParameters: [] } 1765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57854 +label: "SANDERO STEPWAY INTENS 1.6 MT (AG359EP)" +value: "1765" +data: App\Entity\Car {#41656 …} +attr: [] +labelTranslationParameters: [] } 1766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57855 +label: "KA 1.0 (HHF247)" +value: "1766" +data: App\Entity\Car {#41671 …} +attr: [] +labelTranslationParameters: [] } 1767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57856 +label: "SURAN CROSS 1.6N (PLW710)" +value: "1767" +data: App\Entity\Car {#41686 …} +attr: [] +labelTranslationParameters: [] } 1768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57857 +label: "QUBO 1.4 DYNAMIC (mcy314)" +value: "1768" +data: App\Entity\Car {#41701 …} +attr: [] +labelTranslationParameters: [] } 1770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57858 +label: "COROLLA XLI MT (AF461MF)" +value: "1770" +data: App\Entity\Car {#41716 …} +attr: [] +labelTranslationParameters: [] } 1772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57859 +label: "ONIX 1.4 N LTZ (AC182PZ)" +value: "1772" +data: App\Entity\Car {#41731 …} +attr: [] +labelTranslationParameters: [] } 1773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57860 +label: "TORO VOLCANO 4X4 AT9 (AB820FN)" +value: "1773" +data: App\Entity\Car {#41746 …} +attr: [] +labelTranslationParameters: [] } 1774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57861 +label: "GOL TREND TRENDLINE MT (ae626yr)" +value: "1774" +data: App\Entity\Car {#41761 …} +attr: [] +labelTranslationParameters: [] } 1775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57862 +label: "LOGAN EXPRESION (PCW201)" +value: "1775" +data: App\Entity\Car {#41776 …} +attr: [] +labelTranslationParameters: [] } 1776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57863 +label: "3008 GT PACK THP TIPTRONIC AM21 (AE841EJ)" +value: "1776" +data: App\Entity\Car {#41791 …} +attr: [] +labelTranslationParameters: [] } 1778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57864 +label: "KUGA TREND 2.5T MT 4X4 (LSB889)" +value: "1778" +data: App\Entity\Car {#41806 …} +attr: [] +labelTranslationParameters: [] } 1780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57865 +label: "ETIOS XLS 1.5 M/T (NGF702)" +value: "1780" +data: App\Entity\Car {#41821 …} +attr: [] +labelTranslationParameters: [] } 1781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57866 +label: "ECO SPORT (KYE296)" +value: "1781" +data: App\Entity\Car {#41836 …} +attr: [] +labelTranslationParameters: [] } 1784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57867 +label: "208 FELINE 1.6 N PACK CUIR (OES633)" +value: "1784" +data: App\Entity\Car {#41851 …} +attr: [] +labelTranslationParameters: [] } 1785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57868 +label: "COROLLA CROSS SEG 2.0N CVT (AF295BV)" +value: "1785" +data: App\Entity\Car {#41866 …} +attr: [] +labelTranslationParameters: [] } 1786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57869 +label: "YARIS XS 1.5N MT 5P (AG003QU)" +value: "1786" +data: App\Entity\Car {#41881 …} +attr: [] +labelTranslationParameters: [] } 1787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57870 +label: "VITO 111 CDI FURGON MIXTO 4 + 1 (AD350CM)" +value: "1787" +data: App\Entity\Car {#41896 …} +attr: [] +labelTranslationParameters: [] } 1788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57871 +label: "FIESTA MAX 1.6L AMBIENTE MP3 (JHJ300)" +value: "1788" +data: App\Entity\Car {#41911 …} +attr: [] +labelTranslationParameters: [] } 1789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57872 +label: "JEEP RENEGADE SPORT AT (AD807PT)" +value: "1789" +data: App\Entity\Car {#41926 …} +attr: [] +labelTranslationParameters: [] } 1790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57873 +label: "FLUENCE 2.0 16V SPORT (MPU922)" +value: "1790" +data: App\Entity\Car {#41941 …} +attr: [] +labelTranslationParameters: [] } 1791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57874 +label: "NUEVO LOGAN EXPRESSION 1.6 (NOK523)" +value: "1791" +data: App\Entity\Car {#41956 …} +attr: [] +labelTranslationParameters: [] } 1792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57875 +label: "208 FELINE TIPTRONIC 1.6N (AF032RO)" +value: "1792" +data: App\Entity\Car {#41971 …} +attr: [] +labelTranslationParameters: [] } 1793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57876 +label: "T-CROSS 170TSI MT (AG729XU)" +value: "1793" +data: App\Entity\Car {#41986 …} +attr: [] +labelTranslationParameters: [] } 1795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57877 +label: "COMPASS LONGITUDE 2.4 AT6 (AE841EW)" +value: "1795" +data: App\Entity\Car {#42001 …} +attr: [] +labelTranslationParameters: [] } 1796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57878 +label: "208 ACTIVE TIPTRONIC 1.6L (AE755TU)" +value: "1796" +data: App\Entity\Car {#42016 …} +attr: [] +labelTranslationParameters: [] } 1797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57879 +label: "ECOSPORT XL PLUS 1.6 (IHC732)" +value: "1797" +data: App\Entity\Car {#42031 …} +attr: [] +labelTranslationParameters: [] } 1798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57880 +label: "KANGOO II STEPWAY 1.5 DCI (AC975ND)" +value: "1798" +data: App\Entity\Car {#42046 …} +attr: [] +labelTranslationParameters: [] } 1801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57881 +label: "207 COMPACT ACTIVE (MTE337)" +value: "1801" +data: App\Entity\Car {#42061 …} +attr: [] +labelTranslationParameters: [] } 1802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57882 +label: "TRACKER LT 1.2T AT (AF942LS)" +value: "1802" +data: App\Entity\Car {#42076 …} +attr: [] +labelTranslationParameters: [] } 1803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57883 +label: "FASTBACK 1.3T (com)" +value: "1803" +data: App\Entity\Car {#42091 …} +attr: [] +labelTranslationParameters: [] } 1804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57884 +label: "AMAROK V6 CONFORTLINE (AG788DT)" +value: "1804" +data: App\Entity\Car {#42106 …} +attr: [] +labelTranslationParameters: [] } 1805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57885 +label: "RAV 4 2.5N 4X2 XLE HYBRID (AD784CN)" +value: "1805" +data: App\Entity\Car {#42121 …} +attr: [] +labelTranslationParameters: [] } 1806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57886 +label: "AMAROK HIGHLINE (AG636SX)" +value: "1806" +data: App\Entity\Car {#42136 …} +attr: [] +labelTranslationParameters: [] } 1808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57887 +label: "POLO TRACK (AG559TT)" +value: "1808" +data: App\Entity\Car {#42151 …} +attr: [] +labelTranslationParameters: [] } 1809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57888 +label: "AMAROK HERO 3.0 V6 TDI (AG753VN)" +value: "1809" +data: App\Entity\Car {#42166 …} +attr: [] +labelTranslationParameters: [] } 1810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57889 +label: "COROLLA CROSS XEI 2.0 CVT (AF442ZS)" +value: "1810" +data: App\Entity\Car {#42181 …} +attr: [] +labelTranslationParameters: [] } 1812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57890 +label: "YARIS S CVT 1.5N (AF428OQ)" +value: "1812" +data: App\Entity\Car {#42196 …} +attr: [] +labelTranslationParameters: [] } 1813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57891 +label: "4008 ALLURE 4X4 (NRK140)" +value: "1813" +data: App\Entity\Car {#42211 …} +attr: [] +labelTranslationParameters: [] } 1815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57892 +label: "RENEGADE SERIE-S T270 AT6 FWD (AG043LQ)" +value: "1815" +data: App\Entity\Car {#42226 …} +attr: [] +labelTranslationParameters: [] } 1816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57893 +label: "208 ALLURE (AB649UO)" +value: "1816" +data: App\Entity\Car {#42241 …} +attr: [] +labelTranslationParameters: [] } 1817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57894 +label: "ONIX LTZ (AC904JM)" +value: "1817" +data: App\Entity\Car {#42256 …} +attr: [] +labelTranslationParameters: [] } 1818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57895 +label: "VERSA ADVANCE 1.6N MT L/21 (AE896QY)" +value: "1818" +data: App\Entity\Car {#42271 …} +attr: [] +labelTranslationParameters: [] } 1819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57896 +label: "ETIOS XLS 1.5 M/T (AA009EQ)" +value: "1819" +data: App\Entity\Car {#42286 …} +attr: [] +labelTranslationParameters: [] } 1820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57897 +label: "RANGER2 CS 4X2 XL SAFETY 2.2D (OME552)" +value: "1820" +data: App\Entity\Car {#42301 …} +attr: [] +labelTranslationParameters: [] } 1821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57898 +label: "ETIOS XLS (NQW067)" +value: "1821" +data: App\Entity\Car {#42316 …} +attr: [] +labelTranslationParameters: [] } 1823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57899 +label: "DISCOVERY SPORT HSE 2.0N AT (AC458VB)" +value: "1823" +data: App\Entity\Car {#42331 …} +attr: [] +labelTranslationParameters: [] } 1825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57900 +label: "FIAT CRONOS DRIVE 1.3N (AE299VT)" +value: "1825" +data: App\Entity\Car {#42347 …} +attr: [] +labelTranslationParameters: [] } 1826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57901 +label: "208 1.6 ALLURE AT L24 (AG753VF)" +value: "1826" +data: App\Entity\Car {#42362 …} +attr: [] +labelTranslationParameters: [] } 1827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57902 +label: "208 1.6 ALLURE MT L24 (AG753VG)" +value: "1827" +data: App\Entity\Car {#42377 …} +attr: [] +labelTranslationParameters: [] } 1828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57903 +label: "LIFAN X70 AT 2.0 (ad030en)" +value: "1828" +data: App\Entity\Car {#42392 …} +attr: [] +labelTranslationParameters: [] } 1829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57904 +label: "LINEA LINEA HLX 1.8 16V (AA158JB)" +value: "1829" +data: App\Entity\Car {#42407 …} +attr: [] +labelTranslationParameters: [] } 1830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57905 +label: "DUSTER INTENS 1.6 CVT (AF762LD)" +value: "1830" +data: App\Entity\Car {#42422 …} +attr: [] +labelTranslationParameters: [] } 1831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57906 +label: "LOGAN EXPRESSION 1.6 (AC135WF)" +value: "1831" +data: App\Entity\Car {#42437 …} +attr: [] +labelTranslationParameters: [] } 1832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57907 +label: "FRONTIER X-GEAR 4X4 AT (AF811EZ)" +value: "1832" +data: App\Entity\Car {#42452 …} +attr: [] +labelTranslationParameters: [] } 1833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57908 +label: "GOL TREND (OBP012)" +value: "1833" +data: App\Entity\Car {#42467 …} +attr: [] +labelTranslationParameters: [] } 1834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57909 +label: "BERLINGO FURGON HDI 92 BUSINESS AM22.5 (AG554IT)" +value: "1834" +data: App\Entity\Car {#42482 …} +attr: [] +labelTranslationParameters: [] } 1835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57910 +label: "AMAROK 2.0L TDI 180 CV 4X2 668 (PNP031)" +value: "1835" +data: App\Entity\Car {#42497 …} +attr: [] +labelTranslationParameters: [] } 1836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57911 +label: "GOL COUNTRY 1.4 L (KGQ307)" +value: "1836" +data: App\Entity\Car {#42512 …} +attr: [] +labelTranslationParameters: [] } 1837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57912 +label: "STRADA ADVENTURE 1.6 (PMN117)" +value: "1837" +data: App\Entity\Car {#42527 …} +attr: [] +labelTranslationParameters: [] } 1838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57913 +label: "KWID ZEN 1.0 (AE669OP)" +value: "1838" +data: App\Entity\Car {#42542 …} +attr: [] +labelTranslationParameters: [] } 1839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57914 +label: "208 ACTIVE PACK 1.6L TIPTRONIC AM23.5 (ag203dh)" +value: "1839" +data: App\Entity\Car {#42557 …} +attr: [] +labelTranslationParameters: [] } 1842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57915 +label: "SW4 SRX 4x4 7 AS (AG724WC)" +value: "1842" +data: App\Entity\Car {#42572 …} +attr: [] +labelTranslationParameters: [] } 1843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57916 +label: "KA FLY VIRAL 1.6L (NIZ227)" +value: "1843" +data: App\Entity\Car {#42587 …} +attr: [] +labelTranslationParameters: [] } 1845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57917 +label: "HILUX SRX 4X4 MT 2.8TDI L/16 (AA322LF)" +value: "1845" +data: App\Entity\Car {#42602 …} +attr: [] +labelTranslationParameters: [] } 1846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57918 +label: "SPORTAGE EX 2.0 A/T 4X4 (AB267JI)" +value: "1846" +data: App\Entity\Car {#42617 …} +attr: [] +labelTranslationParameters: [] } 1847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57919 +label: "NUEVO SANDERO STEPWAY PRIVILEGE (OXZ116)" +value: "1847" +data: App\Entity\Car {#42632 …} +attr: [] +labelTranslationParameters: [] } 1848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57920 +label: "Q5 2.OT QUATTRO (PME612)" +value: "1848" +data: App\Entity\Car {#42647 …} +attr: [] +labelTranslationParameters: [] } 1849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57921 +label: "STRADA WORKING 1.4 CD (OYB257)" +value: "1849" +data: App\Entity\Car {#42662 …} +attr: [] +labelTranslationParameters: [] } 1850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57922 +label: "ECOSPORT 1.6 L 4X2 XLS (IKX402)" +value: "1850" +data: App\Entity\Car {#42677 …} +attr: [] +labelTranslationParameters: [] } 1851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57923 +label: "ONIX 1.4 N LTZ (AA024YT)" +value: "1851" +data: App\Entity\Car {#42692 …} +attr: [] +labelTranslationParameters: [] } 1852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57924 +label: "ETIOS XLS 4P MT (NUM121)" +value: "1852" +data: App\Entity\Car {#42707 …} +attr: [] +labelTranslationParameters: [] } 1853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57925 +label: "DS3 CROSSBACK PURETECH 155 RIVOLI AT8 (AF287YZ)" +value: "1853" +data: App\Entity\Car {#42722 …} +attr: [] +labelTranslationParameters: [] } 1854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57926 +label: "RAMPAGE RT 2.0L GME AT9 (AG372VX)" +value: "1854" +data: App\Entity\Car {#42737 …} +attr: [] +labelTranslationParameters: [] } 1855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57927 +label: "TERRITORY 1.8L GAS AT TITANIUM EU5 (AG460GE)" +value: "1855" +data: App\Entity\Car {#42752 …} +attr: [] +labelTranslationParameters: [] } 1856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57928 +label: "MASTER L1H1 2.3 DCI 130 (AF767DB)" +value: "1856" +data: App\Entity\Car {#42767 …} +attr: [] +labelTranslationParameters: [] } 1858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57929 +label: "S10 2.8TDI DLX 4X2 ELECTRONIC CD (JNJ463)" +value: "1858" +data: App\Entity\Car {#42782 …} +attr: [] +labelTranslationParameters: [] } 1863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57930 +label: "C3 1.6 VTI LIVE (AB934MN)" +value: "1863" +data: App\Entity\Car {#42797 …} +attr: [] +labelTranslationParameters: [] } 1864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57931 +label: "TRK 251 C/ACCESORIOS (A204JMT)" +value: "1864" +data: App\Entity\Car {#42812 …} +attr: [] +labelTranslationParameters: [] } 1865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57932 +label: "TAOS CONFORTLINE 250 TSI AT (AF167ZU)" +value: "1865" +data: App\Entity\Car {#42827 …} +attr: [] +labelTranslationParameters: [] } 1867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57933 +label: "SCENIC 1.6L 16V CONFORT (GMP236)" +value: "1867" +data: App\Entity\Car {#42842 …} +attr: [] +labelTranslationParameters: [] } 1869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57934 +label: "TAOS HIGHLINE BI TONO 250 TSI AT (AG452GE)" +value: "1869" +data: App\Entity\Car {#42857 …} +attr: [] +labelTranslationParameters: [] } 1870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57935 +label: "MONDEO TITANIUM (AD694PG)" +value: "1870" +data: App\Entity\Car {#42872 …} +attr: [] +labelTranslationParameters: [] } 1871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57936 +label: "X1 2.0x-Drive MT (LSP088)" +value: "1871" +data: App\Entity\Car {#42887 …} +attr: [] +labelTranslationParameters: [] } 1873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57937 +label: "Territory Titanium 1.5 T (AF320PX)" +value: "1873" +data: App\Entity\Car {#42902 …} +attr: [] +labelTranslationParameters: [] } 1874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57938 +label: "BERLINGO FURGON MIXTO 1.6 HDI (AD809CQ)" +value: "1874" +data: App\Entity\Car {#42917 …} +attr: [] +labelTranslationParameters: [] } 1875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57939 +label: "TORO FREEDOM 1.8 GNC (AE748UP)" +value: "1875" +data: App\Entity\Car {#42932 …} +attr: [] +labelTranslationParameters: [] } 1876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57940 +label: "VERSA SENSE 1.6 MT (AF660GL)" +value: "1876" +data: App\Entity\Car {#42947 …} +attr: [] +labelTranslationParameters: [] } 1877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57941 +label: "RENEGADE LONGITUDE AT CON GNC (AD819EH)" +value: "1877" +data: App\Entity\Car {#42962 …} +attr: [] +labelTranslationParameters: [] } 1878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57942 +label: "208 allure (AG220EW)" +value: "1878" +data: App\Entity\Car {#42977 …} +attr: [] +labelTranslationParameters: [] } 1879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57943 +label: "COMPASS LIMITED 2.4 AT9 AWD (AD520EB)" +value: "1879" +data: App\Entity\Car {#42992 …} +attr: [] +labelTranslationParameters: [] } 1880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57944 +label: "C3 1.5 TENDANCE PACK (MIX446)" +value: "1880" +data: App\Entity\Car {#43007 …} +attr: [] +labelTranslationParameters: [] } 1881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57945 +label: "207 (MCN245)" +value: "1881" +data: App\Entity\Car {#43022 …} +attr: [] +labelTranslationParameters: [] } 1882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57946 +label: "clio 3 puertas pack (IFA061)" +value: "1882" +data: App\Entity\Car {#43037 …} +attr: [] +labelTranslationParameters: [] } 1884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57947 +label: "sandero (ICM254)" +value: "1884" +data: App\Entity\Car {#43052 …} +attr: [] +labelTranslationParameters: [] } 1885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57948 +label: "MERIVA GLS 1.8 SOHC (INK100)" +value: "1885" +data: App\Entity\Car {#43067 …} +attr: [] +labelTranslationParameters: [] } 1886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57949 +label: "ECOSPORT FREESTYLE 1.6L MT N (MXF955)" +value: "1886" +data: App\Entity\Car {#43082 …} +attr: [] +labelTranslationParameters: [] } 1887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57950 +label: "208 ALLURE 1.5 NAV (AB317EA)" +value: "1887" +data: App\Entity\Car {#43097 …} +attr: [] +labelTranslationParameters: [] } 1888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57951 +label: "208 ALLURE PK T200 AM25 (AG794JZ)" +value: "1888" +data: App\Entity\Car {#43112 …} +attr: [] +labelTranslationParameters: [] } 1889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57952 +label: "FOCUS 1.6 S (GNC) (AA793TP)" +value: "1889" +data: App\Entity\Car {#43127 …} +attr: [] +labelTranslationParameters: [] } 1890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57953 +label: "IDEA ADVENTURE 1.6 16V (MZU233)" +value: "1890" +data: App\Entity\Car {#43142 …} +attr: [] +labelTranslationParameters: [] } 1891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57954 +label: "RANGER2 DC 4X2 XL 2.2L D (MWB592)" +value: "1891" +data: App\Entity\Car {#43157 …} +attr: [] +labelTranslationParameters: [] } 1892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57955 +label: "ETIOS XLS 5P CAJA MANUAL (AC338QX)" +value: "1892" +data: App\Entity\Car {#43172 …} +attr: [] +labelTranslationParameters: [] } 1893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57956 +label: "CLIO MIO 5P DYNAMIQUE MY16 (AA455UL)" +value: "1893" +data: App\Entity\Car {#43187 …} +attr: [] +labelTranslationParameters: [] } 1894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57957 +label: "ETIOS XLS MT (ORP480)" +value: "1894" +data: App\Entity\Car {#43202 …} +attr: [] +labelTranslationParameters: [] } 1895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57958 +label: "RENEGADE SPORT AT (AC945FD)" +value: "1895" +data: App\Entity\Car {#43217 …} +attr: [] +labelTranslationParameters: [] } 1896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57959 +label: "CAPTUR INTENSE 2.0 (AB069ST)" +value: "1896" +data: App\Entity\Car {#43232 …} +attr: [] +labelTranslationParameters: [] } 1897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57960 +label: "SURAN 1.6 (OSN679)" +value: "1897" +data: App\Entity\Car {#43247 …} +attr: [] +labelTranslationParameters: [] } 1901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57961 +label: "2008 1.6 ALLURE (AD286FC)" +value: "1901" +data: App\Entity\Car {#43262 …} +attr: [] +labelTranslationParameters: [] } 1904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57962 +label: "SW4 SRX 4X4 AT (ad226ch)" +value: "1904" +data: App\Entity\Car {#43277 …} +attr: [] +labelTranslationParameters: [] } 1906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57963 +label: "C-ELYSEE VTI 115 AT6 SHINE (AD889EF)" +value: "1906" +data: App\Entity\Car {#43292 …} +attr: [] +labelTranslationParameters: [] } 1909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57964 +label: "208 ALLURE TOUCH (PGL807)" +value: "1909" +data: App\Entity\Car {#43307 …} +attr: [] +labelTranslationParameters: [] } 1910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57965 +label: "RAMPAGE REBEL 2.0L GME AT9 4X4 (AG724WY)" +value: "1910" +data: App\Entity\Car {#43322 …} +attr: [] +labelTranslationParameters: [] } 1912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57966 +label: "TERRITORY TITANIUM 1.5L GTDI 4X2 AT (AF685YX)" +value: "1912" +data: App\Entity\Car {#43337 …} +attr: [] +labelTranslationParameters: [] } 1913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57967 +label: "307 xs 5p 110cv (JWW694)" +value: "1913" +data: App\Entity\Car {#43352 …} +attr: [] +labelTranslationParameters: [] } 1916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57968 +label: "KA SEL 5 PTAS (ad004ow)" +value: "1916" +data: App\Entity\Car {#43367 …} +attr: [] +labelTranslationParameters: [] } 1917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57969 +label: "RENEGADE SPORT M (AD777HD)" +value: "1917" +data: App\Entity\Car {#43382 …} +attr: [] +labelTranslationParameters: [] } 1918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57970 +label: "ECOSPORT TITANIUM 1.5L AT N (AD609PH)" +value: "1918" +data: App\Entity\Car {#43397 …} +attr: [] +labelTranslationParameters: [] } 1925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57971 +label: "AMAROK DC 2.0L TDI 180CV HIGHLINE 4X2 AUT EU5 (AE564GU)" +value: "1925" +data: App\Entity\Car {#43412 …} +attr: [] +labelTranslationParameters: [] } 1926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57972 +label: "COMPASS SPORT 1.3T AT6 4X2 (AG852CK)" +value: "1926" +data: App\Entity\Car {#43427 …} +attr: [] +labelTranslationParameters: [] } 1929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57973 +label: "RANGER DC 4X4 XLS MT 3.2L D (AF854FL)" +value: "1929" +data: App\Entity\Car {#43442 …} +attr: [] +labelTranslationParameters: [] } 1930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57974 +label: "AMAROK COMFORTLINE 4X2 2.0L TDI 180 CV (AF813XC)" +value: "1930" +data: App\Entity\Car {#43457 …} +attr: [] +labelTranslationParameters: [] } 1931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57975 +label: "CRUZE LTZ AT 4P (AB753KY)" +value: "1931" +data: App\Entity\Car {#43472 …} +attr: [] +labelTranslationParameters: [] } 1932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57976 +label: "DUSTER OROCH OUTSIDER 1.6 (AA591HU)" +value: "1932" +data: App\Entity\Car {#43487 …} +attr: [] +labelTranslationParameters: [] } 1933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57977 +label: "C3 1.5 GNC PACK SECURE (OYB334)" +value: "1933" +data: App\Entity\Car {#43502 …} +attr: [] +labelTranslationParameters: [] } 1934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57978 +label: "AMAROK DC V6 3.0L TDI 4X4 AT CONFORTLINE (AG003TA)" +value: "1934" +data: App\Entity\Car {#43517 …} +attr: [] +labelTranslationParameters: [] } 1935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57979 +label: "RANGER DC 4X2 XLS 3.0 (KEZ731)" +value: "1935" +data: App\Entity\Car {#43532 …} +attr: [] +labelTranslationParameters: [] } 1936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57980 +label: "C3 1.4 I SX (IDG018)" +value: "1936" +data: App\Entity\Car {#43547 …} +attr: [] +labelTranslationParameters: [] } 1938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57981 +label: "S10 2.8 4X4 CTDI LTZ (AG899PZ)" +value: "1938" +data: App\Entity\Car {#43562 …} +attr: [] +labelTranslationParameters: [] } 1939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57982 +label: "308 ACTIVE 1.6N MT (OOX118)" +value: "1939" +data: App\Entity\Car {#43577 …} +attr: [] +labelTranslationParameters: [] } 1940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57983 +label: "VENTO GLI 2.0 TSI + NAV |2023 (AG010KL)" +value: "1940" +data: App\Entity\Car {#43592 …} +attr: [] +labelTranslationParameters: [] } 1941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57984 +label: "RANGER DC XLS 2.0L T 4X2 MT (AG197GI)" +value: "1941" +data: App\Entity\Car {#43607 …} +attr: [] +labelTranslationParameters: [] } 1942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57985 +label: "ECO SPORT 1.6 XLS L/07 (KYE296)" +value: "1942" +data: App\Entity\Car {#43622 …} +attr: [] +labelTranslationParameters: [] } 1946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57986 +label: "Forfour City (AA761HI)" +value: "1946" +data: App\Entity\Car {#43637 …} +attr: [] +labelTranslationParameters: [] } 1947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57987 +label: "T-CROSS HIGHLINE 1.6 MSI 110CV AT (AE465NQ)" +value: "1947" +data: App\Entity\Car {#43652 …} +attr: [] +labelTranslationParameters: [] } 1948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57988 +label: "Partner patagonica VTS PLUS 1.6 115 (AD037DV)" +value: "1948" +data: App\Entity\Car {#43667 …} +attr: [] +labelTranslationParameters: [] } 1949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57989 +label: "RENEGADE SERIE-S T270 AT6 FWD (AG788DW)" +value: "1949" +data: App\Entity\Car {#43682 …} +attr: [] +labelTranslationParameters: [] } 1950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57990 +label: "AMAROK 2.0L TDI 180 CV 4X2 387 CONFORT (MKH926)" +value: "1950" +data: App\Entity\Car {#43697 …} +attr: [] +labelTranslationParameters: [] } 1952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57991 +label: "TRAILBLAZER 2.8 CTDI 4X4 LTZ AT (AC914GK)" +value: "1952" +data: App\Entity\Car {#43712 …} +attr: [] +labelTranslationParameters: [] } 1953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57992 +label: "ECOSPORT TITANIUM 1.6L MT N (NFX050)" +value: "1953" +data: App\Entity\Car {#43727 …} +attr: [] +labelTranslationParameters: [] } 1954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57993 +label: "AGILE LS (AB169VF)" +value: "1954" +data: App\Entity\Car {#43742 …} +attr: [] +labelTranslationParameters: [] } 1955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57994 +label: "C3 1.5L FEEL (AB158DI)" +value: "1955" +data: App\Entity\Car {#43757 …} +attr: [] +labelTranslationParameters: [] } 1956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57995 +label: "PALIO WEEKEND ADVENTURE 1.6 16V (MMN986)" +value: "1956" +data: App\Entity\Car {#43772 …} +attr: [] +labelTranslationParameters: [] } 1959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57996 +label: "BERLINGO FURGON 1.4I BUSINESS AM54 (OCK591)" +value: "1959" +data: App\Entity\Car {#43787 …} +attr: [] +labelTranslationParameters: [] } 1960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57997 +label: "XR 150 (A134FZB)" +value: "1960" +data: App\Entity\Car {#43802 …} +attr: [] +labelTranslationParameters: [] } 1962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57998 +label: "GOL TREND 1.6GNC MT (JIZ192)" +value: "1962" +data: App\Entity\Car {#43817 …} +attr: [] +labelTranslationParameters: [] } 1963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#57999 +label: "YARIS XLS PACK CVT (AF219WC)" +value: "1963" +data: App\Entity\Car {#43832 …} +attr: [] +labelTranslationParameters: [] } 1964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58000 +label: "ECOSPORT 2.0 TITANIUM (AB057MT)" +value: "1964" +data: App\Entity\Car {#43847 …} +attr: [] +labelTranslationParameters: [] } 1965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58001 +label: "FRONTIER PLATINUM 4X4 AT 2.3 D CD (AF400VW)" +value: "1965" +data: App\Entity\Car {#43862 …} +attr: [] +labelTranslationParameters: [] } 1967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58002 +label: "3008 PREMIUM 156 CV (KSZ737)" +value: "1967" +data: App\Entity\Car {#43877 …} +attr: [] +labelTranslationParameters: [] } 1976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58003 +label: "FOCUS 5P 2.0L N MT SE PLUS (PNA599)" +value: "1976" +data: App\Entity\Car {#43892 …} +attr: [] +labelTranslationParameters: [] } 1977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58004 +label: "308 FELINE TIPTRONIC 2.0N (LII339)" +value: "1977" +data: App\Entity\Car {#43907 …} +attr: [] +labelTranslationParameters: [] } 1978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58005 +label: "FIESTA 1.6 AMBIENTE (GNC) (EWL994)" +value: "1978" +data: App\Entity\Car {#43922 …} +attr: [] +labelTranslationParameters: [] } 1979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58006 +label: "cruze 1.4 ltz at (AB961MQ)" +value: "1979" +data: App\Entity\Car {#43937 …} +attr: [] +labelTranslationParameters: [] } 1980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58007 +label: "NIVUS 1.0 TSI 170 MT (AF866AT)" +value: "1980" +data: App\Entity\Car {#43952 …} +attr: [] +labelTranslationParameters: [] } 1981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58008 +label: "KARDIAN PREMIERE EDITION 200 EDC (AG784XG)" +value: "1981" +data: App\Entity\Car {#43967 …} +attr: [] +labelTranslationParameters: [] } 1982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58009 +label: "HILUX 4X2 CABINA DOBLE SRV 3.0 TDI C/CUE (MCS353)" +value: "1982" +data: App\Entity\Car {#43982 …} +attr: [] +labelTranslationParameters: [] } 1983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58010 +label: "AIRCROSS 1.6 16V EXCLUSIVE gnc (MNJ325)" +value: "1983" +data: App\Entity\Car {#43997 …} +attr: [] +labelTranslationParameters: [] } 1985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58011 +label: "BEIJING BAIC X55 1.5T (comp)" +value: "1985" +data: App\Entity\Car {#44012 …} +attr: [] +labelTranslationParameters: [] } 1986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58012 +label: "RANGER DC 4X2 XLT 2.5 GNC (AE050QR)" +value: "1986" +data: App\Entity\Car {#44028 …} +attr: [] +labelTranslationParameters: [] } 1987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58013 +label: "CLASSIC 1.4 4P (GNC) (LNZ603)" +value: "1987" +data: App\Entity\Car {#44043 …} +attr: [] +labelTranslationParameters: [] } 1988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58014 +label: "GRAND SIENA ESSENCE 1.6 16V (OMY216)" +value: "1988" +data: App\Entity\Car {#44058 …} +attr: [] +labelTranslationParameters: [] } 1989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58015 +label: "CLIO MIO 3P CONFORT PACK (OTC776)" +value: "1989" +data: App\Entity\Car {#44073 …} +attr: [] +labelTranslationParameters: [] } 1990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58016 +label: "BERLINGO MULTISPACE HDI XTR (AB295BO)" +value: "1990" +data: App\Entity\Car {#44088 …} +attr: [] +labelTranslationParameters: [] } 1991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58017 +label: "MONDEO TITANIUM ECOBOOST 2.0L AT (AC215NV)" +value: "1991" +data: App\Entity\Car {#44103 …} +attr: [] +labelTranslationParameters: [] } 1992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58018 +label: "DUSTER INTENS 1.6 MT (AG788DK)" +value: "1992" +data: App\Entity\Car {#44118 …} +attr: [] +labelTranslationParameters: [] } 1993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58019 +label: "FIORINO ENDURANCE 1.4 MT (AG646QS)" +value: "1993" +data: App\Entity\Car {#44133 …} +attr: [] +labelTranslationParameters: [] } 1995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58020 +label: "VERSA SENSE MT PURE DRIVE F2 (AA887IH)" +value: "1995" +data: App\Entity\Car {#44148 …} +attr: [] +labelTranslationParameters: [] } 1996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58021 +label: "CAPTUR 2.0 GNC INTENS (AC059EH)" +value: "1996" +data: App\Entity\Car {#44163 …} +attr: [] +labelTranslationParameters: [] } 1997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58022 +label: "ETIOS XLS 1.5N MT 5P (NLY161)" +value: "1997" +data: App\Entity\Car {#44178 …} +attr: [] +labelTranslationParameters: [] } 1998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58023 +label: "KIA SOUL EX (AE046YZ)" +value: "1998" +data: App\Entity\Car {#44193 …} +attr: [] +labelTranslationParameters: [] } 1999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58024 +label: "FOCUS 5P 2.0L N AT TITANIUM (AC214NO)" +value: "1999" +data: App\Entity\Car {#44208 …} +attr: [] +labelTranslationParameters: [] } 2001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58025 +label: "RENEGADE SPORT 1.8 AT6 (AE792LT)" +value: "2001" +data: App\Entity\Car {#44223 …} +attr: [] +labelTranslationParameters: [] } 2002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58026 +label: "HILUX 4X2 D/C SRV PACK 2.8 TDI 6 M/T (AB242NU)" +value: "2002" +data: App\Entity\Car {#44238 …} +attr: [] +labelTranslationParameters: [] } 2003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58027 +label: "2008 SPORT 1.6 THP (AB968NK)" +value: "2003" +data: App\Entity\Car {#44253 …} +attr: [] +labelTranslationParameters: [] } 2004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58028 +label: "CAPTUR ZEN 2.0 (AE283UJ)" +value: "2004" +data: App\Entity\Car {#44268 …} +attr: [] +labelTranslationParameters: [] } 2005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58029 +label: "ARGO DRIVE 1.3 (AD039LJ)" +value: "2005" +data: App\Entity\Car {#44283 …} +attr: [] +labelTranslationParameters: [] } 2006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58030 +label: "AMAROK V6 COMFORTLINE 3.0TDI 4X4 AT (AE085NI)" +value: "2006" +data: App\Entity\Car {#44298 …} +attr: [] +labelTranslationParameters: [] } 2007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58031 +label: "208 FELINE 1.6 TIPTRONIC (AF340DL)" +value: "2007" +data: App\Entity\Car {#44313 …} +attr: [] +labelTranslationParameters: [] } 2008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58032 +label: "GOL TREND 1.6MSI (AE507KE)" +value: "2008" +data: App\Entity\Car {#44328 …} +attr: [] +labelTranslationParameters: [] } 2009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58033 +label: "ONIX JOY 5P 1.4 N LS MT (AB046SC)" +value: "2009" +data: App\Entity\Car {#44343 …} +attr: [] +labelTranslationParameters: [] } 2010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58034 +label: "CAPTIVA LTZ 2.2 D A/T (NOP470)" +value: "2010" +data: App\Entity\Car {#44358 …} +attr: [] +labelTranslationParameters: [] } 2011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58035 +label: "ECOSPORT SE 1.6N MT (MYY891)" +value: "2011" +data: App\Entity\Car {#44373 …} +attr: [] +labelTranslationParameters: [] } 2012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58036 +label: "COROLLA CROSS SEG 2.0 CVT (AF412MN)" +value: "2012" +data: App\Entity\Car {#44388 …} +attr: [] +labelTranslationParameters: [] } 2014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58037 +label: "KWID ZEN 1.0 (AC487EK)" +value: "2014" +data: App\Entity\Car {#44403 …} +attr: [] +labelTranslationParameters: [] } 2016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58038 +label: "HILUX 4X2 DC SRV 2.8 TDI Mt 6 (AG029UU)" +value: "2016" +data: App\Entity\Car {#44418 …} +attr: [] +labelTranslationParameters: [] } 2017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58039 +label: "ECO SPORT 1.6 XLS (HHS266)" +value: "2017" +data: App\Entity\Car {#44433 …} +attr: [] +labelTranslationParameters: [] } 2018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58040 +label: "HRV LX 1.8 CVT (AC468CL)" +value: "2018" +data: App\Entity\Car {#44448 …} +attr: [] +labelTranslationParameters: [] } 2019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58041 +label: "DS4 PERFORMANCE LINE 215 A T8 (AF862BU)" +value: "2019" +data: App\Entity\Car {#44463 …} +attr: [] +labelTranslationParameters: [] } 2020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58042 +label: "C4 CACTUS VTI FEEL 1.6 GNC (AE582PL)" +value: "2020" +data: App\Entity\Car {#44478 …} +attr: [] +labelTranslationParameters: [] } 2022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58043 +label: "NUEVO SAVEIRO TRENDLINE CS MSI MT (AG502ZC)" +value: "2022" +data: App\Entity\Car {#44493 …} +attr: [] +labelTranslationParameters: [] } 2023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58044 +label: "BAIC BJ40S (COMP)" +value: "2023" +data: App\Entity\Car {#44508 …} +attr: [] +labelTranslationParameters: [] } 2024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58045 +label: "C3 1.6 VTI EXCLUSIVE (MZP187)" +value: "2024" +data: App\Entity\Car {#44524 …} +attr: [] +labelTranslationParameters: [] } 2025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58046 +label: "POLO TREND MSI MT (AF931TE)" +value: "2025" +data: App\Entity\Car {#44539 …} +attr: [] +labelTranslationParameters: [] } 2026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58047 +label: "CIVIC EX-T (AB381AQ)" +value: "2026" +data: App\Entity\Car {#44554 …} +attr: [] +labelTranslationParameters: [] } 2027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58048 +label: "TORO VOLCANO 2.0 16V 4X4 (AB085EY)" +value: "2027" +data: App\Entity\Car {#44569 …} +attr: [] +labelTranslationParameters: [] } 2028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58049 +label: "STRADA ADVENTURE 1.6 (AC307ZW)" +value: "2028" +data: App\Entity\Car {#44584 …} +attr: [] +labelTranslationParameters: [] } 2029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58050 +label: "VELOSTER 1.6 T ULTIMATE (AE194YD)" +value: "2029" +data: App\Entity\Car {#44599 …} +attr: [] +labelTranslationParameters: [] } 2030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58051 +label: "FASTBACK 1.3T 270 AT6 ABARTH (0)" +value: "2030" +data: App\Entity\Car {#44614 …} +attr: [] +labelTranslationParameters: [] } 2031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58052 +label: "RANGER 3.0 TDI DC 4X4 L/23 LTD+ V6 10AT (AH124RZ)" +value: "2031" +data: App\Entity\Car {#44629 …} +attr: [] +labelTranslationParameters: [] } 2032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58053 +label: "AMAROK 20TD 4X2 DC TRENDLINE L/24 (AG943UX)" +value: "2032" +data: App\Entity\Car {#44644 …} +attr: [] +labelTranslationParameters: [] } 2033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58054 +label: "EMGRAND X7 SPORT GL AT 2.4 (AC049ZX)" +value: "2033" +data: App\Entity\Car {#44659 …} +attr: [] +labelTranslationParameters: [] } 2034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58055 +label: "C3 VTI 115 EXCLUSIVE PACK MY WAY (PKE432)" +value: "2034" +data: App\Entity\Car {#44674 …} +attr: [] +labelTranslationParameters: [] } 2035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58056 +label: "HILUX 4X2 C/D SRV 3.0 TDI CUERO - E4 (ONQ980)" +value: "2035" +data: App\Entity\Car {#44689 …} +attr: [] +labelTranslationParameters: [] } 2036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58057 +label: "BERLINGO FURGON HDI 92 BUSINESS AM22.5 (AG164TE)" +value: "2036" +data: App\Entity\Car {#44704 …} +attr: [] +labelTranslationParameters: [] } 2037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58058 +label: "ECO SPORT 2.0 TITANIUM (OAD318)" +value: "2037" +data: App\Entity\Car {#44719 …} +attr: [] +labelTranslationParameters: [] } 2038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58059 +label: "ECOSPORT TITANIUM 1.6L MT N (OMH527)" +value: "2038" +data: App\Entity\Car {#44734 …} +attr: [] +labelTranslationParameters: [] } 2040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58060 +label: "RENEGADE SPORT 1.8 AT6 (AD848ES)" +value: "2040" +data: App\Entity\Car {#44749 …} +attr: [] +labelTranslationParameters: [] } 2041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58061 +label: "AMAROK V6 HIGHLINE L/24 (AG983MG)" +value: "2041" +data: App\Entity\Car {#44764 …} +attr: [] +labelTranslationParameters: [] } 2042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58062 +label: "PARTNER PATAGONICA HDI 1.6 VTC PLUS (AA814YO)" +value: "2042" +data: App\Entity\Car {#44779 …} +attr: [] +labelTranslationParameters: [] } 2043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58063 +label: "S10 CD 2.8 TD 4X2 HC (AD605AZ)" +value: "2043" +data: App\Entity\Car {#44794 …} +attr: [] +labelTranslationParameters: [] } 2044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58064 +label: "CAPTUR INTENS 1.6 CVT (AD512ZN)" +value: "2044" +data: App\Entity\Car {#44809 …} +attr: [] +labelTranslationParameters: [] } 2045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58065 +label: "GOL TREND 1.6 (PJU960)" +value: "2045" +data: App\Entity\Car {#44824 …} +attr: [] +labelTranslationParameters: [] } 2046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58066 +label: "CAPTUR INTENSE 2.0 MT (AC487BL)" +value: "2046" +data: App\Entity\Car {#44839 …} +attr: [] +labelTranslationParameters: [] } 2047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58067 +label: "STRADA 1.4 WORKING L/14 DC (AC920AO)" +value: "2047" +data: App\Entity\Car {#44854 …} +attr: [] +labelTranslationParameters: [] } 2048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58068 +label: "VENTO COMFORTLINE 1.4T AT (AD401JA)" +value: "2048" +data: App\Entity\Car {#44869 …} +attr: [] +labelTranslationParameters: [] } 2049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58069 +label: "DUSTER OROCH DYNAMIQUE 2.0 4X4 (AD937YR)" +value: "2049" +data: App\Entity\Car {#44884 …} +attr: [] +labelTranslationParameters: [] } 2050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58070 +label: "HR-V LX 1.8 CVT (PCJ099)" +value: "2050" +data: App\Entity\Car {#44899 …} +attr: [] +labelTranslationParameters: [] } 2051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58071 +label: "COROLLA CROSS SEG HEV 1.8 ECVT (AG625MP)" +value: "2051" +data: App\Entity\Car {#44914 …} +attr: [] +labelTranslationParameters: [] } 2055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58072 +label: "CRUZE 5P 1.4T LT AT (AF464KT)" +value: "2055" +data: App\Entity\Car {#44929 …} +attr: [] +labelTranslationParameters: [] } 2056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58073 +label: "DS 7 CROSSBACK HDI 180 AUTOMATIC SO CHIC MY20 (AE476VB)" +value: "2056" +data: App\Entity\Car {#44944 …} +attr: [] +labelTranslationParameters: [] } 2057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58074 +label: "DS3 1.2 T PURE TECH SO CHIC AUT (AE025BF)" +value: "2057" +data: App\Entity\Car {#44959 …} +attr: [] +labelTranslationParameters: [] } 2058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58075 +label: "KUGA PLATINUM 2.5L HIBRIDO AT AWD (AG391HD)" +value: "2058" +data: App\Entity\Car {#44974 …} +attr: [] +labelTranslationParameters: [] } 2059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58076 +label: "ECOSPORT FREESTYLE 1.6 MT (NPW869)" +value: "2059" +data: App\Entity\Car {#44989 …} +attr: [] +labelTranslationParameters: [] } 2061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58077 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 MT (AF343ZS)" +value: "2061" +data: App\Entity\Car {#45004 …} +attr: [] +labelTranslationParameters: [] } 2062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58078 +label: "RENEGADE LONGITUDE 1.8L AT6 AUTOMATICO (AE932WO)" +value: "2062" +data: App\Entity\Car {#45019 …} +attr: [] +labelTranslationParameters: [] } 2064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58079 +label: "SENTRA EXCLUSIVE CVT PURE DRIVE (GNC) (AC612YO)" +value: "2064" +data: App\Entity\Car {#45034 …} +attr: [] +labelTranslationParameters: [] } 2067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58080 +label: "COROLLA 2.0 SEG CVT (AF053NW)" +value: "2067" +data: App\Entity\Car {#45049 …} +attr: [] +labelTranslationParameters: [] } 2068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58081 +label: "408 ACTIVE 1.6 gnc (PNI082)" +value: "2068" +data: App\Entity\Car {#45064 …} +attr: [] +labelTranslationParameters: [] } 2069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58082 +label: "UNO WAY 1.3 (AD709NT)" +value: "2069" +data: App\Entity\Car {#45079 …} +attr: [] +labelTranslationParameters: [] } 2070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58083 +label: "KANGOO II EXPRESS EMOTION 1.6 SCE (AE683HJ)" +value: "2070" +data: App\Entity\Car {#45094 …} +attr: [] +labelTranslationParameters: [] } 2071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58084 +label: "CRUZE 1.8 LT (MQD461)" +value: "2071" +data: App\Entity\Car {#45109 …} +attr: [] +labelTranslationParameters: [] } 2073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58085 +label: "GOL TREND 1.6 GP (OBX617)" +value: "2073" +data: App\Entity\Car {#45124 …} +attr: [] +labelTranslationParameters: [] } 2074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58086 +label: "2008 GT T200 AM24 (AG724WN)" +value: "2074" +data: App\Entity\Car {#45139 …} +attr: [] +labelTranslationParameters: [] } 2075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58087 +label: "BEIJING X55 1.5T (COM)" +value: "2075" +data: App\Entity\Car {#45154 …} +attr: [] +labelTranslationParameters: [] } 2076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58088 +label: "RANGER 3.2 TDI DC 4X2 L/19 XLS (AF325GW)" +value: "2076" +data: App\Entity\Car {#45169 …} +attr: [] +labelTranslationParameters: [] } 2077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58089 +label: "FOCUS 5P 2.0L N AT TITANIUM (AB177RK)" +value: "2077" +data: App\Entity\Car {#45184 …} +attr: [] +labelTranslationParameters: [] } 2078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58090 +label: "CITI EX-L AT (MKU840)" +value: "2078" +data: App\Entity\Car {#45199 …} +attr: [] +labelTranslationParameters: [] } 2079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58091 +label: "FOCUS 5P 2.0L N MT SE (AD864IW)" +value: "2079" +data: App\Entity\Car {#45214 …} +attr: [] +labelTranslationParameters: [] } 2080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58092 +label: "208 FELINE 1.6 N PACK CUIR (PFZ462)" +value: "2080" +data: App\Entity\Car {#45229 …} +attr: [] +labelTranslationParameters: [] } 2081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58093 +label: "ECOSPORT 2.0L XLS 4X2 (KSG815)" +value: "2081" +data: App\Entity\Car {#45244 …} +attr: [] +labelTranslationParameters: [] } 2082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58094 +label: "STRADA ADVENTURE 1.6 DC (MJX233)" +value: "2082" +data: App\Entity\Car {#45259 …} +attr: [] +labelTranslationParameters: [] } 2083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58095 +label: "P. 207 ALLURE 1.4 5P (NJE559)" +value: "2083" +data: App\Entity\Car {#45274 …} +attr: [] +labelTranslationParameters: [] } 2084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58096 +label: "JOURNEY SXT 2.4 (AB763RG)" +value: "2084" +data: App\Entity\Car {#45289 …} +attr: [] +labelTranslationParameters: [] } 2086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58097 +label: "308 1.6 THP SPORT TIPTRONIC (NVN455)" +value: "2086" +data: App\Entity\Car {#45304 …} +attr: [] +labelTranslationParameters: [] } 2087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58098 +label: "MUSTANG MACH-E (AG351KB)" +value: "2087" +data: App\Entity\Car {#45319 …} +attr: [] +labelTranslationParameters: [] } 2088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58099 +label: "208 1.0T GT (0)" +value: "2088" +data: App\Entity\Car {#45334 …} +attr: [] +labelTranslationParameters: [] } 2089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58100 +label: "KA FLY VIRAL 1.0L (KYK138)" +value: "2089" +data: App\Entity\Car {#45349 …} +attr: [] +labelTranslationParameters: [] } 2090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58101 +label: "208 ALLURE 1.5 N TOUCHSCREEN (MYD440)" +value: "2090" +data: App\Entity\Car {#45364 …} +attr: [] +labelTranslationParameters: [] } 2091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58102 +label: "FOCUS 2.0N SE (AD611VF)" +value: "2091" +data: App\Entity\Car {#45379 …} +attr: [] +labelTranslationParameters: [] } 2092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58103 +label: "AMAROK HIGHLINE 4X2 2.0TDI MT (ONC588)" +value: "2092" +data: App\Entity\Car {#45394 …} +attr: [] +labelTranslationParameters: [] } 2093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58104 +label: "AMAROK HIGHLINE AT 4X2 2.0TDI (AE844UI)" +value: "2093" +data: App\Entity\Car {#45409 …} +attr: [] +labelTranslationParameters: [] } 2094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58105 +label: "NIVUS HIGHLINE 1.0T (AE426IY)" +value: "2094" +data: App\Entity\Car {#45424 …} +attr: [] +labelTranslationParameters: [] } 2095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58106 +label: "RANGER XLT 4X4 AT MY25 (0)" +value: "2095" +data: App\Entity\Car {#45439 …} +attr: [] +labelTranslationParameters: [] } 2096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58107 +label: "RANGER 3.0 TDI DC 4X4 XLS V6 10AT (AH124RX)" +value: "2096" +data: App\Entity\Car {#45454 …} +attr: [] +labelTranslationParameters: [] } 2097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58108 +label: "MAVERICK LARIAT 2025 0KM (0)" +value: "2097" +data: App\Entity\Car {#45469 …} +attr: [] +labelTranslationParameters: [] } 2098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58109 +label: "UNO 1.4 5 PTAS WAY (LFA450)" +value: "2098" +data: App\Entity\Car {#45484 …} +attr: [] +labelTranslationParameters: [] } 2099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58110 +label: "FORD KA S 1.5 5P MT (AD788OH)" +value: "2099" +data: App\Entity\Car {#45499 …} +attr: [] +labelTranslationParameters: [] } 2100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58111 +label: "S10 2.8TDI DLX 4X2 ELECTRONIC CD (JZT212)" +value: "2100" +data: App\Entity\Car {#45514 …} +attr: [] +labelTranslationParameters: [] } 2101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58112 +label: "MOBI WAY (AB469SC)" +value: "2101" +data: App\Entity\Car {#45529 …} +attr: [] +labelTranslationParameters: [] } 2102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58113 +label: "CHEVROLET TRACKER AWD LTZ AT (AB952SE)" +value: "2102" +data: App\Entity\Car {#45544 …} +attr: [] +labelTranslationParameters: [] } 2103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58114 +label: "JOURNEY SXT 2.4 (AD995PI)" +value: "2103" +data: App\Entity\Car {#45559 …} +attr: [] +labelTranslationParameters: [] } 2104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58115 +label: "JOLION 1.5 T SUPREME 7DCT (AH363RG)" +value: "2104" +data: App\Entity\Car {#45574 …} +attr: [] +labelTranslationParameters: [] } 2105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58116 +label: "JOLION 1.5T SUPREME 7DCT BORDO (AH187CO)" +value: "2105" +data: App\Entity\Car {#45589 …} +attr: [] +labelTranslationParameters: [] } 2106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58117 +label: "A5 SPORTBACK 2.0T FSI (ORB410)" +value: "2106" +data: App\Entity\Car {#45604 …} +attr: [] +labelTranslationParameters: [] } 2107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58118 +label: "KOLEOS ZEN 2.5 2WD CVT (AC818ZN)" +value: "2107" +data: App\Entity\Car {#45619 …} +attr: [] +labelTranslationParameters: [] } 2108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58119 +label: "DUSTER PH2 PRIVILEGE 2.0 (AE270EE)" +value: "2108" +data: App\Entity\Car {#45634 …} +attr: [] +labelTranslationParameters: [] } 2109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58120 +label: "208 1.6 VTI FELINE MT (AB050AC)" +value: "2109" +data: App\Entity\Car {#45649 …} +attr: [] +labelTranslationParameters: [] } 2110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58121 +label: "CLASSIC LT (MTV690)" +value: "2110" +data: App\Entity\Car {#45664 …} +attr: [] +labelTranslationParameters: [] } 2111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58122 +label: "PRISMA LTZ 1.4 MT (AA706SF)" +value: "2111" +data: App\Entity\Car {#45679 …} +attr: [] +labelTranslationParameters: [] } 2112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58123 +label: "FIESTA SE 1.6N MT (AA586UG)" +value: "2112" +data: App\Entity\Car {#45694 …} +attr: [] +labelTranslationParameters: [] } 2113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58124 +label: "RANGER 3.0 TDI DC 4X4 L/23 LTD + V6 10AT (0)" +value: "2113" +data: App\Entity\Car {#45709 …} +attr: [] +labelTranslationParameters: [] } 2114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58125 +label: "TERRITORY TITANIUM 2025 BLANCA (AH170WF)" +value: "2114" +data: App\Entity\Car {#45724 …} +attr: [] +labelTranslationParameters: [] } 2116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58126 +label: "ARGO PRECISION 1.8 AT6 (AE826HA)" +value: "2116" +data: App\Entity\Car {#45739 …} +attr: [] +labelTranslationParameters: [] } 2118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58127 +label: "AMAROK EXTREME CD V6 AT 4X4 (AG568BO)" +value: "2118" +data: App\Entity\Car {#45754 …} +attr: [] +labelTranslationParameters: [] } 2119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58128 +label: "KOLEOS 2.5N PRIVILEGE 4X4 MT (MKU788)" +value: "2119" +data: App\Entity\Car {#45769 …} +attr: [] +labelTranslationParameters: [] } 2120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58129 +label: "GOL TREND PK 1 3 PTAS. (OOX134)" +value: "2120" +data: App\Entity\Car {#45784 …} +attr: [] +labelTranslationParameters: [] } 2121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58130 +label: "HILUX 4X2 CABINA DOBLE DX PACK 2.5 TDI (LPU201)" +value: "2121" +data: App\Entity\Car {#45799 …} +attr: [] +labelTranslationParameters: [] } 2122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58131 +label: "COROLLA XLI CVT 1.8N (NUY437)" +value: "2122" +data: App\Entity\Car {#45814 …} +attr: [] +labelTranslationParameters: [] } 2123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58132 +label: "CRONOS PRECISION 1.8 AT (AF265PU)" +value: "2123" +data: App\Entity\Car {#45829 …} +attr: [] +labelTranslationParameters: [] } 2125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58133 +label: "ECOSPORT 1.6 L 4X2 XLS (JJL958)" +value: "2125" +data: App\Entity\Car {#45844 …} +attr: [] +labelTranslationParameters: [] } 2126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58134 +label: "AMAROK V6 EXTREME 3.0L 258CV (AE755XW)" +value: "2126" +data: App\Entity\Car {#45859 …} +attr: [] +labelTranslationParameters: [] } 2127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58135 +label: "VIRTUS 1.6 MSI TRENDLINE (AC948LP)" +value: "2127" +data: App\Entity\Car {#45874 …} +attr: [] +labelTranslationParameters: [] } 2128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58136 +label: "HILUX 4X2 D/C SRX 2.8 TDI 6 A/T (AC474VH)" +value: "2128" +data: App\Entity\Car {#45889 …} +attr: [] +labelTranslationParameters: [] } 2129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58137 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (AE449LA)" +value: "2129" +data: App\Entity\Car {#45904 …} +attr: [] +labelTranslationParameters: [] } 2130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58138 +label: "RANGER XLS 2.0 4X2 MT PABLO (AG502ZH)" +value: "2130" +data: App\Entity\Car {#45919 …} +attr: [] +labelTranslationParameters: [] } 2131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58139 +label: "PALIO 1.4 5 P FIRE TOP SEGUR. (OXD342)" +value: "2131" +data: App\Entity\Car {#45934 …} +attr: [] +labelTranslationParameters: [] } 2132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58140 +label: "TERRITORY 1.8L GAS AT TITANIUM EU5 (AG111RP)" +value: "2132" +data: App\Entity\Car {#45949 …} +attr: [] +labelTranslationParameters: [] } 2134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58141 +label: "C3 1.6N FEEL AM18 (AC151HH)" +value: "2134" +data: App\Entity\Car {#45964 …} +attr: [] +labelTranslationParameters: [] } 2135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58142 +label: "CHEVROLET 400 SUPER SPORT (UUS271)" +value: "2135" +data: App\Entity\Car {#45979 …} +attr: [] +labelTranslationParameters: [] } 2136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58143 +label: "TIGGO 2.0 GNC LUXURY A/T (PCK985)" +value: "2136" +data: App\Entity\Car {#45994 …} +attr: [] +labelTranslationParameters: [] } 2138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58144 +label: "MOVE UP! 1.0 MPI I-MOTION (AB269AX)" +value: "2138" +data: App\Entity\Car {#46009 …} +attr: [] +labelTranslationParameters: [] } 2139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58145 +label: "MAVERICK XLT 2.0L 4X2 AT (AF714XQ)" +value: "2139" +data: App\Entity\Car {#46024 …} +attr: [] +labelTranslationParameters: [] } 2140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58146 +label: "HRV 1.8 LX CVT (AF184VW)" +value: "2140" +data: App\Entity\Car {#46039 …} +attr: [] +labelTranslationParameters: [] } 2141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58147 +label: "DUSTER PRIVILEGE 2.0 (AA229OJ)" +value: "2141" +data: App\Entity\Car {#46054 …} +attr: [] +labelTranslationParameters: [] } 2142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58148 +label: "KANGOO PH3 AUTH PLUS 1,6 2P (OAM206)" +value: "2142" +data: App\Entity\Car {#46069 …} +attr: [] +labelTranslationParameters: [] } 2143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58149 +label: "F-150 RAPTOR 3.5L V6 ECOBOOST 4X4 AT (AF036WW)" +value: "2143" +data: App\Entity\Car {#46084 …} +attr: [] +labelTranslationParameters: [] } 2144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58150 +label: "RENEGADE SPORT 1.8 MT (AD636LS)" +value: "2144" +data: App\Entity\Car {#46099 …} +attr: [] +labelTranslationParameters: [] } 2145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58151 +label: "AMAROK CONFORLINE 4X2 MANUAL (AC369HY)" +value: "2145" +data: App\Entity\Car {#46114 …} +attr: [] +labelTranslationParameters: [] } 2146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58152 +label: "CRONOS 1.3 PRECISION CVT (AG359NN)" +value: "2146" +data: App\Entity\Car {#46129 …} +attr: [] +labelTranslationParameters: [] } 2147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58153 +label: "2008 ALLURE 1.6 TIPTRONIC (AA882FK)" +value: "2147" +data: App\Entity\Car {#46144 …} +attr: [] +labelTranslationParameters: [] } 2148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58154 +label: "CRONOS 1.3 PRECISION CVT (AG404QQ)" +value: "2148" +data: App\Entity\Car {#46159 …} +attr: [] +labelTranslationParameters: [] } 2149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58155 +label: "PULSE DRIVE MT 1.3N (AF493BC)" +value: "2149" +data: App\Entity\Car {#46174 …} +attr: [] +labelTranslationParameters: [] } 2150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58156 +label: "C 3 1.4I SX (ITF890)" +value: "2150" +data: App\Entity\Car {#46189 …} +attr: [] +labelTranslationParameters: [] } 2151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58157 +label: "RENEGADE 1.8 4X2 LONGITUDE AT (AF064BZ)" +value: "2151" +data: App\Entity\Car {#46204 …} +attr: [] +labelTranslationParameters: [] } 2152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58158 +label: "RENEGADE 1.8N SPORT (AB861CP)" +value: "2152" +data: App\Entity\Car {#46219 …} +attr: [] +labelTranslationParameters: [] } 2153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58159 +label: "AMAROK DARK LABEL AUT 4X4 2.0TDI (AA811ES)" +value: "2153" +data: App\Entity\Car {#46234 …} +attr: [] +labelTranslationParameters: [] } 2155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58160 +label: "RANGER 2.0 TDI DC 4X4 LTD 10AT (AH124RJ)" +value: "2155" +data: App\Entity\Car {#46249 …} +attr: [] +labelTranslationParameters: [] } 2159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58161 +label: "208 STYLE MT23.5 (AG138OP)" +value: "2159" +data: App\Entity\Car {#46264 …} +attr: [] +labelTranslationParameters: [] } 2160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58162 +label: "COROLLA 2.0 SEG CVT (AE967ZI)" +value: "2160" +data: App\Entity\Car {#46279 …} +attr: [] +labelTranslationParameters: [] } 2161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58163 +label: "TORO 2.0TDI FREEDOM 4X4 AT (AF958QV)" +value: "2161" +data: App\Entity\Car {#46294 …} +attr: [] +labelTranslationParameters: [] } 2164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58164 +label: "COROLLA XEI PACK 1.8 A/T (MCB593)" +value: "2164" +data: App\Entity\Car {#46309 …} +attr: [] +labelTranslationParameters: [] } 2165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58165 +label: "C250 CGI BLUE EFFICIENCY (JUA389)" +value: "2165" +data: App\Entity\Car {#46324 …} +attr: [] +labelTranslationParameters: [] } 2166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58166 +label: "CRUZE LT MT (AD670IH)" +value: "2166" +data: App\Entity\Car {#46339 …} +attr: [] +labelTranslationParameters: [] } 2167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58167 +label: "COMPASS LIMITED 2.4 AT9 AWD (AD720YJ)" +value: "2167" +data: App\Entity\Car {#46354 …} +attr: [] +labelTranslationParameters: [] } 2168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58168 +label: "SANDERO PH2 STEPWAY INTENS 1.6 (AE565EN)" +value: "2168" +data: App\Entity\Car {#46369 …} +attr: [] +labelTranslationParameters: [] } 2169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58169 +label: "NUEVO SANDERO STEPWAY PRIVILEGE (AB687OG)" +value: "2169" +data: App\Entity\Car {#46384 …} +attr: [] +labelTranslationParameters: [] } 2171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58170 +label: "PARTNER CONFORT 1.6 HDI 5 PLAZAS (AB730NA)" +value: "2171" +data: App\Entity\Car {#46399 …} +attr: [] +labelTranslationParameters: [] } 2172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58171 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (PDE705)" +value: "2172" +data: App\Entity\Car {#46414 …} +attr: [] +labelTranslationParameters: [] } 2173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58172 +label: "SANDERO STEPWAY COMFORT 1,6 16V (IJX919)" +value: "2173" +data: App\Entity\Car {#46429 …} +attr: [] +labelTranslationParameters: [] } 2174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58173 +label: "CRONOS PRECISION 1.8 AT (AD135SP)" +value: "2174" +data: App\Entity\Car {#46444 …} +attr: [] +labelTranslationParameters: [] } 2175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58174 +label: "ECO SPORT 1.6 FREESTYLE (NTJ142)" +value: "2175" +data: App\Entity\Car {#46459 …} +attr: [] +labelTranslationParameters: [] } 2176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58175 +label: "5008 ALLURE PLUS HDI TIPTRONIC (AE179AN)" +value: "2176" +data: App\Entity\Car {#46474 …} +attr: [] +labelTranslationParameters: [] } 2177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58176 +label: "FRONTIER PLATINUM 4X4 AT 2.3 D CD (AF782NJ)" +value: "2177" +data: App\Entity\Car {#46489 …} +attr: [] +labelTranslationParameters: [] } 2179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58177 +label: "408 ALLURE+ HDI (MGL257)" +value: "2179" +data: App\Entity\Car {#46504 …} +attr: [] +labelTranslationParameters: [] } 2180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58178 +label: "RANGER 2.2 TDI DC 4X2 L/19 XL (AF445JU)" +value: "2180" +data: App\Entity\Car {#46519 …} +attr: [] +labelTranslationParameters: [] } 2181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58179 +label: "KICKS 1.6 SENSE MT L/21 (AE539IZ)" +value: "2181" +data: App\Entity\Car {#46534 …} +attr: [] +labelTranslationParameters: [] } 2182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58180 +label: "C3 AIRCROSS VTI 115 AT6 SHINE AM19 (AD086WJ)" +value: "2182" +data: App\Entity\Car {#46549 …} +attr: [] +labelTranslationParameters: [] } 2183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58181 +label: "C3 VTI 115 FELL AM22 (AF952GD)" +value: "2183" +data: App\Entity\Car {#46564 …} +attr: [] +labelTranslationParameters: [] } 2185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58182 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (AC142QX)" +value: "2185" +data: App\Entity\Car {#46579 …} +attr: [] +labelTranslationParameters: [] } 2186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58183 +label: "POLO HIGHLINE 1.6N AT (AF307YQ)" +value: "2186" +data: App\Entity\Car {#46594 …} +attr: [] +labelTranslationParameters: [] } 2187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58184 +label: "208 LIKE PACK 1.6L (AE742OK)" +value: "2187" +data: App\Entity\Car {#46609 …} +attr: [] +labelTranslationParameters: [] } 2188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58185 +label: "SANDERO EXPRESSION (AD601BP)" +value: "2188" +data: App\Entity\Car {#46624 …} +attr: [] +labelTranslationParameters: [] } 2189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58186 +label: "208 FELINE TIPTRONIC 1.6L AM23 GNC (AF445EG)" +value: "2189" +data: App\Entity\Car {#46639 …} +attr: [] +labelTranslationParameters: [] } 2190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58187 +label: "120I ACTIVE 5 P. (IBJ454)" +value: "2190" +data: App\Entity\Car {#46654 …} +attr: [] +labelTranslationParameters: [] } 2191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58188 +label: "COROLLA XEI PACK 1.8 CVT (AC291NZ)" +value: "2191" +data: App\Entity\Car {#46669 …} +attr: [] +labelTranslationParameters: [] } 2192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58189 +label: "COROLLA XEI 1.8 6M/T (PPH840)" +value: "2192" +data: App\Entity\Car {#46684 …} +attr: [] +labelTranslationParameters: [] } 2194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58190 +label: "KANGOO II EXPRESS EMOTION 1.6 SCE (GNC) (AG197LC)" +value: "2194" +data: App\Entity\Car {#46699 …} +attr: [] +labelTranslationParameters: [] } 2195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58191 +label: "X35 LUXURY AT (COMP)" +value: "2195" +data: App\Entity\Car {#46714 …} +attr: [] +labelTranslationParameters: [] } 2196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58192 +label: "X 55 II 1.5 T LUXURY DCT (AH365SE)" +value: "2196" +data: App\Entity\Car {#46729 …} +attr: [] +labelTranslationParameters: [] } 2197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58193 +label: "X 55 II 1.5 T PLUS (COMP)" +value: "2197" +data: App\Entity\Car {#46744 …} +attr: [] +labelTranslationParameters: [] } 2198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58194 +label: "NUEVO SANDERO STEPWAY DYNAMIQUE (OZE972)" +value: "2198" +data: App\Entity\Car {#46759 …} +attr: [] +labelTranslationParameters: [] } 2199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58195 +label: "AMAROK DC 2.0L TDI 140 CV 476 (AC095MY)" +value: "2199" +data: App\Entity\Car {#46774 …} +attr: [] +labelTranslationParameters: [] } 2200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58196 +label: "COROLLA SE-G 1.8 CVT (AD110LT)" +value: "2200" +data: App\Entity\Car {#46789 …} +attr: [] +labelTranslationParameters: [] } 2201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58197 +label: "TAOS COMFORLINE TSI AT (AG107LH)" +value: "2201" +data: App\Entity\Car {#46804 …} +attr: [] +labelTranslationParameters: [] } 2202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58198 +label: "KICKS 1.6 SENSE (AE131KZ)" +value: "2202" +data: App\Entity\Car {#46819 …} +attr: [] +labelTranslationParameters: [] } 2203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58199 +label: "CLIO MIO 3P AUTHENTIQUE PACK LOOK (MWU542)" +value: "2203" +data: App\Entity\Car {#46834 …} +attr: [] +labelTranslationParameters: [] } 2204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58200 +label: "RIO EX 1.4 A/T (AA967OR)" +value: "2204" +data: App\Entity\Car {#46849 …} +attr: [] +labelTranslationParameters: [] } 2205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58201 +label: "SPIN 1.8 N LT MT (OTC620)" +value: "2205" +data: App\Entity\Car {#46864 …} +attr: [] +labelTranslationParameters: [] } 2206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58202 +label: "C-ELYSEE VTI 115 FEEL (AA343DV)" +value: "2206" +data: App\Entity\Car {#46879 …} +attr: [] +labelTranslationParameters: [] } 2207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58203 +label: "ECO SPORT 1.6 FREESTYLE (OCN388)" +value: "2207" +data: App\Entity\Car {#46894 …} +attr: [] +labelTranslationParameters: [] } 2208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58204 +label: "TRACKER 1.8 4X2 LTZ PREMIER L/17 (AE551AW)" +value: "2208" +data: App\Entity\Car {#46909 …} +attr: [] +labelTranslationParameters: [] } 2209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58205 +label: "COROLLA GR-SPORT 2.0 CVT (AF4970Y)" +value: "2209" +data: App\Entity\Car {#46924 …} +attr: [] +labelTranslationParameters: [] } 2210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58206 +label: "CRV 2.4 4X4 EX AUT (MCS084)" +value: "2210" +data: App\Entity\Car {#46939 …} +attr: [] +labelTranslationParameters: [] } 2211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58207 +label: "KANGOO COMFORT 1.6CD AA DA SVT 1PL 600KG ROJA (LIR032)" +value: "2211" +data: App\Entity\Car {#46954 …} +attr: [] +labelTranslationParameters: [] } 2212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58208 +label: "DUSTER OROCH 1.6 OUTSIDER (AC562LM)" +value: "2212" +data: App\Entity\Car {#46969 …} +attr: [] +labelTranslationParameters: [] } 2213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58209 +label: "AMAROK 2.0L TDI 4X4 1H0 (KNI849)" +value: "2213" +data: App\Entity\Car {#46984 …} +attr: [] +labelTranslationParameters: [] } 2214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58210 +label: "PUNTO ATTRACTIVE 1.4 8V (MGQ753)" +value: "2214" +data: App\Entity\Car {#46999 …} +attr: [] +labelTranslationParameters: [] } 2215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58211 +label: "CRV 2.4 4X2 LX AUT (HNX317)" +value: "2215" +data: App\Entity\Car {#47014 …} +attr: [] +labelTranslationParameters: [] } 2216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58212 +label: "JOURNEY SE 2.4N AT (MQH837)" +value: "2216" +data: App\Entity\Car {#47029 …} +attr: [] +labelTranslationParameters: [] } 2217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58213 +label: "208 1.6 ALLURE TOUCH (OCM992)" +value: "2217" +data: App\Entity\Car {#47044 …} +attr: [] +labelTranslationParameters: [] } 2218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58214 +label: "TERRITORY TITANIUM 1.5 GTDI 4X2 AT (AE847TZ)" +value: "2218" +data: App\Entity\Car {#47059 …} +attr: [] +labelTranslationParameters: [] } 2219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58215 +label: "ARGO DRIVE 1.3 (AF052WX)" +value: "2219" +data: App\Entity\Car {#47074 …} +attr: [] +labelTranslationParameters: [] } 2220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58216 +label: "PARTNER 1.6HDI MT CONFORT 5PLAZAS (AD441UP)" +value: "2220" +data: App\Entity\Car {#47089 …} +attr: [] +labelTranslationParameters: [] } 2222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58217 +label: "FOCUS TREND 2.0 GNC (LFH543)" +value: "2222" +data: App\Entity\Car {#47104 …} +attr: [] +labelTranslationParameters: [] } 2223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58218 +label: "208 ALLURE 1.5NAV (AB317EA)" +value: "2223" +data: App\Entity\Car {#47119 …} +attr: [] +labelTranslationParameters: [] } 2224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58219 +label: "208 ALLURE 1.5NAV (AB317EA)" +value: "2224" +data: App\Entity\Car {#47134 …} +attr: [] +labelTranslationParameters: [] } 2225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58220 +label: "PALIO 1.4 5 P ATTRACTIVE (AC382NP)" +value: "2225" +data: App\Entity\Car {#47149 …} +attr: [] +labelTranslationParameters: [] } 2226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58221 +label: "RAM 1500 LARAMIE 5.7 V8 LARAMIE (AB727QF)" +value: "2226" +data: App\Entity\Car {#47164 …} +attr: [] +labelTranslationParameters: [] } 2227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58222 +label: "KWID ICONIC 1.0 (ac647xz)" +value: "2227" +data: App\Entity\Car {#47179 …} +attr: [] +labelTranslationParameters: [] } 2229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58223 +label: "TRACKER 1.2T AT LTZ (AG867WF)" +value: "2229" +data: App\Entity\Car {#47194 …} +attr: [] +labelTranslationParameters: [] } 2230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58224 +label: "RANGER DC 4X4 XL 2.2L D (AE996BB)" +value: "2230" +data: App\Entity\Car {#47209 …} +attr: [] +labelTranslationParameters: [] } 2231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58225 +label: "208 ALLURE 1.6 (AC927EB)" +value: "2231" +data: App\Entity\Car {#47224 …} +attr: [] +labelTranslationParameters: [] } 2232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58226 +label: "NUEVO SAVEIRO EXTREME CD MSI MT (AG397VY)" +value: "2232" +data: App\Entity\Car {#47239 …} +attr: [] +labelTranslationParameters: [] } 2233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58227 +label: "BRONCO 1.5T SPORT BIG BEND (AE692IW)" +value: "2233" +data: App\Entity\Car {#47254 …} +attr: [] +labelTranslationParameters: [] } 2234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58228 +label: "PULSE 1.3 DRIVE (AG509LF)" +value: "2234" +data: App\Entity\Car {#47269 …} +attr: [] +labelTranslationParameters: [] } 2235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58229 +label: "2008 1.0T 200 ACTIVE CVT (AG788DS)" +value: "2235" +data: App\Entity\Car {#47284 …} +attr: [] +labelTranslationParameters: [] } 2236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58230 +label: "SW4 4X4 SRV 3.0 TDI 5AT CUERO - A4 7A NEGRA (PHB230)" +value: "2236" +data: App\Entity\Car {#47299 …} +attr: [] +labelTranslationParameters: [] } 2237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58231 +label: "X35 LUXURY AT GRIS (COMP)" +value: "2237" +data: App\Entity\Car {#47314 …} +attr: [] +labelTranslationParameters: [] } 2238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58232 +label: "ONIX PLUS 1.0T MT PREMIER (AE266VU)" +value: "2238" +data: App\Entity\Car {#47329 …} +attr: [] +labelTranslationParameters: [] } 2239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58233 +label: "TAOS HIGHLINE 250 TSI AT (AF713CQ)" +value: "2239" +data: App\Entity\Car {#47344 …} +attr: [] +labelTranslationParameters: [] } 2240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58234 +label: "MONDEO 2.0 VIGNALE HIBRIDO (AE454KY)" +value: "2240" +data: App\Entity\Car {#47359 …} +attr: [] +labelTranslationParameters: [] } 2241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58235 +label: "PALIO 1.4 5 P ATTRACTIVE (AC468EJ)" +value: "2241" +data: App\Entity\Car {#47374 …} +attr: [] +labelTranslationParameters: [] } 2242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58236 +label: "KA 1.6 PULSE (IXC501)" +value: "2242" +data: App\Entity\Car {#47389 …} +attr: [] +labelTranslationParameters: [] } 2243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58237 +label: "AGILE 5P 1.4 LS (KFS536)" +value: "2243" +data: App\Entity\Car {#47404 …} +attr: [] +labelTranslationParameters: [] } 2244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58238 +label: "TIGGO 3 1.6 LUXURY CVT (AE306EG)" +value: "2244" +data: App\Entity\Car {#47419 …} +attr: [] +labelTranslationParameters: [] } 2245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58239 +label: "HILUX 4X2 C/D DX PACK ELECTRICO 2.5 TDI - H3 (PIL208)" +value: "2245" +data: App\Entity\Car {#47434 …} +attr: [] +labelTranslationParameters: [] } 2247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58240 +label: "KUGA TITANIUM 2.5T AT 4X4 L (LYC382)" +value: "2247" +data: App\Entity\Car {#47449 …} +attr: [] +labelTranslationParameters: [] } 2248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58241 +label: "X55 (AG532II)" +value: "2248" +data: App\Entity\Car {#47464 …} +attr: [] +labelTranslationParameters: [] } 2249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58242 +label: "KUGA TITANIUM 1.6T 6AT AWD (NQA999)" +value: "2249" +data: App\Entity\Car {#47479 …} +attr: [] +labelTranslationParameters: [] } 2250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58243 +label: "HILUX 4X2 D/C SRV PACK 2.8 TDI 6 M/T (PPK367)" +value: "2250" +data: App\Entity\Car {#47494 …} +attr: [] +labelTranslationParameters: [] } 2252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58244 +label: "CIVIC EXS (MIU625)" +value: "2252" +data: App\Entity\Car {#47509 …} +attr: [] +labelTranslationParameters: [] } 2254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58245 +label: "KA 1.5S GNC (AE294NH)" +value: "2254" +data: App\Entity\Car {#47524 …} +attr: [] +labelTranslationParameters: [] } 2255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58246 +label: "CHEVROLET TRACKER FWD LTZ (AB218OY)" +value: "2255" +data: App\Entity\Car {#47539 …} +attr: [] +labelTranslationParameters: [] } 2256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58247 +label: "2008 FELINE 1.6 (AB403LZ)" +value: "2256" +data: App\Entity\Car {#47554 …} +attr: [] +labelTranslationParameters: [] } 2257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58248 +label: "HILUX SRV 3.0 (LFD813)" +value: "2257" +data: App\Entity\Car {#47569 …} +attr: [] +labelTranslationParameters: [] } 2258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58249 +label: "AMAROK CONFORTLINE AT (AB160XX)" +value: "2258" +data: App\Entity\Car {#47584 …} +attr: [] +labelTranslationParameters: [] } 2259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58250 +label: "IDEA ADVENTURE 1.6 16V (MZU233)" +value: "2259" +data: App\Entity\Car {#47599 …} +attr: [] +labelTranslationParameters: [] } 2260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58251 +label: "HILUX 2.8 D 4WD 4 RUNNER (AQP320)" +value: "2260" +data: App\Entity\Car {#47614 …} +attr: [] +labelTranslationParameters: [] } 2261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58252 +label: "FLUENCE 2.0 GT (NZD741)" +value: "2261" +data: App\Entity\Car {#47629 …} +attr: [] +labelTranslationParameters: [] } 2262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58253 +label: "AMAROK 2.0L TDI 4X2 1T2 (JJN936)" +value: "2262" +data: App\Entity\Car {#47644 …} +attr: [] +labelTranslationParameters: [] } 2263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58254 +label: "FIORINO FURGON 1.4 EVO TOP (AD208EQ)" +value: "2263" +data: App\Entity\Car {#47659 …} +attr: [] +labelTranslationParameters: [] } 2264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58255 +label: "CAPTUR ZEN 2.0 GNC (AE918GL)" +value: "2264" +data: App\Entity\Car {#47674 …} +attr: [] +labelTranslationParameters: [] } 2265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58256 +label: "TRACKER FWD LTZ (GNC) (OMV659)" +value: "2265" +data: App\Entity\Car {#47689 …} +attr: [] +labelTranslationParameters: [] } 2267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58257 +label: "C3 1.5L ORIGINE PACK ZENITH (NSN503)" +value: "2267" +data: App\Entity\Car {#47704 …} +attr: [] +labelTranslationParameters: [] } 2268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58258 +label: "C 4 LOUNGE 1.6 HDI TENDANCE (ofq070)" +value: "2268" +data: App\Entity\Car {#47719 …} +attr: [] +labelTranslationParameters: [] } 2269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58259 +label: "XR 125 L (328KRF)" +value: "2269" +data: App\Entity\Car {#47734 …} +attr: [] +labelTranslationParameters: [] } 2270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58260 +label: "208 FELINE 1.6L TIPTRONIC AM23.5 (AG138MH)" +value: "2270" +data: App\Entity\Car {#47749 …} +attr: [] +labelTranslationParameters: [] } 2271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58261 +label: "KICKS SPECIAL EDITION CVT F2 (AC677AR)" +value: "2271" +data: App\Entity\Car {#47764 …} +attr: [] +labelTranslationParameters: [] } 2272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58262 +label: "TT COUPE 1.8T FSI (OTK579)" +value: "2272" +data: App\Entity\Car {#47779 …} +attr: [] +labelTranslationParameters: [] } 2273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58263 +label: "S10 2.8TD 4X4 LTZ A/T (AE697LQ)" +value: "2273" +data: App\Entity\Car {#47794 …} +attr: [] +labelTranslationParameters: [] } 2274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58264 +label: "KA 1.5 SEL (ab437ko)" +value: "2274" +data: App\Entity\Car {#47809 …} +attr: [] +labelTranslationParameters: [] } 2275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58265 +label: "DUSTER CONFORT 1.6 4X2 (MNB827)" +value: "2275" +data: App\Entity\Car {#47824 …} +attr: [] +labelTranslationParameters: [] } 2276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58266 +label: "PARTNER COMFORT 1.4 (LJX365)" +value: "2276" +data: App\Entity\Car {#47839 …} +attr: [] +labelTranslationParameters: [] } 2277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58267 +label: "DUSTER 2.0 4X2 PRIVILEGE (AC851IB)" +value: "2277" +data: App\Entity\Car {#47854 …} +attr: [] +labelTranslationParameters: [] } 2278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58268 +label: "TUCSON 2.0 4X2 AUT (AD060CI)" +value: "2278" +data: App\Entity\Car {#47869 …} +attr: [] +labelTranslationParameters: [] } 2279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58269 +label: "CIVIC 1.8 LXS (JWR633)" +value: "2279" +data: App\Entity\Car {#47884 …} +attr: [] +labelTranslationParameters: [] } 2280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58270 +label: "COROLLA CROSS SEG SAFETY 2.0 CVT (AH055RY)" +value: "2280" +data: App\Entity\Car {#47899 …} +attr: [] +labelTranslationParameters: [] } 2281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58271 +label: "COROLLA CROSS XEI 2.0 CVT (AG588TQ)" +value: "2281" +data: App\Entity\Car {#47914 …} +attr: [] +labelTranslationParameters: [] } 2283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58272 +label: "X 35 LUXURY AUT (AH444MY)" +value: "2283" +data: App\Entity\Car {#47929 …} +attr: [] +labelTranslationParameters: [] } 2284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58273 +label: "COMPASS LIMITED 1.3T AT6 4X2 (AH175FC)" +value: "2284" +data: App\Entity\Car {#47944 …} +attr: [] +labelTranslationParameters: [] } 2285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58274 +label: "C3 AIRCROSS 1.6I 16V (LCE937)" +value: "2285" +data: App\Entity\Car {#47959 …} +attr: [] +labelTranslationParameters: [] } 2286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58275 +label: "DUSTER OROCH PRIVILEGE 2.0 (AA054NB)" +value: "2286" +data: App\Entity\Car {#47974 …} +attr: [] +labelTranslationParameters: [] } 2287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58276 +label: "C 5 1.6 THP AIRCROSS FEEL PACK (AE556RQ)" +value: "2287" +data: App\Entity\Car {#47989 …} +attr: [] +labelTranslationParameters: [] } 2288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58277 +label: "FIESTA KINETIC 1.6N TITANIUM POWERSHIFT 5P (NQS993)" +value: "2288" +data: App\Entity\Car {#48004 …} +attr: [] +labelTranslationParameters: [] } 2289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58278 +label: "PALIO WEEKEND 1.4 ATTRACTIVE (LKK082)" +value: "2289" +data: App\Entity\Car {#48019 …} +attr: [] +labelTranslationParameters: [] } 2291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58279 +label: "AMAROK DC 2.0L TDI 180CV CONFORLINE 4X2 AUT EU5 (AC814IJ)" +value: "2291" +data: App\Entity\Car {#48034 …} +attr: [] +labelTranslationParameters: [] } 2292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58280 +label: "COROLLA CROSS XLI 2.0 CVT (AG452EJ)" +value: "2292" +data: App\Entity\Car {#48049 …} +attr: [] +labelTranslationParameters: [] } 2293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58281 +label: "TRACKER 1.2T AT (AG396IB)" +value: "2293" +data: App\Entity\Car {#48064 …} +attr: [] +labelTranslationParameters: [] } 2294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58282 +label: "COROLLA 1.8 XEI CVT (OIF219)" +value: "2294" +data: App\Entity\Car {#48079 …} +attr: [] +labelTranslationParameters: [] } 2295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58283 +label: "FOX 1.6 (NAC371)" +value: "2295" +data: App\Entity\Car {#48094 …} +attr: [] +labelTranslationParameters: [] } 2296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58284 +label: "PULSE 1.0T AUDACE CVT (AH106GP)" +value: "2296" +data: App\Entity\Car {#48109 …} +attr: [] +labelTranslationParameters: [] } 2299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58285 +label: "308 1.6 HDI ALLURE NAV (MPH500)" +value: "2299" +data: App\Entity\Car {#48124 …} +attr: [] +labelTranslationParameters: [] } 2301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58286 +label: "C3 AIRCROSS EXCLUSIVE PACK MY WAY (MXP287)" +value: "2301" +data: App\Entity\Car {#48139 …} +attr: [] +labelTranslationParameters: [] } 2302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58287 +label: "S10 HIGH COUNTRY 2.8TDI 4X4 AT (AD655OM)" +value: "2302" +data: App\Entity\Car {#48154 …} +attr: [] +labelTranslationParameters: [] } 2303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58288 +label: "CRUZE 1.4 5 PTAS LT AT (AG702OU)" +value: "2303" +data: App\Entity\Car {#48170 …} +attr: [] +labelTranslationParameters: [] } 2304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58289 +label: "ECOSPORT S 1.5L MT GNC (AC231PY)" +value: "2304" +data: App\Entity\Car {#48185 …} +attr: [] +labelTranslationParameters: [] } 2305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58290 +label: "FIT EXL (AB571UD)" +value: "2305" +data: App\Entity\Car {#48200 …} +attr: [] +labelTranslationParameters: [] } 2307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58291 +label: "PARTNER PATAGONICA 1.6 HDI 92 (AE046ZX)" +value: "2307" +data: App\Entity\Car {#48215 …} +attr: [] +labelTranslationParameters: [] } 2308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58292 +label: "ECO SPORT SE 1.5N (AD816XJ)" +value: "2308" +data: App\Entity\Car {#48230 …} +attr: [] +labelTranslationParameters: [] } 2309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58293 +label: "HILUX 3.0 SRV CUE 4X2 MT (ISV574)" +value: "2309" +data: App\Entity\Car {#48245 …} +attr: [] +labelTranslationParameters: [] } 2310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58294 +label: "BORA 2.0 TRENDLINE (JXT475)" +value: "2310" +data: App\Entity\Car {#48260 …} +attr: [] +labelTranslationParameters: [] } 2311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58295 +label: "AMAROK COMFORTLINE 4X4 AUT V6 3.0L 258 CV (AF773PH)" +value: "2311" +data: App\Entity\Car {#48275 …} +attr: [] +labelTranslationParameters: [] } 2312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58296 +label: "GOL TREND 1.6 TRENDLINE (AA383QI)" +value: "2312" +data: App\Entity\Car {#48290 …} +attr: [] +labelTranslationParameters: [] } 2313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58297 +label: "500 1.4 16V SPORT (OSD560)" +value: "2313" +data: App\Entity\Car {#48305 …} +attr: [] +labelTranslationParameters: [] } 2314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58298 +label: "FORD KA FLY PLUS 1.0L (LZX643)" +value: "2314" +data: App\Entity\Car {#48320 …} +attr: [] +labelTranslationParameters: [] } 2315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58299 +label: "RENEGADE LONGITUDE 1.8 AT (AD807RR)" +value: "2315" +data: App\Entity\Car {#48335 …} +attr: [] +labelTranslationParameters: [] } 2317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58300 +label: "MAVERICK 2.0T 2WD XLT AT8 (AH362DR)" +value: "2317" +data: App\Entity\Car {#48350 …} +attr: [] +labelTranslationParameters: [] } 2318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58301 +label: "MAVERICK 2.0T 2WD XLT AT8 (AH353QP)" +value: "2318" +data: App\Entity\Car {#48365 …} +attr: [] +labelTranslationParameters: [] } 2319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58302 +label: "BAIC X55 GRIS (AH312WJ)" +value: "2319" +data: App\Entity\Car {#48380 …} +attr: [] +labelTranslationParameters: [] } 2320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58303 +label: "BAIC X55 0KM (AH457ME)" +value: "2320" +data: App\Entity\Car {#48395 …} +attr: [] +labelTranslationParameters: [] } 2321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58304 +label: "mercedes benz vito plus 111 cdi vidriado c/asientos (AF917OX)" +value: "2321" +data: App\Entity\Car {#48410 …} +attr: [] +labelTranslationParameters: [] } 2322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58305 +label: "JETOUR X70 7ASIENTOS (AF657NK)" +value: "2322" +data: App\Entity\Car {#48425 …} +attr: [] +labelTranslationParameters: [] } 2323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58306 +label: "KWID 1.0 INTENS (AC931MY)" +value: "2323" +data: App\Entity\Car {#48440 …} +attr: [] +labelTranslationParameters: [] } 2324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58307 +label: "208 1.6N ALLURE AT (AG966AJ)" +value: "2324" +data: App\Entity\Car {#48455 …} +attr: [] +labelTranslationParameters: [] } 2326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58308 +label: "KOLEOS 2.5 4X4 INTENS CVT BLANCA (AH251CQ)" +value: "2326" +data: App\Entity\Car {#48470 …} +attr: [] +labelTranslationParameters: [] } 2327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58309 +label: "KOLEOS 2.5 4X4 INTENS CVT (AH251CL)" +value: "2327" +data: App\Entity\Car {#48485 …} +attr: [] +labelTranslationParameters: [] } 2328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58310 +label: "NIVUS COMFORTLINE 200 TSI AT (AG705VD)" +value: "2328" +data: App\Entity\Car {#48500 …} +attr: [] +labelTranslationParameters: [] } 2329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58311 +label: "MARCH PURE ADVANCE F2 (AB408FE)" +value: "2329" +data: App\Entity\Car {#48515 …} +attr: [] +labelTranslationParameters: [] } 2330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58312 +label: "ETIOS 1.5 5 PTAS XLS (OUS972)" +value: "2330" +data: App\Entity\Car {#48530 …} +attr: [] +labelTranslationParameters: [] } 2331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58313 +label: "C3 AIRCROSS 1.6VTI 115 EXCLUSIVE (NGC794)" +value: "2331" +data: App\Entity\Car {#48545 …} +attr: [] +labelTranslationParameters: [] } 2332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58314 +label: "KOLEOS DYNAMIQUE 4X4 MT (JBV299)" +value: "2332" +data: App\Entity\Car {#48560 …} +attr: [] +labelTranslationParameters: [] } 2333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58315 +label: "SUPER METEOR 650 CUSTOMIZADA (A241EFM)" +value: "2333" +data: App\Entity\Car {#48575 …} +attr: [] +labelTranslationParameters: [] } 2334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58316 +label: "SHOTGUN 650 CUSTOMIZADA (A241EFN)" +value: "2334" +data: App\Entity\Car {#48591 …} +attr: [] +labelTranslationParameters: [] } 2336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58317 +label: "408 2.0 ALLURE + NAV TIPTRONIC (MRQ159)" +value: "2336" +data: App\Entity\Car {#48606 …} +attr: [] +labelTranslationParameters: [] } 2337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58318 +label: "TERRITORY 1.8T TITANIUM (AG460GE)" +value: "2337" +data: App\Entity\Car {#48621 …} +attr: [] +labelTranslationParameters: [] } 2338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58319 +label: "STRADA ADVENTURE 1.6 GNC (OPX422)" +value: "2338" +data: App\Entity\Car {#48636 …} +attr: [] +labelTranslationParameters: [] } 2339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58320 +label: "CAPTUR 2.0 INTENS (AC458DQ)" +value: "2339" +data: App\Entity\Car {#48651 …} +attr: [] +labelTranslationParameters: [] } 2340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58321 +label: "BRONCO SPORT WILDTRAK 2.0L (AG358YB)" +value: "2340" +data: App\Entity\Car {#48666 …} +attr: [] +labelTranslationParameters: [] } 2341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58322 +label: "TIGGO 4 PRO 1.5 CVT 4X2 LUXURY (AH312WP)" +value: "2341" +data: App\Entity\Car {#48681 …} +attr: [] +labelTranslationParameters: [] } 2342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58323 +label: "JS4 LUXURY CVT (AH379IY)" +value: "2342" +data: App\Entity\Car {#48696 …} +attr: [] +labelTranslationParameters: [] } 2343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58324 +label: "FOCUS 2.0 SE PLUS AUT (NZB905)" +value: "2343" +data: App\Entity\Car {#48712 …} +attr: [] +labelTranslationParameters: [] } 2344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58325 +label: "CRONOS 1.3 GSE DRIVE PACK PLUS (AG867WR)" +value: "2344" +data: App\Entity\Car {#48727 …} +attr: [] +labelTranslationParameters: [] } 2345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58326 +label: "FIT LX-L (MXV668)" +value: "2345" +data: App\Entity\Car {#48742 …} +attr: [] +labelTranslationParameters: [] } 2346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58327 +label: "SAVEIRO 1.6 CROSS HIG (AB277LO)" +value: "2346" +data: App\Entity\Car {#48757 …} +attr: [] +labelTranslationParameters: [] } 2347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58328 +label: "COROLLA SE-G 1.8 CVT (AD959YM)" +value: "2347" +data: App\Entity\Car {#48772 …} +attr: [] +labelTranslationParameters: [] } 2348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58329 +label: "TRACKER 1.8 4X2 LTZ PREMIER (AC556RG)" +value: "2348" +data: App\Entity\Car {#48787 …} +attr: [] +labelTranslationParameters: [] } 2349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58330 +label: "KANGOO II EXPRESS EMOTION 5A 1.6 SCE (GNC) (AC897WD)" +value: "2349" +data: App\Entity\Car {#48802 …} +attr: [] +labelTranslationParameters: [] } 2350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58331 +label: "C4 CACTUS VTI 115 EAT6 FEEL PACK PLUS AM22 (AF445ED)" +value: "2350" +data: App\Entity\Car {#48817 …} +attr: [] +labelTranslationParameters: [] } 2351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58332 +label: "COROLLA SEG 1.8 MT (LSA303)" +value: "2351" +data: App\Entity\Car {#48832 …} +attr: [] +labelTranslationParameters: [] } 2352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58333 +label: "VITO 111 CDI FURGON PLUS AA (AF242AQ)" +value: "2352" +data: App\Entity\Car {#48847 …} +attr: [] +labelTranslationParameters: [] } 2353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58334 +label: "KUGA 2.5 TITANIUM 4X4 AUT (mtz106)" +value: "2353" +data: App\Entity\Car {#48862 …} +attr: [] +labelTranslationParameters: [] } 2354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58335 +label: "AMAROK HIGHLINE 4X4 MT (OLH780)" +value: "2354" +data: App\Entity\Car {#48877 …} +attr: [] +labelTranslationParameters: [] } 2355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58336 +label: "408 1.6 HDI ALLURE NAV (AC005TC)" +value: "2355" +data: App\Entity\Car {#48892 …} +attr: [] +labelTranslationParameters: [] } 2356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58337 +label: "SURAN 1.6 GNC HIGHLINE (OZM475)" +value: "2356" +data: App\Entity\Car {#48907 …} +attr: [] +labelTranslationParameters: [] } 2357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58338 +label: "CLIO MIO 3P EXPRESSION PACK II (MUG898)" +value: "2357" +data: App\Entity\Car {#48922 …} +attr: [] +labelTranslationParameters: [] } 2358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58339 +label: "CHEROKEE LIMITED 3.7 (JNH196)" +value: "2358" +data: App\Entity\Car {#48937 …} +attr: [] +labelTranslationParameters: [] } 2359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58340 +label: "TIGGO 4 1.5N 4X2 PRO LUXURY CVT (AH363RP)" +value: "2359" +data: App\Entity\Car {#48952 …} +attr: [] +labelTranslationParameters: [] } 2360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58341 +label: "TIGGO 4 1.5N 4X2 PRO LUXURY CVT (AH457MM)" +value: "2360" +data: App\Entity\Car {#48967 …} +attr: [] +labelTranslationParameters: [] } 2361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58342 +label: "KA 2020 SE 4P (GNC) (AE313WW)" +value: "2361" +data: App\Entity\Car {#48982 …} +attr: [] +labelTranslationParameters: [] } 2362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58343 +label: "PEUGEOT 408 ALLURE +2.0 N (NVC609)" +value: "2362" +data: App\Entity\Car {#48997 …} +attr: [] +labelTranslationParameters: [] } 2363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58344 +label: "TRACKER 1.2T MT (AG535XM)" +value: "2363" +data: App\Entity\Car {#49012 …} +attr: [] +labelTranslationParameters: [] } 2364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58345 +label: "JEEP COMPASS 2.4 SPORT 4X2 MT6 (AE618FN)" +value: "2364" +data: App\Entity\Car {#49027 …} +attr: [] +labelTranslationParameters: [] } 2365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58346 +label: "ETIOS X 1.5 6MT (AD181AH)" +value: "2365" +data: App\Entity\Car {#49042 …} +attr: [] +labelTranslationParameters: [] } 2367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58347 +label: "KANGOO PH3 CONFORT PACK 1.6GNC 5 ASIENTOS 2P (GNC) (AC543XE)" +value: "2367" +data: App\Entity\Car {#49057 …} +attr: [] +labelTranslationParameters: [] } 2368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58348 +label: "SANDERO II 1.6 16V INTENS CVT L/23 (AG797JV)" +value: "2368" +data: App\Entity\Car {#49072 …} +attr: [] +labelTranslationParameters: [] } 2369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58349 +label: "C4 CACTUS THP 165 EAT6 SHINE AM21 (AE550ES)" +value: "2369" +data: App\Entity\Car {#49087 …} +attr: [] +labelTranslationParameters: [] } 2370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58350 +label: "ECOSPORT SE 1.6L MT N (GNC) (MQM512)" +value: "2370" +data: App\Entity\Car {#49102 …} +attr: [] +labelTranslationParameters: [] } 2371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58351 +label: "FIESTA 1.6L SE POWERSHIFT (AD518LZ)" +value: "2371" +data: App\Entity\Car {#49117 …} +attr: [] +labelTranslationParameters: [] } 2372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58352 +label: "500 SPORT (MXN636)" +value: "2372" +data: App\Entity\Car {#49132 …} +attr: [] +labelTranslationParameters: [] } 2373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58353 +label: "SONIC 1.6 LT M/T (MZU395)" +value: "2373" +data: App\Entity\Car {#49147 …} +attr: [] +labelTranslationParameters: [] } 2375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58354 +label: "C3 VTI 115 FEEL AM18 (AD994WL)" +value: "2375" +data: App\Entity\Car {#49162 …} +attr: [] +labelTranslationParameters: [] } 2376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58355 +label: "ECOSPORT SE 1.6L MT N (PPD485)" +value: "2376" +data: App\Entity\Car {#49177 …} +attr: [] +labelTranslationParameters: [] } 2377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58356 +label: "TIGGO 2.0 COMFORT (OVZ710)" +value: "2377" +data: App\Entity\Car {#49192 …} +attr: [] +labelTranslationParameters: [] } 2378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58357 +label: "DUSTER PH2 DYNAMIQUE (PKE662)" +value: "2378" +data: App\Entity\Car {#49207 …} +attr: [] +labelTranslationParameters: [] } 2380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58358 +label: "208 1.5 TOCUHSCREEN (NMD910)" +value: "2380" +data: App\Entity\Car {#49222 …} +attr: [] +labelTranslationParameters: [] } 2381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58359 +label: "ECOSPORT 1.6L 4X2 XL PLUS (HHS266)" +value: "2381" +data: App\Entity\Car {#49237 …} +attr: [] +labelTranslationParameters: [] } 2382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58360 +label: "XSARA PICASSO 1.6 (KMD011)" +value: "2382" +data: App\Entity\Car {#49252 …} +attr: [] +labelTranslationParameters: [] } 2383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58361 +label: "208 1.2 LIKE MT (AF361DT)" +value: "2383" +data: App\Entity\Car {#49267 …} +attr: [] +labelTranslationParameters: [] } 2384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58362 +label: "COMPASS LIMITED 1.3T (AH445VS)" +value: "2384" +data: App\Entity\Car {#49282 …} +attr: [] +labelTranslationParameters: [] } 2385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58363 +label: "CRONOS DRIVE 1.3 MT (GNC) (AF291MM)" +value: "2385" +data: App\Entity\Car {#49297 …} +attr: [] +labelTranslationParameters: [] } 2387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58364 +label: "JEEP RENEGADE 1.8 4X2 LONGITUDE AT (AE255LC)" +value: "2387" +data: App\Entity\Car {#49312 …} +attr: [] +labelTranslationParameters: [] } 2388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58365 +label: "TERRITORY 1.5T TITANIUM (AF218VD)" +value: "2388" +data: App\Entity\Car {#49327 …} +attr: [] +labelTranslationParameters: [] } 2390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58366 +label: "HR-V LX (PBU164)" +value: "2390" +data: App\Entity\Car {#49342 …} +attr: [] +labelTranslationParameters: [] } 2391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58367 +label: "2008 FELINE 1.6N MT (AB923LP)" +value: "2391" +data: App\Entity\Car {#49357 …} +attr: [] +labelTranslationParameters: [] } 2393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58368 +label: "L200 DI-D COMMON RAIL AT (AF913RQ)" +value: "2393" +data: App\Entity\Car {#49372 …} +attr: [] +labelTranslationParameters: [] } 2394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58369 +label: "MONDEO 2.0 TITANIUM ECOBOOST L/17 (AD424HK)" +value: "2394" +data: App\Entity\Car {#49387 …} +attr: [] +labelTranslationParameters: [] } 2395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58370 +label: "LINEA ABSOLUTE 1.8 16V AT (PMX438)" +value: "2395" +data: App\Entity\Car {#49402 …} +attr: [] +labelTranslationParameters: [] } 2396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58371 +label: "CRV 2.4 4X4 EXL AUT (ITV214)" +value: "2396" +data: App\Entity\Car {#49417 …} +attr: [] +labelTranslationParameters: [] } 2398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58372 +label: "SILVERADO Z71 TRAIL BOSS (AH065CJ)" +value: "2398" +data: App\Entity\Car {#49432 …} +attr: [] +labelTranslationParameters: [] } 2399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58373 +label: "208 ALLURE 1.6 (AC927EB)" +value: "2399" +data: App\Entity\Car {#49447 …} +attr: [] +labelTranslationParameters: [] } 2400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58374 +label: "CITY EXL M/T 1.5 (JZB991)" +value: "2400" +data: App\Entity\Car {#49462 …} +attr: [] +labelTranslationParameters: [] } 2401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58375 +label: "RANGER2 DC 4X2 XL 2.5L N (OAL516)" +value: "2401" +data: App\Entity\Car {#49477 …} +attr: [] +labelTranslationParameters: [] } 2402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58376 +label: "TIGUAN 1.4T TRENDLINE AUT (AC926VO)" +value: "2402" +data: App\Entity\Car {#49492 …} +attr: [] +labelTranslationParameters: [] } 2403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58377 +label: "LIFAN MY WAY 1.8 VVT (AC256HW)" +value: "2403" +data: App\Entity\Car {#49507 …} +attr: [] +labelTranslationParameters: [] } 2404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58378 +label: "TRACKER 1.2 TURBO LTZ AT6 (AH159GV)" +value: "2404" +data: App\Entity\Car {#49522 …} +attr: [] +labelTranslationParameters: [] } 2406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58379 +label: "S10 2.8TD 4X2 LS (AE460XU)" +value: "2406" +data: App\Entity\Car {#49537 …} +attr: [] +labelTranslationParameters: [] } 2407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58380 +label: "TIGGO 4 1.5 4X2 PRO LUXURY CVTII (AH528UJ)" +value: "2407" +data: App\Entity\Car {#49552 …} +attr: [] +labelTranslationParameters: [] } 2408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58381 +label: "X55 LUXURY CVT (AH536GN)" +value: "2408" +data: App\Entity\Car {#49567 …} +attr: [] +labelTranslationParameters: [] } 2409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58382 +label: "COROLLA 1.8 XEI CVT HYBRID (AG452EB)" +value: "2409" +data: App\Entity\Car {#49582 …} +attr: [] +labelTranslationParameters: [] } 2410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58383 +label: "2008 FELINE 1.6 (AA867HB)" +value: "2410" +data: App\Entity\Car {#49597 …} +attr: [] +labelTranslationParameters: [] } 2411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58384 +label: "RENEGADE 1.8L SPORT (AA981BO)" +value: "2411" +data: App\Entity\Car {#49612 …} +attr: [] +labelTranslationParameters: [] } 2412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58385 +label: "ECOSPORT SE 1.5L MT N (AC992NH)" +value: "2412" +data: App\Entity\Car {#49627 …} +attr: [] +labelTranslationParameters: [] } 2413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58386 +label: "RANGER 2.0 TDI 4X2 XL 6MT (AG794IU)" +value: "2413" +data: App\Entity\Car {#49642 …} +attr: [] +labelTranslationParameters: [] } 2414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58387 +label: "STRADA WORKING 1.4N (aa015ws)" +value: "2414" +data: App\Entity\Car {#49657 …} +attr: [] +labelTranslationParameters: [] } 2415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58388 +label: "RANGER DC LTD+ 3.0L V6 4X4 10AT (AG432ML)" +value: "2415" +data: App\Entity\Car {#49672 …} +attr: [] +labelTranslationParameters: [] } 2416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58389 +label: "XR 250 TORNADO (A218UGI)" +value: "2416" +data: App\Entity\Car {#49687 …} +attr: [] +labelTranslationParameters: [] } 2417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58390 +label: "LINEA HLX 1.8 16V DUALOGIC (KNU847)" +value: "2417" +data: App\Entity\Car {#49702 …} +attr: [] +labelTranslationParameters: [] } 2418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58391 +label: "VENTO LUXURY 2.5 (KXU884)" +value: "2418" +data: App\Entity\Car {#49717 …} +attr: [] +labelTranslationParameters: [] } 2419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58392 +label: "SW4 4X4 SRX 2.8 TDI 6 A/T 7A (AD343OI)" +value: "2419" +data: App\Entity\Car {#49732 …} +attr: [] +labelTranslationParameters: [] } 2420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58393 +label: "CRONOS 1.8 PRECISION AUT (AD135SP)" +value: "2420" +data: App\Entity\Car {#49747 …} +attr: [] +labelTranslationParameters: [] } 2421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58394 +label: "208 1.6 FELINE TIPTRONIC (AG717XL)" +value: "2421" +data: App\Entity\Car {#49762 …} +attr: [] +labelTranslationParameters: [] } 2422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58395 +label: "DUSTER PH2 DYNAMIQUE 1.6 (AB587RX)" +value: "2422" +data: App\Entity\Car {#49777 …} +attr: [] +labelTranslationParameters: [] } 2424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58396 +label: "COROLLA CROSS 2.0 XLI CVT (AH095LO)" +value: "2424" +data: App\Entity\Car {#49792 …} +attr: [] +labelTranslationParameters: [] } 2425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58397 +label: "NIVUS OUTFIT 200 TSI AT (AH179HH)" +value: "2425" +data: App\Entity\Car {#49807 …} +attr: [] +labelTranslationParameters: [] } 2426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58398 +label: "TIGGO 2 1.5 4X2 CONFORT (AD199HS)" +value: "2426" +data: App\Entity\Car {#49822 …} +attr: [] +labelTranslationParameters: [] } 2427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58399 +label: "COROLLA SEG (AC121XZ)" +value: "2427" +data: App\Entity\Car {#49837 …} +attr: [] +labelTranslationParameters: [] } 2428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58400 +label: "STRADA WORKING 1.4 8V GNC (AA914ZR)" +value: "2428" +data: App\Entity\Car {#49852 …} +attr: [] +labelTranslationParameters: [] } 2429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58401 +label: "HR-V 1.5 LX CVT (AG683VL)" +value: "2429" +data: App\Entity\Car {#49867 …} +attr: [] +labelTranslationParameters: [] } 2431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58402 +label: "SANDERO STEPWAY PH2 ZEN 1.6 (AF767CY)" +value: "2431" +data: App\Entity\Car {#49882 …} +attr: [] +labelTranslationParameters: [] } 2432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58403 +label: "FLUENCE 2.0 16V SPORT (MPU922)" +value: "2432" +data: App\Entity\Car {#49897 …} +attr: [] +labelTranslationParameters: [] } 2433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58404 +label: "COROLLA XEI 1.8 A/T (MFO306)" +value: "2433" +data: App\Entity\Car {#49912 …} +attr: [] +labelTranslationParameters: [] } 2434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58405 +label: "207 1.4N COMPACT ACTIVE (MTE337)" +value: "2434" +data: App\Entity\Car {#49927 …} +attr: [] +labelTranslationParameters: [] } 2435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58406 +label: "NIVUS TRENDLINE 200 TSI AT G1 (AH271BV)" +value: "2435" +data: App\Entity\Car {#49942 …} +attr: [] +labelTranslationParameters: [] } 2436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58407 +label: "NUEVO POLO TRACK MSI MT (AH271AX)" +value: "2436" +data: App\Entity\Car {#49957 …} +attr: [] +labelTranslationParameters: [] } 2438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58408 +label: "TERRITORY TITANIUM 1.5L GTDI 4X2 AT (AF024YM)" +value: "2438" +data: App\Entity\Car {#49972 …} +attr: [] +labelTranslationParameters: [] } 2439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58409 +label: "RENEGADE 1.8L SPORT MANUAL (AD380MR)" +value: "2439" +data: App\Entity\Car {#49987 …} +attr: [] +labelTranslationParameters: [] } 2440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58410 +label: "208 ALLURE 1.5NAV (AB317EA)" +value: "2440" +data: App\Entity\Car {#50002 …} +attr: [] +labelTranslationParameters: [] } 2441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58411 +label: "CRUZE 1.8 LT (GNC) (MQD461)" +value: "2441" +data: App\Entity\Car {#50017 …} +attr: [] +labelTranslationParameters: [] } 2442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58412 +label: "C4 CACTUS PURETECH 110 S&S AT6 SHINE (AC857YX)" +value: "2442" +data: App\Entity\Car {#50032 …} +attr: [] +labelTranslationParameters: [] } 2443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58413 +label: "XC60 T5 (MRM419)" +value: "2443" +data: App\Entity\Car {#50047 …} +attr: [] +labelTranslationParameters: [] } 2445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58414 +label: "JOURNEY 2.4 SXT 3 FILAS L/11 FULL (NSP170)" +value: "2445" +data: App\Entity\Car {#50062 …} +attr: [] +labelTranslationParameters: [] } 2446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58415 +label: "408 ALLURE PLUS THP (AA826MN)" +value: "2446" +data: App\Entity\Car {#50077 …} +attr: [] +labelTranslationParameters: [] } 2447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58416 +label: "GOL TREND TRENDLINE 1.6 (AE152NL)" +value: "2447" +data: App\Entity\Car {#50092 …} +attr: [] +labelTranslationParameters: [] } 2448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58417 +label: "T6 2.0 4X4 DC 6MT LUXURY (AE707PN)" +value: "2448" +data: App\Entity\Car {#50107 …} +attr: [] +labelTranslationParameters: [] } 2449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58418 +label: "COMPASS SPORT 2.4 (AD940IZ)" +value: "2449" +data: App\Entity\Car {#50122 …} +attr: [] +labelTranslationParameters: [] } 2451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58419 +label: "TUCSON 2WD 2.0 (GNC) (MHN240)" +value: "2451" +data: App\Entity\Car {#50137 …} +attr: [] +labelTranslationParameters: [] } 2453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58420 +label: "RANGER DC 4X4 XLT AT 3.2L D (AE692HW)" +value: "2453" +data: App\Entity\Car {#50152 …} +attr: [] +labelTranslationParameters: [] } 2455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58421 +label: "KOLEOS INTENS 2.5 4WD CVT (AC416LP)" +value: "2455" +data: App\Entity\Car {#50167 …} +attr: [] +labelTranslationParameters: [] } 2456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58422 +label: "208 ALLURE 1.5 N TOUCHSCREEN (PLU605)" +value: "2456" +data: App\Entity\Car {#50182 …} +attr: [] +labelTranslationParameters: [] } 2457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58423 +label: "AMAROK DC V6 EXTREME 3.0L 258 CV TDI 4X4 AT (AE326JL)" +value: "2457" +data: App\Entity\Car {#50197 …} +attr: [] +labelTranslationParameters: [] } 2458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58424 +label: "FOCUS 5P 2.0L N AT SE PLUS (PER343)" +value: "2458" +data: App\Entity\Car {#50212 …} +attr: [] +labelTranslationParameters: [] } 2459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58425 +label: "MARCH SENSE PURE DRIVE (ONW073)" +value: "2459" +data: App\Entity\Car {#50227 …} +attr: [] +labelTranslationParameters: [] } 2461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58426 +label: "FIORINO FIRE 1242 MPI 8V (MHP994)" +value: "2461" +data: App\Entity\Car {#50242 …} +attr: [] +labelTranslationParameters: [] } 2464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58427 +label: "C3 AIRCROSS VTI 115 AT6 SHINE AM19 (AD754UW)" +value: "2464" +data: App\Entity\Car {#50257 …} +attr: [] +labelTranslationParameters: [] } 2465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58428 +label: "GRAND SIENA ESSENCE 1.6 16V (GNC) (OUE763)" +value: "2465" +data: App\Entity\Car {#50272 …} +attr: [] +labelTranslationParameters: [] } 2466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58429 +label: "COMPASS SPORT 2.4 MT6 FWD (AE750GW)" +value: "2466" +data: App\Entity\Car {#50287 …} +attr: [] +labelTranslationParameters: [] } 2467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58430 +label: "OUTLANDER SPORT 2.0 GLS 2WD (OHR393)" +value: "2467" +data: App\Entity\Car {#50302 …} +attr: [] +labelTranslationParameters: [] } 2468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58431 +label: "H6 3RA GENERACION 2.0T 2WD (AH581KY)" +value: "2468" +data: App\Entity\Car {#50317 …} +attr: [] +labelTranslationParameters: [] } 2469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58432 +label: "JOLION DELUXE 2WD 7DCT 1.5T (COMP)" +value: "2469" +data: App\Entity\Car {#50332 …} +attr: [] +labelTranslationParameters: [] } 2470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58433 +label: "VIRTUS 1.6 MSI TRENDLINE (AC974HF)" +value: "2470" +data: App\Entity\Car {#50348 …} +attr: [] +labelTranslationParameters: [] } 2473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58434 +label: "AGILE LS 5P 1.4N (ONW088)" +value: "2473" +data: App\Entity\Car {#50363 …} +attr: [] +labelTranslationParameters: [] } 2474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58435 +label: "KA VIRAL 1.6N (LWV509)" +value: "2474" +data: App\Entity\Car {#50378 …} +attr: [] +labelTranslationParameters: [] } 2475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58436 +label: "IDEA ADVENTURE 1.6 16V (PEN136)" +value: "2475" +data: App\Entity\Car {#50393 …} +attr: [] +labelTranslationParameters: [] } 2476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58437 +label: "207 COMPACT ACTIVE 1.4 N 5P (LTI288)" +value: "2476" +data: App\Entity\Car {#50408 …} +attr: [] +labelTranslationParameters: [] } 2477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58438 +label: "KA FLY VIRAL 1.0N (MSK869)" +value: "2477" +data: App\Entity\Car {#50423 …} +attr: [] +labelTranslationParameters: [] } 2478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58439 +label: "DUSTER PRIVILEGE 2.0 GNC 4X2 (AC654PU)" +value: "2478" +data: App\Entity\Car {#50438 …} +attr: [] +labelTranslationParameters: [] } 2479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58440 +label: "TAOS HIGHLINE 250 TSI AT (AG500HX)" +value: "2479" +data: App\Entity\Car {#50453 …} +attr: [] +labelTranslationParameters: [] } 2480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58441 +label: "GOL TREND TRENDLINE 1.6 AUTOMATICO (AE892PF)" +value: "2480" +data: App\Entity\Car {#50468 …} +attr: [] +labelTranslationParameters: [] } 2481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58442 +label: "408 FELINE HDI (MOB982)" +value: "2481" +data: App\Entity\Car {#50483 …} +attr: [] +labelTranslationParameters: [] } 2482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58443 +label: "T-CROSS 1.0 200 TSI HIGHLINE TIP. (AF296WP)" +value: "2482" +data: App\Entity\Car {#50498 …} +attr: [] +labelTranslationParameters: [] } 2483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58444 +label: "JOLION PRO SUPREME HIBRIDA (AH647NJ)" +value: "2483" +data: App\Entity\Car {#50514 …} +attr: [] +labelTranslationParameters: [] } 2484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58445 +label: "TERRITORY 1.8L GAS AT TITANIUM EU5 (AG261VH)" +value: "2484" +data: App\Entity\Car {#50529 …} +attr: [] +labelTranslationParameters: [] } 2485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58446 +label: "208 GT 1.0T AT (AG874WE)" +value: "2485" +data: App\Entity\Car {#50544 …} +attr: [] +labelTranslationParameters: [] } 2486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58447 +label: "TRACKER AWD PREMIER + (AD377RD)" +value: "2486" +data: App\Entity\Car {#50559 …} +attr: [] +labelTranslationParameters: [] } 2487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58448 +label: "POLO CLASSIC 1.6 NAFTA (BQM102)" +value: "2487" +data: App\Entity\Car {#50574 …} +attr: [] +labelTranslationParameters: [] } 2488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58449 +label: "C4 5P 1.6I X PACK PLUS GNC (NOJ788)" +value: "2488" +data: App\Entity\Car {#50589 …} +attr: [] +labelTranslationParameters: [] } 2489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58450 +label: "RANGER 2.2 (AF017XS)" +value: "2489" +data: App\Entity\Car {#50604 …} +attr: [] +labelTranslationParameters: [] } 2490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58451 +label: "JOLION SUPREME PRO 1.5L 190HP HIBRIDA AT (AI184IZ)" +value: "2490" +data: App\Entity\Car {#50619 …} +attr: [] +labelTranslationParameters: [] } 2491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58452 +label: "3008 ALLURE THP TIPTRONIC (AC654PA)" +value: "2491" +data: App\Entity\Car {#50634 …} +attr: [] +labelTranslationParameters: [] } 2492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58453 +label: "CRV LX 2.4 AT (KAY102)" +value: "2492" +data: App\Entity\Car {#50649 …} +attr: [] +labelTranslationParameters: [] } 2493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58454 +label: "PULSE IMPETUS 1.0T CVT7 (AH306YG)" +value: "2493" +data: App\Entity\Car {#50664 …} +attr: [] +labelTranslationParameters: [] } 2496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58455 +label: "208 ACTIVE 1.6 PK AM24 (ag446ym)" +value: "2496" +data: App\Entity\Car {#50679 …} +attr: [] +labelTranslationParameters: [] } 2497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58456 +label: "OROCH EMOTION 1.6 SCE114 2WD (AG841YO)" +value: "2497" +data: App\Entity\Car {#50694 …} +attr: [] +labelTranslationParameters: [] } 2499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58457 +label: "RENEGADE 1.8L SPORT (AC649JT)" +value: "2499" +data: App\Entity\Car {#50709 …} +attr: [] +labelTranslationParameters: [] } 2500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58458 +label: "HILUX 4X2 DC SRX 2.8 TDI 6 AT (AF333PA)" +value: "2500" +data: App\Entity\Car {#50724 …} +attr: [] +labelTranslationParameters: [] } 2501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58459 +label: "KWID ZEN 1.0 (AD897OP)" +value: "2501" +data: App\Entity\Car {#50739 …} +attr: [] +labelTranslationParameters: [] } 2502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58460 +label: "S10 LTZ 4X2 MT 2.8TDI (AD180NU)" +value: "2502" +data: App\Entity\Car {#50754 …} +attr: [] +labelTranslationParameters: [] } 2503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58461 +label: "TIGGO 3 1.6 4x2 CONFORT L/16 (AA343HZ)" +value: "2503" +data: App\Entity\Car {#50770 …} +attr: [] +labelTranslationParameters: [] } 2505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58462 +label: "SAVEIRO TRENDLINE CS MDI MT (AG503FT)" +value: "2505" +data: App\Entity\Car {#50785 …} +attr: [] +labelTranslationParameters: [] } 2506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58463 +label: "VERSA 1.6 SENSE PURE DRIVE L15 (AA887IH)" +value: "2506" +data: App\Entity\Car {#50800 …} +attr: [] +labelTranslationParameters: [] } 2507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58464 +label: "SANDERO RS 2.0 (AD959ZE)" +value: "2507" +data: App\Entity\Car {#50815 …} +attr: [] +labelTranslationParameters: [] } 2508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58465 +label: "VERSA 1.6 EXCLUSIVE CVT L/21 (AF473TE)" +value: "2508" +data: App\Entity\Car {#50830 …} +attr: [] +labelTranslationParameters: [] } 2509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58466 +label: "WAVE 110S (A221WDL)" +value: "2509" +data: App\Entity\Car {#50845 …} +attr: [] +labelTranslationParameters: [] } 2510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58467 +label: "SAVEIRO CROSS HIGHLINE 1.6L C/DOBLE (AC670XX)" +value: "2510" +data: App\Entity\Car {#50860 …} +attr: [] +labelTranslationParameters: [] } 2512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58468 +label: "RENEGADE SERIE-S T270 AT6 FWD (AG410RP)" +value: "2512" +data: App\Entity\Car {#50875 …} +attr: [] +labelTranslationParameters: [] } 2513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58469 +label: "COMPASS LONGITUDE 2.4 AT9 AWD (AD995RC)" +value: "2513" +data: App\Entity\Car {#50890 …} +attr: [] +labelTranslationParameters: [] } 2514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58470 +label: "YARIS XLS 1.5 6 MT (AD969AI)" +value: "2514" +data: App\Entity\Car {#50905 …} +attr: [] +labelTranslationParameters: [] } 2515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58471 +label: "FASTBACK 1.3 T 270 AT6 (AH507DR)" +value: "2515" +data: App\Entity\Car {#50920 …} +attr: [] +labelTranslationParameters: [] } 2517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58472 +label: "KICKS 1.6 EXCLUSIVE CVT (AD606PG)" +value: "2517" +data: App\Entity\Car {#50935 …} +attr: [] +labelTranslationParameters: [] } 2518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58473 +label: "300 DS (A194PQQ)" +value: "2518" +data: App\Entity\Car {#50950 …} +attr: [] +labelTranslationParameters: [] } 2519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58474 +label: "TRACKER 1.2T AT (AG055PS)" +value: "2519" +data: App\Entity\Car {#50966 …} +attr: [] +labelTranslationParameters: [] } 2520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58475 +label: "SPIN ACTIV 7P 1.8N A/T (AE719KH)" +value: "2520" +data: App\Entity\Car {#50981 …} +attr: [] +labelTranslationParameters: [] } 2521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58476 +label: "308 ALLURE PACK 1.6 (AD515EN)" +value: "2521" +data: App\Entity\Car {#50996 …} +attr: [] +labelTranslationParameters: [] } 2522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58477 +label: "ECO SPORT 1.5 TITANIUM L/18 (AE465JN)" +value: "2522" +data: App\Entity\Car {#51011 …} +attr: [] +labelTranslationParameters: [] } 2523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58478 +label: "AMAROK HIGHLINE V6 3.0L 258CV (AF851DO)" +value: "2523" +data: App\Entity\Car {#51026 …} +attr: [] +labelTranslationParameters: [] } 2524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58479 +label: "SENTRA 2.0 SR CVT (AE990PI)" +value: "2524" +data: App\Entity\Car {#51041 …} +attr: [] +labelTranslationParameters: [] } 2525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58480 +label: "FOCUS 4P 1.6L N MT S (GNC) (AA669MW)" +value: "2525" +data: App\Entity\Car {#51056 …} +attr: [] +labelTranslationParameters: [] } 2526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58481 +label: "CRUZE 5P 1.4 TURBO PREMIER AT (AE768VS)" +value: "2526" +data: App\Entity\Car {#51071 …} +attr: [] +labelTranslationParameters: [] } 2527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58482 +label: "ECOSPORT 1.6 L 4X2 XL PLUS (GNC) (HHS266)" +value: "2527" +data: App\Entity\Car {#51086 …} +attr: [] +labelTranslationParameters: [] } 2528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58483 +label: "RENEGADE SPORT 1.8L MT5 FWD (AG516TE)" +value: "2528" +data: App\Entity\Car {#51101 …} +attr: [] +labelTranslationParameters: [] } 2529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58484 +label: "NUEVA RANGER DC 4X4 LTD AT 3.2L D (AE625HT)" +value: "2529" +data: App\Entity\Car {#51116 …} +attr: [] +labelTranslationParameters: [] } 2531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58485 +label: "COROLLA XLI MT 2.0 (AF312JQ)" +value: "2531" +data: App\Entity\Car {#51131 …} +attr: [] +labelTranslationParameters: [] } 2532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58486 +label: "KANGOO II STEPWAY 1.6 SCE (AG687VY)" +value: "2532" +data: App\Entity\Car {#51146 …} +attr: [] +labelTranslationParameters: [] } 2533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58487 +label: "KA 1.5 SE 5P (AB085AV)" +value: "2533" +data: App\Entity\Car {#51161 …} +attr: [] +labelTranslationParameters: [] } 2534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58488 +label: "408 1.6 ACTIVE (AB024MV)" +value: "2534" +data: App\Entity\Car {#51176 …} +attr: [] +labelTranslationParameters: [] } 2535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58489 +label: "LOGAN 1.6 8V PACK II C/ABCP+ABS (NGC449)" +value: "2535" +data: App\Entity\Car {#51191 …} +attr: [] +labelTranslationParameters: [] } 2536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58490 +label: "RANGER2 DC 4X2 XLS 3.2L DSL (PCO623)" +value: "2536" +data: App\Entity\Car {#51206 …} +attr: [] +labelTranslationParameters: [] } 2537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58491 +label: "TORO 2.0TDI VOLCANO 4X4 AT (AB085EY)" +value: "2537" +data: App\Entity\Car {#51221 …} +attr: [] +labelTranslationParameters: [] } 2538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58492 +label: "X55 LUXURY (AG876UL)" +value: "2538" +data: App\Entity\Car {#51236 …} +attr: [] +labelTranslationParameters: [] } 2539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58493 +label: "IDEA ADVENTURE 1.6 16V (AA621ZR)" +value: "2539" +data: App\Entity\Car {#51251 …} +attr: [] +labelTranslationParameters: [] } 2540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58494 +label: "SUNRA 2000 (NO SE PATENTA)" +value: "2540" +data: App\Entity\Car {#51266 …} +attr: [] +labelTranslationParameters: [] } 2541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58495 +label: "COMPASS LIMITED 1.3T AT6 4X2 (AH029FP)" +value: "2541" +data: App\Entity\Car {#51282 …} +attr: [] +labelTranslationParameters: [] } 2542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58496 +label: "BJ30 4X4 AT HIBRIDA 404HP (AH955IJ)" +value: "2542" +data: App\Entity\Car {#51297 …} +attr: [] +labelTranslationParameters: [] } 2543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58497 +label: "GOL TREND 1.6 MSI (AB434DB)" +value: "2543" +data: App\Entity\Car {#51312 …} +attr: [] +labelTranslationParameters: [] } 2544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58498 +label: "TIGGO 4 PRO 1.5T CVT LUXURY (AH689RW)" +value: "2544" +data: App\Entity\Car {#51327 …} +attr: [] +labelTranslationParameters: [] } 2545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58499 +label: "COMPASS SERIE S 1.3T AT6 4X2 175HP ADAS (AH313NC)" +value: "2545" +data: App\Entity\Car {#51342 …} +attr: [] +labelTranslationParameters: [] } 2546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58500 +label: "CRONOS DRIVE 1.3 (AF700KA)" +value: "2546" +data: App\Entity\Car {#51357 …} +attr: [] +labelTranslationParameters: [] } 2548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58501 +label: "FASTBACK ABARTH TURBO 270 AT6 (AH231MD)" +value: "2548" +data: App\Entity\Car {#51372 …} +attr: [] +labelTranslationParameters: [] } 2549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58502 +label: "C4 CACTUS SHINE 1.6THP AT (AF502JV)" +value: "2549" +data: App\Entity\Car {#51387 …} +attr: [] +labelTranslationParameters: [] } 2550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58503 +label: "TIGGO 4 PRO LUXURY 1.5T 4X2 CVT 147HP (AI167UE)" +value: "2550" +data: App\Entity\Car {#51403 …} +attr: [] +labelTranslationParameters: [] } 2551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58504 +label: "TIGGO 4 1.5 4X2 PRO LUXURY CVTII (NEGRA)" +value: "2551" +data: App\Entity\Car {#51418 …} +attr: [] +labelTranslationParameters: [] } 2552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58505 +label: "KANGOO CONFORT 1.6CD AA DA SVT1PL (600KG (JUK033)" +value: "2552" +data: App\Entity\Car {#51433 …} +attr: [] +labelTranslationParameters: [] } 2553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58506 +label: "COROLLA XEI 1.8 MT (OBE239)" +value: "2553" +data: App\Entity\Car {#51448 …} +attr: [] +labelTranslationParameters: [] } 2554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58507 +label: "2008 FELINE 1.6 (AB403LZ)" +value: "2554" +data: App\Entity\Car {#51463 …} +attr: [] +labelTranslationParameters: [] } 2555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58508 +label: "ECO SPORT 1.5 AT TITANIUM AT (AE263QU)" +value: "2555" +data: App\Entity\Car {#51478 …} +attr: [] +labelTranslationParameters: [] } 2557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58509 +label: "TRAILBLAZER 7 PLAZAS 2.8TDI 4X4 AT PREMIER (ae300hm)" +value: "2557" +data: App\Entity\Car {#51493 …} +attr: [] +labelTranslationParameters: [] } 2558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58510 +label: "COROLLA 2.0 SEG CVT (AF063WI)" +value: "2558" +data: App\Entity\Car {#51508 …} +attr: [] +labelTranslationParameters: [] } 2559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58511 +label: "TORO FREEDOM 1.8 16V 4X2 AT6 (AD448XT)" +value: "2559" +data: App\Entity\Car {#51523 …} +attr: [] +labelTranslationParameters: [] } 2560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58512 +label: "SILVERADO HIGH COUNTRY (AH862AZ)" +value: "2560" +data: App\Entity\Car {#51538 …} +attr: [] +labelTranslationParameters: [] } 2561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58513 +label: "SW4 4X4 SRX 2.8 TDI 6 AT 7A (AE475MT)" +value: "2561" +data: App\Entity\Car {#51554 …} +attr: [] +labelTranslationParameters: [] } 2562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58514 +label: "RANGER DC XL 2.0L T 4X4 MT D (AG324ZQ)" +value: "2562" +data: App\Entity\Car {#51569 …} +attr: [] +labelTranslationParameters: [] } 2563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58515 +label: "TORO FREEDOM 1.8 16V 4X2 AT6 (AD838MK)" +value: "2563" +data: App\Entity\Car {#51584 …} +attr: [] +labelTranslationParameters: [] } 2564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58516 +label: "H6 DELUXE HEV (COMP)" +value: "2564" +data: App\Entity\Car {#51599 …} +attr: [] +labelTranslationParameters: [] } 2565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58517 +label: "CRONOS 1.8 PRECISION (AE952FA)" +value: "2565" +data: App\Entity\Car {#51614 …} +attr: [] +labelTranslationParameters: [] } 2566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58518 +label: "FRONTIER CD S 2.3D 4X4 MT (AE489LP)" +value: "2566" +data: App\Entity\Car {#51629 …} +attr: [] +labelTranslationParameters: [] } 2567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58519 +label: "BJ30E 4X2 AT HIBRIDA 330HP (COMP)" +value: "2567" +data: App\Entity\Car {#51645 …} +attr: [] +labelTranslationParameters: [] } 2568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58520 +label: "EU5 100% ELECTRICO RECARGA RAPIDA (COMP)" +value: "2568" +data: App\Entity\Car {#51660 …} +attr: [] +labelTranslationParameters: [] } 2569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58521 +label: "FIESTA SE 1.6N MT (OKU126)" +value: "2569" +data: App\Entity\Car {#51675 …} +attr: [] +labelTranslationParameters: [] } 2570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58522 +label: "FASTBACK TURBO 270 AT (AG616QZ)" +value: "2570" +data: App\Entity\Car {#51690 …} +attr: [] +labelTranslationParameters: [] } 2571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58523 +label: "PRISMA 1.4 N LT MT (AC783NE)" +value: "2571" +data: App\Entity\Car {#51705 …} +attr: [] +labelTranslationParameters: [] } 2572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58524 +label: "HILUX SRV 4X2 CABINA DOBLE 3.0TDI (GQW789)" +value: "2572" +data: App\Entity\Car {#51720 …} +attr: [] +labelTranslationParameters: [] } 2574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58525 +label: "CRETA 1.6 GL/CONNECT AUT (AB948FY)" +value: "2574" +data: App\Entity\Car {#51735 …} +attr: [] +labelTranslationParameters: [] } 2575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58526 +label: "F-150 RAPTOR 3.5L V6 ECOBOOST 4X4 AT (AG040CP)" +value: "2575" +data: App\Entity\Car {#51750 …} +attr: [] +labelTranslationParameters: [] } 2576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58527 +label: "A4 3.0 T FSI QUATTRO (OTK605)" +value: "2576" +data: App\Entity\Car {#51765 …} +attr: [] +labelTranslationParameters: [] } 2577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58528 +label: "GOL TREND 1.6 MSI (AB887NX)" +value: "2577" +data: App\Entity\Car {#51780 …} +attr: [] +labelTranslationParameters: [] } 2578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58529 +label: "AMAROK TRENDLINE 2.0TDI AT 4X2 (PEX234)" +value: "2578" +data: App\Entity\Car {#51795 …} +attr: [] +labelTranslationParameters: [] } 2579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58530 +label: "COMMANDER LIMITED TD380 AT9 4X4 (AG947RM)" +value: "2579" +data: App\Entity\Car {#51810 …} +attr: [] +labelTranslationParameters: [] } 2580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58531 +label: "4008 ALLURE 4X4 (OZS474)" +value: "2580" +data: App\Entity\Car {#51825 …} +attr: [] +labelTranslationParameters: [] } 2581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58532 +label: "RENEGADE SPORT MT (AB173DE)" +value: "2581" +data: App\Entity\Car {#51840 …} +attr: [] +labelTranslationParameters: [] } 2582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58533 +label: "4008 ALLURE 4X4 CVT (NNF467)" +value: "2582" +data: App\Entity\Car {#51855 …} +attr: [] +labelTranslationParameters: [] } 2583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58534 +label: "VENTO LUXURY 2.0TDI AT (MWP972)" +value: "2583" +data: App\Entity\Car {#51870 …} +attr: [] +labelTranslationParameters: [] } 2584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58535 +label: "H6 SUPREME 2WD 1.5T HIBRIDO 243HP ADAS (AH943SC)" +value: "2584" +data: App\Entity\Car {#51885 …} +attr: [] +labelTranslationParameters: [] } 2585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58536 +label: "AMAROK 20TD 4X4 DC HIGHLINE 180HP (OLH780)" +value: "2585" +data: App\Entity\Car {#51900 …} +attr: [] +labelTranslationParameters: [] } 2587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58537 +label: "GOL TREND 1.6 (KCN658)" +value: "2587" +data: App\Entity\Car {#51915 …} +attr: [] +labelTranslationParameters: [] } 2588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58538 +label: "TERRITORY TITANIUM 1.8AT (AG253NP)" +value: "2588" +data: App\Entity\Car {#51930 …} +attr: [] +labelTranslationParameters: [] } 2590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58539 +label: "ECOSPORT TITANIUM 1.6L MT N (PAD185)" +value: "2590" +data: App\Entity\Car {#51945 …} +attr: [] +labelTranslationParameters: [] } 2591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58540 +label: "C4 5P 1.6I 16V X PACK PLUS (MHN362)" +value: "2591" +data: App\Entity\Car {#51960 …} +attr: [] +labelTranslationParameters: [] } 2593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58541 +label: "C 3 AIRCROSS 1.5 LIVE (AB060PZ)" +value: "2593" +data: App\Entity\Car {#51975 …} +attr: [] +labelTranslationParameters: [] } 2594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58542 +label: "TIGGO 1.6 4X2 CONFORT (OUN041)" +value: "2594" +data: App\Entity\Car {#51991 …} +attr: [] +labelTranslationParameters: [] } 2595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58543 +label: "ONIX 1.4 EFFECT (GNC) (AB655AY)" +value: "2595" +data: App\Entity\Car {#52006 …} +attr: [] +labelTranslationParameters: [] } 2596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58544 +label: "TRAILBLAZER 7 PLAZAS 2.8TDI 4X4 AT 204HP PREMIER (AE594IO)" +value: "2596" +data: App\Entity\Car {#52021 …} +attr: [] +labelTranslationParameters: [] } 2597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58545 +label: "GOL TREND 1.6 3 P L/13 (OST120)" +value: "2597" +data: App\Entity\Car {#52036 …} +attr: [] +labelTranslationParameters: [] } 2598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58546 +label: "AMAROK V6 HIGHLINE L/24 (AG983MG)" +value: "2598" +data: App\Entity\Car {#52051 …} +attr: [] +labelTranslationParameters: [] } 2599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58547 +label: "CLIO AUTHENTIQUE 1.2 16V (ENQ944)" +value: "2599" +data: App\Entity\Car {#52066 …} +attr: [] +labelTranslationParameters: [] } 2600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58548 +label: "cruze 2.0d ltz a/t (KTV903)" +value: "2600" +data: App\Entity\Car {#52081 …} +attr: [] +labelTranslationParameters: [] } 2602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58549 +label: "KARDIAN PREMIERE EDITION 200 EDC (AG784XG)" +value: "2602" +data: App\Entity\Car {#52096 …} +attr: [] +labelTranslationParameters: [] } 2603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58550 +label: "BORA 1.8 T. HIGHLINE L/07 CU (HGZ383)" +value: "2603" +data: App\Entity\Car {#52111 …} +attr: [] +labelTranslationParameters: [] } 2604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58551 +label: "DUSTER OROCH DYNAMIQUE 2.0 4X4 (GNC) (AD937YR)" +value: "2604" +data: App\Entity\Car {#52126 …} +attr: [] +labelTranslationParameters: [] } 2605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58552 +label: "C4 LOUNGE 143 TENDANCE PACK AM16 (PHD866)" +value: "2605" +data: App\Entity\Car {#52141 …} +attr: [] +labelTranslationParameters: [] } 2606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58553 +label: "AMAROK 20TD 4X2 DC TRENDLINE 140HP L17 (AG315SG)" +value: "2606" +data: App\Entity\Car {#52157 …} +attr: [] +labelTranslationParameters: [] } 2608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58554 +label: "C3 VTI 115 TECHNO (aa726pi)" +value: "2608" +data: App\Entity\Car {#52172 …} +attr: [] +labelTranslationParameters: [] } 2609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58555 +label: "ETIOS XLS 1.5 MT (NPW660)" +value: "2609" +data: App\Entity\Car {#52187 …} +attr: [] +labelTranslationParameters: [] } 2610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58556 +label: "DUSTER PH2 PRIVILEGE 2.0 GNC (AD687VG)" +value: "2610" +data: App\Entity\Car {#52203 …} +attr: [] +labelTranslationParameters: [] } 2611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58557 +label: "QUBO 1.4 8V DYNAMIC (LYN235)" +value: "2611" +data: App\Entity\Car {#52218 …} +attr: [] +labelTranslationParameters: [] } 2612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58558 +label: "308 ALLURE PLUS 2.0 (AB018TR)" +value: "2612" +data: App\Entity\Car {#52233 …} +attr: [] +labelTranslationParameters: [] } 2613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58559 +label: "SURAN CONFORTLINE 1.6 (AA371DF)" +value: "2613" +data: App\Entity\Car {#52248 …} +attr: [] +labelTranslationParameters: [] } 2614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58560 +label: "KUGA TITANIUM 2.0 (AA931GO)" +value: "2614" +data: App\Entity\Car {#52263 …} +attr: [] +labelTranslationParameters: [] } 2615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58561 +label: "FOX 1.6 (NOU319)" +value: "2615" +data: App\Entity\Car {#52278 …} +attr: [] +labelTranslationParameters: [] } 2616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58562 +label: "SPIN 1.8 N LTZ M/T (GNC) (AD121EE)" +value: "2616" +data: App\Entity\Car {#52293 …} +attr: [] +labelTranslationParameters: [] } 2618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58563 +label: "BERLINGO MULTISPACE 1.6 HDI 92 XTR AM22.5 (AG677KV)" +value: "2618" +data: App\Entity\Car {#52308 …} +attr: [] +labelTranslationParameters: [] } 2619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58564 +label: "COROLLA 2.0 XLI CVT (AG813QD)" +value: "2619" +data: App\Entity\Car {#52323 …} +attr: [] +labelTranslationParameters: [] } 2620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58565 +label: "FOCUS 5P 2.0L N AT SE PLUS (AA068FA)" +value: "2620" +data: App\Entity\Car {#52338 …} +attr: [] +labelTranslationParameters: [] } 2621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58566 +label: "RANGER CS 4X2 XL 2.2D (AF077XM)" +value: "2621" +data: App\Entity\Car {#52353 …} +attr: [] +labelTranslationParameters: [] } 2622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58567 +label: "PALIO FIRE 1.4N 5P (GNC) (ONV978)" +value: "2622" +data: App\Entity\Car {#52368 …} +attr: [] +labelTranslationParameters: [] } 2623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58568 +label: "L200 TRITON HPE 3.2 CR 4X4 (JTK199)" +value: "2623" +data: App\Entity\Car {#52383 …} +attr: [] +labelTranslationParameters: [] } 2624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58569 +label: "CRONOS DRIVE 1.3 MT (AE970MY)" +value: "2624" +data: App\Entity\Car {#52398 …} +attr: [] +labelTranslationParameters: [] } 2625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58570 +label: "COROLLA CROSS SEG 2.0 CVT (AG694VT)" +value: "2625" +data: App\Entity\Car {#52413 …} +attr: [] +labelTranslationParameters: [] } 2626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58571 +label: "208 ALLURE 1.6 115 (AE054GF)" +value: "2626" +data: App\Entity\Car {#52428 …} +attr: [] +labelTranslationParameters: [] } 2627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58572 +label: "MOVE UP 1.0MPI (AA480EE)" +value: "2627" +data: App\Entity\Car {#52443 …} +attr: [] +labelTranslationParameters: [] } 2628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58573 +label: "VECTRA GLS 2.0 GNC (KMN084)" +value: "2628" +data: App\Entity\Car {#52458 …} +attr: [] +labelTranslationParameters: [] } 2629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58574 +label: "2008 FELINE 1.6N MT (AB403LZ)" +value: "2629" +data: App\Entity\Car {#52473 …} +attr: [] +labelTranslationParameters: [] } 2630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58575 +label: "GOL 1.4N GNC (NCS635)" +value: "2630" +data: App\Entity\Car {#52488 …} +attr: [] +labelTranslationParameters: [] } 2632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58576 +label: "UP PEPPER 1.0 TSI (AB729DG)" +value: "2632" +data: App\Entity\Car {#52503 …} +attr: [] +labelTranslationParameters: [] } 2633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58577 +label: "CELTA 1.4 3 PTAS LT (KGX255)" +value: "2633" +data: App\Entity\Car {#52518 …} +attr: [] +labelTranslationParameters: [] } 2634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58578 +label: "VERSA ADVANCE MT PURE DRIVE F2 (AC640GY)" +value: "2634" +data: App\Entity\Car {#52533 …} +attr: [] +labelTranslationParameters: [] } 2635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58579 +label: "SW4 SR 2.8TDI 4X4 6M 177HP (AC820XL)" +value: "2635" +data: App\Entity\Car {#52548 …} +attr: [] +labelTranslationParameters: [] } 2636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58580 +label: "KWID E-TECH 100% ELECTRICO (AG546AP)" +value: "2636" +data: App\Entity\Car {#52563 …} +attr: [] +labelTranslationParameters: [] } 2637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58581 +label: "UP! 3 PTAS TAKE AA (AA034SM)" +value: "2637" +data: App\Entity\Car {#52578 …} +attr: [] +labelTranslationParameters: [] } 2638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58582 +label: "HILUX SW4 4X4 SRV 3.0 TDI A/T C/ CUERO (GFY489)" +value: "2638" +data: App\Entity\Car {#52593 …} +attr: [] +labelTranslationParameters: [] } 2639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58583 +label: "JEEP RENEGADE 1.8 4X2 SPORT (ad573uc)" +value: "2639" +data: App\Entity\Car {#52608 …} +attr: [] +labelTranslationParameters: [] } 2641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58584 +label: "DS 3 CROSSBACK PURETECH 155 SO CHIC AT8 MY21 (AE932SN)" +value: "2641" +data: App\Entity\Car {#52623 …} +attr: [] +labelTranslationParameters: [] } 2642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58585 +label: "DS 7 CROSSBACK HDI 180 AUTOMATIC SO CHIC MY20 (AE618GT)" +value: "2642" +data: App\Entity\Car {#52638 …} +attr: [] +labelTranslationParameters: [] } 2643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58586 +label: "AMAROK DC 140TDI 4X2 (AE403IE)" +value: "2643" +data: App\Entity\Car {#52653 …} +attr: [] +labelTranslationParameters: [] } 2644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58587 +label: "GLB 250 PROGRESSIVE 4MATIC 2.0L 7 PLAZAS 224HP (AF313UA)" +value: "2644" +data: App\Entity\Car {#52668 …} +attr: [] +labelTranslationParameters: [] } 2645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58588 +label: "PATRIOT 2.4 AT (OQI976)" +value: "2645" +data: App\Entity\Car {#52683 …} +attr: [] +labelTranslationParameters: [] } 2646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58589 +label: "DUSTER CONFORT PLUS 1.6 4X2 ABS (NIK390)" +value: "2646" +data: App\Entity\Car {#52698 …} +attr: [] +labelTranslationParameters: [] } 2647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58590 +label: "BORA 2.0 TRENDLINE (KJL336)" +value: "2647" +data: App\Entity\Car {#52713 …} +attr: [] +labelTranslationParameters: [] } 2648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58591 +label: "KWID ZEN 1.0 (AD209PZ)" +value: "2648" +data: App\Entity\Car {#52729 …} +attr: [] +labelTranslationParameters: [] } 2649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58592 +label: "C4 CACTUS VTI FEEL MY23 (AG276RD)" +value: "2649" +data: App\Entity\Car {#52744 …} +attr: [] +labelTranslationParameters: [] } 2651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58593 +label: "COMPASS BLACKHAWK 2.0T AT9 4X4 270CV (AH491XB)" +value: "2651" +data: App\Entity\Car {#52759 …} +attr: [] +labelTranslationParameters: [] } 2652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58594 +label: "PUNTO ATTRACTIVE 1.4 8V GNC (OQH695)" +value: "2652" +data: App\Entity\Car {#52774 …} +attr: [] +labelTranslationParameters: [] } 2653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58595 +label: "CS 55 PLUS 1.5T HIBRIDO 185HP AT7 (AH970MY)" +value: "2653" +data: App\Entity\Car {#52789 …} +attr: [] +labelTranslationParameters: [] } 2655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58596 +label: "308 FELINE HDI (LPP828)" +value: "2655" +data: App\Entity\Car {#52805 …} +attr: [] +labelTranslationParameters: [] } 2656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58597 +label: "TRACKER AWD LTZ+ (GNC) (PMG275)" +value: "2656" +data: App\Entity\Car {#52820 …} +attr: [] +labelTranslationParameters: [] } 2657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58598 +label: "FRONTIER XE 4X2 MT 2.3 D CD (AF702HP)" +value: "2657" +data: App\Entity\Car {#52835 …} +attr: [] +labelTranslationParameters: [] } 2658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58599 +label: "ECOSPORT SE 1.5L DSL MT (AD226BG)" +value: "2658" +data: App\Entity\Car {#52850 …} +attr: [] +labelTranslationParameters: [] } 2659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58600 +label: "KOLEOS 2.5L PRIVILEGE 4X4 MT F2 (MII387)" +value: "2659" +data: App\Entity\Car {#52865 …} +attr: [] +labelTranslationParameters: [] } 2660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58601 +label: "NUEVA RANGER DC 4X4 LTD AT 3.2L D (AE625HT)" +value: "2660" +data: App\Entity\Car {#52880 …} +attr: [] +labelTranslationParameters: [] } 2661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58602 +label: "YARIS XLS 4P MT (AF412PP)" +value: "2661" +data: App\Entity\Car {#52895 …} +attr: [] +labelTranslationParameters: [] } 2662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58603 +label: "2008 ALLURE T200 AM25 (AH118TN)" +value: "2662" +data: App\Entity\Car {#52910 …} +attr: [] +labelTranslationParameters: [] } 2663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58604 +label: "ALASKAN ICONIC 2.3TDI 4X4 AT (AF454VW)" +value: "2663" +data: App\Entity\Car {#52925 …} +attr: [] +labelTranslationParameters: [] } 2664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58605 +label: "HILUX 4X2 D/C SRX 2.8 TDI 6 M/T (AD670DA)" +value: "2664" +data: App\Entity\Car {#52940 …} +attr: [] +labelTranslationParameters: [] } 2666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58606 +label: "X-TRAIL (EUD244)" +value: "2666" +data: App\Entity\Car {#52955 …} +attr: [] +labelTranslationParameters: [] } 2667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58607 +label: "RANGER DC 4X2 XLT 2.5L N (AC897WN)" +value: "2667" +data: App\Entity\Car {#52970 …} +attr: [] +labelTranslationParameters: [] } 2668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58608 +label: "207 COMPACT FELINE 1.6N 5P (MFK551)" +value: "2668" +data: App\Entity\Car {#52985 …} +attr: [] +labelTranslationParameters: [] } 2669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58609 +label: "COMPASS LIMITED 2.4 AT9 AWD (AD606QR)" +value: "2669" +data: App\Entity\Car {#53000 …} +attr: [] +labelTranslationParameters: [] } 2671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58610 +label: "HILUX 4X4 D/C SRX 2.8 TDI 6 A/T (AE293ZI)" +value: "2671" +data: App\Entity\Car {#53015 …} +attr: [] +labelTranslationParameters: [] } 2672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58611 +label: "KA FLY VIRAL 1.0 (MFC580)" +value: "2672" +data: App\Entity\Car {#53030 …} +attr: [] +labelTranslationParameters: [] } 2673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58612 +label: "UP TAKE 1.0 MPI (AD354SN)" +value: "2673" +data: App\Entity\Car {#53045 …} +attr: [] +labelTranslationParameters: [] } 2674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58613 +label: "208 ACTIVE 1.6 MT (AF599AT)" +value: "2674" +data: App\Entity\Car {#53060 …} +attr: [] +labelTranslationParameters: [] } 2675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58614 +label: "H1 2.5 CRDI 12 PLAZAS VGT FULL (NYO161)" +value: "2675" +data: App\Entity\Car {#53075 …} +attr: [] +labelTranslationParameters: [] } 2676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58615 +label: "CLIO 1.2N 5PTAS PACK PLUS (IOR672)" +value: "2676" +data: App\Entity\Car {#53091 …} +attr: [] +labelTranslationParameters: [] } 2677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58616 +label: "COMPASS LONGITUDE AT6 (AE050QF)" +value: "2677" +data: App\Entity\Car {#53106 …} +attr: [] +labelTranslationParameters: [] } 2678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58617 +label: "A3 SPORTBACK 1.4T FSI (LVR217)" +value: "2678" +data: App\Entity\Car {#53121 …} +attr: [] +labelTranslationParameters: [] } 2679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58618 +label: "FIAT 125 POTENCIADO (UTN655)" +value: "2679" +data: App\Entity\Car {#53136 …} +attr: [] +labelTranslationParameters: [] } 2680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58619 +label: "MOTORHOME SPRINTER 516 (AE941GO)" +value: "2680" +data: App\Entity\Car {#53151 …} +attr: [] +labelTranslationParameters: [] } 2681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58620 +label: "AMAROK TRENDLINE 2.0 TDI MT 4X2 140HP (AG958HR)" +value: "2681" +data: App\Entity\Car {#53166 …} +attr: [] +labelTranslationParameters: [] } 2682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58621 +label: "SAVEIRO 1.6 (AA403PI)" +value: "2682" +data: App\Entity\Car {#53181 …} +attr: [] +labelTranslationParameters: [] } 2684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58622 +label: "RANGER DC 4X4 LTD MT 3.2L D (AD208GM)" +value: "2684" +data: App\Entity\Car {#53196 …} +attr: [] +labelTranslationParameters: [] } 2685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58623 +label: "PRISMA 1.4 LT L/17 (AC958XJ)" +value: "2685" +data: App\Entity\Car {#53211 …} +attr: [] +labelTranslationParameters: [] } 2686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58624 +label: "C4 CACTUS VTI 115 FEEL PACK (AD461TR)" +value: "2686" +data: App\Entity\Car {#53226 …} +attr: [] +labelTranslationParameters: [] } 2687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58625 +label: "CRONOS DRIVE 1.3 GSE CVT BZ (AF659RJ)" +value: "2687" +data: App\Entity\Car {#53241 …} +attr: [] +labelTranslationParameters: [] } 2688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58626 +label: "SANDERO PH2 PACK 1.6 8V (LOI521)" +value: "2688" +data: App\Entity\Car {#53256 …} +attr: [] +labelTranslationParameters: [] } 2689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58627 +label: "ETIOS 1.5 4 PTAS XLS 6MT (AD905DI)" +value: "2689" +data: App\Entity\Car {#53271 …} +attr: [] +labelTranslationParameters: [] } 2690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58628 +label: "COROLLA CROSS XLI SAFETY 2.0 CVT (AH062XK)" +value: "2690" +data: App\Entity\Car {#53286 …} +attr: [] +labelTranslationParameters: [] } 2691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58629 +label: "HONDA WAVE 110S (A260DDS)" +value: "2691" +data: App\Entity\Car {#53301 …} +attr: [] +labelTranslationParameters: [] } 2692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58630 +label: "MOTORHOME SPRINTER 516 CHASIS 4325 (AE062DF)" +value: "2692" +data: App\Entity\Car {#53317 …} +attr: [] +labelTranslationParameters: [] } 2693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58631 +label: "C3 VTI 115 EAT6 FEEL PACK LOOK AM22.5 (AF999RR)" +value: "2693" +data: App\Entity\Car {#53332 …} +attr: [] +labelTranslationParameters: [] } 2695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58632 +label: "AMAROK HIGHLINE PACK 4X4 AT (AB174MR)" +value: "2695" +data: App\Entity\Car {#53347 …} +attr: [] +labelTranslationParameters: [] } 2697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58633 +label: "MOBI 1.0 8V EASY (AE297TH)" +value: "2697" +data: App\Entity\Car {#53362 …} +attr: [] +labelTranslationParameters: [] } 2698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58634 +label: "DUSTER COMFORT 1.6 4X2 (MBR114)" +value: "2698" +data: App\Entity\Car {#53377 …} +attr: [] +labelTranslationParameters: [] } 2699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58635 +label: "EMGRAND X7 SPORT GL AT (AC626KK)" +value: "2699" +data: App\Entity\Car {#53392 …} +attr: [] +labelTranslationParameters: [] } 2700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58636 +label: "AVEO LT 1.6N AT (JNB477)" +value: "2700" +data: App\Entity\Car {#53407 …} +attr: [] +labelTranslationParameters: [] } 2701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58637 +label: "AMAROK 2.0L TDI 180 CV 4X4 TRENDLINE (AA173YD)" +value: "2701" +data: App\Entity\Car {#53422 …} +attr: [] +labelTranslationParameters: [] } 2702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58638 +label: "CLIO MIO 1.2 5 P DYNAMIQUE SAT (PMP360)" +value: "2702" +data: App\Entity\Car {#53437 …} +attr: [] +labelTranslationParameters: [] } 2704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58639 +label: "PRISMA 1.4 N LTZ (POB927)" +value: "2704" +data: App\Entity\Car {#53452 …} +attr: [] +labelTranslationParameters: [] } 2705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58640 +label: "ETIOS XLS 1.5 4A/T (ab120ql)" +value: "2705" +data: App\Entity\Car {#53467 …} +attr: [] +labelTranslationParameters: [] } 2706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58641 +label: "GOLF 2.0L GTI (AB813XE)" +value: "2706" +data: App\Entity\Car {#53482 …} +attr: [] +labelTranslationParameters: [] } 2707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58642 +label: "208 FELINE 1.6 TIPTRONIC 6 115 (AD493JK)" +value: "2707" +data: App\Entity\Car {#53497 …} +attr: [] +labelTranslationParameters: [] } 2710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58643 +label: "ARGO HGT 1.8 (AC975RX)" +value: "2710" +data: App\Entity\Car {#53512 …} +attr: [] +labelTranslationParameters: [] } 2711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58644 +label: "BERLINGO MULTISPACE HDI 92 XTR (AA882BG)" +value: "2711" +data: App\Entity\Car {#53527 …} +attr: [] +labelTranslationParameters: [] } 2712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58645 +label: "EVEREST TITANIUM 2.3L 300HP AT10 7 ASIENTOS (AH644OF)" +value: "2712" +data: App\Entity\Car {#53542 …} +attr: [] +labelTranslationParameters: [] } 2713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58646 +label: "2008 ALLURE 1.6 115 (AD866CC)" +value: "2713" +data: App\Entity\Car {#53557 …} +attr: [] +labelTranslationParameters: [] } 2714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58647 +label: "COROLLA CROSS XLI 2.0 CVT (AF139OJ)" +value: "2714" +data: App\Entity\Car {#53572 …} +attr: [] +labelTranslationParameters: [] } 2715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58648 +label: "COROLLA CROSS 2.0 XLI CVT (AF350RQ)" +value: "2715" +data: App\Entity\Car {#53587 …} +attr: [] +labelTranslationParameters: [] } 2716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58649 +label: "HILUX 4X2 DC SRV 2.8 TDI 6 AT (AF186BB)" +value: "2716" +data: App\Entity\Car {#53602 …} +attr: [] +labelTranslationParameters: [] } 2717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58650 +label: "AMAROK TRENDLINE 4X4 2.0L TDI 140 CV (AF393VQ)" +value: "2717" +data: App\Entity\Car {#53617 …} +attr: [] +labelTranslationParameters: [] } 2718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58651 +label: "COROLLA HEV 1.8 XEI ECVT (AH822LB)" +value: "2718" +data: App\Entity\Car {#53632 …} +attr: [] +labelTranslationParameters: [] } 2719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58652 +label: "SURAN 1.6 HIGHLINE I-MOTION (AA734IA)" +value: "2719" +data: App\Entity\Car {#53647 …} +attr: [] +labelTranslationParameters: [] } 2720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58653 +label: "HILUX 4X2 C DX 2.4TDI 6 MT (AH580MR)" +value: "2720" +data: App\Entity\Car {#53662 …} +attr: [] +labelTranslationParameters: [] } 2721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58654 +label: "ECOSPORT 1.6 L 4X2 XLS (JEB848)" +value: "2721" +data: App\Entity\Car {#53677 …} +attr: [] +labelTranslationParameters: [] } 2722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58655 +label: "MASTER 2.8D T35 MOTORHOME (EUE784)" +value: "2722" +data: App\Entity\Car {#53692 …} +attr: [] +labelTranslationParameters: [] } 2723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58656 +label: "CIVIC 2.0 SI (GUU261)" +value: "2723" +data: App\Entity\Car {#53707 …} +attr: [] +labelTranslationParameters: [] } 2724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58657 +label: "SPRINTER 311 CDI STREET FURGON 3250 (AH237IY)" +value: "2724" +data: App\Entity\Car {#53722 …} +attr: [] +labelTranslationParameters: [] } 2725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58658 +label: "OROCH 1.6 GNC (AC214WX)" +value: "2725" +data: App\Entity\Car {#53737 …} +attr: [] +labelTranslationParameters: [] } 2726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58659 +label: "ONIX 1.0T RS AT (comp)" +value: "2726" +data: App\Entity\Car {#53752 …} +attr: [] +labelTranslationParameters: [] } 2727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58660 +label: "ONIX PLUS 1.0 AT PREMIER (COMP)" +value: "2727" +data: App\Entity\Car {#53768 …} +attr: [] +labelTranslationParameters: [] } 2728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58661 +label: "SILVERADO Z71 TRAIL BOSS (COMP)" +value: "2728" +data: App\Entity\Car {#53783 …} +attr: [] +labelTranslationParameters: [] } 2729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58662 +label: "SPARK EUV ACTIV 100% ELECTRICO (COMP)" +value: "2729" +data: App\Entity\Car {#53798 …} +attr: [] +labelTranslationParameters: [] } 2730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58663 +label: "SPIN 1.8 PREMIER AT 7ASIENTOS (COMP)" +value: "2730" +data: App\Entity\Car {#53813 …} +attr: [] +labelTranslationParameters: [] } 2731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58664 +label: "FRONTIER PLATINIUM 4X2 AT (AF702NM)" +value: "2731" +data: App\Entity\Car {#53828 …} +attr: [] +labelTranslationParameters: [] } 2732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58665 +label: "FIESTA 1.6 4 PUERTAS AMBIENTE (GNC) (EWL994)" +value: "2732" +data: App\Entity\Car {#53843 …} +attr: [] +labelTranslationParameters: [] } 2733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58666 +label: "FIT 1.5 EX 5 PTAS (IEF311)" +value: "2733" +data: App\Entity\Car {#53858 …} +attr: [] +labelTranslationParameters: [] } 2735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58667 +label: "TAOS 1.4 250 TSI HIGHLINE TIP. (AE956RF)" +value: "2735" +data: App\Entity\Car {#53873 …} +attr: [] +labelTranslationParameters: [] } 2737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58668 +label: "L200 SPORTERO DI-D COMMON RAIL 2.5 4X4 MT (NXR308)" +value: "2737" +data: App\Entity\Car {#53888 …} +attr: [] +labelTranslationParameters: [] } 2738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58669 +label: "308 ALLURE HDI NAV (OUA998)" +value: "2738" +data: App\Entity\Car {#53903 …} +attr: [] +labelTranslationParameters: [] } 2739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58670 +label: "NUEVO SANDERO PRIVILEGE PACK (OWU465)" +value: "2739" +data: App\Entity\Car {#53918 …} +attr: [] +labelTranslationParameters: [] } 2740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58671 +label: "208 ROADTRIP 1.6L AM23 (AF669JS)" +value: "2740" +data: App\Entity\Car {#53933 …} +attr: [] +labelTranslationParameters: [] } 2744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58672 +label: "B200 PROGRESSIVE (AE216VN)" +value: "2744" +data: App\Entity\Car {#53948 …} +attr: [] +labelTranslationParameters: [] } 2745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58673 +label: "KICKS 1.6 EXCLUSIVE CVT L/22 (AG595UT)" +value: "2745" +data: App\Entity\Car {#53963 …} +attr: [] +labelTranslationParameters: [] } 2746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58674 +label: "CHEVROLET TRACKER AWD LTZ+ (POM544)" +value: "2746" +data: App\Entity\Car {#53978 …} +attr: [] +labelTranslationParameters: [] } 2747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58675 +label: "TERRITORY TITANIUM 1.8 AT (AH737RU)" +value: "2747" +data: App\Entity\Car {#53993 …} +attr: [] +labelTranslationParameters: [] } 2748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58676 +label: "PUNTO 1.6 SPORTING L/13 (OQZ777)" +value: "2748" +data: App\Entity\Car {#54008 …} +attr: [] +labelTranslationParameters: [] } 2749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58677 +label: "RENEGADE SPORT 1.8L AT6 FWD (AG404TR)" +value: "2749" +data: App\Entity\Car {#54023 …} +attr: [] +labelTranslationParameters: [] } 2750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58678 +label: "COROLLA 2.0 SEG CVT (AG516FZ)" +value: "2750" +data: App\Entity\Car {#54038 …} +attr: [] +labelTranslationParameters: [] } 2751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58679 +label: "LEONCINO 500 (COMP)" +value: "2751" +data: App\Entity\Car {#54053 …} +attr: [] +labelTranslationParameters: [] } 2752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58680 +label: "TOYOTA ETIOS XS 1.5 MT (AC300RH)" +value: "2752" +data: App\Entity\Car {#54068 …} +attr: [] +labelTranslationParameters: [] } 2754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58681 +label: "C 250 (JUA389)" +value: "2754" +data: App\Entity\Car {#54082 …} +attr: [] +labelTranslationParameters: [] } 2755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58682 +label: "SW4 4X4 SRX 2.8 TDI 6 A/T 7A (AE023RY)" +value: "2755" +data: App\Entity\Car {#54097 …} +attr: [] +labelTranslationParameters: [] } 2756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58683 +label: "TIIDA 1.8 6MT VISIA (NZX359)" +value: "2756" +data: App\Entity\Car {#54112 …} +attr: [] +labelTranslationParameters: [] } 2757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58684 +label: "RANGER DC 4X2 XLS 3.2LS (ONX889)" +value: "2757" +data: App\Entity\Car {#54127 …} +attr: [] +labelTranslationParameters: [] } 2759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58685 +label: "RANGER2 DC 4X2 XL SAFETY 2.2D (PCN060)" +value: "2759" +data: App\Entity\Car {#54142 …} +attr: [] +labelTranslationParameters: [] } 2760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58686 +label: "FASTBACK TURBO 270T AT (AG654CJ)" +value: "2760" +data: App\Entity\Car {#54157 …} +attr: [] +labelTranslationParameters: [] } 2761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58687 +label: "YARIS XLS PACK 1.5 CVT (AG939ZW)" +value: "2761" +data: App\Entity\Car {#54172 …} +attr: [] +labelTranslationParameters: [] } 2762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58688 +label: "KICKS ADVANCE 1.6 CVT (AF773PA)" +value: "2762" +data: App\Entity\Car {#54187 …} +attr: [] +labelTranslationParameters: [] } 2763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58689 +label: "FRONTIER CD LE 2.3 4X4 AT (AD900VX)" +value: "2763" +data: App\Entity\Car {#54202 …} +attr: [] +labelTranslationParameters: [] } 2764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58690 +label: "COROLLA CROSS SEG HEV 1.8 ECVT (AG616RB)" +value: "2764" +data: App\Entity\Car {#54217 …} +attr: [] +labelTranslationParameters: [] } 2765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58691 +label: "ETIOS XLS 1.5 6M/T (AE554SA)" +value: "2765" +data: App\Entity\Car {#54232 …} +attr: [] +labelTranslationParameters: [] } 2766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58692 +label: "CLIO MIO 5P CONFORTABS ABCP (OOH943)" +value: "2766" +data: App\Entity\Car {#54247 …} +attr: [] +labelTranslationParameters: [] } 2767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58693 +label: "ARGO HGT 1.8 (AC975RX)" +value: "2767" +data: App\Entity\Car {#54262 …} +attr: [] +labelTranslationParameters: [] } 2769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58694 +label: "FOCUS 5P 2.0 N AT TITANIUM (AA960FY)" +value: "2769" +data: App\Entity\Car {#54277 …} +attr: [] +labelTranslationParameters: [] } 2770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58695 +label: "C4 LOUNGE HDI 115 MT6 FEEL PACK AM18 (AC387DB)" +value: "2770" +data: App\Entity\Car {#54292 …} +attr: [] +labelTranslationParameters: [] } 2772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58696 +label: "COROLLA CROSS XLI CVT (AF181KC)" +value: "2772" +data: App\Entity\Car {#54307 …} +attr: [] +labelTranslationParameters: [] } 2773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58697 +label: "C4 LOUNGE ORIGINE (PEX658)" +value: "2773" +data: App\Entity\Car {#54322 …} +attr: [] +labelTranslationParameters: [] } 2774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58698 +label: "NUEVO SANDERO STEPWAY PRIVILEGE (AA110QU)" +value: "2774" +data: App\Entity\Car {#54337 …} +attr: [] +labelTranslationParameters: [] } 2775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58699 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT (AF988JB)" +value: "2775" +data: App\Entity\Car {#54352 …} +attr: [] +labelTranslationParameters: [] } 2776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58700 +label: "HILUX SW4 4X4 SRV 3.0 TDI A/T C/CUERO (HGR468)" +value: "2776" +data: App\Entity\Car {#54367 …} +attr: [] +labelTranslationParameters: [] } 2777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58701 +label: "PALIO FIRE 1.4 (AA282MW)" +value: "2777" +data: App\Entity\Car {#54382 …} +attr: [] +labelTranslationParameters: [] } 2778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58702 +label: "PALIO FIRE 1.4 5 puertas (AA282MW)" +value: "2778" +data: App\Entity\Car {#54397 …} +attr: [] +labelTranslationParameters: [] } 2779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58703 +label: "COROLLA XEI 1.8 M/T (KOT126)" +value: "2779" +data: App\Entity\Car {#54412 …} +attr: [] +labelTranslationParameters: [] } 2780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58704 +label: "408 ALLURE PLUS 1.6T MT (AA826MN)" +value: "2780" +data: App\Entity\Car {#54427 …} +attr: [] +labelTranslationParameters: [] } 2781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58705 +label: "BERLINGO FURGON 1.4I BUSINESS MIXTO (PDY360)" +value: "2781" +data: App\Entity\Car {#54442 …} +attr: [] +labelTranslationParameters: [] } 2784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58706 +label: "COROLLA XEI 1.8 CVT (AB375JE)" +value: "2784" +data: App\Entity\Car {#54457 …} +attr: [] +labelTranslationParameters: [] } 2785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58707 +label: "JETOUR X70 (AF284IE)" +value: "2785" +data: App\Entity\Car {#54472 …} +attr: [] +labelTranslationParameters: [] } 2786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58708 +label: "SANDERO STEPWAY INTENSE MT (AG981IV)" +value: "2786" +data: App\Entity\Car {#54487 …} +attr: [] +labelTranslationParameters: [] } 2787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58709 +label: "PEUGEOT PARTNER 1.6 CONFORT GNC (AF114LM)" +value: "2787" +data: App\Entity\Car {#54502 …} +attr: [] +labelTranslationParameters: [] } 2788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58710 +label: "2008 1.6 ALLURE MT (AA828PU)" +value: "2788" +data: App\Entity\Car {#54517 …} +attr: [] +labelTranslationParameters: [] } 2789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58711 +label: "FIESTA KINETIC DESIGN TREND PLUS (KGJ463)" +value: "2789" +data: App\Entity\Car {#54532 …} +attr: [] +labelTranslationParameters: [] } 2790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58712 +label: "FIAT IDEA ADVENTURE 1.6N (JLS586)" +value: "2790" +data: App\Entity\Car {#54547 …} +attr: [] +labelTranslationParameters: [] } 2791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58713 +label: "GUZZI V7 STORNELLO (A077ZKE)" +value: "2791" +data: App\Entity\Car {#54562 …} +attr: [] +labelTranslationParameters: [] } 2793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58714 +label: "NUEVO SANDERO STEPWAY PRIVILEGE 1.6 (AD646KX)" +value: "2793" +data: App\Entity\Car {#54578 …} +attr: [] +labelTranslationParameters: [] } 2794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58715 +label: "TRACKER FWD LTZ 1.8N (OTK615)" +value: "2794" +data: App\Entity\Car {#54593 …} +attr: [] +labelTranslationParameters: [] } 2795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58716 +label: "C 200 KOMPRESSOR AVANTGARDE (IPH342)" +value: "2795" +data: App\Entity\Car {#54608 …} +attr: [] +labelTranslationParameters: [] } 2796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58717 +label: "ALASKAN ICONIC 2.3 DCI 190 4WD AT (AG358WI)" +value: "2796" +data: App\Entity\Car {#54623 …} +attr: [] +labelTranslationParameters: [] } 2797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58718 +label: "ETIOS XLS 1.5 MT (NPL466)" +value: "2797" +data: App\Entity\Car {#54638 …} +attr: [] +labelTranslationParameters: [] } 2798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58719 +label: "500 SPORT 1.4 (KSD899)" +value: "2798" +data: App\Entity\Car {#54653 …} +attr: [] +labelTranslationParameters: [] } 2799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58720 +label: "WAVE 110S CD (A285IKR)" +value: "2799" +data: App\Entity\Car {#54668 …} +attr: [] +labelTranslationParameters: [] } 2800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58721 +label: "RENEGADE LONGITUDE 1.3T T270 AT6 FWD (AF574BA)" +value: "2800" +data: App\Entity\Car {#54683 …} +attr: [] +labelTranslationParameters: [] } 2801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58722 +label: "SANDERO II 1.6 16V PRIVILEGE (PDY996)" +value: "2801" +data: App\Entity\Car {#54698 …} +attr: [] +labelTranslationParameters: [] } 2803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58723 +label: "T8 2.0 4X4 DC 6MT INTELLIGENT (COMP)" +value: "2803" +data: App\Entity\Car {#54713 …} +attr: [] +labelTranslationParameters: [] } 2804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58724 +label: "FRONTIER PLATINUM 4X4 AT 2.3 D CD (AF829DA)" +value: "2804" +data: App\Entity\Car {#54728 …} +attr: [] +labelTranslationParameters: [] } 2805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58725 +label: "KANGOO II EXPRESS CONFORT 1.6 SCE (AG510RX)" +value: "2805" +data: App\Entity\Car {#54743 …} +attr: [] +labelTranslationParameters: [] } 2806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58726 +label: "AMAROK DC V6 3.0L 258 CV TDI 4X4 AT (AE700KI)" +value: "2806" +data: App\Entity\Car {#54758 …} +attr: [] +labelTranslationParameters: [] } 2807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58727 +label: "X55 PLUS (AH726GJ)" +value: "2807" +data: App\Entity\Car {#54773 …} +attr: [] +labelTranslationParameters: [] } 2808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58728 +label: "LOGAN 1.6 INTENSE MT GNC (AE039FY)" +value: "2808" +data: App\Entity\Car {#54788 …} +attr: [] +labelTranslationParameters: [] } 2809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58729 +label: "HR-V EX CVT (AC606VF)" +value: "2809" +data: App\Entity\Car {#54803 …} +attr: [] +labelTranslationParameters: [] } 2810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58730 +label: "C4 CACTUS PURETECH 110 S&S AT6 RIP CURL (AC752KU)" +value: "2810" +data: App\Entity\Car {#54818 …} +attr: [] +labelTranslationParameters: [] } 2811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58731 +label: "COROLLA CROSS XLI CVT (AF174HW)" +value: "2811" +data: App\Entity\Car {#54834 …} +attr: [] +labelTranslationParameters: [] } 2812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58732 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (AE113BQ)" +value: "2812" +data: App\Entity\Car {#54849 …} +attr: [] +labelTranslationParameters: [] } 2813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58733 +label: "208 L/20 1.6 FELINE TIPTRONIC (AF320MQ)" +value: "2813" +data: App\Entity\Car {#54864 …} +attr: [] +labelTranslationParameters: [] } 2814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58734 +label: "X 35 LUXURY AUT (SIN PAT)" +value: "2814" +data: App\Entity\Car {#54879 …} +attr: [] +labelTranslationParameters: [] } 2815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58735 +label: "TERRITORY TITANIUM 1.8T (SIN PATENTAR)" +value: "2815" +data: App\Entity\Car {#54894 …} +attr: [] +labelTranslationParameters: [] } 2817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58736 +label: "HILUX 4X2 CABINA DOBLE SRV 3.0 TDI C/CUERO (MWF512)" +value: "2817" +data: App\Entity\Car {#54909 …} +attr: [] +labelTranslationParameters: [] } 2819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58737 +label: "TAOS HIGLINE BITONO 1.4 (AH866ZR)" +value: "2819" +data: App\Entity\Car {#54924 …} +attr: [] +labelTranslationParameters: [] } 2820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58738 +label: "308 1.6 ACTIVE (OOH407)" +value: "2820" +data: App\Entity\Car {#54939 …} +attr: [] +labelTranslationParameters: [] } 2821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58739 +label: "ECOSPORT TITANIUM 1.6 MT N GNC (NFX050)" +value: "2821" +data: App\Entity\Car {#54954 …} +attr: [] +labelTranslationParameters: [] } 2823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58740 +label: "AMAROK COMFORTLINE 4X2 AUT 2.0L TDI 180 CV (AF496OC)" +value: "2823" +data: App\Entity\Car {#54969 …} +attr: [] +labelTranslationParameters: [] } 2824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58741 +label: "VITO PLUS 111 CDI VIDRIADO (ae767wi)" +value: "2824" +data: App\Entity\Car {#54984 …} +attr: [] +labelTranslationParameters: [] } 2825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58742 +label: "SANDERO SL TECH RUN (NMM016)" +value: "2825" +data: App\Entity\Car {#54999 …} +attr: [] +labelTranslationParameters: [] } 2830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58743 +label: "CRONOS PRECISION 1.8 AT (AE669MP)" +value: "2830" +data: App\Entity\Car {#55014 …} +attr: [] +labelTranslationParameters: [] } 2831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58744 +label: "500 1.4 16V SPORT (LWW478)" +value: "2831" +data: App\Entity\Car {#55029 …} +attr: [] +labelTranslationParameters: [] } 2832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58745 +label: "BRONCO SPORT WILDTRAK 2.0L (AF278MU)" +value: "2832" +data: App\Entity\Car {#55044 …} +attr: [] +labelTranslationParameters: [] } 2833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58746 +label: "ECOSPORT SE 2.0 N MT (MXB442)" +value: "2833" +data: App\Entity\Car {#55059 …} +attr: [] +labelTranslationParameters: [] } 2834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58747 +label: "SANDERO SL TECH RUN (NMM016)" +value: "2834" +data: App\Entity\Car {#55074 …} +attr: [] +labelTranslationParameters: [] } 2837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58748 +label: "NIVUS COMFORTLINE 200 TSI AT (AE621CV)" +value: "2837" +data: App\Entity\Car {#55089 …} +attr: [] +labelTranslationParameters: [] } 2839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58749 +label: "KANGOO PH3 CONFORT 1.6 1P (AB313TS)" +value: "2839" +data: App\Entity\Car {#55104 …} +attr: [] +labelTranslationParameters: [] } 2841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58750 +label: "SANDERO PH2 STEPWAY INTENS 1.6 CVT (AE966JW)" +value: "2841" +data: App\Entity\Car {#55119 …} +attr: [] +labelTranslationParameters: [] } 2842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58751 +label: "3008 1.6 GT LINE TIPTRONIC L/17 (AF713CI)" +value: "2842" +data: App\Entity\Car {#55134 …} +attr: [] +labelTranslationParameters: [] } 2843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58752 +label: "RENEGADE 1.8 SPORT 4X2 AT (AB578XG)" +value: "2843" +data: App\Entity\Car {#55149 …} +attr: [] +labelTranslationParameters: [] } 2844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58753 +label: "VOYAGE 1.6 MSI (AA971PM)" +value: "2844" +data: App\Entity\Car {#55164 …} +attr: [] +labelTranslationParameters: [] } 2845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58754 +label: "TRAILBLAZER 2.8 4X4 PREMIER AT (AE248EZ)" +value: "2845" +data: App\Entity\Car {#55179 …} +attr: [] +labelTranslationParameters: [] } 2846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58755 +label: "RANGER DC 4X2 XLT 2.5L N GNC (AD870FW)" +value: "2846" +data: App\Entity\Car {#55194 …} +attr: [] +labelTranslationParameters: [] } 2848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58756 +label: "HR-V LX CVT (AB639HH)" +value: "2848" +data: App\Entity\Car {#55209 …} +attr: [] +labelTranslationParameters: [] } 2850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58757 +label: "ECOSPORT TITANIUM 1.6 L MT N (MRL222)" +value: "2850" +data: App\Entity\Car {#55224 …} +attr: [] +labelTranslationParameters: [] } 2851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58758 +label: "ECOSPORT FREESTYLE 2.0L MT N 4WD GNC (ooq368)" +value: "2851" +data: App\Entity\Car {#55239 …} +attr: [] +labelTranslationParameters: [] } 2852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58759 +label: "FASTBACK TURBO 270 AT (AG776IU)" +value: "2852" +data: App\Entity\Car {#55254 …} +attr: [] +labelTranslationParameters: [] } 2853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58760 +label: "KANGOO II STEPWAY 1.5 DCI (AF341WX)" +value: "2853" +data: App\Entity\Car {#55269 …} +attr: [] +labelTranslationParameters: [] } 2854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58761 +label: "EXPERT 1.6 HDI CONFORT (NFS901)" +value: "2854" +data: App\Entity\Car {#55284 …} +attr: [] +labelTranslationParameters: [] } 2855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58762 +label: "JEEP COMPASS 2.4 SPORT 4X2 MT6 (AE171QY)" +value: "2855" +data: App\Entity\Car {#55299 …} +attr: [] +labelTranslationParameters: [] } 2856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58763 +label: "STEPWAY CONFORT 1.6 GNC (KBH955)" +value: "2856" +data: App\Entity\Car {#55314 …} +attr: [] +labelTranslationParameters: [] } 2857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58764 +label: "ARRIZO 8 PHEV COMFORT HIBRIDO ENCHUFABLE (COMP)" +value: "2857" +data: App\Entity\Car {#55329 …} +attr: [] +labelTranslationParameters: [] } 2858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58765 +label: "KA FLY VIRAL 1.0N (NBN864)" +value: "2858" +data: App\Entity\Car {#55344 …} +attr: [] +labelTranslationParameters: [] } 2859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58766 +label: "JETOUR X50 (SIN PAT)" +value: "2859" +data: App\Entity\Car {#55359 …} +attr: [] +labelTranslationParameters: [] } 2861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58767 +label: "TERA 1.0T 170 TSI COMFORT AT (COMP)" +value: "2861" +data: App\Entity\Car {#55375 …} +attr: [] +labelTranslationParameters: [] } 2862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58768 +label: "AMAROK TRENDLINE 4X2 MT (AH911SL)" +value: "2862" +data: App\Entity\Car {#55390 …} +attr: [] +labelTranslationParameters: [] } 2864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58769 +label: "EXPERT 1.6 HDI CONFORT (NFS901)" +value: "2864" +data: App\Entity\Car {#55405 …} +attr: [] +labelTranslationParameters: [] } 2866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58770 +label: "B 200 EDITION URBAN AUT 2016 (AA722FD)" +value: "2866" +data: App\Entity\Car {#55420 …} +attr: [] +labelTranslationParameters: [] } 2868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58771 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT (af921nf)" +value: "2868" +data: App\Entity\Car {#55435 …} +attr: [] +labelTranslationParameters: [] } 2870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58772 +label: "DUSTER OROCH DYNAMIQUE 2.0 (AA756DK)" +value: "2870" +data: App\Entity\Car {#55450 …} +attr: [] +labelTranslationParameters: [] } 2871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58773 +label: "TERRITORY TITANIUM 1.8T (AG253NP)" +value: "2871" +data: App\Entity\Car {#55465 …} +attr: [] +labelTranslationParameters: [] } 2872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58774 +label: "SAVEIRO 1.6 SD (GOU323)" +value: "2872" +data: App\Entity\Car {#55480 …} +attr: [] +labelTranslationParameters: [] } 2873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58775 +label: "WHITE UP 1.0 MPI (PCC772)" +value: "2873" +data: App\Entity\Car {#55495 …} +attr: [] +labelTranslationParameters: [] } 2874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58776 +label: "FLUENCE 2.0 LUXE L/15 PACK (PDR964)" +value: "2874" +data: App\Entity\Car {#55510 …} +attr: [] +labelTranslationParameters: [] } 2875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58777 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT (AF580XL)" +value: "2875" +data: App\Entity\Car {#55525 …} +attr: [] +labelTranslationParameters: [] } 2877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58778 +label: "TAKE UP! 1.0 MPI (AB820EB)" +value: "2877" +data: App\Entity\Car {#55540 …} +attr: [] +labelTranslationParameters: [] } 2878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58779 +label: "ETIOS X 1.5 6M/T GNC (AF949CP)" +value: "2878" +data: App\Entity\Car {#55555 …} +attr: [] +labelTranslationParameters: [] } 2879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58780 +label: "JOURNEY SE 2.4 (MOK473)" +value: "2879" +data: App\Entity\Car {#55570 …} +attr: [] +labelTranslationParameters: [] } 2880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58781 +label: "ETIOS XLS 1.5 4A/T (AD759BX)" +value: "2880" +data: App\Entity\Car {#55585 …} +attr: [] +labelTranslationParameters: [] } 2882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58782 +label: "SPRINTER 416 CDI FURGON 4325 (AG370TE)" +value: "2882" +data: App\Entity\Car {#55600 …} +attr: [] +labelTranslationParameters: [] } 2883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58783 +label: "STRADA ADVENTURE 1.6 (LET547)" +value: "2883" +data: App\Entity\Car {#55615 …} +attr: [] +labelTranslationParameters: [] } 2884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58784 +label: "RENEGADE SPORT 1.8 AT6 (AC305PX)" +value: "2884" +data: App\Entity\Car {#55630 …} +attr: [] +labelTranslationParameters: [] } 2885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58785 +label: "TUCSON 2WD 2.0 (MAF383)" +value: "2885" +data: App\Entity\Car {#55645 …} +attr: [] +labelTranslationParameters: [] } 2886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58786 +label: "SW4 4X4 SRX 2.8 TDI 6 AT 7A (AF785UA)" +value: "2886" +data: App\Entity\Car {#55660 …} +attr: [] +labelTranslationParameters: [] } 2887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58787 +label: "FRONTIER X-GEAR 4X4 AT 2.3 D CD (AG022AN)" +value: "2887" +data: App\Entity\Car {#55675 …} +attr: [] +labelTranslationParameters: [] } 2888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58788 +label: "AMAROK TRENDLINE TDI MT 4X2 G2 (AG757LW)" +value: "2888" +data: App\Entity\Car {#55690 …} +attr: [] +labelTranslationParameters: [] } 2889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58789 +label: "CRONOS PRECISION 1.8 MT (AF136RX)" +value: "2889" +data: App\Entity\Car {#55705 …} +attr: [] +labelTranslationParameters: [] } 2891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58790 +label: "RANGER DC 4X2 XL PLUS 3.0 D (LMY318)" +value: "2891" +data: App\Entity\Car {#55720 …} +attr: [] +labelTranslationParameters: [] } 2892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58791 +label: "RANGER DC XLS 3.0L V6 4X4 10AT D (ag325bd)" +value: "2892" +data: App\Entity\Car {#55735 …} +attr: [] +labelTranslationParameters: [] } 2893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58792 +label: "COROLLA CROSS SEG 2.0 CVT (AF309IL)" +value: "2893" +data: App\Entity\Car {#55750 …} +attr: [] +labelTranslationParameters: [] } 2894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58793 +label: "SURAN 1.6 GNC (IIL923)" +value: "2894" +data: App\Entity\Car {#55765 …} +attr: [] +labelTranslationParameters: [] } 2896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58794 +label: "AMAROK 20TD 4X2 DC HIGHLINE 180HP A L17 (AC537KO)" +value: "2896" +data: App\Entity\Car {#55780 …} +attr: [] +labelTranslationParameters: [] } 2897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58795 +label: "SW4 4X4 SRX 2.8 TDI 6 A/T 7A (AE073ML)" +value: "2897" +data: App\Entity\Car {#55795 …} +attr: [] +labelTranslationParameters: [] } 2898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58796 +label: "KANGOO II STEPWAY 1.5 DCI (AF341WX)" +value: "2898" +data: App\Entity\Car {#55810 …} +attr: [] +labelTranslationParameters: [] } 2899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58797 +label: "CLASSIC 4PTAS LS AA + DIR 1.4 (NFRXXX)" +value: "2899" +data: App\Entity\Car {#55825 …} +attr: [] +labelTranslationParameters: [] } 2901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58798 +label: "TERRITORY 1.8L GAS AT TITANIUM (AH196WC)" +value: "2901" +data: App\Entity\Car {#55840 …} +attr: [] +labelTranslationParameters: [] } 2902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58799 +label: "208 LIKE 1.2L 82CV AM23 (AF702NV)" +value: "2902" +data: App\Entity\Car {#55855 …} +attr: [] +labelTranslationParameters: [] } 2903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58800 +label: "RENEGADE 1.8 SPORT 4X2 AT (AD577GD)" +value: "2903" +data: App\Entity\Car {#55870 …} +attr: [] +labelTranslationParameters: [] } 2904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58801 +label: "SPRINTER 411 CDI-F 3250 STREET V1 8 ASIENTOS (AA787TJ)" +value: "2904" +data: App\Entity\Car {#55885 …} +attr: [] +labelTranslationParameters: [] } 2905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58802 +label: "CS 55 PLUS PHEV 2026 (AI026XP)" +value: "2905" +data: App\Entity\Car {#55900 …} +attr: [] +labelTranslationParameters: [] } 2906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58803 +label: "AMAROK TRENDLINE 4X4 2.0L TDI 140 CV (af887av)" +value: "2906" +data: App\Entity\Car {#55915 …} +attr: [] +labelTranslationParameters: [] } 2907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58804 +label: "SURAN 1.6 COMFORTLINE (AD295TW)" +value: "2907" +data: App\Entity\Car {#55930 …} +attr: [] +labelTranslationParameters: [] } 2908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58805 +label: "AMAROK TRENDLINE 180 HP 4X2 (OTI044)" +value: "2908" +data: App\Entity\Car {#55945 …} +attr: [] +labelTranslationParameters: [] } 2909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58806 +label: "BERLINGO MULTISPACE HDI 92 XTR (AA672PV)" +value: "2909" +data: App\Entity\Car {#55960 …} +attr: [] +labelTranslationParameters: [] } 2910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58807 +label: "A5 3.0 COUPE QUATTRO STRONIC (MPD765)" +value: "2910" +data: App\Entity\Car {#55975 …} +attr: [] +labelTranslationParameters: [] } 2911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58808 +label: "FOCUS 5P 1.6L N MT S GNC (AD792ZL)" +value: "2911" +data: App\Entity\Car {#55990 …} +attr: [] +labelTranslationParameters: [] } 2912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58809 +label: "COROLLA XEI 1.8 6M/T GNC (OWP131)" +value: "2912" +data: App\Entity\Car {#56005 …} +attr: [] +labelTranslationParameters: [] } 2913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58810 +label: "KUGA SEL 2.0L ECOBOOST 6AT FWD (AC031GL)" +value: "2913" +data: App\Entity\Car {#56020 …} +attr: [] +labelTranslationParameters: [] } 2914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58811 +label: "FRONTIER S 4X2 MT 2.3 D CD (AF549RX)" +value: "2914" +data: App\Entity\Car {#56035 …} +attr: [] +labelTranslationParameters: [] } 2915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58812 +label: "CHEVROLET CAMARO SS 6.2 V8 AT (nlq270)" +value: "2915" +data: App\Entity\Car {#56050 …} +attr: [] +labelTranslationParameters: [] } 2916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58813 +label: "BMW 320 I (KQG682)" +value: "2916" +data: App\Entity\Car {#56065 …} +attr: [] +labelTranslationParameters: [] } 2918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58814 +label: "RENEGADE SPORT 1.8 AT6 (AE842PD)" +value: "2918" +data: App\Entity\Car {#56080 …} +attr: [] +labelTranslationParameters: [] } 2919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58815 +label: "RANGER RAPTOR 2.0L BIT 4X4 10AT (af550wj)" +value: "2919" +data: App\Entity\Car {#56094 …} +attr: [] +labelTranslationParameters: [] } 2920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58816 +label: "ONIX LT 1.4N (AA892JO)" +value: "2920" +data: App\Entity\Car {#56109 …} +attr: [] +labelTranslationParameters: [] } 2921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58817 +label: "KA PULSE 1.6N (IXC501)" +value: "2921" +data: App\Entity\Car {#56124 …} +attr: [] +labelTranslationParameters: [] } 2922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58818 +label: "BERLINGO FURGON 1.4L BUSINESS MIXTO (PDY360)" +value: "2922" +data: App\Entity\Car {#56139 …} +attr: [] +labelTranslationParameters: [] } 2923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58819 +label: "FOCUS 5P 2.0 AT SE PLUS (OUY818)" +value: "2923" +data: App\Entity\Car {#56154 …} +attr: [] +labelTranslationParameters: [] } 2924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58820 +label: "SHARK DM-O GS HIBRIDO ENCHUFABLE (SIN PAT)" +value: "2924" +data: App\Entity\Car {#56169 …} +attr: [] +labelTranslationParameters: [] } 2925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58821 +label: "ZS HYBRID+ LUXURY (SIN PAT)" +value: "2925" +data: App\Entity\Car {#56185 …} +attr: [] +labelTranslationParameters: [] } 2926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58822 +label: "RAM 1500 5.7 V8 LARAMIE 4X4 (AE890JW)" +value: "2926" +data: App\Entity\Car {#56201 …} +attr: [] +labelTranslationParameters: [] } 2927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58823 +label: "BJ30E (AI321TD)" +value: "2927" +data: App\Entity\Car {#56216 …} +attr: [] +labelTranslationParameters: [] } 2928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58824 +label: "DS 4 (AF942KX)" +value: "2928" +data: App\Entity\Car {#56231 …} +attr: [] +labelTranslationParameters: [] } 2929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58825 +label: "YARIS XLS 1.5 CVT (AF425ZG)" +value: "2929" +data: App\Entity\Car {#56246 …} +attr: [] +labelTranslationParameters: [] } 2930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58826 +label: "BJ30E (AH656BS)" +value: "2930" +data: App\Entity\Car {#56261 …} +attr: [] +labelTranslationParameters: [] } 2931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58827 +label: "JOLION PRO HEV SUPREME (AH550XR)" +value: "2931" +data: App\Entity\Car {#56276 …} +attr: [] +labelTranslationParameters: [] } 2932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58828 +label: "HILUX 4X2 D/C SRX 2.8 TDI 6 M/T (AD670DA)" +value: "2932" +data: App\Entity\Car {#56291 …} +attr: [] +labelTranslationParameters: [] } 2934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58829 +label: "KUGA TITANIUM 2.5T AT 4X4 L (KVN416)" +value: "2934" +data: App\Entity\Car {#56306 …} +attr: [] +labelTranslationParameters: [] } 2936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58830 +label: "VERSYS-X-300 ABS (A175RGO)" +value: "2936" +data: App\Entity\Car {#56321 …} +attr: [] +labelTranslationParameters: [] } 2937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58831 +label: "LOGAN, NUEVO PRIVELEGE 1.6 16V (OYW606)" +value: "2937" +data: App\Entity\Car {#56337 …} +attr: [] +labelTranslationParameters: [] } 2938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58832 +label: "AMAROK 2.0L TDI 180 CV 4X4 887 (OOG768)" +value: "2938" +data: App\Entity\Car {#56352 …} +attr: [] +labelTranslationParameters: [] } 2939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58833 +label: "ECOSPORT SE 1.5L DSL MT (AD226BG)" +value: "2939" +data: App\Entity\Car {#56367 …} +attr: [] +labelTranslationParameters: [] } 2940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58834 +label: "MERIVA GL 1.8 GNC (FXQ810)" +value: "2940" +data: App\Entity\Car {#56382 …} +attr: [] +labelTranslationParameters: [] } 2941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58835 +label: "COROLLA XLI (MTZ367)" +value: "2941" +data: App\Entity\Car {#56397 …} +attr: [] +labelTranslationParameters: [] } 2942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58836 +label: "ETIOS XLS 1.5 4A/T (AC887EW)" +value: "2942" +data: App\Entity\Car {#56412 …} +attr: [] +labelTranslationParameters: [] } 2943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58837 +label: "AMAROK V6 30TD 4X4 DC AT HIGHLINE L/24||G2 (AG983MG)" +value: "2943" +data: App\Entity\Car {#56426 …} +attr: [] +labelTranslationParameters: [] } 2944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58838 +label: "308 1.6 ALLURE PACK (ad515en)" +value: "2944" +data: App\Entity\Car {#56440 …} +attr: [] +labelTranslationParameters: [] } 2946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58839 +label: "RANGER A-T XLS 4X2 (AC111MY)" +value: "2946" +data: App\Entity\Car {#56455 …} +attr: [] +labelTranslationParameters: [] } 2947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58840 +label: "KLR 650 (A254LB)" +value: "2947" +data: App\Entity\Car {#56469 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#20733 -form: Symfony\Component\Form\Form {#2892 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#20735 …5} |
| full_name | "car_buy[car]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_car" |
| is_selected | Closure($choice, $value) {#58842 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "car" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_car" |
| valid | true |
| value | "" |
currency
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "PESOS" => "$" "USD" => "USD" ] |
[ "PESOS" => "$" "USD" => "USD" ] |
| label | "Currency" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [ "PESOS" => "$" "USD" => "USD" ] |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Currency" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2151 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_car_buy_currency" ] |
| cache_key | "_car_buy_currency_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#58845 +label: "PESOS" +value: "$" +data: "$" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#58846 +label: "USD" +value: "USD" +data: "USD" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#58843 -form: Symfony\Component\Form\Form {#2617 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#58844 …5} |
| full_name | "car_buy[currency]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_currency" |
| is_selected | Closure($choice, $value) {#58848 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | "Currency" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "currency" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_currency" |
| valid | true |
| value | "" |
price
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2093 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2094 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_car_buy_price" ] |
| cache_key | "_car_buy_price_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#58849 -form: Symfony\Component\Form\Form {#2616 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#58850 …5} |
| full_name | "car_buy[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_price" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "price" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_price" |
| valid | true |
| value | "" |
moneyAdvance
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2172 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2198 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_car_buy_moneyAdvance" ] |
| cache_key | "_car_buy_moneyAdvance_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#58851 -form: Symfony\Component\Form\Form {#2608 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#58852 …5} |
| full_name | "car_buy[moneyAdvance]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_moneyAdvance" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "moneyAdvance" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_moneyAdvance" |
| valid | true |
| value | "" |
carSwap
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | Closure($car) {#2096 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
same as passed value |
| class | "App\Entity\Car" |
same as passed value |
| help | "Only vehicles that have a sale price" |
same as passed value |
| label | "Vehicle swap" |
same as passed value |
| placeholder | "" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2097 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "method" => "POST" "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "error_mapping" => [] "allow_extra_fields" => false "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } "csrf_token_id" => null "edit" => false "carSwapId" => 0 "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "form_attr" => false "data_class" => "App\Entity\CarBuy" "empty_data" => Closure(FormInterface $form) {#2052 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} use: { $class: "App\Entity\CarBuy" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#2050 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2051 …} } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "legacy_error_messages" => true "data" => App\Entity\CarBuy {#1889 -id: null -price: null -origin: null -createdAt: null -updatedAt: null -car: null -user: null -moneyAdvance: null -isDone: null -isDoneDate: null -client: null -currency: null -description: null -carSwap: null -documents: Doctrine\Common\Collections\ArrayCollection {#1890 …} } ] } } |
Doctrine\ORM\QueryBuilder {#2553 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2555 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2556 #from: "App\Entity\Car" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2557 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.status != 'sold'" "c.status != 'to swap'" "c.status != 'swapped'" "c.priceSale != 'NULL'" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2558 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Car c WHERE c.status != 'sold' AND c.status != 'to swap' AND c.status != 'swapped' AND c.priceSale != 'NULL' ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2554 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($car) {#2096 class: "App\Form\CarBuyType" this: App\Form\CarBuyType {#1907 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2605 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2560 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2642 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2559 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2165 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2087 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Car" |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| em | ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} |
| 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 | "Only vehicles that have a sale price" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2165 -om: ContainerSYKvbhB\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#270 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2087 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Vehicle swap" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2553 -em: Doctrine\ORM\EntityManager {#271 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2555 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2556 #from: "App\Entity\Car" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2557 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.status != 'sold'" "c.status != 'to swap'" "c.status != 'swapped'" "c.priceSale != 'NULL'" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2558 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Car c WHERE c.status != 'sold' AND c.status != 'to swap' AND c.status != 'swapped' AND c.priceSale != 'NULL' ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2554 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2551 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_car_buy_carSwap" ] |
| cache_key | "_car_buy_carSwap_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 2476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58855 +label: "207 COMPACT ACTIVE 1.4 N 5P - LTI288 - $11.900.000" +value: "2476" +data: App\Entity\Car {#50408 …} +attr: [] +labelTranslationParameters: [] } 2668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58857 +label: "207 COMPACT FELINE 1.6N 5P - MFK551 - ARS12.900.000" +value: "2668" +data: App\Entity\Car {#52985 …} +attr: [] +labelTranslationParameters: [] } 2399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58859 +label: "208 ALLURE 1.6 - AC927EB - $15.900.000" +value: "2399" +data: App\Entity\Car {#49447 …} +attr: [] +labelTranslationParameters: [] } 2626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58862 +label: "208 ALLURE 1.6 115 - AE054GF - ARS18.900.000" +value: "2626" +data: App\Entity\Car {#52428 …} +attr: [] +labelTranslationParameters: [] } 2813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58861 +label: "208 L/20 1.6 FELINE TIPTRONIC - AF320MQ - ARS24.900.000" +value: "2813" +data: App\Entity\Car {#54864 …} +attr: [] +labelTranslationParameters: [] } 2902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58856 +label: "208 LIKE 1.2L 82CV AM23 - AF702NV - $22.900.000" +value: "2902" +data: App\Entity\Car {#55855 …} +attr: [] +labelTranslationParameters: [] } 1967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58868 +label: "3008 PREMIUM 156 CV - KSZ737 - $13.900.000" +value: "1967" +data: App\Entity\Car {#43877 …} +attr: [] +labelTranslationParameters: [] } 1913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58866 +label: "307 xs 5p 110cv - JWW694 - ARS11.900.000" +value: "1913" +data: App\Entity\Car {#43352 …} +attr: [] +labelTranslationParameters: [] } 2820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58864 +label: "308 1.6 ACTIVE - OOH407 - ARS14.900.000" +value: "2820" +data: App\Entity\Car {#54939 …} +attr: [] +labelTranslationParameters: [] } 2944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58858 +label: "308 1.6 ALLURE PACK - ad515en - ARS22.500.000" +value: "2944" +data: App\Entity\Car {#56440 …} +attr: [] +labelTranslationParameters: [] } 1741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58863 +label: "308 ALLURE HDI - MXV634 - $10.000.000" +value: "1741" +data: App\Entity\Car {#41311 …} +attr: [] +labelTranslationParameters: [] } 2655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58870 +label: "308 FELINE HDI - LPP828 - $15.900.000" +value: "2655" +data: App\Entity\Car {#52805 …} +attr: [] +labelTranslationParameters: [] } 2831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58869 +label: "500 1.4 16V SPORT - LWW478 - ARS17.900.000" +value: "2831" +data: App\Entity\Car {#55029 …} +attr: [] +labelTranslationParameters: [] } 2798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58871 +label: "500 SPORT 1.4 - KSD899 - $15.900.000" +value: "2798" +data: App\Entity\Car {#54653 …} +attr: [] +labelTranslationParameters: [] } 2678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58872 +label: "A3 SPORTBACK 1.4T FSI - LVR217 - $22.900.000" +value: "2678" +data: App\Entity\Car {#53121 …} +attr: [] +labelTranslationParameters: [] } 2910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58873 +label: "A5 3.0 COUPE QUATTRO STRONIC - MPD765 - USD28.000" +value: "2910" +data: App\Entity\Car {#55975 …} +attr: [] +labelTranslationParameters: [] } 2938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58874 +label: "AMAROK 2.0L TDI 180 CV 4X4 887 - OOG768 - $1.235" +value: "2938" +data: App\Entity\Car {#56352 …} +attr: [] +labelTranslationParameters: [] } 2701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58875 +label: "AMAROK 2.0L TDI 180 CV 4X4 TRENDLINE - AA173YD - ARS29.900.000" +value: "2701" +data: App\Entity\Car {#53422 …} +attr: [] +labelTranslationParameters: [] } 2213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58876 +label: "AMAROK 2.0L TDI 4X4 1H0 - KNI849 - ARS27.900.000" +value: "2213" +data: App\Entity\Car {#46984 …} +attr: [] +labelTranslationParameters: [] } 2806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58877 +label: "AMAROK DC V6 3.0L 258 CV TDI 4X4 AT - AE700KI - ARS49.900.000" +value: "2806" +data: App\Entity\Car {#54758 …} +attr: [] +labelTranslationParameters: [] } 2908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58878 +label: "AMAROK TRENDLINE 180 HP 4X2 - OTI044 - ARS27.900.000" +value: "2908" +data: App\Entity\Car {#55945 …} +attr: [] +labelTranslationParameters: [] } 2906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58879 +label: "AMAROK TRENDLINE 4X4 2.0L TDI 140 CV - af887av - $41.900.000" +value: "2906" +data: App\Entity\Car {#55915 …} +attr: [] +labelTranslationParameters: [] } 2888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58880 +label: "AMAROK TRENDLINE TDI MT 4X2 G2 - AG757LW - $41.900.000" +value: "2888" +data: App\Entity\Car {#55690 …} +attr: [] +labelTranslationParameters: [] } 2943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58881 +label: "AMAROK V6 30TD 4X4 DC AT HIGHLINE L/24||G2 - AG983MG - ARS68.900.000" +value: "2943" +data: App\Entity\Car {#56426 …} +attr: [] +labelTranslationParameters: [] } 2857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58882 +label: "ARRIZO 8 PHEV COMFORT HIBRIDO ENCHUFABLE - COMP - $49.900.000" +value: "2857" +data: App\Entity\Car {#55329 …} +attr: [] +labelTranslationParameters: [] } 2700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58883 +label: "AVEO LT 1.6N AT - JNB477 - ARS11.900.000" +value: "2700" +data: App\Entity\Car {#53407 …} +attr: [] +labelTranslationParameters: [] } 2866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58884 +label: "B 200 EDITION URBAN AUT 2016 - AA722FD - USD24.900" +value: "2866" +data: App\Entity\Car {#55420 …} +attr: [] +labelTranslationParameters: [] } 2922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58885 +label: "BERLINGO FURGON 1.4L BUSINESS MIXTO - PDY360 - $13.900.000" +value: "2922" +data: App\Entity\Car {#56139 …} +attr: [] +labelTranslationParameters: [] } 2909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58886 +label: "BERLINGO MULTISPACE HDI 92 XTR - AA672PV - $20.900.000" +value: "2909" +data: App\Entity\Car {#55960 …} +attr: [] +labelTranslationParameters: [] } 2916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58887 +label: "BMW 320 I - KQG682 - $123.456" +value: "2916" +data: App\Entity\Car {#56065 …} +attr: [] +labelTranslationParameters: [] } 2603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58888 +label: "BORA 1.8 T. HIGHLINE L/07 CU - HGZ383 - ARS15.900.000" +value: "2603" +data: App\Entity\Car {#52111 …} +attr: [] +labelTranslationParameters: [] } 2267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58889 +label: "C3 1.5L ORIGINE PACK ZENITH - NSN503 - $13.500.000" +value: "2267" +data: App\Entity\Car {#47704 …} +attr: [] +labelTranslationParameters: [] } 2024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58890 +label: "C3 1.6 VTI EXCLUSIVE - MZP187 - ARS13.500.000" +value: "2024" +data: App\Entity\Car {#44524 …} +attr: [] +labelTranslationParameters: [] } 1863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58891 +label: "C3 1.6 VTI LIVE - AB934MN - $15.500.000" +value: "1863" +data: App\Entity\Car {#42797 …} +attr: [] +labelTranslationParameters: [] } 1641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58892 +label: "C4 CACTUS 1.2 PURE TECH SHINE AT6 - AB598NF - ARS17.500.000" +value: "1641" +data: App\Entity\Car {#40081 …} +attr: [] +labelTranslationParameters: [] } 2810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58893 +label: "C4 CACTUS PURETECH 110 S&S AT6 RIP CURL - AC752KU - $123.456" +value: "2810" +data: App\Entity\Car {#54818 …} +attr: [] +labelTranslationParameters: [] } 2442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58894 +label: "C4 CACTUS PURETECH 110 S&S AT6 SHINE - AC857YX - $17.900.000" +value: "2442" +data: App\Entity\Car {#50032 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58895 +label: "C4 LOUNGE 1.6 THP TENDANCE AT - NKN384 - ARS13.900.000" +value: "406" +data: App\Entity\Car {#25202 …} +attr: [] +labelTranslationParameters: [] } 2773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58896 +label: "C4 LOUNGE ORIGINE - PEX658 - $14.900.000" +value: "2773" +data: App\Entity\Car {#54322 …} +attr: [] +labelTranslationParameters: [] } 2915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58897 +label: "CHEVROLET CAMARO SS 6.2 V8 AT - nlq270 - USD64.900" +value: "2915" +data: App\Entity\Car {#56050 …} +attr: [] +labelTranslationParameters: [] } 2723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58898 +label: "CIVIC 2.0 SI - GUU261 - ARS22.900.000" +value: "2723" +data: App\Entity\Car {#53707 …} +attr: [] +labelTranslationParameters: [] } 752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58899 +label: "CLIO 5P CAMPUS 1.2 PACK II - LKV524 - $1.991.200" +value: "752" +data: App\Entity\Car {#29575 …} +attr: [] +labelTranslationParameters: [] } 2766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58900 +label: "CLIO MIO 5P CONFORTABS ABCP - OOH943 - ARS12.900.000" +value: "2766" +data: App\Entity\Car {#54247 …} +attr: [] +labelTranslationParameters: [] } 2750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58901 +label: "COROLLA 2.0 SEG CVT - AG516FZ - ARS46.900.000" +value: "2750" +data: App\Entity\Car {#54038 …} +attr: [] +labelTranslationParameters: [] } 2715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58902 +label: "COROLLA CROSS 2.0 XLI CVT - AF350RQ - $39.900.000" +value: "2715" +data: App\Entity\Car {#53587 …} +attr: [] +labelTranslationParameters: [] } 2893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58903 +label: "COROLLA CROSS SEG 2.0 CVT - AF309IL - ARS43.900.000" +value: "2893" +data: App\Entity\Car {#55750 …} +attr: [] +labelTranslationParameters: [] } 2811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58904 +label: "COROLLA CROSS XLI CVT - AF174HW - $40.900.000" +value: "2811" +data: App\Entity\Car {#54834 …} +attr: [] +labelTranslationParameters: [] } 2718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58905 +label: "COROLLA HEV 1.8 XEI ECVT - AH822LB - $1" +value: "2718" +data: App\Entity\Car {#53632 …} +attr: [] +labelTranslationParameters: [] } 2912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58906 +label: "COROLLA XEI 1.8 6M/T GNC - OWP131 - ARS20.900.000" +value: "2912" +data: App\Entity\Car {#56005 …} +attr: [] +labelTranslationParameters: [] } 2941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58907 +label: "COROLLA XLI - MTZ367 - $123.456" +value: "2941" +data: App\Entity\Car {#56397 …} +attr: [] +labelTranslationParameters: [] } 2565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58908 +label: "CRONOS 1.8 PRECISION - AE952FA - $19.900.000" +value: "2565" +data: App\Entity\Car {#51614 …} +attr: [] +labelTranslationParameters: [] } 2830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58909 +label: "CRONOS PRECISION 1.8 AT - AE669MP - $25.900.000" +value: "2830" +data: App\Entity\Car {#55014 …} +attr: [] +labelTranslationParameters: [] } 2889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58910 +label: "CRONOS PRECISION 1.8 MT - AF136RX - $21.900.000" +value: "2889" +data: App\Entity\Car {#55705 …} +attr: [] +labelTranslationParameters: [] } 2441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58911 +label: "CRUZE 1.8 LT (GNC) - MQD461 - ARS14.900.000" +value: "2441" +data: App\Entity\Car {#50017 …} +attr: [] +labelTranslationParameters: [] } 2641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58912 +label: "DS 3 CROSSBACK PURETECH 155 SO CHIC AT8 MY21 - AE932SN - ARS35.900.000" +value: "2641" +data: App\Entity\Car {#52623 …} +attr: [] +labelTranslationParameters: [] } 2928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58913 +label: "DS 4 - AF942KX - $1.235" +value: "2928" +data: App\Entity\Car {#56231 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58914 +label: "ECO SPORT 1.6 XLS L/07||(blanca) - KYQ567 - $2.391.200" +value: "127" +data: App\Entity\Car {#22104 …} +attr: [] +labelTranslationParameters: [] } 2851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58915 +label: "ECOSPORT FREESTYLE 2.0L MT N 4WD GNC - ooq368 - ARS19.900.000" +value: "2851" +data: App\Entity\Car {#55239 …} +attr: [] +labelTranslationParameters: [] } 2939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58916 +label: "ECOSPORT SE 1.5L DSL MT - AD226BG - $24.900.000" +value: "2939" +data: App\Entity\Car {#56367 …} +attr: [] +labelTranslationParameters: [] } 2370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58917 +label: "ECOSPORT SE 1.6L MT N (GNC) - MQM512 - $13.900.000" +value: "2370" +data: App\Entity\Car {#49102 …} +attr: [] +labelTranslationParameters: [] } 2833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58918 +label: "ECOSPORT SE 2.0 N MT - MXB442 - $15.900.000" +value: "2833" +data: App\Entity\Car {#55059 …} +attr: [] +labelTranslationParameters: [] } 2850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58919 +label: "ECOSPORT TITANIUM 1.6 L MT N - MRL222 - ARS14.900.000" +value: "2850" +data: App\Entity\Car {#55224 …} +attr: [] +labelTranslationParameters: [] } 2821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58920 +label: "ECOSPORT TITANIUM 1.6 MT N GNC - NFX050 - ARS15.900.000" +value: "2821" +data: App\Entity\Car {#54954 …} +attr: [] +labelTranslationParameters: [] } 2942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58921 +label: "ETIOS XLS 1.5 4A/T - AC887EW - $123.456" +value: "2942" +data: App\Entity\Car {#56412 …} +attr: [] +labelTranslationParameters: [] } 2568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58922 +label: "EU5 100% ELECTRICO RECARGA RAPIDA - COMP - USD26.900" +value: "2568" +data: App\Entity\Car {#51660 …} +attr: [] +labelTranslationParameters: [] } 2575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58923 +label: "F-150 RAPTOR 3.5L V6 ECOBOOST 4X4 AT - AG040CP - USD89.900" +value: "2575" +data: App\Entity\Car {#51750 …} +attr: [] +labelTranslationParameters: [] } 1978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58924 +label: "FIESTA 1.6 AMBIENTE (GNC) - EWL994 - $7.900.000" +value: "1978" +data: App\Entity\Car {#43922 …} +attr: [] +labelTranslationParameters: [] } 2789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58925 +label: "FIESTA KINETIC DESIGN TREND PLUS - KGJ463 - $12.900.000" +value: "2789" +data: App\Entity\Car {#54532 …} +attr: [] +labelTranslationParameters: [] } 2733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58926 +label: "FIT 1.5 EX 5 PTAS - IEF311 - ARS12.500.000" +value: "2733" +data: App\Entity\Car {#53858 …} +attr: [] +labelTranslationParameters: [] } 740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58927 +label: "FLUENCE CONFORT 1.6 GNC - OHH724 - $4.989.000" +value: "740" +data: App\Entity\Car {#29410 …} +attr: [] +labelTranslationParameters: [] } 2343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58928 +label: "FOCUS 2.0 SE PLUS AUT - NZB905 - ARS15.900.000" +value: "2343" +data: App\Entity\Car {#48712 …} +attr: [] +labelTranslationParameters: [] } 2911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58929 +label: "FOCUS 5P 1.6L N MT S GNC - AD792ZL - $20.900.000" +value: "2911" +data: App\Entity\Car {#55990 …} +attr: [] +labelTranslationParameters: [] } 2923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58930 +label: "FOCUS 5P 2.0 AT SE PLUS - OUY818 - $123" +value: "2923" +data: App\Entity\Car {#56154 …} +attr: [] +labelTranslationParameters: [] } 2769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58931 +label: "FOCUS 5P 2.0 N AT TITANIUM - AA960FY - $123" +value: "2769" +data: App\Entity\Car {#54277 …} +attr: [] +labelTranslationParameters: [] } 889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58932 +label: "FOCUS S 1.6 - PDY715 - $7.389.000" +value: "889" +data: App\Entity\Car {#31332 …} +attr: [] +labelTranslationParameters: [] } 1437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58933 +label: "FRONTIER NP300 - LLS951 - $16.899.000" +value: "1437" +data: App\Entity\Car {#37664 …} +attr: [] +labelTranslationParameters: [] } 2914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58934 +label: "FRONTIER S 4X2 MT 2.3 D CD - AF549RX - $37.900.000" +value: "2914" +data: App\Entity\Car {#56035 …} +attr: [] +labelTranslationParameters: [] } 2887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58935 +label: "FRONTIER X-GEAR 4X4 AT 2.3 D CD - AG022AN - $46.900.000" +value: "2887" +data: App\Entity\Car {#55675 …} +attr: [] +labelTranslationParameters: [] } 2644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58936 +label: "GLB 250 PROGRESSIVE 4MATIC 2.0L 7 PLAZAS 224HP - AF313UA - USD47.900" +value: "2644" +data: App\Entity\Car {#52668 …} +attr: [] +labelTranslationParameters: [] } 2597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58937 +label: "GOL TREND 1.6 3 P L/13 - OST120 - ARS13.900.000" +value: "2597" +data: App\Entity\Car {#52036 …} +attr: [] +labelTranslationParameters: [] } 2447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58938 +label: "GOL TREND TRENDLINE 1.6 - AE152NL - $18.900.000" +value: "2447" +data: App\Entity\Car {#50092 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58939 +label: "GRAND CHEROKEE LIM 3.0 CRD - gzx866 - ARS21.900.000" +value: "894" +data: App\Entity\Car {#31392 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58940 +label: "GRAND SIENA 1.4 ATTRACTIVE||(negro) - NHH946 - $2.151.200" +value: "357" +data: App\Entity\Car {#24586 …} +attr: [] +labelTranslationParameters: [] } 2791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58941 +label: "GUZZI V7 STORNELLO - A077ZKE - USD12.000" +value: "2791" +data: App\Entity\Car {#54562 …} +attr: [] +labelTranslationParameters: [] } 2260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58942 +label: "HILUX 2.8 D 4WD 4 RUNNER - AQP320 - USD25.000" +value: "2260" +data: App\Entity\Car {#47614 …} +attr: [] +labelTranslationParameters: [] } 2932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58943 +label: "HILUX 4X2 D/C SRX 2.8 TDI 6 M/T - AD670DA - $48.900.000" +value: "2932" +data: App\Entity\Car {#56291 …} +attr: [] +labelTranslationParameters: [] } 2868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58944 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT - af921nf - $62.900.000" +value: "2868" +data: App\Entity\Car {#55435 …} +attr: [] +labelTranslationParameters: [] } 2875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58945 +label: "HILUX 4X4 DC SRX 2.8 TDI 6 AT - AF580XL - ARS58.900.000" +value: "2875" +data: App\Entity\Car {#55525 …} +attr: [] +labelTranslationParameters: [] } 2572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58946 +label: "HILUX SRV 4X2 CABINA DOBLE 3.0TDI - GQW789 - ARS26.900.000" +value: "2572" +data: App\Entity\Car {#51720 …} +attr: [] +labelTranslationParameters: [] } 2691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58947 +label: "HONDA WAVE 110S - A260DDS - $4.000.000" +value: "2691" +data: App\Entity\Car {#53301 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58948 +label: "I 10 1.2 GLS - JEB737 - $4.489.000" +value: "1033" +data: App\Entity\Car {#32983 …} +attr: [] +labelTranslationParameters: [] } 2855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58949 +label: "JEEP COMPASS 2.4 SPORT 4X2 MT6 - AE171QY - $30.900.000" +value: "2855" +data: App\Entity\Car {#55299 …} +attr: [] +labelTranslationParameters: [] } 2859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58950 +label: "JETOUR X50 - SIN PAT - $39.900.000" +value: "2859" +data: App\Entity\Car {#55359 …} +attr: [] +labelTranslationParameters: [] } 2469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58951 +label: "JOLION DELUXE 2WD 7DCT 1.5T - COMP - USD30.900" +value: "2469" +data: App\Entity\Car {#50332 …} +attr: [] +labelTranslationParameters: [] } 2931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58952 +label: "JOLION PRO HEV SUPREME - AH550XR - USD29.900" +value: "2931" +data: App\Entity\Car {#56276 …} +attr: [] +labelTranslationParameters: [] } 2879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58953 +label: "JOURNEY SE 2.4 - MOK473 - $17.900.000" +value: "2879" +data: App\Entity\Car {#55570 …} +attr: [] +labelTranslationParameters: [] } 2361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58954 +label: "KA 2020 SE 4P (GNC) - AE313WW - ARS18.900.000" +value: "2361" +data: App\Entity\Car {#48982 …} +attr: [] +labelTranslationParameters: [] } 2672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58955 +label: "KA FLY VIRAL 1.0 - MFC580 - $11.900.000" +value: "2672" +data: App\Entity\Car {#53030 …} +attr: [] +labelTranslationParameters: [] } 2858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58956 +label: "KA FLY VIRAL 1.0N - NBN864 - $123" +value: "2858" +data: App\Entity\Car {#55344 …} +attr: [] +labelTranslationParameters: [] } 2474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58957 +label: "KA VIRAL 1.6N - LWV509 - ARS11.900.000" +value: "2474" +data: App\Entity\Car {#50378 …} +attr: [] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58958 +label: "KANGOO EXPRESS 1.6 GNC - LTO363 - $4.289.000" +value: "490" +data: App\Entity\Car {#26135 …} +attr: [] +labelTranslationParameters: [] } 2805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58959 +label: "KANGOO II EXPRESS CONFORT 1.6 SCE - AG510RX - ARS29.990.000" +value: "2805" +data: App\Entity\Car {#54743 …} +attr: [] +labelTranslationParameters: [] } 2839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58960 +label: "KANGOO PH3 CONFORT 1.6 1P - AB313TS - $19.900.000" +value: "2839" +data: App\Entity\Car {#55104 …} +attr: [] +labelTranslationParameters: [] } 2947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58961 +label: "KLR 650 - A254LB - USD10.900" +value: "2947" +data: App\Entity\Car {#56469 …} +attr: [] +labelTranslationParameters: [] } 2332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58962 +label: "KOLEOS DYNAMIQUE 4X4 MT - JBV299 - ARS14.900.000" +value: "2332" +data: App\Entity\Car {#48560 …} +attr: [] +labelTranslationParameters: [] } 2913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58963 +label: "KUGA SEL 2.0L ECOBOOST 6AT FWD - AC031GL - $32.900.000" +value: "2913" +data: App\Entity\Car {#56020 …} +attr: [] +labelTranslationParameters: [] } 2934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58964 +label: "KUGA TITANIUM 2.5T AT 4X4 L - KVN416 - $123.456" +value: "2934" +data: App\Entity\Car {#56306 …} +attr: [] +labelTranslationParameters: [] } 2751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58965 +label: "LEONCINO 500 - COMP - $12.990.000" +value: "2751" +data: App\Entity\Car {#54053 …} +attr: [] +labelTranslationParameters: [] } 2417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58966 +label: "LINEA HLX 1.8 16V DUALOGIC - KNU847 - ARS11.900.000" +value: "2417" +data: App\Entity\Car {#49702 …} +attr: [] +labelTranslationParameters: [] } 2535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58967 +label: "LOGAN 1.6 8V PACK II C/ABCP+ABS - NGC449 - ARS11.900.000" +value: "2535" +data: App\Entity\Car {#51191 …} +attr: [] +labelTranslationParameters: [] } 2937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58968 +label: "LOGAN, NUEVO PRIVELEGE 1.6 16V - OYW606 - $123" +value: "2937" +data: App\Entity\Car {#56337 …} +attr: [] +labelTranslationParameters: [] } 2722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58969 +label: "MASTER 2.8D T35 MOTORHOME - EUE784 - USD25.000" +value: "2722" +data: App\Entity\Car {#53692 …} +attr: [] +labelTranslationParameters: [] } 2940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58970 +label: "MERIVA GL 1.8 GNC - FXQ810 - $123.456" +value: "2940" +data: App\Entity\Car {#56382 …} +attr: [] +labelTranslationParameters: [] } 2692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58971 +label: "MOTORHOME SPRINTER 516 CHASIS 4325 - AE062DF - USD115.000" +value: "2692" +data: App\Entity\Car {#53317 …} +attr: [] +labelTranslationParameters: [] } 1262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58972 +label: "MOTORHOME TRANSIT VAN LARGA TE P8 AT - AG093LE - USD90.000" +value: "1262" +data: App\Entity\Car {#35623 …} +attr: [] +labelTranslationParameters: [] } 2739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58973 +label: "NUEVO SANDERO PRIVILEGE PACK - OWU465 - ARS15.900.000" +value: "2739" +data: App\Entity\Car {#53918 …} +attr: [] +labelTranslationParameters: [] } 2726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58974 +label: "ONIX 1.0T RS AT - comp - $37.900.000" +value: "2726" +data: App\Entity\Car {#53752 …} +attr: [] +labelTranslationParameters: [] } 2920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58975 +label: "ONIX LT 1.4N - AA892JO - $123.456" +value: "2920" +data: App\Entity\Car {#56109 …} +attr: [] +labelTranslationParameters: [] } 2727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58976 +label: "ONIX PLUS 1.0 AT PREMIER - COMP - $36.900.000" +value: "2727" +data: App\Entity\Car {#53768 …} +attr: [] +labelTranslationParameters: [] } 1246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58977 +label: "ONIX PLUS 1.0T MT PREMIER - AE248GC - $19.900.000" +value: "1246" +data: App\Entity\Car {#35383 …} +attr: [] +labelTranslationParameters: [] } 2131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58978 +label: "PALIO 1.4 5 P FIRE TOP SEGUR. - OXD342 - ARS12.500.000" +value: "2131" +data: App\Entity\Car {#45934 …} +attr: [] +labelTranslationParameters: [] } 2777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58979 +label: "PALIO FIRE 1.4 - AA282MW - $13.900.000" +value: "2777" +data: App\Entity\Car {#54382 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58980 +label: "PALIO WE 1.4 TREKKING L/09 - LAT689 - $1.991.200" +value: "514" +data: App\Entity\Car {#26466 …} +attr: [] +labelTranslationParameters: [] } 2289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58981 +label: "PALIO WEEKEND 1.4 ATTRACTIVE - LKK082 - ARS12.900.000" +value: "2289" +data: App\Entity\Car {#48019 …} +attr: [] +labelTranslationParameters: [] } 2220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58982 +label: "PARTNER 1.6HDI MT CONFORT 5PLAZAS - AD441UP - ARS19.900.000" +value: "2220" +data: App\Entity\Car {#47089 …} +attr: [] +labelTranslationParameters: [] } 2276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58983 +label: "PARTNER COMFORT 1.4 - LJX365 - ARS12.900.000" +value: "2276" +data: App\Entity\Car {#47839 …} +attr: [] +labelTranslationParameters: [] } 2171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58984 +label: "PARTNER CONFORT 1.6 HDI 5 PLAZAS - AB730NA - ARS17.900.000" +value: "2171" +data: App\Entity\Car {#46399 …} +attr: [] +labelTranslationParameters: [] } 1307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58985 +label: "PATHFINDER 3.3 SE - BHI349 - USD14.999" +value: "1307" +data: App\Entity\Car {#36178 …} +attr: [] +labelTranslationParameters: [] } 2645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58986 +label: "PATRIOT 2.4 AT - OQI976 - $17.900.000" +value: "2645" +data: App\Entity\Car {#52683 …} +attr: [] +labelTranslationParameters: [] } 2787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58987 +label: "PEUGEOT PARTNER 1.6 CONFORT GNC - AF114LM - $23.900.000" +value: "2787" +data: App\Entity\Car {#54502 …} +attr: [] +labelTranslationParameters: [] } 2487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58988 +label: "POLO CLASSIC 1.6 NAFTA - BQM102 - ARS10.900.000" +value: "2487" +data: App\Entity\Car {#50574 …} +attr: [] +labelTranslationParameters: [] } 2748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58989 +label: "PUNTO 1.6 SPORTING L/13 - OQZ777 - ARS15.900.000" +value: "2748" +data: App\Entity\Car {#54008 …} +attr: [] +labelTranslationParameters: [] } 2611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58990 +label: "QUBO 1.4 8V DYNAMIC - LYN235 - ARS12.900.000" +value: "2611" +data: App\Entity\Car {#52218 …} +attr: [] +labelTranslationParameters: [] } 741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58991 +label: "RANGER LIMITED 4X4 3.0 TD - GQA820 - $7.289.000" +value: "741" +data: App\Entity\Car {#29425 …} +attr: [] +labelTranslationParameters: [] } 2919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58992 +label: "RANGER RAPTOR 2.0L BIT 4X4 10AT - af550wj - USD45.000" +value: "2919" +data: App\Entity\Car {#56094 …} +attr: [] +labelTranslationParameters: [] } 835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58993 +label: "Ranger XL PLUS 3.0 - HEL114 - $6.689.000" +value: "835" +data: App\Entity\Car {#30686 …} +attr: [] +labelTranslationParameters: [] } 2759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58994 +label: "RANGER2 DC 4X2 XL SAFETY 2.2D - PCN060 - ARS24.900.000" +value: "2759" +data: App\Entity\Car {#54142 …} +attr: [] +labelTranslationParameters: [] } 2903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58995 +label: "RENEGADE 1.8 SPORT 4X2 AT - AD577GD - $123.456" +value: "2903" +data: App\Entity\Car {#55870 …} +attr: [] +labelTranslationParameters: [] } 2918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58996 +label: "RENEGADE SPORT 1.8 AT6 - AE842PD - $123.456" +value: "2918" +data: App\Entity\Car {#56080 …} +attr: [] +labelTranslationParameters: [] } 2841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58997 +label: "SANDERO PH2 STEPWAY INTENS 1.6 CVT - AE966JW - $23.900.000" +value: "2841" +data: App\Entity\Car {#55119 …} +attr: [] +labelTranslationParameters: [] } 2825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58998 +label: "SANDERO SL TECH RUN - NMM016 - ARS13.900.000" +value: "2825" +data: App\Entity\Car {#54999 …} +attr: [] +labelTranslationParameters: [] } 2834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#58999 +label: "SANDERO SL TECH RUN - NMM016 - $123" +value: "2834" +data: App\Entity\Car {#55074 …} +attr: [] +labelTranslationParameters: [] } 2682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59000 +label: "SAVEIRO 1.6 - AA403PI - ARS15.900.000" +value: "2682" +data: App\Entity\Car {#53181 …} +attr: [] +labelTranslationParameters: [] } 2872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59001 +label: "SAVEIRO 1.6 SD - GOU323 - $13.900.000" +value: "2872" +data: App\Entity\Car {#55480 …} +attr: [] +labelTranslationParameters: [] } 2505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59002 +label: "SAVEIRO TRENDLINE CS MDI MT - AG503FT - $27.900.000" +value: "2505" +data: App\Entity\Car {#50785 …} +attr: [] +labelTranslationParameters: [] } 2924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59003 +label: "SHARK DM-O GS HIBRIDO ENCHUFABLE - SIN PAT - USD59.900" +value: "2924" +data: App\Entity\Car {#56169 …} +attr: [] +labelTranslationParameters: [] } 2728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59004 +label: "SILVERADO Z71 TRAIL BOSS - COMP - $109.900.000" +value: "2728" +data: App\Entity\Car {#53783 …} +attr: [] +labelTranslationParameters: [] } 2373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59005 +label: "SONIC 1.6 LT M/T - MZU395 - $12.900.000" +value: "2373" +data: App\Entity\Car {#49147 …} +attr: [] +labelTranslationParameters: [] } 2729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59006 +label: "SPARK EUV ACTIV 100% ELECTRICO - COMP - $39.900.000" +value: "2729" +data: App\Entity\Car {#53798 …} +attr: [] +labelTranslationParameters: [] } 2904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59007 +label: "SPRINTER 411 CDI-F 3250 STREET V1 8 ASIENTOS - AA787TJ - ARS49.900.000" +value: "2904" +data: App\Entity\Car {#55885 …} +attr: [] +labelTranslationParameters: [] } 2856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59008 +label: "STEPWAY CONFORT 1.6 GNC - KBH955 - $123" +value: "2856" +data: App\Entity\Car {#55314 …} +attr: [] +labelTranslationParameters: [] } 2428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59009 +label: "STRADA WORKING 1.4 8V GNC - AA914ZR - ARS16.900.000" +value: "2428" +data: App\Entity\Car {#49852 …} +attr: [] +labelTranslationParameters: [] } 2907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59010 +label: "SURAN 1.6 COMFORTLINE - AD295TW - $123.456" +value: "2907" +data: App\Entity\Car {#55930 …} +attr: [] +labelTranslationParameters: [] } 2894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59011 +label: "SURAN 1.6 GNC - IIL923 - $123" +value: "2894" +data: App\Entity\Car {#55765 …} +attr: [] +labelTranslationParameters: [] } 2356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59012 +label: "SURAN 1.6 GNC HIGHLINE - OZM475 - ARS15.900.000" +value: "2356" +data: App\Entity\Car {#48907 …} +attr: [] +labelTranslationParameters: [] } 2897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59013 +label: "SW4 4X4 SRX 2.8 TDI 6 A/T 7A - AE073ML - $57.900.000" +value: "2897" +data: App\Entity\Car {#55795 …} +attr: [] +labelTranslationParameters: [] } 2886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59014 +label: "SW4 4X4 SRX 2.8 TDI 6 AT 7A - AF785UA - $67.900.000" +value: "2886" +data: App\Entity\Car {#55660 …} +attr: [] +labelTranslationParameters: [] } 2819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59015 +label: "TAOS HIGLINE BITONO 1.4 - AH866ZR - ARS51.900.000" +value: "2819" +data: App\Entity\Car {#54924 …} +attr: [] +labelTranslationParameters: [] } 2861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59016 +label: "TERA 1.0T 170 TSI COMFORT AT - COMP - $39.900.000" +value: "2861" +data: App\Entity\Car {#55375 …} +attr: [] +labelTranslationParameters: [] } 2871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59017 +label: "TERRITORY TITANIUM 1.8T - AG253NP - ARS48.900.000" +value: "2871" +data: App\Entity\Car {#55465 …} +attr: [] +labelTranslationParameters: [] } 2815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59018 +label: "TERRITORY TITANIUM 1.8T - SIN PATENTAR - $58.900.000" +value: "2815" +data: App\Entity\Car {#54894 …} +attr: [] +labelTranslationParameters: [] } 2752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59019 +label: "TOYOTA ETIOS XS 1.5 MT - AC300RH - $17.900.000" +value: "2752" +data: App\Entity\Car {#54068 …} +attr: [] +labelTranslationParameters: [] } 2794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59020 +label: "TRACKER FWD LTZ 1.8N - OTK615 - $16.900.000" +value: "2794" +data: App\Entity\Car {#54593 …} +attr: [] +labelTranslationParameters: [] } 1864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59021 +label: "TRK 251 C/ACCESORIOS - A204JMT - $7.500.000" +value: "1864" +data: App\Entity\Car {#42812 …} +attr: [] +labelTranslationParameters: [] } 2278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59022 +label: "TUCSON 2.0 4X2 AUT - AD060CI - ARS27.900.000" +value: "2278" +data: App\Entity\Car {#47869 …} +attr: [] +labelTranslationParameters: [] } 2885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59023 +label: "TUCSON 2WD 2.0 - MAF383 - $16.900.000" +value: "2885" +data: App\Entity\Car {#55645 …} +attr: [] +labelTranslationParameters: [] } 2628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59024 +label: "VECTRA GLS 2.0 GNC - KMN084 - ARS11.500.000" +value: "2628" +data: App\Entity\Car {#52458 …} +attr: [] +labelTranslationParameters: [] } 1763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59025 +label: "VENTO GLI + NAV DSG 2.0 - cop - USD25.000" +value: "1763" +data: App\Entity\Car {#41626 …} +attr: [] +labelTranslationParameters: [] } 2936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59026 +label: "VERSYS-X-300 ABS - A175RGO - $12.900.000" +value: "2936" +data: App\Entity\Car {#56321 …} +attr: [] +labelTranslationParameters: [] } 2814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59027 +label: "X 35 LUXURY AUT - SIN PAT - USD28.900" +value: "2814" +data: App\Entity\Car {#54879 …} +attr: [] +labelTranslationParameters: [] } 2666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59028 +label: "X-TRAIL - EUD244 - ARS16.900.000" +value: "2666" +data: App\Entity\Car {#52955 …} +attr: [] +labelTranslationParameters: [] } 2416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59029 +label: "XR 250 TORNADO - A218UGI - $8.500.000" +value: "2416" +data: App\Entity\Car {#49687 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59030 +label: "XR250 - 162KGL - $850.000" +value: "567" +data: App\Entity\Car {#27128 …} +attr: [] +labelTranslationParameters: [] } 2929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59031 +label: "YARIS XLS 1.5 CVT - AF425ZG - $123" +value: "2929" +data: App\Entity\Car {#56246 …} +attr: [] +labelTranslationParameters: [] } 2925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#59032 +label: "ZS HYBRID+ LUXURY - SIN PAT - $42.900.000" +value: "2925" +data: App\Entity\Car {#56185 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#58853 -form: Symfony\Component\Form\Form {#2813 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#58854 …5} |
| full_name | "car_buy[carSwap]" |
| help | "Only vehicles that have a sale price" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_carSwap" |
| is_selected | Closure($choice, $value) {#59034 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | "Vehicle swap" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "carSwap" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_carSwap" |
| valid | true |
| value | "" |
origin
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Sales Room" => "Sales Room" "Posters" => "Posters" "Daily" => "Daily" "Internet" => "Internet" "Maipu" => "Maipu" "Radio" => "Radio" "Resale" => "Resale" ] |
[ "Sales Room" => "Sales Room" "Posters" => "Posters" "Daily" => "Daily" "Internet" => "Internet" "Maipu" => "Maipu" "Radio" => "Radio" "Resale" => "Resale" ] |
| placeholder | "" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 | [ "Sales Room" => "Sales Room" "Posters" => "Posters" "Daily" => "Daily" "Internet" => "Internet" "Maipu" => "Maipu" "Radio" => "Radio" "Resale" => "Resale" ] |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| 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() {#2599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2600 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_car_buy_origin" ] |
| cache_key | "_car_buy_origin_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#59036 +label: "Sales Room" +value: "Sales Room" +data: "Sales Room" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59037 +label: "Posters" +value: "Posters" +data: "Posters" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59038 +label: "Daily" +value: "Daily" +data: "Daily" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59039 +label: "Internet" +value: "Internet" +data: "Internet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59040 +label: "Maipu" +value: "Maipu" +data: "Maipu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59041 +label: "Radio" +value: "Radio" +data: "Radio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#59042 +label: "Resale" +value: "Resale" +data: "Resale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#59033 -form: Symfony\Component\Form\Form {#2818 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#59035 …5} |
| full_name | "car_buy[origin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_origin" |
| is_selected | Closure($choice, $value) {#59044 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2069 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "origin" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_origin" |
| valid | true |
| value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => "8" ] |
[ "rows" => "8" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => "8" ] |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2588 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2589 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => "8" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_car_buy_description" ] |
| cache_key | "_car_buy_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#59045 -form: Symfony\Component\Form\Form {#2767 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#59046 …5} |
| full_name | "car_buy[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_description" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_description" |
| valid | true |
| value | "" |
isDone
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2572 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2574 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2577 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2641 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2566 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_car_buy_isDone" ] |
| cache_key | "_car_buy_isDone_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#59047 -form: Symfony\Component\Form\Form {#2770 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#59048 …5} |
| full_name | "car_buy[isDone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_isDone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isDone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy_isDone" |
| valid | true |
| value | "1" |
isDoneDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Enter buy date" |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Enter buy date" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#2629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#2625 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_car_buy_isDoneDate" ] |
| cache_key | "_car_buy_isDoneDate_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#59049 -form: Symfony\Component\Form\Form {#2871 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#59050 …5} |
| full_name | "car_buy[isDoneDate]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy_isDoneDate" |
| label | "Enter buy date" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isDoneDate" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_car_buy_isDoneDate" |
| valid | true |
| value | "" |
| widget | "single_text" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ca7cd3f575205a51.r9S0OfxD-SUFMJUu4EcEDVOtVRvu-aAZahI4ie8yr_s.xKDFToYEkVd2HfsfuHRGeSmfeEq5mPksM0prx8JW4YjpkfNgzCSITnFa-g" |
| 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 | "ca7cd3f575205a51.r9S0OfxD-SUFMJUu4EcEDVOtVRvu-aAZahI4ie8yr_s.xKDFToYEkVd2HfsfuHRGeSmfeEq5mPksM0prx8JW4YjpkfNgzCSITnFa-g" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "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 {#84 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#64 …} -namespace: Closure() {#42 …} } |
| data | "ca7cd3f575205a51.r9S0OfxD-SUFMJUu4EcEDVOtVRvu-aAZahI4ie8yr_s.xKDFToYEkVd2HfsfuHRGeSmfeEq5mPksM0prx8JW4YjpkfNgzCSITnFa-g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#59053 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1908 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#59057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2021 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1921 …} $translationDomain: "validators" $message: Closure() {#59051 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_car_buy__token" ] |
| cache_key | "_car_buy__token_hidden" |
| compound | false |
| data | "ca7cd3f575205a51.r9S0OfxD-SUFMJUu4EcEDVOtVRvu-aAZahI4ie8yr_s.xKDFToYEkVd2HfsfuHRGeSmfeEq5mPksM0prx8JW4YjpkfNgzCSITnFa-g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#59067 -form: Symfony\Component\Form\Form {#59063 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#59058 …5} |
| full_name | "car_buy[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "car_buy__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_car_buy__token" |
| valid | true |
| value | "ca7cd3f575205a51.r9S0OfxD-SUFMJUu4EcEDVOtVRvu-aAZahI4ie8yr_s.xKDFToYEkVd2HfsfuHRGeSmfeEq5mPksM0prx8JW4YjpkfNgzCSITnFa-g" |