- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 73
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
register
"App\Form\RegisterType"
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 | "security_register_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "security_register_item" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#683 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#613 …} use: { $class: "App\Entity\User" } } |
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." |
prepend | null |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | "user" |
trim | true |
upload_max_size_message | Closure() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#682 …} } } |
validation_groups | [
"register"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "register" "_register" ] |
cache_key | "_register_register" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#720 -form: Symfony\Component\Form\Form {#753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#680 …5} |
full_name | "register" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "register" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register" |
valid | true |
value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
empty_data | "" |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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." |
prepend | null |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#798 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#796 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_name" ] |
cache_key | "_register_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#715 -form: Symfony\Component\Form\Form {#705 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#714 …5} |
full_name | "register[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register_name" |
valid | true |
value | null |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
empty_data | "" |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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." |
prepend | null |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#788 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_lastname" ] |
cache_key | "_register_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#716 -form: Symfony\Component\Form\Form {#701 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#717 …5} |
full_name | "register[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_lastname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register_lastname" |
valid | true |
value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
empty_data | "" |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
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 {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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." |
prepend | null |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#779 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_register_email" ] |
cache_key | "_register_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#718 -form: Symfony\Component\Form\Form {#679 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#719 …5} |
full_name | "register[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
prepend | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register_email" |
valid | true |
value | null |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#799 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#799 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
label | false |
false
|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#799 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
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 {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#763 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#613 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
language | "fr" |
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." |
prepend | null |
priority | 0 |
property_path | null |
public_key | null |
required | true |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#762 …} } } |
url_challenge | null |
url_noscript | null |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "ewz_recaptcha" "_register_recaptcha" ] |
cache_key | "_register_recaptcha_ewz_recaptcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#760 -form: Symfony\Component\Form\Form {#751 …} -errors: [] } |
ewz_recaptcha_api_host | "www.google.com" |
ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
ewz_recaptcha_enabled | false |
form | Symfony\Component\Form\FormView {#772 …5} |
full_name | "register[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_recaptcha" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
prepend | null |
priority | 0 |
public_key | "6Lec2tYZAAAAAOWrNKgeWrNq5qvCPcvrwTFf8JOs" |
required | true |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register_recaptcha" |
valid | true |
value | "" |
security_register_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1.4L99WRu2KjaEAGNvzN6VgUMlwfV5igy3PFanNfC1UNg.s8kvbSL8ZWf1QzMdi7Tk4Axss8w_80nnRhn-XqXSZpqCzDocSOJcReBYMg" |
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 | "1.4L99WRu2KjaEAGNvzN6VgUMlwfV5igy3PFanNfC1UNg.s8kvbSL8ZWf1QzMdi7Tk4Axss8w_80nnRhn-XqXSZpqCzDocSOJcReBYMg" |
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 {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#218 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#217 …} -namespace: Closure() {#213 …} } |
data | "1.4L99WRu2KjaEAGNvzN6VgUMlwfV5igy3PFanNfC1UNg.s8kvbSL8ZWf1QzMdi7Tk4Axss8w_80nnRhn-XqXSZpqCzDocSOJcReBYMg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#613 …} } |
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." |
prepend | null |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
surveyStepField | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#646 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#302 …} $translationDomain: "validators" $message: Closure() {#785 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_register_security_register_token" ] |
cache_key | "_register_security_register_token_hidden" |
compound | false |
data | "1.4L99WRu2KjaEAGNvzN6VgUMlwfV5igy3PFanNfC1UNg.s8kvbSL8ZWf1QzMdi7Tk4Axss8w_80nnRhn-XqXSZpqCzDocSOJcReBYMg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#676 -form: Symfony\Component\Form\Form {#708 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#722 …5} |
full_name | "register[security_register_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "register_security_register_token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "security_register_token" |
prepend | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
surveyStepField | false |
translation_domain | "user" |
unique_block_prefix | "_register_security_register_token" |
valid | true |
value | "1.4L99WRu2KjaEAGNvzN6VgUMlwfV5igy3PFanNfC1UNg.s8kvbSL8ZWf1QzMdi7Tk4Axss8w_80nnRhn-XqXSZpqCzDocSOJcReBYMg" |