- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- Debug
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "sector" => App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } "departamento" => App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } "desde" => DateTime @1765854000 {#1285 date: 2025-12-16 00:00:00.0 America/Sao_Paulo (-03:00) } "hasta" => DateTime @1765940400 {#1290 date: 2025-12-17 00:00:00.0 America/Sao_Paulo (-03:00) } ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1087 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} } |
| 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() {#1088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1086 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | [ "sector" => App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } "departamento" => App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } "desde" => DateTime @1765854000 {#1285 date: 2025-12-16 00:00:00.0 America/Sao_Paulo (-03:00) } "hasta" => DateTime @1765940400 {#1290 date: 2025-12-17 00:00:00.0 America/Sao_Paulo (-03:00) } ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1587 -form: Symfony\Component\Form\Form {#1251 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1616 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | [ "sector" => App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } "departamento" => App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } "desde" => DateTime @1765854000 {#1285 date: 2025-12-16 00:00:00.0 America/Sao_Paulo (-03:00) } "hasta" => DateTime @1765940400 {#1290 date: 2025-12-17 00:00:00.0 America/Sao_Paulo (-03:00) } ] |
sector
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"5"
|
| Normalized Format | App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ App\Entity\Mantenimiento\SectorPlanta {#1101 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1109 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1110 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1111 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1114 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1115 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1116 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1117 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1118 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1119 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1120 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 50 -nombre: "ZORRAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } ] |
[ App\Entity\Mantenimiento\SectorPlanta {#1101 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1109 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1110 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1111 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1114 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1115 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1116 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1117 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1118 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1119 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1120 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 50 -nombre: "ZORRAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } ] |
| class | "App\Entity\Mantenimiento\SectorPlanta" |
same as passed value |
| placeholder | "Todos" |
same as passed 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1198 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1202 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1203 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1201 -om: Doctrine\ORM\EntityManager {#353 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#836 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ App\Entity\Mantenimiento\SectorPlanta {#1101 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1109 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1110 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1111 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1114 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1115 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1116 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1117 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1118 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1119 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1120 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 50 -nombre: "ZORRAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } ] |
| class | "App\Entity\Mantenimiento\SectorPlanta" |
| 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 {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#353 …11} |
| 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 {#1201 -om: Doctrine\ORM\EntityManager {#353 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#836 …} -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 | "Todos" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1199 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1196 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_sector" ] |
| cache_key | "_form_sector_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1386 +label: "TROZADO" +value: "1" +data: App\Entity\Mantenimiento\SectorPlanta {#1101 -id: 1 -nombre: "TROZADO" -active: true } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +label: "PLAYA" +value: "2" +data: App\Entity\Mantenimiento\SectorPlanta {#1109 -id: 2 -nombre: "PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1552 +label: "SALA DE MAQUINAS" +value: "3" +data: App\Entity\Mantenimiento\SectorPlanta {#1110 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1553 +label: "PELADO" +value: "4" +data: App\Entity\Mantenimiento\SectorPlanta {#1111 -id: 4 -nombre: "PELADO" -active: true } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1585 +label: "EVISCERADO" +value: "5" +data: App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1554 +label: "EMPAQUE" +value: "6" +data: App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 6 -nombre: "EMPAQUE" -active: true } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "GARRA FRIA" +value: "7" +data: App\Entity\Mantenimiento\SectorPlanta {#1114 -id: 7 -nombre: "GARRA FRIA" -active: true } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1583 +label: "CAMARAS" +value: "8" +data: App\Entity\Mantenimiento\SectorPlanta {#1115 -id: 8 -nombre: "CAMARAS" -active: true } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "GARRA CALIENTE" +value: "9" +data: App\Entity\Mantenimiento\SectorPlanta {#1116 -id: 9 -nombre: "GARRA CALIENTE" -active: true } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1581 +label: "PLANTA DE HARINA" +value: "10" +data: App\Entity\Mantenimiento\SectorPlanta {#1117 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1745 +label: "LIMPIEZA" +value: "11" +data: App\Entity\Mantenimiento\SectorPlanta {#1118 -id: 11 -nombre: "LIMPIEZA" -active: true } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1771 +label: "EMPAQUE TROZADO" +value: "12" +data: App\Entity\Mantenimiento\SectorPlanta {#1119 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1747 +label: "DEPOSITO DE INSUMOS" +value: "13" +data: App\Entity\Mantenimiento\SectorPlanta {#1120 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1890 +label: "TALLER MECANICO" +value: "14" +data: App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 14 -nombre: "TALLER MECANICO" -active: true } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "TALLER ELECTRICO" +value: "15" +data: App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1721 +label: "MAESTRANZA" +value: "16" +data: App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 16 -nombre: "MAESTRANZA" -active: true } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1715 +label: "DEPOSITO ARMADO DE CAJAS" +value: "17" +data: App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1705 +label: "BALANZA DE CAMIONES" +value: "18" +data: App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1746 +label: "PORTERIA DE PLANTA" +value: "19" +data: App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1818 +label: "PORTERIA ADMINISTRACION" +value: "20" +data: App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: "VESTUARIO HOMBRE" +value: "21" +data: App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1797 +label: "VESTUARIO MUJER" +value: "22" +data: App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1805 +label: "BAÑO DE HOMBRES" +value: "23" +data: App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1810 +label: "BAÑO DE MUJERES" +value: "24" +data: App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1812 +label: "VESTUARIO PLAYA" +value: "25" +data: App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1814 +label: "VESTUARIO CAMARA" +value: "26" +data: App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1642 +label: "OFICINA DE PLANTA" +value: "27" +data: App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "OFICINA DE ADMINISTRACION" +value: "28" +data: App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1644 +label: "OFICINA PLANTA DE HARINA" +value: "29" +data: App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1645 +label: "CONTROL DE CALIDAD" +value: "30" +data: App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1646 +label: "SENASA" +value: "31" +data: App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 31 -nombre: "SENASA" -active: true } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1648 +label: "BUFFET" +value: "32" +data: App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 32 -nombre: "BUFFET" -active: true } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1649 +label: "BUFFET DE PLAYA" +value: "33" +data: App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1650 +label: "TORNERIA" +value: "34" +data: App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 34 -nombre: "TORNERIA" -active: true } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1651 +label: "PAÑOL" +value: "35" +data: App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 35 -nombre: "PAÑOL" -active: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1652 +label: "DEPOSITO DE CAJAS" +value: "36" +data: App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1654 +label: "SALA DE CALDERAS FAENA" +value: "37" +data: App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1655 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "38" +data: App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1656 +label: "POZO Nº2" +value: "39" +data: App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 39 -nombre: "POZO Nº2" -active: true } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1657 +label: "POZO Nº3" +value: "40" +data: App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 40 -nombre: "POZO Nº3" -active: true } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1658 +label: "POZO Nº4" +value: "41" +data: App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 41 -nombre: "POZO Nº4" -active: true } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1660 +label: "POZO Nº5" +value: "42" +data: App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 42 -nombre: "POZO Nº5" -active: true } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1661 +label: "POZO Nº6" +value: "43" +data: App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 43 -nombre: "POZO Nº6" -active: true } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1662 +label: "POZO Nº7" +value: "44" +data: App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 44 -nombre: "POZO Nº7" -active: true } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1663 +label: "SALA DE GENERADORES" +value: "45" +data: App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1664 +label: "SALA DE BATERIAS" +value: "46" +data: App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: "MAQUINAS DE HIELO" +value: "47" +data: App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1667 +label: "DEPOSITO DE CLORO" +value: "48" +data: App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1668 +label: "AUTOELEVADORES" +value: "49" +data: App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 49 -nombre: "AUTOELEVADORES" -active: true } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1669 +label: "ZORRAS" +value: "50" +data: App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 50 -nombre: "ZORRAS" -active: true } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1670 +label: "TERRAZA" +value: "51" +data: App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 51 -nombre: "TERRAZA" -active: true } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1672 +label: "POZO" +value: "52" +data: App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 52 -nombre: "POZO" -active: true } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1673 +label: "CORAZONES" +value: "53" +data: App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 53 -nombre: "CORAZONES" -active: true } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1675 +label: "POLLO PREMIUM" +value: "54" +data: App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 54 -nombre: "Pollo Premium" -active: true } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1676 +label: "MDM" +value: "55" +data: App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 55 -nombre: "MDM" -active: true } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1677 +label: "SUBPRODUCTOS" +value: "56" +data: App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\Mantenimiento\SectorPlanta {#1112 -id: 5 -nombre: "EVISCERADO" -active: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1584 -form: Symfony\Component\Form\Form {#1254 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1321 …5} |
| full_name | "form[sector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_sector" |
| is_selected | Closure($choice, $value) {#1679 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1166 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sector" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_form_sector" |
| valid | true |
| value | "5" |
departamento
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2"
|
| Normalized Format | App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ App\Entity\Mantenimiento\Departamento {#1167 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1176 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } ] |
[ App\Entity\Mantenimiento\Departamento {#1167 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1176 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } ] |
| class | "App\Entity\Mantenimiento\Departamento" |
same as passed value |
| placeholder | "Todos" |
same as passed 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1198 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1214 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1215 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1213 -om: Doctrine\ORM\EntityManager {#353 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#852 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ App\Entity\Mantenimiento\Departamento {#1167 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1176 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } ] |
| class | "App\Entity\Mantenimiento\Departamento" |
| 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 {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#353 …11} |
| 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 {#1213 -om: Doctrine\ORM\EntityManager {#353 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#852 …} -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 | "Todos" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1211 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_departamento" ] |
| cache_key | "_form_departamento_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1684 +label: "Departamento Electricista" +value: "1" +data: App\Entity\Mantenimiento\Departamento {#1167 -id: 1 -nombre: "Departamento Electricista" -activo: true } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1683 +label: "Mecanica" +value: "2" +data: App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +label: "Mantenimiento Edilicio" +value: "3" +data: App\Entity\Mantenimiento\Departamento {#1176 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\Mantenimiento\Departamento {#1175 -id: 2 -nombre: "Mecanica" -activo: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1680 -form: Symfony\Component\Form\Form {#1257 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1682 …5} |
| full_name | "form[departamento]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_departamento" |
| is_selected | Closure($choice, $value) {#1689 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1166 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "departamento" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_form_departamento" |
| valid | true |
| value | "2" |
desde
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2025-12-16"
|
| Normalized Format | DateTime @1765854000 {#1285 date: 2025-12-16 00:00:00.0 America/Sao_Paulo (-03:00) } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1174 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#1174 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
| 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 | [ Symfony\Component\Validator\Constraints\NotNull {#1174 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
| 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 {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| 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 | null |
| 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() {#1234 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1235 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_desde" ] |
| cache_key | "_form_desde_date" |
| compound | false |
| data | DateTime @1765854000 {#1285 date: 2025-12-16 00:00:00.0 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1690 -form: Symfony\Component\Form\Form {#1260 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1691 …5} |
| full_name | "form[desde]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_desde" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "desde" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_desde" |
| valid | true |
| value | "2025-12-16" |
| widget | "single_text" |
hasta
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2025-12-17"
|
| Normalized Format | DateTime @1765940400 {#1290 date: 2025-12-17 00:00:00.0 America/Sao_Paulo (-03:00) } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1172 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#1172 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
| 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 | [ Symfony\Component\Validator\Constraints\NotNull {#1172 +message: "Este campo no puede estar vacío." +payload: null +groups: [ "Default" ] } ] |
| 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 {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| 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 | null |
| 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() {#1244 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1243 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_hasta" ] |
| cache_key | "_form_hasta_date" |
| compound | false |
| data | DateTime @1765940400 {#1290 date: 2025-12-17 00:00:00.0 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1694 -form: Symfony\Component\Form\Form {#1263 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1692 …5} |
| full_name | "form[hasta]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_hasta" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasta" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_hasta" |
| valid | true |
| value | "2025-12-17" |
| widget | "single_text" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "066934e4fc.qZ4om0_EgGuYpZViIKRctQyHzZ9mhYPd_CFZfO5-A8k.mspO_iSBxQ3u7toWZO079mK0ga1T1PGWsxdtL5cdUPuR7UGtNaX2OqjM4g" |
| 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 | "066934e4fc.qZ4om0_EgGuYpZViIKRctQyHzZ9mhYPd_CFZfO5-A8k.mspO_iSBxQ3u7toWZO079mK0ga1T1PGWsxdtL5cdUPuR7UGtNaX2OqjM4g" |
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 {#1069 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1070 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1071 …} -namespace: Closure() {#1073 …} } |
| data | "066934e4fc.qZ4om0_EgGuYpZViIKRctQyHzZ9mhYPd_CFZfO5-A8k.mspO_iSBxQ3u7toWZO079mK0ga1T1PGWsxdtL5cdUPuR7UGtNaX2OqjM4g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} } |
| 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() {#1698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1025 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1701 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "066934e4fc.qZ4om0_EgGuYpZViIKRctQyHzZ9mhYPd_CFZfO5-A8k.mspO_iSBxQ3u7toWZO079mK0ga1T1PGWsxdtL5cdUPuR7UGtNaX2OqjM4g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1713 -form: Symfony\Component\Form\Form {#1708 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1702 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__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 | "_form__token" |
| valid | true |
| value | "066934e4fc.qZ4om0_EgGuYpZViIKRctQyHzZ9mhYPd_CFZfO5-A8k.mspO_iSBxQ3u7toWZO079mK0ga1T1PGWsxdtL5cdUPuR7UGtNaX2OqjM4g" |