- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 22
- Events
- Routing
- Cache
- Translation 347
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- 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
-
-
export
-
import
-
nettrade
-
-
0
-
1
-
-
reporter
-
tradingpartner
-
reportingcountry
-
periodFrom
-
periodTo
-
download
-
_token
-
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
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2259 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2126 …} } |
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() {#2257 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2258 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3044 -form: Symfony\Component\Form\Form {#2387 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3019 …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 | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | null |
export
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | true |
same as passed value |
label | "Exports" |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2249 …} } |
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 {#2244 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Exports" |
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() {#2254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2247 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_export" ] |
cache_key | "_form_export_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3057 -form: Symfony\Component\Form\Form {#2424 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3058 …5} |
full_name | "form[export]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_export" |
label | "Exports" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "export" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_export" |
valid | true |
value | "1" |
import
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | true |
same as passed value |
label | "Imports" |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2249 …} } |
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 {#2244 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Imports" |
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() {#2279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2280 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_import" ] |
cache_key | "_form_import_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3048 -form: Symfony\Component\Form\Form {#2428 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3047 …5} |
full_name | "form[import]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_import" |
label | "Imports" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "import" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_import" |
valid | true |
value | "1" |
nettrade
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | true |
same as passed value |
label | "Net Trade" |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2249 …} } |
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 {#2244 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Net Trade" |
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() {#2289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2288 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_nettrade" ] |
cache_key | "_form_nettrade_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3046 -form: Symfony\Component\Form\Form {#2431 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3045 …5} |
full_name | "form[nettrade]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_nettrade" |
label | "Net Trade" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nettrade" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_nettrade" |
valid | true |
value | "1" |
monthly_annual
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "monthly" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Monthly" => "monthly" "Annual" => "annual" ] |
[ "Monthly" => "monthly" "Annual" => "annual" ] |
data | "monthly" |
same as passed value |
expanded | true |
same as passed value |
multiple | false |
false
|
placeholder | false |
null
|
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Monthly" => "monthly" "Annual" => "annual" ] |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | "monthly" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2297 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_monthly_annual" ] |
cache_key | "_form_monthly_annual_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "Monthly" +value: "monthly" +data: "monthly" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "Annual" +value: "annual" +data: "annual" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | "monthly" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3009 -form: Symfony\Component\Form\Form {#2412 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#3015 …5} |
full_name | "form[monthly_annual]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_monthly_annual" |
is_selected | Closure($choice, $value) {#3049 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2303 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "monthly_annual" |
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 | "_form_monthly_annual" |
valid | true |
value | "monthly" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"monthly"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Monthly" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "monthly" |
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 | "entry" |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2249 …} } |
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 {#2244 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Monthly" |
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() {#2391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2390 …} } } |
validation_groups | null |
value | "monthly" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_form_monthly_annual_entry" ] |
cache_key | "_form_monthly_annual_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3028 -form: Symfony\Component\Form\Form {#2415 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3029 …5} |
full_name | "form[monthly_annual]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_monthly_annual_0" |
label | "Monthly" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_monthly_annual_entry" |
valid | true |
value | "monthly" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Annual" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "annual" |
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 | "entry" |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2249 …} } |
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 {#2244 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Annual" |
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() {#2405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2404 …} } } |
validation_groups | null |
value | "annual" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_form_monthly_annual_entry" ] |
cache_key | "_form_monthly_annual_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3014 -form: Symfony\Component\Form\Form {#2418 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3011 …5} |
full_name | "form[monthly_annual]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_monthly_annual_1" |
label | "Annual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_monthly_annual_entry" |
valid | true |
value | "annual" |
reporter
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "China" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Brunei Darussalam" => "Brunei Darussalam" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Central African Rep." => "Central African Rep." "Chad" => "Chad" "Chile" => "Chile" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Cook Isds" => "Cook Isds" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Rep." => "Czech Rep." "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Faeroe Isds" => "Faeroe Isds" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Libya" => "Libya" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Réunion" => "Réunion" "Romania" => "Romania" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon Isds" => "Solomon Isds" "South Africa" => "South Africa" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Tajikistan" => "Tajikistan" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Viet Nam" => "Viet Nam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "World" => "World" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
[ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Brunei Darussalam" => "Brunei Darussalam" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Central African Rep." => "Central African Rep." "Chad" => "Chad" "Chile" => "Chile" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Cook Isds" => "Cook Isds" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Rep." => "Czech Rep." "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Faeroe Isds" => "Faeroe Isds" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Libya" => "Libya" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Réunion" => "Réunion" "Romania" => "Romania" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon Isds" => "Solomon Isds" "South Africa" => "South Africa" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Tajikistan" => "Tajikistan" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Viet Nam" => "Viet Nam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "World" => "World" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
data | "China" |
same as passed value |
label | "Country" |
same as passed value |
placeholder | "Choose an option" |
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 | [ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Brunei Darussalam" => "Brunei Darussalam" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Central African Rep." => "Central African Rep." "Chad" => "Chad" "Chile" => "Chile" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Cook Isds" => "Cook Isds" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Rep." => "Czech Rep." "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Faeroe Isds" => "Faeroe Isds" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Libya" => "Libya" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Réunion" => "Réunion" "Romania" => "Romania" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon Isds" => "Solomon Isds" "South Africa" => "South Africa" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Tajikistan" => "Tajikistan" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Viet Nam" => "Viet Nam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "World" => "World" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | "China" |
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 | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choose an option" |
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() {#2325 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2324 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_reporter" ] |
cache_key | "_form_reporter_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ "most relevant" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3004 +label: "most relevant" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3043 +label: "Australia" +value: "Australia" +data: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "Brazil" +value: "Brazil" +data: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "Canada" +value: "Canada" +data: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "EU-28" +value: "EU-28" +data: "EU-28" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "Guinea" +value: "Guinea" +data: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "India" +value: "India" +data: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "Japan" +value: "Japan" +data: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "Qatar" +value: "Qatar" +data: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "Russian Federation" +value: "Russian Federation" +data: "Russian Federation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "Saudi Arabia" +value: "Saudi Arabia" +data: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "United Arab Emirates" +value: "United Arab Emirates" +data: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "USA" +value: "USA" +data: "USA" +attr: [] +labelTranslationParameters: [] } ] } "alphabetically" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2809 +label: "alphabetically" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "Afghanistan" +value: "Afghanistan" +data: "Afghanistan" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "Albania" +value: "Albania" +data: "Albania" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "Algeria" +value: "Algeria" +data: "Algeria" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "Andorra" +value: "Andorra" +data: "Andorra" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "Angola" +value: "Angola" +data: "Angola" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "Anguilla" +value: "Anguilla" +data: "Anguilla" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "Antigua and Barbuda" +value: "Antigua and Barbuda" +data: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "Argentina" +value: "Argentina" +data: "Argentina" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "Armenia" +value: "Armenia" +data: "Armenia" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "Aruba" +value: "Aruba" +data: "Aruba" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "Austria" +value: "Austria" +data: "Austria" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "Azerbaijan" +value: "Azerbaijan" +data: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "Bahamas" +value: "Bahamas" +data: "Bahamas" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "Bahrain" +value: "Bahrain" +data: "Bahrain" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "Bangladesh" +value: "Bangladesh" +data: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "Barbados" +value: "Barbados" +data: "Barbados" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "Belarus" +value: "Belarus" +data: "Belarus" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "Belgium" +value: "Belgium" +data: "Belgium" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "Belize" +value: "Belize" +data: "Belize" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "Benin" +value: "Benin" +data: "Benin" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "Bermuda" +value: "Bermuda" +data: "Bermuda" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "Bhutan" +value: "Bhutan" +data: "Bhutan" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "Bolivia" +value: "Bolivia" +data: "Bolivia" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "Bosnia Herzegovina" +value: "Bosnia Herzegovina" +data: "Bosnia Herzegovina" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "Botswana" +value: "Botswana" +data: "Botswana" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "Brunei Darussalam" +value: "Brunei Darussalam" +data: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "Bulgaria" +value: "Bulgaria" +data: "Bulgaria" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "Burkina Faso" +value: "Burkina Faso" +data: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "Burundi" +value: "Burundi" +data: "Burundi" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "Cabo Verde" +value: "Cabo Verde" +data: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "Cambodia" +value: "Cambodia" +data: "Cambodia" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "Cameroon" +value: "Cameroon" +data: "Cameroon" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "Central African Rep." +value: "Central African Rep." +data: "Central African Rep." +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "Chad" +value: "Chad" +data: "Chad" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Chile" +value: "Chile" +data: "Chile" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "China, Hong Kong SAR" +value: "China, Hong Kong SAR" +data: "China, Hong Kong SAR" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "China, Macao SAR" +value: "China, Macao SAR" +data: "China, Macao SAR" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "Colombia" +value: "Colombia" +data: "Colombia" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "Comoros" +value: "Comoros" +data: "Comoros" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "Congo" +value: "Congo" +data: "Congo" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "Cook Isds" +value: "Cook Isds" +data: "Cook Isds" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "Costa Rica" +value: "Costa Rica" +data: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "Côte d'Ivoire" +value: "Côte d'Ivoire" +data: "Côte d'Ivoire" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "Croatia" +value: "Croatia" +data: "Croatia" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "Cuba" +value: "Cuba" +data: "Cuba" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "Cyprus" +value: "Cyprus" +data: "Cyprus" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Czech Rep." +value: "Czech Rep." +data: "Czech Rep." +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Dem. Rep. of the Congo" +value: "Dem. Rep. of the Congo" +data: "Dem. Rep. of the Congo" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "Denmark" +value: "Denmark" +data: "Denmark" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "Djibouti" +value: "Djibouti" +data: "Djibouti" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "Dominica" +value: "Dominica" +data: "Dominica" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "Dominican Rep." +value: "Dominican Rep." +data: "Dominican Rep." +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "Ecuador" +value: "Ecuador" +data: "Ecuador" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "Egypt" +value: "Egypt" +data: "Egypt" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "El Salvador" +value: "El Salvador" +data: "El Salvador" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "Eritrea" +value: "Eritrea" +data: "Eritrea" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Estonia" +value: "Estonia" +data: "Estonia" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "Eswatini" +value: "Eswatini" +data: "Eswatini" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "Ethiopia" +value: "Ethiopia" +data: "Ethiopia" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Faeroe Isds" +value: "Faeroe Isds" +data: "Faeroe Isds" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "Fiji" +value: "Fiji" +data: "Fiji" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Finland" +value: "Finland" +data: "Finland" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "France" +value: "France" +data: "France" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "French Guiana" +value: "French Guiana" +data: "French Guiana" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "French Polynesia" +value: "French Polynesia" +data: "French Polynesia" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "FS Micronesia" +value: "FS Micronesia" +data: "FS Micronesia" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "Gabon" +value: "Gabon" +data: "Gabon" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Gambia" +value: "Gambia" +data: "Gambia" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "Germany" +value: "Germany" +data: "Germany" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Ghana" +value: "Ghana" +data: "Ghana" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Greece" +value: "Greece" +data: "Greece" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Greenland" +value: "Greenland" +data: "Greenland" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "Grenada" +value: "Grenada" +data: "Grenada" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Guadeloupe" +value: "Guadeloupe" +data: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Guatemala" +value: "Guatemala" +data: "Guatemala" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "Guinea-Bissau" +value: "Guinea-Bissau" +data: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "Guyana" +value: "Guyana" +data: "Guyana" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "Honduras" +value: "Honduras" +data: "Honduras" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "Hungary" +value: "Hungary" +data: "Hungary" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "Iceland" +value: "Iceland" +data: "Iceland" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "Indonesia" +value: "Indonesia" +data: "Indonesia" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "Iran" +value: "Iran" +data: "Iran" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "Iraq" +value: "Iraq" +data: "Iraq" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "Ireland" +value: "Ireland" +data: "Ireland" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "Israel" +value: "Israel" +data: "Israel" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "Italy" +value: "Italy" +data: "Italy" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "Jamaica" +value: "Jamaica" +data: "Jamaica" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "Jordan" +value: "Jordan" +data: "Jordan" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "Kazakhstan" +value: "Kazakhstan" +data: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "Kenya" +value: "Kenya" +data: "Kenya" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "Kiribati" +value: "Kiribati" +data: "Kiribati" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "Kuwait" +value: "Kuwait" +data: "Kuwait" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "Kyrgyzstan" +value: "Kyrgyzstan" +data: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "Lao People's Dem. Rep." +value: "Lao People's Dem. Rep." +data: "Lao People's Dem. Rep." +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "Latvia" +value: "Latvia" +data: "Latvia" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "Lebanon" +value: "Lebanon" +data: "Lebanon" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "Lesotho" +value: "Lesotho" +data: "Lesotho" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "Libya" +value: "Libya" +data: "Libya" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "Lithuania" +value: "Lithuania" +data: "Lithuania" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "Luxembourg" +value: "Luxembourg" +data: "Luxembourg" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Madagascar" +value: "Madagascar" +data: "Madagascar" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "Malawi" +value: "Malawi" +data: "Malawi" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "Malaysia" +value: "Malaysia" +data: "Malaysia" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "Maldives" +value: "Maldives" +data: "Maldives" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "Mali" +value: "Mali" +data: "Mali" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "Malta" +value: "Malta" +data: "Malta" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "Martinique" +value: "Martinique" +data: "Martinique" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "Mauritania" +value: "Mauritania" +data: "Mauritania" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Mauritius" +value: "Mauritius" +data: "Mauritius" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Mayotte" +value: "Mayotte" +data: "Mayotte" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Mexico" +value: "Mexico" +data: "Mexico" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Mongolia" +value: "Mongolia" +data: "Mongolia" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Montenegro" +value: "Montenegro" +data: "Montenegro" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Montserrat" +value: "Montserrat" +data: "Montserrat" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "Mozambique" +value: "Mozambique" +data: "Mozambique" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "Myanmar" +value: "Myanmar" +data: "Myanmar" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "Namibia" +value: "Namibia" +data: "Namibia" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "Nepal" +value: "Nepal" +data: "Nepal" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "Neth. Antilles" +value: "Neth. Antilles" +data: "Neth. Antilles" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "Netherlands" +value: "Netherlands" +data: "Netherlands" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "New Caledonia" +value: "New Caledonia" +data: "New Caledonia" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "New Zealand" +value: "New Zealand" +data: "New Zealand" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "Nicaragua" +value: "Nicaragua" +data: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "Niger" +value: "Niger" +data: "Niger" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "Nigeria" +value: "Nigeria" +data: "Nigeria" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "North Macedonia" +value: "North Macedonia" +data: "North Macedonia" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "Norway" +value: "Norway" +data: "Norway" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "Oman" +value: "Oman" +data: "Oman" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "Pakistan" +value: "Pakistan" +data: "Pakistan" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "Palau" +value: "Palau" +data: "Palau" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "Panama" +value: "Panama" +data: "Panama" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "Papua New Guinea" +value: "Papua New Guinea" +data: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "Paraguay" +value: "Paraguay" +data: "Paraguay" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "Peru" +value: "Peru" +data: "Peru" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "Philippines" +value: "Philippines" +data: "Philippines" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "Poland" +value: "Poland" +data: "Poland" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "Portugal" +value: "Portugal" +data: "Portugal" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "Rep. of Korea" +value: "Rep. of Korea" +data: "Rep. of Korea" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "Rep. of Moldova" +value: "Rep. of Moldova" +data: "Rep. of Moldova" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "Réunion" +value: "Réunion" +data: "Réunion" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "Romania" +value: "Romania" +data: "Romania" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "Rwanda" +value: "Rwanda" +data: "Rwanda" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "Saint Kitts and Nevis" +value: "Saint Kitts and Nevis" +data: "Saint Kitts and Nevis" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "Saint Lucia" +value: "Saint Lucia" +data: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "Saint Vincent and the Grenadines" +value: "Saint Vincent and the Grenadines" +data: "Saint Vincent and the Grenadines" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "Samoa" +value: "Samoa" +data: "Samoa" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "Sao Tome and Principe" +value: "Sao Tome and Principe" +data: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "Senegal" +value: "Senegal" +data: "Senegal" +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "Serbia" +value: "Serbia" +data: "Serbia" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "Serbia and Montenegro" +value: "Serbia and Montenegro" +data: "Serbia and Montenegro" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "Seychelles" +value: "Seychelles" +data: "Seychelles" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "Sierra Leone" +value: "Sierra Leone" +data: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "Singapore" +value: "Singapore" +data: "Singapore" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "Slovakia" +value: "Slovakia" +data: "Slovakia" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "Slovenia" +value: "Slovenia" +data: "Slovenia" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "So. African Customs Union" +value: "So. African Customs Union" +data: "So. African Customs Union" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "Solomon Isds" +value: "Solomon Isds" +data: "Solomon Isds" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "South Africa" +value: "South Africa" +data: "South Africa" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "Spain" +value: "Spain" +data: "Spain" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "Sri Lanka" +value: "Sri Lanka" +data: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "State of Palestine" +value: "State of Palestine" +data: "State of Palestine" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "Sudan" +value: "Sudan" +data: "Sudan" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "Suriname" +value: "Suriname" +data: "Suriname" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "Sweden" +value: "Sweden" +data: "Sweden" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "Switzerland" +value: "Switzerland" +data: "Switzerland" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "Syria" +value: "Syria" +data: "Syria" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "Tajikistan" +value: "Tajikistan" +data: "Tajikistan" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "TFYR of Macedonia" +value: "TFYR of Macedonia" +data: "TFYR of Macedonia" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "Thailand" +value: "Thailand" +data: "Thailand" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "Timor-Leste" +value: "Timor-Leste" +data: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "Togo" +value: "Togo" +data: "Togo" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "Tonga" +value: "Tonga" +data: "Tonga" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "Trinidad and Tobago" +value: "Trinidad and Tobago" +data: "Trinidad and Tobago" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "Tunisia" +value: "Tunisia" +data: "Tunisia" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "Turkey" +value: "Turkey" +data: "Turkey" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "Turkmenistan" +value: "Turkmenistan" +data: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "Turks and Caicos Isds" +value: "Turks and Caicos Isds" +data: "Turks and Caicos Isds" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "Tuvalu" +value: "Tuvalu" +data: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "Uganda" +value: "Uganda" +data: "Uganda" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "Ukraine" +value: "Ukraine" +data: "Ukraine" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "United Kingdom" +value: "United Kingdom" +data: "United Kingdom" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "United Rep. of Tanzania" +value: "United Rep. of Tanzania" +data: "United Rep. of Tanzania" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "Uruguay" +value: "Uruguay" +data: "Uruguay" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "Uzbekistan" +value: "Uzbekistan" +data: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "Vanuatu" +value: "Vanuatu" +data: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "Venezuela" +value: "Venezuela" +data: "Venezuela" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "Viet Nam" +value: "Viet Nam" +data: "Viet Nam" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "Wallis and Futuna Isds" +value: "Wallis and Futuna Isds" +data: "Wallis and Futuna Isds" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "World" +value: "World" +data: "World" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +label: "Yemen" +value: "Yemen" +data: "Yemen" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "Zambia" +value: "Zambia" +data: "Zambia" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "Zimbabwe" +value: "Zimbabwe" +data: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | false |
data | "China" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3052 -form: Symfony\Component\Form\Form {#2421 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3012 …5} |
full_name | "form[reporter]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_reporter" |
is_selected | Closure($choice, $value) {#2807 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2303 …} } |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reporter" |
placeholder | "Choose an option" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_reporter" |
valid | true |
value | "China" |
tradingpartner
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "USA" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" "World" => "World" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "American Samoa" => "American Samoa" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antarctica" => "Antarctica" "Antigua and Barbuda" => "Antigua and Barbuda" "Area Nes" => "Area Nes" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Asia not elsewhere specified" => "Asia not elsewhere specified" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bolivia, Plurinational State of" => "Bolivia, Plurinational State of" "Bonaire" => "Bonaire" "Bonaire, Saint Eustatius and Saba" => "Bonaire, Saint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Bouvet Island" => "Bouvet Island" "British Virgin Islands" => "British Virgin Islands" "Brunei Darussalam" => "Brunei Darussalam" "Bruner" => "Bruner" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burma" => "Burma" "Burundi" => "Burundi" "Côte d'Ivoire" => "Côte d'Ivoire" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Cape Verde" => "Cape Verde" "Cayman Isds" => "Cayman Isds" "Cayman Islands" => "Cayman Islands" "Central Africa" => "Central Africa" "Central African Rep." => "Central African Rep." "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China Free Trade Zone" => "China Free Trade Zone" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Christmas Isds" => "Christmas Isds" "Cocos Isds" => "Cocos Isds" "Colombia" => "Colombia" "Columbia" => "Columbia" "Comoro" => "Comoro" "Comoros" => "Comoros" "Congo" => "Congo" "Congo, Democratic Republic of the" => "Congo, Democratic Republic of the" "Cook Isds" => "Cook Isds" "Cook Islands" => "Cook Islands" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Cote d’lvoire" => "Cote d’lvoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Curaçao" => "Curaçao" "Curaçao" => "Curaçao" "Cyprus" => "Cyprus" "Czech" => "Czech" "Czech Rep." => "Czech Rep." "Czech Republic" => "Czech Republic" "Czechoslovakia" => "Czechoslovakia" "Dem. People's Rep. of Korea" => "Dem. People's Rep. of Korea" "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Europe Othr. Nes" => "Europe Othr. Nes" "European Union Nes" => "European Union Nes" "Faeroe Isds" => "Faeroe Isds" "Falkland Isds (Malvinas)" => "Falkland Isds (Malvinas)" "Faroe Islands" => "Faroe Islands" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "French Southern and Antarctic Territories" => "French Southern and Antarctic Territories" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Gibraltar" => "Gibraltar" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guam" => "Guam" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Heard Island and McDonald Islands" => "Heard Island and McDonald Islands" "Holland" => "Holland" "Honduras" => "Honduras" "Hong Kong, China" => "Hong Kong, China" "Hong kong,China" => "Hong kong,China" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iran, Islamic Republic of" => "Iran, Islamic Republic of" "Iraq" => "Iraq" "Ireland" => "Ireland" "Islas Canarias" => "Islas Canarias" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kampuchea Cambodia" => "Kampuchea Cambodia" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kirghizstan" => "Kirghizstan" "Kiribati" => "Kiribati" "Korea" => "Korea" "Korea, Democratic People's Republic of" => "Korea, Democratic People's Republic of" "Korea, Republic of" => "Korea, Republic of" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Libya, State of" => "Libya, State of" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Luxemburg" => "Luxemburg" "Macao, China" => "Macao, China" "Macao,China" => "Macao,China" "Macedonia, North" => "Macedonia, North" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Isds" => "Marshall Isds" "Marshall Islands" => "Marshall Islands" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Micronesia, Federated States of" => "Micronesia, Federated States of" "Moldova" => "Moldova" "Moldova, Republic of" => "Moldova, Republic of" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "N. Mariana Isds" => "N. Mariana Isds" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "Netherlands Antilles" => "Netherlands Antilles" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "Niue" => "Niue" "Norfolk Isds" => "Norfolk Isds" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Others" => "Others" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Palestine, State of" => "Palestine, State of" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Pitcairn" => "Pitcairn" "Poland" => "Poland" "Porto Rico" => "Porto Rico" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Republic of the Congo" => "Republic of the Congo" "Republic of the Sudan" => "Republic of the Sudan" "Réunion" => "Réunion" "Reunion Island" => "Reunion Island" "Romania" => "Romania" "Rumania" => "Rumania" "Rwanda" => "Rwanda" "Saint Barthélemy" => "Saint Barthélemy" "Saint Helena" => "Saint Helena" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Maarten" => "Saint Maarten" "Saint Martin" => "Saint Martin" "Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Saint-Barthélemy" => "Saint-Barthélemy" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Ship stores and bunkers" => "Ship stores and bunkers" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Sint Maarten (Dutch part)" => "Sint Maarten (Dutch part)" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon" => "Solomon" "Solomon Isds" => "Solomon Isds" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "South Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Special Categories" => "Special Categories" "Sri Lanka" => "Sri Lanka" "St. Kitts & Nevis" => "St. Kitts & Nevis" "St. Lucia " => "St. Lucia " "St. Vincent and the Grenadines " => "St. Vincent and the Grenadines " "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Surinam" => "Surinam" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Syrian Arab Republic" => "Syrian Arab Republic" "Tadzhikistan" => "Tadzhikistan" "Taipei, Chinese" => "Taipei, Chinese" "Taipei,Chinese" => "Taipei,Chinese" "Taiwan, China" => "Taiwan, China" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Tanzania, United Republic of" => "Tanzania, United Republic of" "Territorial Collectivity of Mayotte" => "Territorial Collectivity of Mayotte" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "The British Virgin Islands " => "The British Virgin Islands " "The Democratic Republic of the Congo" => "The Democratic Republic of the Congo" "The Federated States of Micronesia" => "The Federated States of Micronesia" "The Independent State of Samoa" => "The Independent State of Samoa" "The Lao People's Democratic Republic" => "The Lao People's Democratic Republic" "The people's republic of China" => "The people's republic of China" "The Republic of North Macedonia" => "The Republic of North Macedonia" "The Republic of Serbia" => "The Republic of Serbia" "The Republic of South Sudan" => "The Republic of South Sudan" "The United Kingdom of Great Britain and Northern Ireland" => "The United Kingdom of Great Britain and Northern Ireland" "The United Statesof America" => "The United Statesof America" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tokelau" => "Tokelau" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Turks and Caicos Islands " => "Turks and Caicos Islands " "Tuvalu" => "Tuvalu" "U.S." => "U.S." "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "United States Minor Outlying Islands" => "United States Minor Outlying Islands" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Venezuela, Bolivarian Republic of" => "Venezuela, Bolivarian Republic of" "Viet Nam" => "Viet Nam" "Vietnam" => "Vietnam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "Wallis et Futuna " => "Wallis et Futuna " "Western Sahara" => "Western Sahara" "White Russia" => "White Russia" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
[ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" "World" => "World" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "American Samoa" => "American Samoa" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antarctica" => "Antarctica" "Antigua and Barbuda" => "Antigua and Barbuda" "Area Nes" => "Area Nes" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Asia not elsewhere specified" => "Asia not elsewhere specified" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bolivia, Plurinational State of" => "Bolivia, Plurinational State of" "Bonaire" => "Bonaire" "Bonaire, Saint Eustatius and Saba" => "Bonaire, Saint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Bouvet Island" => "Bouvet Island" "British Virgin Islands" => "British Virgin Islands" "Brunei Darussalam" => "Brunei Darussalam" "Bruner" => "Bruner" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burma" => "Burma" "Burundi" => "Burundi" "Côte d'Ivoire" => "Côte d'Ivoire" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Cape Verde" => "Cape Verde" "Cayman Isds" => "Cayman Isds" "Cayman Islands" => "Cayman Islands" "Central Africa" => "Central Africa" "Central African Rep." => "Central African Rep." "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China Free Trade Zone" => "China Free Trade Zone" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Christmas Isds" => "Christmas Isds" "Cocos Isds" => "Cocos Isds" "Colombia" => "Colombia" "Columbia" => "Columbia" "Comoro" => "Comoro" "Comoros" => "Comoros" "Congo" => "Congo" "Congo, Democratic Republic of the" => "Congo, Democratic Republic of the" "Cook Isds" => "Cook Isds" "Cook Islands" => "Cook Islands" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Cote d’lvoire" => "Cote d’lvoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Curaçao" => "Curaçao" "Curaçao" => "Curaçao" "Cyprus" => "Cyprus" "Czech" => "Czech" "Czech Rep." => "Czech Rep." "Czech Republic" => "Czech Republic" "Czechoslovakia" => "Czechoslovakia" "Dem. People's Rep. of Korea" => "Dem. People's Rep. of Korea" "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Europe Othr. Nes" => "Europe Othr. Nes" "European Union Nes" => "European Union Nes" "Faeroe Isds" => "Faeroe Isds" "Falkland Isds (Malvinas)" => "Falkland Isds (Malvinas)" "Faroe Islands" => "Faroe Islands" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "French Southern and Antarctic Territories" => "French Southern and Antarctic Territories" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Gibraltar" => "Gibraltar" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guam" => "Guam" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Heard Island and McDonald Islands" => "Heard Island and McDonald Islands" "Holland" => "Holland" "Honduras" => "Honduras" "Hong Kong, China" => "Hong Kong, China" "Hong kong,China" => "Hong kong,China" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iran, Islamic Republic of" => "Iran, Islamic Republic of" "Iraq" => "Iraq" "Ireland" => "Ireland" "Islas Canarias" => "Islas Canarias" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kampuchea Cambodia" => "Kampuchea Cambodia" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kirghizstan" => "Kirghizstan" "Kiribati" => "Kiribati" "Korea" => "Korea" "Korea, Democratic People's Republic of" => "Korea, Democratic People's Republic of" "Korea, Republic of" => "Korea, Republic of" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Libya, State of" => "Libya, State of" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Luxemburg" => "Luxemburg" "Macao, China" => "Macao, China" "Macao,China" => "Macao,China" "Macedonia, North" => "Macedonia, North" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Isds" => "Marshall Isds" "Marshall Islands" => "Marshall Islands" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Micronesia, Federated States of" => "Micronesia, Federated States of" "Moldova" => "Moldova" "Moldova, Republic of" => "Moldova, Republic of" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "N. Mariana Isds" => "N. Mariana Isds" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "Netherlands Antilles" => "Netherlands Antilles" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "Niue" => "Niue" "Norfolk Isds" => "Norfolk Isds" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Others" => "Others" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Palestine, State of" => "Palestine, State of" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Pitcairn" => "Pitcairn" "Poland" => "Poland" "Porto Rico" => "Porto Rico" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Republic of the Congo" => "Republic of the Congo" "Republic of the Sudan" => "Republic of the Sudan" "Réunion" => "Réunion" "Reunion Island" => "Reunion Island" "Romania" => "Romania" "Rumania" => "Rumania" "Rwanda" => "Rwanda" "Saint Barthélemy" => "Saint Barthélemy" "Saint Helena" => "Saint Helena" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Maarten" => "Saint Maarten" "Saint Martin" => "Saint Martin" "Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Saint-Barthélemy" => "Saint-Barthélemy" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Ship stores and bunkers" => "Ship stores and bunkers" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Sint Maarten (Dutch part)" => "Sint Maarten (Dutch part)" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon" => "Solomon" "Solomon Isds" => "Solomon Isds" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "South Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Special Categories" => "Special Categories" "Sri Lanka" => "Sri Lanka" "St. Kitts & Nevis" => "St. Kitts & Nevis" "St. Lucia " => "St. Lucia " "St. Vincent and the Grenadines " => "St. Vincent and the Grenadines " "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Surinam" => "Surinam" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Syrian Arab Republic" => "Syrian Arab Republic" "Tadzhikistan" => "Tadzhikistan" "Taipei, Chinese" => "Taipei, Chinese" "Taipei,Chinese" => "Taipei,Chinese" "Taiwan, China" => "Taiwan, China" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Tanzania, United Republic of" => "Tanzania, United Republic of" "Territorial Collectivity of Mayotte" => "Territorial Collectivity of Mayotte" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "The British Virgin Islands " => "The British Virgin Islands " "The Democratic Republic of the Congo" => "The Democratic Republic of the Congo" "The Federated States of Micronesia" => "The Federated States of Micronesia" "The Independent State of Samoa" => "The Independent State of Samoa" "The Lao People's Democratic Republic" => "The Lao People's Democratic Republic" "The people's republic of China" => "The people's republic of China" "The Republic of North Macedonia" => "The Republic of North Macedonia" "The Republic of Serbia" => "The Republic of Serbia" "The Republic of South Sudan" => "The Republic of South Sudan" "The United Kingdom of Great Britain and Northern Ireland" => "The United Kingdom of Great Britain and Northern Ireland" "The United Statesof America" => "The United Statesof America" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tokelau" => "Tokelau" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Turks and Caicos Islands " => "Turks and Caicos Islands " "Tuvalu" => "Tuvalu" "U.S." => "U.S." "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "United States Minor Outlying Islands" => "United States Minor Outlying Islands" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Venezuela, Bolivarian Republic of" => "Venezuela, Bolivarian Republic of" "Viet Nam" => "Viet Nam" "Vietnam" => "Vietnam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "Wallis et Futuna " => "Wallis et Futuna " "Western Sahara" => "Western Sahara" "White Russia" => "White Russia" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
data | "USA" |
same as passed value |
label | "Trading Partner" |
same as passed value |
placeholder | "Choose an option" |
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 | [ "most relevant" => [ "Australia" => "Australia" "Brazil" => "Brazil" "Canada" => "Canada" "China" => "China" "EU-28" => "EU-28" "Guinea" => "Guinea" "India" => "India" "Japan" => "Japan" "Qatar" => "Qatar" "Russian Federation" => "Russian Federation" "Saudi Arabia" => "Saudi Arabia" "United Arab Emirates" => "United Arab Emirates" "USA" => "USA" "World" => "World" ] "alphabetically" => [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "American Samoa" => "American Samoa" "Andorra" => "Andorra" "Angola" => "Angola" "Anguilla" => "Anguilla" "Antarctica" => "Antarctica" "Antigua and Barbuda" => "Antigua and Barbuda" "Area Nes" => "Area Nes" "Argentina" => "Argentina" "Armenia" => "Armenia" "Aruba" => "Aruba" "Asia not elsewhere specified" => "Asia not elsewhere specified" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bermuda" => "Bermuda" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bolivia, Plurinational State of" => "Bolivia, Plurinational State of" "Bonaire" => "Bonaire" "Bonaire, Saint Eustatius and Saba" => "Bonaire, Saint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Bosnia Herzegovina" => "Bosnia Herzegovina" "Botswana" => "Botswana" "Bouvet Island" => "Bouvet Island" "British Virgin Islands" => "British Virgin Islands" "Brunei Darussalam" => "Brunei Darussalam" "Bruner" => "Bruner" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burma" => "Burma" "Burundi" => "Burundi" "Côte d'Ivoire" => "Côte d'Ivoire" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Cape Verde" => "Cape Verde" "Cayman Isds" => "Cayman Isds" "Cayman Islands" => "Cayman Islands" "Central Africa" => "Central Africa" "Central African Rep." => "Central African Rep." "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China Free Trade Zone" => "China Free Trade Zone" "China, Hong Kong SAR" => "China, Hong Kong SAR" "China, Macao SAR" => "China, Macao SAR" "Christmas Isds" => "Christmas Isds" "Cocos Isds" => "Cocos Isds" "Colombia" => "Colombia" "Columbia" => "Columbia" "Comoro" => "Comoro" "Comoros" => "Comoros" "Congo" => "Congo" "Congo, Democratic Republic of the" => "Congo, Democratic Republic of the" "Cook Isds" => "Cook Isds" "Cook Islands" => "Cook Islands" "Costa Rica" => "Costa Rica" "Côte d'Ivoire" => "Côte d'Ivoire" "Cote d’lvoire" => "Cote d’lvoire" "Croatia" => "Croatia" "Cuba" => "Cuba" "Curaçao" => "Curaçao" "Curaçao" => "Curaçao" "Cyprus" => "Cyprus" "Czech" => "Czech" "Czech Rep." => "Czech Rep." "Czech Republic" => "Czech Republic" "Czechoslovakia" => "Czechoslovakia" "Dem. People's Rep. of Korea" => "Dem. People's Rep. of Korea" "Dem. Rep. of the Congo" => "Dem. Rep. of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Rep." => "Dominican Rep." "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Europe Othr. Nes" => "Europe Othr. Nes" "European Union Nes" => "European Union Nes" "Faeroe Isds" => "Faeroe Isds" "Falkland Isds (Malvinas)" => "Falkland Isds (Malvinas)" "Faroe Islands" => "Faroe Islands" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "French Guiana" => "French Guiana" "French Polynesia" => "French Polynesia" "French Southern and Antarctic Territories" => "French Southern and Antarctic Territories" "FS Micronesia" => "FS Micronesia" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Gibraltar" => "Gibraltar" "Greece" => "Greece" "Greenland" => "Greenland" "Grenada" => "Grenada" "Guadeloupe" => "Guadeloupe" "Guam" => "Guam" "Guatemala" => "Guatemala" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Heard Island and McDonald Islands" => "Heard Island and McDonald Islands" "Holland" => "Holland" "Honduras" => "Honduras" "Hong Kong, China" => "Hong Kong, China" "Hong kong,China" => "Hong kong,China" "Hungary" => "Hungary" "Iceland" => "Iceland" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iran, Islamic Republic of" => "Iran, Islamic Republic of" "Iraq" => "Iraq" "Ireland" => "Ireland" "Islas Canarias" => "Islas Canarias" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Jordan" => "Jordan" "Kampuchea Cambodia" => "Kampuchea Cambodia" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kirghizstan" => "Kirghizstan" "Kiribati" => "Kiribati" "Korea" => "Korea" "Korea, Democratic People's Republic of" => "Korea, Democratic People's Republic of" "Korea, Republic of" => "Korea, Republic of" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Lao People's Dem. Rep." => "Lao People's Dem. Rep." "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Libya, State of" => "Libya, State of" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Luxemburg" => "Luxemburg" "Macao, China" => "Macao, China" "Macao,China" => "Macao,China" "Macedonia, North" => "Macedonia, North" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Isds" => "Marshall Isds" "Marshall Islands" => "Marshall Islands" "Martinique" => "Martinique" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mayotte" => "Mayotte" "Mexico" => "Mexico" "Micronesia, Federated States of" => "Micronesia, Federated States of" "Moldova" => "Moldova" "Moldova, Republic of" => "Moldova, Republic of" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Montserrat" => "Montserrat" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "N. Mariana Isds" => "N. Mariana Isds" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Neth. Antilles" => "Neth. Antilles" "Netherlands" => "Netherlands" "Netherlands Antilles" => "Netherlands Antilles" "New Caledonia" => "New Caledonia" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "Niue" => "Niue" "Norfolk Isds" => "Norfolk Isds" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Others" => "Others" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Palestine, State of" => "Palestine, State of" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Pitcairn" => "Pitcairn" "Poland" => "Poland" "Porto Rico" => "Porto Rico" "Portugal" => "Portugal" "Rep. of Korea" => "Rep. of Korea" "Rep. of Moldova" => "Rep. of Moldova" "Republic of the Congo" => "Republic of the Congo" "Republic of the Sudan" => "Republic of the Sudan" "Réunion" => "Réunion" "Reunion Island" => "Reunion Island" "Romania" => "Romania" "Rumania" => "Rumania" "Rwanda" => "Rwanda" "Saint Barthélemy" => "Saint Barthélemy" "Saint Helena" => "Saint Helena" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Maarten" => "Saint Maarten" "Saint Martin" => "Saint Martin" "Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Saint-Barthélemy" => "Saint-Barthélemy" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Senegal" => "Senegal" "Serbia" => "Serbia" "Serbia and Montenegro" => "Serbia and Montenegro" "Seychelles" => "Seychelles" "Ship stores and bunkers" => "Ship stores and bunkers" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Sint Maarten (Dutch part)" => "Sint Maarten (Dutch part)" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "So. African Customs Union" => "So. African Customs Union" "Solomon" => "Solomon" "Solomon Isds" => "Solomon Isds" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "South Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Special Categories" => "Special Categories" "Sri Lanka" => "Sri Lanka" "St. Kitts & Nevis" => "St. Kitts & Nevis" "St. Lucia " => "St. Lucia " "St. Vincent and the Grenadines " => "St. Vincent and the Grenadines " "State of Palestine" => "State of Palestine" "Sudan" => "Sudan" "Surinam" => "Surinam" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Syrian Arab Republic" => "Syrian Arab Republic" "Tadzhikistan" => "Tadzhikistan" "Taipei, Chinese" => "Taipei, Chinese" "Taipei,Chinese" => "Taipei,Chinese" "Taiwan, China" => "Taiwan, China" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Tanzania, United Republic of" => "Tanzania, United Republic of" "Territorial Collectivity of Mayotte" => "Territorial Collectivity of Mayotte" "TFYR of Macedonia" => "TFYR of Macedonia" "Thailand" => "Thailand" "The British Virgin Islands " => "The British Virgin Islands " "The Democratic Republic of the Congo" => "The Democratic Republic of the Congo" "The Federated States of Micronesia" => "The Federated States of Micronesia" "The Independent State of Samoa" => "The Independent State of Samoa" "The Lao People's Democratic Republic" => "The Lao People's Democratic Republic" "The people's republic of China" => "The people's republic of China" "The Republic of North Macedonia" => "The Republic of North Macedonia" "The Republic of Serbia" => "The Republic of Serbia" "The Republic of South Sudan" => "The Republic of South Sudan" "The United Kingdom of Great Britain and Northern Ireland" => "The United Kingdom of Great Britain and Northern Ireland" "The United Statesof America" => "The United Statesof America" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tokelau" => "Tokelau" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Turks and Caicos Isds" => "Turks and Caicos Isds" "Turks and Caicos Islands " => "Turks and Caicos Islands " "Tuvalu" => "Tuvalu" "U.S." => "U.S." "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Kingdom" => "United Kingdom" "United Rep. of Tanzania" => "United Rep. of Tanzania" "United States Minor Outlying Islands" => "United States Minor Outlying Islands" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Venezuela" => "Venezuela" "Venezuela, Bolivarian Republic of" => "Venezuela, Bolivarian Republic of" "Viet Nam" => "Viet Nam" "Vietnam" => "Vietnam" "Wallis and Futuna Isds" => "Wallis and Futuna Isds" "Wallis et Futuna " => "Wallis et Futuna " "Western Sahara" => "Western Sahara" "White Russia" => "White Russia" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | "USA" |
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 | "Trading Partner" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choose an option" |
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() {#2336 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2335 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_tradingpartner" ] |
cache_key | "_form_tradingpartner_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ "most relevant" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2790 +label: "most relevant" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "Australia" +value: "Australia" +data: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "Brazil" +value: "Brazil" +data: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "Canada" +value: "Canada" +data: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "EU-28" +value: "EU-28" +data: "EU-28" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +label: "Guinea" +value: "Guinea" +data: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "India" +value: "India" +data: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +label: "Japan" +value: "Japan" +data: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +label: "Qatar" +value: "Qatar" +data: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "Russian Federation" +value: "Russian Federation" +data: "Russian Federation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +label: "Saudi Arabia" +value: "Saudi Arabia" +data: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +label: "United Arab Emirates" +value: "United Arab Emirates" +data: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "USA" +value: "USA" +data: "USA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +label: "World" +value: "World" +data: "World" +attr: [] +labelTranslationParameters: [] } ] } "alphabetically" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3280 +label: "alphabetically" +choices: [ 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +label: "Afghanistan" +value: "Afghanistan" +data: "Afghanistan" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2788 +label: "Albania" +value: "Albania" +data: "Albania" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +label: "Algeria" +value: "Algeria" +data: "Algeria" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2786 +label: "American Samoa" +value: "American Samoa" +data: "American Samoa" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2785 +label: "Andorra" +value: "Andorra" +data: "Andorra" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2784 +label: "Angola" +value: "Angola" +data: "Angola" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2783 +label: "Anguilla" +value: "Anguilla" +data: "Anguilla" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2782 +label: "Antarctica" +value: "Antarctica" +data: "Antarctica" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2781 +label: "Antigua and Barbuda" +value: "Antigua and Barbuda" +data: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2780 +label: "Area Nes" +value: "Area Nes" +data: "Area Nes" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "Argentina" +value: "Argentina" +data: "Argentina" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2778 +label: "Armenia" +value: "Armenia" +data: "Armenia" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2777 +label: "Aruba" +value: "Aruba" +data: "Aruba" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "Asia not elsewhere specified" +value: "Asia not elsewhere specified" +data: "Asia not elsewhere specified" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +label: "Austria" +value: "Austria" +data: "Austria" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +label: "Azerbaijan" +value: "Azerbaijan" +data: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2773 +label: "Bahamas" +value: "Bahamas" +data: "Bahamas" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "Bahrain" +value: "Bahrain" +data: "Bahrain" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "Bangladesh" +value: "Bangladesh" +data: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "Barbados" +value: "Barbados" +data: "Barbados" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "Belarus" +value: "Belarus" +data: "Belarus" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "Belgium" +value: "Belgium" +data: "Belgium" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "Belize" +value: "Belize" +data: "Belize" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "Benin" +value: "Benin" +data: "Benin" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "Bermuda" +value: "Bermuda" +data: "Bermuda" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "Bhutan" +value: "Bhutan" +data: "Bhutan" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "Bolivia" +value: "Bolivia" +data: "Bolivia" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "Bolivia, Plurinational State of" +value: "Bolivia, Plurinational State of" +data: "Bolivia, Plurinational State of" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "Bonaire" +value: "Bonaire" +data: "Bonaire" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "Bonaire, Saint Eustatius and Saba" +value: "Bonaire, Saint Eustatius and Saba" +data: "Bonaire, Saint Eustatius and Saba" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "Bosnia and Herzegovina" +value: "Bosnia and Herzegovina" +data: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "Bosnia Herzegovina" +value: "Bosnia Herzegovina" +data: "Bosnia Herzegovina" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "Botswana" +value: "Botswana" +data: "Botswana" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "Bouvet Island" +value: "Bouvet Island" +data: "Bouvet Island" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "British Virgin Islands" +value: "British Virgin Islands" +data: "British Virgin Islands" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "Brunei Darussalam" +value: "Brunei Darussalam" +data: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "Bruner" +value: "Bruner" +data: "Bruner" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "Bulgaria" +value: "Bulgaria" +data: "Bulgaria" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "Burkina Faso" +value: "Burkina Faso" +data: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "Burma" +value: "Burma" +data: "Burma" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "Burundi" +value: "Burundi" +data: "Burundi" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "Côte d'Ivoire" +value: "Côte d'Ivoire" +data: "Côte d'Ivoire" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "Cabo Verde" +value: "Cabo Verde" +data: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "Cambodia" +value: "Cambodia" +data: "Cambodia" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +label: "Cameroon" +value: "Cameroon" +data: "Cameroon" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "Cape Verde" +value: "Cape Verde" +data: "Cape Verde" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "Cayman Isds" +value: "Cayman Isds" +data: "Cayman Isds" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +label: "Cayman Islands" +value: "Cayman Islands" +data: "Cayman Islands" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "Central Africa" +value: "Central Africa" +data: "Central Africa" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +label: "Central African Rep." +value: "Central African Rep." +data: "Central African Rep." +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +label: "Central African Republic" +value: "Central African Republic" +data: "Central African Republic" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +label: "Chad" +value: "Chad" +data: "Chad" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +label: "Chile" +value: "Chile" +data: "Chile" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "China Free Trade Zone" +value: "China Free Trade Zone" +data: "China Free Trade Zone" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "China, Hong Kong SAR" +value: "China, Hong Kong SAR" +data: "China, Hong Kong SAR" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +label: "China, Macao SAR" +value: "China, Macao SAR" +data: "China, Macao SAR" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "Christmas Isds" +value: "Christmas Isds" +data: "Christmas Isds" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "Cocos Isds" +value: "Cocos Isds" +data: "Cocos Isds" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "Colombia" +value: "Colombia" +data: "Colombia" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "Columbia" +value: "Columbia" +data: "Columbia" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "Comoro" +value: "Comoro" +data: "Comoro" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "Comoros" +value: "Comoros" +data: "Comoros" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "Congo" +value: "Congo" +data: "Congo" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "Congo, Democratic Republic of the" +value: "Congo, Democratic Republic of the" +data: "Congo, Democratic Republic of the" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "Cook Isds" +value: "Cook Isds" +data: "Cook Isds" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "Cook Islands" +value: "Cook Islands" +data: "Cook Islands" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "Costa Rica" +value: "Costa Rica" +data: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "Côte d'Ivoire" +value: "Côte d'Ivoire" +data: "Côte d'Ivoire" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "Cote d’lvoire" +value: "Cote d’lvoire" +data: "Cote d’lvoire" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "Croatia" +value: "Croatia" +data: "Croatia" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "Cuba" +value: "Cuba" +data: "Cuba" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "Curaçao" +value: "Curaçao" +data: "Curaçao" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "Curaçao" +value: "Curaçao" +data: "Curaçao" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "Cyprus" +value: "Cyprus" +data: "Cyprus" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "Czech" +value: "Czech" +data: "Czech" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "Czech Rep." +value: "Czech Rep." +data: "Czech Rep." +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "Czech Republic" +value: "Czech Republic" +data: "Czech Republic" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "Czechoslovakia" +value: "Czechoslovakia" +data: "Czechoslovakia" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "Dem. People's Rep. of Korea" +value: "Dem. People's Rep. of Korea" +data: "Dem. People's Rep. of Korea" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "Dem. Rep. of the Congo" +value: "Dem. Rep. of the Congo" +data: "Dem. Rep. of the Congo" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "Denmark" +value: "Denmark" +data: "Denmark" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "Djibouti" +value: "Djibouti" +data: "Djibouti" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "Dominica" +value: "Dominica" +data: "Dominica" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "Dominican Rep." +value: "Dominican Rep." +data: "Dominican Rep." +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "Dominican Republic" +value: "Dominican Republic" +data: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "East Timor" +value: "East Timor" +data: "East Timor" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "Ecuador" +value: "Ecuador" +data: "Ecuador" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "Egypt" +value: "Egypt" +data: "Egypt" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "El Salvador" +value: "El Salvador" +data: "El Salvador" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "Equatorial Guinea" +value: "Equatorial Guinea" +data: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "Eritrea" +value: "Eritrea" +data: "Eritrea" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Estonia" +value: "Estonia" +data: "Estonia" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "Eswatini" +value: "Eswatini" +data: "Eswatini" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "Ethiopia" +value: "Ethiopia" +data: "Ethiopia" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "Europe Othr. Nes" +value: "Europe Othr. Nes" +data: "Europe Othr. Nes" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "European Union Nes" +value: "European Union Nes" +data: "European Union Nes" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Faeroe Isds" +value: "Faeroe Isds" +data: "Faeroe Isds" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Falkland Isds (Malvinas)" +value: "Falkland Isds (Malvinas)" +data: "Falkland Isds (Malvinas)" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Faroe Islands" +value: "Faroe Islands" +data: "Faroe Islands" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "Fiji" +value: "Fiji" +data: "Fiji" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Finland" +value: "Finland" +data: "Finland" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "France" +value: "France" +data: "France" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "French Guiana" +value: "French Guiana" +data: "French Guiana" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "French Polynesia" +value: "French Polynesia" +data: "French Polynesia" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "French Southern and Antarctic Territories" +value: "French Southern and Antarctic Territories" +data: "French Southern and Antarctic Territories" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3065 +label: "FS Micronesia" +value: "FS Micronesia" +data: "FS Micronesia" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3063 +label: "Gabon" +value: "Gabon" +data: "Gabon" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3061 +label: "Gambia" +value: "Gambia" +data: "Gambia" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3060 +label: "Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3066 +label: "Germany" +value: "Germany" +data: "Germany" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3064 +label: "Ghana" +value: "Ghana" +data: "Ghana" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3059 +label: "Gibraltar" +value: "Gibraltar" +data: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3067 +label: "Greece" +value: "Greece" +data: "Greece" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3068 +label: "Greenland" +value: "Greenland" +data: "Greenland" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "Grenada" +value: "Grenada" +data: "Grenada" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3070 +label: "Guadeloupe" +value: "Guadeloupe" +data: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +label: "Guam" +value: "Guam" +data: "Guam" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3072 +label: "Guatemala" +value: "Guatemala" +data: "Guatemala" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +label: "Guinea-Bissau" +value: "Guinea-Bissau" +data: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3074 +label: "Guyana" +value: "Guyana" +data: "Guyana" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "Haiti" +value: "Haiti" +data: "Haiti" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "Heard Island and McDonald Islands" +value: "Heard Island and McDonald Islands" +data: "Heard Island and McDonald Islands" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "Holland" +value: "Holland" +data: "Holland" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "Honduras" +value: "Honduras" +data: "Honduras" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "Hong Kong, China" +value: "Hong Kong, China" +data: "Hong Kong, China" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3080 +label: "Hong kong,China" +value: "Hong kong,China" +data: "Hong kong,China" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "Hungary" +value: "Hungary" +data: "Hungary" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Iceland" +value: "Iceland" +data: "Iceland" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "Indonesia" +value: "Indonesia" +data: "Indonesia" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "Iran" +value: "Iran" +data: "Iran" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3085 +label: "Iran, Islamic Republic of" +value: "Iran, Islamic Republic of" +data: "Iran, Islamic Republic of" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "Iraq" +value: "Iraq" +data: "Iraq" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "Ireland" +value: "Ireland" +data: "Ireland" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "Islas Canarias" +value: "Islas Canarias" +data: "Islas Canarias" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "Israel" +value: "Israel" +data: "Israel" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "Italy" +value: "Italy" +data: "Italy" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "Jamaica" +value: "Jamaica" +data: "Jamaica" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "Jordan" +value: "Jordan" +data: "Jordan" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "Kampuchea Cambodia" +value: "Kampuchea Cambodia" +data: "Kampuchea Cambodia" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "Kazakhstan" +value: "Kazakhstan" +data: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "Kenya" +value: "Kenya" +data: "Kenya" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "Kirghizstan" +value: "Kirghizstan" +data: "Kirghizstan" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "Kiribati" +value: "Kiribati" +data: "Kiribati" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Korea" +value: "Korea" +data: "Korea" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "Korea, Democratic People's Republic of" +value: "Korea, Democratic People's Republic of" +data: "Korea, Democratic People's Republic of" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "Korea, Republic of" +value: "Korea, Republic of" +data: "Korea, Republic of" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "Kuwait" +value: "Kuwait" +data: "Kuwait" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "Kyrgyzstan" +value: "Kyrgyzstan" +data: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +label: "Lao People's Dem. Rep." +value: "Lao People's Dem. Rep." +data: "Lao People's Dem. Rep." +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3104 +label: "Latvia" +value: "Latvia" +data: "Latvia" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3105 +label: "Lebanon" +value: "Lebanon" +data: "Lebanon" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3115 +label: "Lesotho" +value: "Lesotho" +data: "Lesotho" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3111 +label: "Liberia" +value: "Liberia" +data: "Liberia" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3110 +label: "Libya" +value: "Libya" +data: "Libya" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3109 +label: "Libya, State of" +value: "Libya, State of" +data: "Libya, State of" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3114 +label: "Liechtenstein" +value: "Liechtenstein" +data: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3112 +label: "Lithuania" +value: "Lithuania" +data: "Lithuania" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3116 +label: "Luxembourg" +value: "Luxembourg" +data: "Luxembourg" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3117 +label: "Luxemburg" +value: "Luxemburg" +data: "Luxemburg" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3118 +label: "Macao, China" +value: "Macao, China" +data: "Macao, China" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3119 +label: "Macao,China" +value: "Macao,China" +data: "Macao,China" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3120 +label: "Macedonia, North" +value: "Macedonia, North" +data: "Macedonia, North" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3121 +label: "Madagascar" +value: "Madagascar" +data: "Madagascar" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3122 +label: "Malawi" +value: "Malawi" +data: "Malawi" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3123 +label: "Malaysia" +value: "Malaysia" +data: "Malaysia" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3124 +label: "Maldives" +value: "Maldives" +data: "Maldives" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3125 +label: "Mali" +value: "Mali" +data: "Mali" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3126 +label: "Malta" +value: "Malta" +data: "Malta" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3127 +label: "Marshall Isds" +value: "Marshall Isds" +data: "Marshall Isds" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3128 +label: "Marshall Islands" +value: "Marshall Islands" +data: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3129 +label: "Martinique" +value: "Martinique" +data: "Martinique" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3130 +label: "Mauritania" +value: "Mauritania" +data: "Mauritania" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3131 +label: "Mauritius" +value: "Mauritius" +data: "Mauritius" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3132 +label: "Mayotte" +value: "Mayotte" +data: "Mayotte" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3133 +label: "Mexico" +value: "Mexico" +data: "Mexico" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3134 +label: "Micronesia, Federated States of" +value: "Micronesia, Federated States of" +data: "Micronesia, Federated States of" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3135 +label: "Moldova" +value: "Moldova" +data: "Moldova" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3136 +label: "Moldova, Republic of" +value: "Moldova, Republic of" +data: "Moldova, Republic of" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3137 +label: "Mongolia" +value: "Mongolia" +data: "Mongolia" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3138 +label: "Montenegro" +value: "Montenegro" +data: "Montenegro" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3139 +label: "Montserrat" +value: "Montserrat" +data: "Montserrat" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3140 +label: "Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3141 +label: "Mozambique" +value: "Mozambique" +data: "Mozambique" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3142 +label: "Myanmar" +value: "Myanmar" +data: "Myanmar" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3143 +label: "N. Mariana Isds" +value: "N. Mariana Isds" +data: "N. Mariana Isds" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3144 +label: "Namibia" +value: "Namibia" +data: "Namibia" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3145 +label: "Nauru" +value: "Nauru" +data: "Nauru" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3146 +label: "Nepal" +value: "Nepal" +data: "Nepal" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3147 +label: "Neth. Antilles" +value: "Neth. Antilles" +data: "Neth. Antilles" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +label: "Netherlands" +value: "Netherlands" +data: "Netherlands" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +label: "Netherlands Antilles" +value: "Netherlands Antilles" +data: "Netherlands Antilles" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3150 +label: "New Caledonia" +value: "New Caledonia" +data: "New Caledonia" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +label: "New Zealand" +value: "New Zealand" +data: "New Zealand" +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3152 +label: "Nicaragua" +value: "Nicaragua" +data: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +label: "Niger" +value: "Niger" +data: "Niger" +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +label: "Nigeria" +value: "Nigeria" +data: "Nigeria" +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "Niue" +value: "Niue" +data: "Niue" +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "Norfolk Isds" +value: "Norfolk Isds" +data: "Norfolk Isds" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +label: "North Macedonia" +value: "North Macedonia" +data: "North Macedonia" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "Norway" +value: "Norway" +data: "Norway" +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +label: "Oman" +value: "Oman" +data: "Oman" +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "Others" +value: "Others" +data: "Others" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "Pakistan" +value: "Pakistan" +data: "Pakistan" +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "Palau" +value: "Palau" +data: "Palau" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "Palestine" +value: "Palestine" +data: "Palestine" +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "Palestine, State of" +value: "Palestine, State of" +data: "Palestine, State of" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "Panama" +value: "Panama" +data: "Panama" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "Papua New Guinea" +value: "Papua New Guinea" +data: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "Paraguay" +value: "Paraguay" +data: "Paraguay" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "Peru" +value: "Peru" +data: "Peru" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "Philippines" +value: "Philippines" +data: "Philippines" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "Pitcairn" +value: "Pitcairn" +data: "Pitcairn" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "Poland" +value: "Poland" +data: "Poland" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "Porto Rico" +value: "Porto Rico" +data: "Porto Rico" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "Portugal" +value: "Portugal" +data: "Portugal" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "Rep. of Korea" +value: "Rep. of Korea" +data: "Rep. of Korea" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "Rep. of Moldova" +value: "Rep. of Moldova" +data: "Rep. of Moldova" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +label: "Republic of the Congo" +value: "Republic of the Congo" +data: "Republic of the Congo" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "Republic of the Sudan" +value: "Republic of the Sudan" +data: "Republic of the Sudan" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "Réunion" +value: "Réunion" +data: "Réunion" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "Reunion Island" +value: "Reunion Island" +data: "Reunion Island" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "Romania" +value: "Romania" +data: "Romania" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "Rumania" +value: "Rumania" +data: "Rumania" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "Rwanda" +value: "Rwanda" +data: "Rwanda" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "Saint Barthélemy" +value: "Saint Barthélemy" +data: "Saint Barthélemy" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "Saint Helena" +value: "Saint Helena" +data: "Saint Helena" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "Saint Kitts and Nevis" +value: "Saint Kitts and Nevis" +data: "Saint Kitts and Nevis" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "Saint Lucia" +value: "Saint Lucia" +data: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "Saint Maarten" +value: "Saint Maarten" +data: "Saint Maarten" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "Saint Martin" +value: "Saint Martin" +data: "Saint Martin" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "Saint Pierre and Miquelon" +value: "Saint Pierre and Miquelon" +data: "Saint Pierre and Miquelon" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "Saint Vincent and the Grenadines" +value: "Saint Vincent and the Grenadines" +data: "Saint Vincent and the Grenadines" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "Saint-Barthélemy" +value: "Saint-Barthélemy" +data: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "Samoa" +value: "Samoa" +data: "Samoa" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "San Marino" +value: "San Marino" +data: "San Marino" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +label: "Sao Tome and Principe" +value: "Sao Tome and Principe" +data: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "Senegal" +value: "Senegal" +data: "Senegal" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "Serbia" +value: "Serbia" +data: "Serbia" +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "Serbia and Montenegro" +value: "Serbia and Montenegro" +data: "Serbia and Montenegro" +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "Seychelles" +value: "Seychelles" +data: "Seychelles" +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "Ship stores and bunkers" +value: "Ship stores and bunkers" +data: "Ship stores and bunkers" +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "Sierra Leone" +value: "Sierra Leone" +data: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "Singapore" +value: "Singapore" +data: "Singapore" +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "Sint Maarten (Dutch part)" +value: "Sint Maarten (Dutch part)" +data: "Sint Maarten (Dutch part)" +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "Slovakia" +value: "Slovakia" +data: "Slovakia" +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "Slovenia" +value: "Slovenia" +data: "Slovenia" +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "So. African Customs Union" +value: "So. African Customs Union" +data: "So. African Customs Union" +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "Solomon" +value: "Solomon" +data: "Solomon" +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "Solomon Isds" +value: "Solomon Isds" +data: "Solomon Isds" +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "Somalia" +value: "Somalia" +data: "Somalia" +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "South Africa" +value: "South Africa" +data: "South Africa" +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "South Georgia and the South Sandwich Islands" +value: "South Georgia and the South Sandwich Islands" +data: "South Georgia and the South Sandwich Islands" +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "South Korea" +value: "South Korea" +data: "South Korea" +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "South Sudan" +value: "South Sudan" +data: "South Sudan" +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "Spain" +value: "Spain" +data: "Spain" +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "Special Categories" +value: "Special Categories" +data: "Special Categories" +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "Sri Lanka" +value: "Sri Lanka" +data: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "St. Kitts & Nevis" +value: "St. Kitts & Nevis" +data: "St. Kitts & Nevis" +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "St. Lucia " +value: "St. Lucia " +data: "St. Lucia " +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "St. Vincent and the Grenadines " +value: "St. Vincent and the Grenadines " +data: "St. Vincent and the Grenadines " +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3219 +label: "State of Palestine" +value: "State of Palestine" +data: "State of Palestine" +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +label: "Sudan" +value: "Sudan" +data: "Sudan" +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3221 +label: "Surinam" +value: "Surinam" +data: "Surinam" +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "Suriname" +value: "Suriname" +data: "Suriname" +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "Swaziland" +value: "Swaziland" +data: "Swaziland" +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "Sweden" +value: "Sweden" +data: "Sweden" +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3225 +label: "Switzerland" +value: "Switzerland" +data: "Switzerland" +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "Syria" +value: "Syria" +data: "Syria" +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +label: "Syrian Arab Republic" +value: "Syrian Arab Republic" +data: "Syrian Arab Republic" +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "Tadzhikistan" +value: "Tadzhikistan" +data: "Tadzhikistan" +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +label: "Taipei, Chinese" +value: "Taipei, Chinese" +data: "Taipei, Chinese" +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +label: "Taipei,Chinese" +value: "Taipei,Chinese" +data: "Taipei,Chinese" +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +label: "Taiwan, China" +value: "Taiwan, China" +data: "Taiwan, China" +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +label: "Tajikistan" +value: "Tajikistan" +data: "Tajikistan" +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +label: "Tanzania" +value: "Tanzania" +data: "Tanzania" +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3234 +label: "Tanzania, United Republic of" +value: "Tanzania, United Republic of" +data: "Tanzania, United Republic of" +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3235 +label: "Territorial Collectivity of Mayotte" +value: "Territorial Collectivity of Mayotte" +data: "Territorial Collectivity of Mayotte" +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "TFYR of Macedonia" +value: "TFYR of Macedonia" +data: "TFYR of Macedonia" +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3237 +label: "Thailand" +value: "Thailand" +data: "Thailand" +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +label: "The British Virgin Islands " +value: "The British Virgin Islands " +data: "The British Virgin Islands " +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "The Democratic Republic of the Congo" +value: "The Democratic Republic of the Congo" +data: "The Democratic Republic of the Congo" +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +label: "The Federated States of Micronesia" +value: "The Federated States of Micronesia" +data: "The Federated States of Micronesia" +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "The Independent State of Samoa" +value: "The Independent State of Samoa" +data: "The Independent State of Samoa" +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "The Lao People's Democratic Republic" +value: "The Lao People's Democratic Republic" +data: "The Lao People's Democratic Republic" +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +label: "The people's republic of China" +value: "The people's republic of China" +data: "The people's republic of China" +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +label: "The Republic of North Macedonia" +value: "The Republic of North Macedonia" +data: "The Republic of North Macedonia" +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +label: "The Republic of Serbia" +value: "The Republic of Serbia" +data: "The Republic of Serbia" +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +label: "The Republic of South Sudan" +value: "The Republic of South Sudan" +data: "The Republic of South Sudan" +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3247 +label: "The United Kingdom of Great Britain and Northern Ireland" +value: "The United Kingdom of Great Britain and Northern Ireland" +data: "The United Kingdom of Great Britain and Northern Ireland" +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +label: "The United Statesof America" +value: "The United Statesof America" +data: "The United Statesof America" +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3249 +label: "Timor-Leste" +value: "Timor-Leste" +data: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3250 +label: "Togo" +value: "Togo" +data: "Togo" +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3251 +label: "Tokelau" +value: "Tokelau" +data: "Tokelau" +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3252 +label: "Tonga" +value: "Tonga" +data: "Tonga" +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +label: "Trinidad and Tobago" +value: "Trinidad and Tobago" +data: "Trinidad and Tobago" +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3254 +label: "Tunisia" +value: "Tunisia" +data: "Tunisia" +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +label: "Turkey" +value: "Turkey" +data: "Turkey" +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3256 +label: "Turkmenistan" +value: "Turkmenistan" +data: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3257 +label: "Turks and Caicos Isds" +value: "Turks and Caicos Isds" +data: "Turks and Caicos Isds" +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +label: "Turks and Caicos Islands " +value: "Turks and Caicos Islands " +data: "Turks and Caicos Islands " +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +label: "Tuvalu" +value: "Tuvalu" +data: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "U.S." +value: "U.S." +data: "U.S." +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "Uganda" +value: "Uganda" +data: "Uganda" +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3262 +label: "Ukraine" +value: "Ukraine" +data: "Ukraine" +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +label: "United Kingdom" +value: "United Kingdom" +data: "United Kingdom" +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3264 +label: "United Rep. of Tanzania" +value: "United Rep. of Tanzania" +data: "United Rep. of Tanzania" +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3265 +label: "United States Minor Outlying Islands" +value: "United States Minor Outlying Islands" +data: "United States Minor Outlying Islands" +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "Uruguay" +value: "Uruguay" +data: "Uruguay" +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +label: "Uzbekistan" +value: "Uzbekistan" +data: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +label: "Vanuatu" +value: "Vanuatu" +data: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3269 +label: "Venezuela" +value: "Venezuela" +data: "Venezuela" +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3270 +label: "Venezuela, Bolivarian Republic of" +value: "Venezuela, Bolivarian Republic of" +data: "Venezuela, Bolivarian Republic of" +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3271 +label: "Viet Nam" +value: "Viet Nam" +data: "Viet Nam" +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3272 +label: "Vietnam" +value: "Vietnam" +data: "Vietnam" +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3273 +label: "Wallis and Futuna Isds" +value: "Wallis and Futuna Isds" +data: "Wallis and Futuna Isds" +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +label: "Wallis et Futuna " +value: "Wallis et Futuna " +data: "Wallis et Futuna " +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3275 +label: "Western Sahara" +value: "Western Sahara" +data: "Western Sahara" +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3276 +label: "White Russia" +value: "White Russia" +data: "White Russia" +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +label: "Yemen" +value: "Yemen" +data: "Yemen" +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +label: "Zambia" +value: "Zambia" +data: "Zambia" +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +label: "Zimbabwe" +value: "Zimbabwe" +data: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | false |
data | "USA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2806 -form: Symfony\Component\Form\Form {#2435 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2805 …5} |
full_name | "form[tradingpartner]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tradingpartner" |
is_selected | Closure($choice, $value) {#3282 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2303 …} } |
label | "Trading Partner" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "tradingpartner" |
placeholder | "Choose an option" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tradingpartner" |
valid | true |
value | "USA" |
reportingcountry
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "China" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "China" => "China" "USA" => "USA" ] |
[ "China" => "China" "USA" => "USA" ] |
data | "China" |
same as passed value |
label | "Reporting Country" |
same as passed value |
placeholder | "Choose an option" |
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 | [ "China" => "China" "USA" => "USA" ] |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | "China" |
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 | "Reporting Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choose an option" |
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() {#2234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2235 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_reportingcountry" ] |
cache_key | "_form_reportingcountry_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +label: "China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +label: "USA" +value: "USA" +data: "USA" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "China" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3283 -form: Symfony\Component\Form\Form {#2437 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3284 …5} |
full_name | "form[reportingcountry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_reportingcountry" |
is_selected | Closure($choice, $value) {#3288 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2303 …} } |
label | "Reporting Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reportingcountry" |
placeholder | "Choose an option" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_reportingcountry" |
valid | true |
value | "China" |
periodFrom
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1577836800 {#2469 date: 2020-01-01 00:00:00.0 UTC (+00:00) } |
View Format |
"01/2020"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "js-datepicker" ] |
[ "class" => "js-datepicker" ] |
data | DateTime @1577836800 {#2307 date: 2020-01-01 00:00:00.0 UTC (+00:00) } |
same as passed value |
format | "MM/y" |
same as passed value |
html5 | false |
false
|
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-datepicker" ] |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | DateTime @1577836800 {#2307 date: 2020-01-01 00:00:00.0 UTC (+00:00) } |
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 | "MM/y" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
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() {#2360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2357 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_form_periodFrom" ] |
cache_key | "_form_periodFrom_date" |
compound | false |
data | DateTime @1577836800 {#2469 date: 2020-01-01 00:00:00.0 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3289 -form: Symfony\Component\Form\Form {#2440 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3290 …5} |
full_name | "form[periodFrom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_periodFrom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "periodFrom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_periodFrom" |
valid | true |
value | "01/2020" |
widget | "single_text" |
periodTo
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1606780800 {#2474 date: 2020-12-01 00:00:00.0 UTC (+00:00) } |
View Format |
"12/2020"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "js-datepicker" ] |
[ "class" => "js-datepicker" ] |
data | DateTime @1606780800 {#2312 date: 2020-12-01 00:00:00.0 UTC (+00:00) } |
same as passed value |
format | "MM/y" |
same as passed value |
html5 | false |
false
|
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-datepicker" ] |
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 {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | DateTime @1606780800 {#2312 date: 2020-12-01 00:00:00.0 UTC (+00:00) } |
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 | "MM/y" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
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() {#2374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#2355 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_form_periodTo" ] |
cache_key | "_form_periodTo_date" |
compound | false |
data | DateTime @1606780800 {#2474 date: 2020-12-01 00:00:00.0 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3291 -form: Symfony\Component\Form\Form {#2443 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3292 …5} |
full_name | "form[periodTo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_periodTo" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "periodTo" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_periodTo" |
valid | true |
value | "12/2020" |
widget | "single_text" |
download
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
---|---|---|
label | "Download Data" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Download Data" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_form_download" ] |
cache_key | "_form_download_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#3294 …5} |
full_name | "form[download]" |
id | "form_download" |
label | "Download Data" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "download" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_form_download" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b892db145f161c5264e07.NPekBDPIi1Kfyv3jdMGa3ow2YbezzYjWbuqQMkYb02g.X6D-fEaO6D7zmrGwJPXrgeYHOY_D-OTjX9jRQhVdoAtwkuVnRae5Z7KJsA" |
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 | "b892db145f161c5264e07.NPekBDPIi1Kfyv3jdMGa3ow2YbezzYjWbuqQMkYb02g.X6D-fEaO6D7zmrGwJPXrgeYHOY_D-OTjX9jRQhVdoAtwkuVnRae5Z7KJsA" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2219 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2220 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2221 …} -namespace: Closure() {#2223 …} } |
data | "b892db145f161c5264e07.NPekBDPIi1Kfyv3jdMGa3ow2YbezzYjWbuqQMkYb02g.X6D-fEaO6D7zmrGwJPXrgeYHOY_D-OTjX9jRQhVdoAtwkuVnRae5Z7KJsA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3300 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2126 …} } |
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() {#3307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2229 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2129 …} $translationDomain: "validators" $message: Closure() {#3299 …} } } |
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 | "b892db145f161c5264e07.NPekBDPIi1Kfyv3jdMGa3ow2YbezzYjWbuqQMkYb02g.X6D-fEaO6D7zmrGwJPXrgeYHOY_D-OTjX9jRQhVdoAtwkuVnRae5Z7KJsA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3318 -form: Symfony\Component\Form\Form {#3314 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3309 …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 | "b892db145f161c5264e07.NPekBDPIi1Kfyv3jdMGa3ow2YbezzYjWbuqQMkYb02g.X6D-fEaO6D7zmrGwJPXrgeYHOY_D-OTjX9jRQhVdoAtwkuVnRae5Z7KJsA" |