Redirect 302 redirect from POST @admin_template_edit (e1e01d)

GET https://hbs.managemyshows.com/admin/template?page=1&sort%5Bname%5D=ASC

Security

Token

janice@btamh.com Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
  "ROLE_ALLOWED_TO_SWITCH"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#288
  -user: App\Entity\User {#613 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
    "ROLE_ALLOWED_TO_SWITCH"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.chain_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#354
  -map: Symfony\Component\Security\Http\AccessMap {#318 …}
  -logger: Monolog\Logger {#331 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#39
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#114 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#331 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#41 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#328 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#384 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#8 …}
}
72.39 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#322
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#51 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#277
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#248 …}
  -provider: Symfony\Component\Security\Core\User\ChainUserProvider {#323 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#255 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#25 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#331 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#200 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#285 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#261
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#248 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#25 …}
  -map: Symfony\Component\Security\Http\AccessMap {#318 …}
}
0.67 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#373
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#248 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#337 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#328 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMIN
Symfony\Component\HttpFoundation\Request {#14
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#58 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#56 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#57 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#61 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#60 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#59 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#62 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/template"
  #requestUri: "/admin/template?page=1&sort%5Bname%5D=ASC"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#313 …}
  #locale: "en"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#707
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
  "entityFqcn" => "App\Entity\Template"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1105 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1183 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2191 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1076
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1097 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 11
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1205 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2181 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1072
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1103 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 12
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1350 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2162 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1070
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1084 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 3
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1387 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2143 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#964
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1082 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 17
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1424 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2108 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1109
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1081 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 26
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1461 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2210 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#981
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1085 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 27
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1498 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#976
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1101 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 10
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1535 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2248 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1066
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1117 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 8
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1572 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2267 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#953
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1098 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 5
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1609 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2286 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1065
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1102 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 30
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1646 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2305 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#968
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1106 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 9
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1683 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2324 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1124
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1107 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 28
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1720 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2343 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1129
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1093 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 13
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1757 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2362 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1134
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1108 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 7
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1794 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2381 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#961
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1110 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 14
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1831 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2400 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#983
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1114 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 4
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1868 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2419 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1142
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1113 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 15
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1905 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2438 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1147
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1087 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 1
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1942 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2457 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1152
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1088 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 6
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1979 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2476 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1157
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1089 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 22
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2016 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2495 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1162
  -isAccessible: true
  -fqcn: "App\Entity\Template"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
  -instance: App\Entity\Template {#1086 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 21
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2053 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2514 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1171
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Application"
  -formattedValue: "Application"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1212 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1187 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1186 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1188 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1167 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1190 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1191
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Application for space: {{ show.ShowName }}"
  -formattedValue: "Application for space: {{ show.ShowName }}"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1303 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1194 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1193 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1195 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1322 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1192 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1197 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1198
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p>Please complete the following form</p>\r\n
    {{ form_start(form) }}{{ form_errors(form) }}<fieldset><legend>Company Information</legend> {% include 'company/application_company_information.html.twig' %}</fieldset><fieldset><legend>Company Contact</legend> {% include 'company/application_company_contact.html.twig' %}</fieldset><fieldset><legend>Select Your Display Space</legend>\r\n
    <div class="row">\r\n
    <div class="col-md-1">\r\n
    <p>Notes:</p>\r\n
    </div>\r\n
    <div class="col-md-11">\r\n
    <ul>\r\n
    <li>\r\n
    <p>10x10 Booth cost includes 8' back drape, 3' side dividers, carpet, 7"x 44" black &amp; white ID sign and general liability insurance.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Minimum of 2250 sq. ft. required to qualify for any Open Area space. Rate Applies to Space Used for New Boat, Motors, Trailers, PWCs, ATVs and RVs only. Display materials for brokerage or used boats, motors, trailers, etc. are restricted to booth exhibits and may not be displayed in any open space without written approval by Show Management.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Maximum of 9,000 sq. ft. at Member rate. Only Marine Dealer and Active Members qualify for this discounted rate.</p>\r\n
    </li>\r\n
    </ul>\r\n
    </div>\r\n
    {% include 'company/application_products.html.twig' %}</div>\r\n
    </fieldset><fieldset><legend>Additional Display Space Requests</legend>\r\n
    <div class="row">\r\n
    <p>Please indicate below your space preferences below.</p>\r\n
    {% include 'company/application_space_pref.html.twig' %}</div>\r\n
    </fieldset><fieldset><legend>Payment Terms</legend> {% include 'company/application_payment_terms.html.twig' %}</fieldset><fieldset><legend>Contract Terms</legend>\r\n
    <div class="row">\r\n
    <p>Please read the complete Terms (Once you complete the process, you will be able to print the application / contract)</p>\r\n
    <div style="width: 99%; color: #545454; cursor: default; background-color: #ebebe4; padding: 1em;">{{ contract_terms|raw }}</div>\r\n
    {{ form_row(form.agreeTerms) }}</div>\r\n
    </fieldset>\r\n
    <div>{{ form_row(form.save) }}</div>\r\n
    <p>{{ form_end(form) }}</p>
    """
  -formattedValue: """
    <p>Please complete the following form</p>\r\n
    {{ form_start(form) }}{{ form_errors(form) }}<fieldset><legend>Company Information</legend> {% include 'company/application_company_information.html.twig' %}</fieldset><fieldset><legend>Company Contact</legend> {% include 'company/application_company_contact.html.twig' %}</fieldset><fieldset><legend>Select Your Display Space</legend>\r\n
    <div class="row">\r\n
    <div class="col-md-1">\r\n
    <p>Notes:</p>\r\n
    </div>\r\n
    <div class="col-md-11">\r\n
    <ul>\r\n
    <li>\r\n
    <p>10x10 Booth cost includes 8' back drape, 3' side dividers, carpet, 7"x 44" black &amp; white ID sign and general liability insurance.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Minimum of 2250 sq. ft. required to qualify for any Open Area space. Rate Applies to Space Used for New Boat, Motors, Trailers, PWCs, ATVs and RVs only. Display materials for brokerage or used boats, motors, trailers, etc. are restricted to booth exhibits and may not be displayed in any open space without written approval by Show Management.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Maximum of 9,000 sq. ft. at Member rate. Only Marine Dealer and Active Members qualify for this discounted rate.</p>\r\n
    </li>\r\n
    </ul>\r\n
    </div>\r\n
    {% include 'company/application_products.html.twig' %}</div>\r\n
    </fieldset><fieldset><legend>Additional Display Space Requests</legend>\r\n
    <div class="row">\r\n
    <p>Please indicate below your space preferences below.</p>\r\n
    {% include 'company/application_space_pref.html.twig' %}</div>\r\n
    </fieldset><fieldset><legend>Payment Terms</legend> {% include 'company/application_payment_terms.html.twig' %}</fieldset><fieldset><legend>Contract Terms</legend>\r\n
    <div class="row">\r\n
    <p>Please read the complete Terms (Once you complete the process, you will be able to print the application / contract)</p>\r\n
    <div style="width: 99%; color: #545454; cursor: default; background-color: #ebebe4; padding: 1em;">{{ contract_terms|raw }}</div>\r\n
    {{ form_row(form.agreeTerms) }}</div>\r\n
    </fieldset>\r\n
    <div>{{ form_row(form.save) }}</div>\r\n
    <p>{{ form_end(form) }}</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1323 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1201 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1200 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1202 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1324 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1199 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1204 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1177
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Application Confirm"
  -formattedValue: "Application Confirm"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1354 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1203 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1321 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1329 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1357 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1196 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1335 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1336
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Application"
  -formattedValue: "Application"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1356 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1339 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1338 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1340 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1358 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1337 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1342 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1343
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p style="color:red">Your application is not complete yet.</p>\r\n
    <p><span style="color:red">Please review your application and confirm at the bottom of the page.</span> If you need to make changes, use the 'Back' button on you browser.</p>\r\n
    \r\n
    <p>Please Note:</p>\r\n
    <ul>\r\n
    <li>By clicking "Complete Application", you confirm that you are authorized to make this transaction and agree to the terms of the contract</li>\r\n
    <li>Final Application will be confirmed by Houston Boat Show</li>\r\n
    <li>Once you click "Complete Application", you will be able to make a deposit by check or by using a credit card on our secure payment gateway</li>\r\n
    <li>Applications are not complete without valid deposit</li>\r\n
    </ul>\r\n
    \r\n
    {% include 'company/register_confirm_form.html.twig' %}
    """
  -formattedValue: """
    <p style="color:red">Your application is not complete yet.</p>\r\n
    <p><span style="color:red">Please review your application and confirm at the bottom of the page.</span> If you need to make changes, use the 'Back' button on you browser.</p>\r\n
    \r\n
    <p>Please Note:</p>\r\n
    <ul>\r\n
    <li>By clicking "Complete Application", you confirm that you are authorized to make this transaction and agree to the terms of the contract</li>\r\n
    <li>Final Application will be confirmed by Houston Boat Show</li>\r\n
    <li>Once you click "Complete Application", you will be able to make a deposit by check or by using a credit card on our secure payment gateway</li>\r\n
    <li>Applications are not complete without valid deposit</li>\r\n
    </ul>\r\n
    \r\n
    {% include 'company/register_confirm_form.html.twig' %}
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1353 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1346 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1345 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1347 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1363 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1344 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1349 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1181
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Application Deposit"
  -formattedValue: "Application Deposit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1391 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1348 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1330 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1352 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1394 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1341 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1368 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1373
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Pay Application Deposit"
  -formattedValue: "Pay Application Deposit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1393 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1376 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1375 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1377 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1395 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1374 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1379 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1380
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p style="color: red; font-weight: bold;">In order for your application to be valid you must pay the required deposit.</p>\r\n
    <div class="row">\r\n
    <div class="col-md-7">\r\n
    <h2>Deposit Summary</h2>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Total application amount:</td>\r\n
    <td>${{ (deposit_due.total_application_value/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit % Required:</td>\r\n
    <td>{{ deposit_due.total_deposit_percentage_due }}%</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Required:</td>\r\n
    <td>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    <h2>Credit Card Payment Information</h2>\r\n
    <div class="row">\r\n
    <div class="col-md-7">{{ form_start(form, {'attr': {'id': 'purchase_form'} }) }}\r\n
    <div>{{ form_errors(form) }}</div>\r\n
    <div>{{ form_row(form.deposit_amount) }}{{ form_row(form.application_id) }}{{ form_row(form.card_nonce) }}</div>\r\n
    <div>\r\n
    <div id="card-container"></div>\r\n
    <span id="payment-flow-message"></span></div>\r\n
    <div>{{ form_row(form.save) }}</div>\r\n
    {{ form_end(form) }}</div>\r\n
    </div>\r\n
    <h2>Check Payment Information</h2>\r\n
    <p>If you are paying by check, please send a check in the amount of <strong>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</strong> to:</p>\r\n
    {{ mgmt_company_info.getFullMailingAddress|raw }}\r\n
    <p><a class="btn btn-primary" href="?routeName=company_pay_deposit_check_confirm">Click here to confirm you are paying by check</a></p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>
    """
  -formattedValue: """
    <p style="color: red; font-weight: bold;">In order for your application to be valid you must pay the required deposit.</p>\r\n
    <div class="row">\r\n
    <div class="col-md-7">\r\n
    <h2>Deposit Summary</h2>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Total application amount:</td>\r\n
    <td>${{ (deposit_due.total_application_value/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit % Required:</td>\r\n
    <td>{{ deposit_due.total_deposit_percentage_due }}%</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Required:</td>\r\n
    <td>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    <h2>Credit Card Payment Information</h2>\r\n
    <div class="row">\r\n
    <div class="col-md-7">{{ form_start(form, {'attr': {'id': 'purchase_form'} }) }}\r\n
    <div>{{ form_errors(form) }}</div>\r\n
    <div>{{ form_row(form.deposit_amount) }}{{ form_row(form.application_id) }}{{ form_row(form.card_nonce) }}</div>\r\n
    <div>\r\n
    <div id="card-container"></div>\r\n
    <span id="payment-flow-message"></span></div>\r\n
    <div>{{ form_row(form.save) }}</div>\r\n
    {{ form_end(form) }}</div>\r\n
    </div>\r\n
    <h2>Check Payment Information</h2>\r\n
    <p>If you are paying by check, please send a check in the amount of <strong>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</strong> to:</p>\r\n
    {{ mgmt_company_info.getFullMailingAddress|raw }}\r\n
    <p><a class="btn btn-primary" href="?routeName=company_pay_deposit_check_confirm">Click here to confirm you are paying by check</a></p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1390 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1383 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1382 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1384 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1400 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1381 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1386 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1182
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Checklist"
  -formattedValue: "Checklist"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1428 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1385 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1355 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1389 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1431 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1378 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1405 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1410
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Exhibitor's Checklist"
  -formattedValue: "Exhibitor's Checklist"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1430 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1413 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1412 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1414 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1432 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1411 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1416 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1417
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p><span style="font-size: 12pt;"><strong>Welcome to {{ show_info.showName }}.</strong></span></p>\r\n
    <p>Your Exhibitor Space number is:</p>\r\n
    {% include 'company/display_space.html.twig' %}\r\n
    <p>In order to make sure that this show is as successful as possible please make sure that you read through this entire Exhibitor Kit and complete the steps listed below by the requested dates.</p>\r\n
    <h3>Please make sure you complete the following</h3>\r\n
    <p><strong><em>Show start date: {{ show_info.showStartDate is empty ? "" : show_info.showStartDate|date('M j, Y') }}</em></strong></p>\r\n
    <div class="row" style="max-width: 60em;">\r\n
    <div class="col-md-6">\r\n
    <h6>To Do:</h6>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <h6>Due Date:</h6>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Please pay account in full</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.finalPaymentDueDate is empty ? "" : show_info.finalPaymentDueDate|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Make sure your contract is signed &amp; returned</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.contractDue is empty ? "" : show_info.contractDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Fill out Directory Information Questionnaire</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.directoryInfoDue is empty ? "" : show_info.directoryInfoDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Return Certificate of Liability Insurance</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.insuranceDue is empty ? "" : show_info.insuranceDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Order Exhibitor Badges (On-line)</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.badgeOrderDue is empty ? "" : show_info.badgeOrderDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Return Move-in Notice Confirmation</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.moveInConfDue is empty ? "" : show_info.moveInConfDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Add your Boat Brands</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.boatListDue is empty ? "" : show_info.boatListDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <h6>See the "Exhibitor Services" tab for the following:</h6>\r\n
    </div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Decorator Services</strong></div>\r\n
    <div>{{ show_info.parkingOrderDue is empty ? "" : show_info.parkingOrderDue|date('M j, Y') }}</div>\r\n
    <div>🔸Decorator Services Form</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Venue Services</strong></div>\r\n
    <div>🔸Electical Order Form</div>\r\n
    <div>🔸Electrical Labor Order Form</div>\r\n
    <div>🔸AV Order Form</div>\r\n
    <div>🔸Plumbing Order Form</div>\r\n
    <div>🔸Internet &amp; Phone Order Form</div>\r\n
    <div>🔸Parking Permit Form</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>{{ show_info.decoratorOrderDue is empty ? "" : show_info.decoratorOrderDue|date('M j, Y') }}</div>\r\n
    </div>\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formattedValue: """
    <p><span style="font-size: 12pt;"><strong>Welcome to {{ show_info.showName }}.</strong></span></p>\r\n
    <p>Your Exhibitor Space number is:</p>\r\n
    {% include 'company/display_space.html.twig' %}\r\n
    <p>In order to make sure that this show is as successful as possible please make sure that you read through this entire Exhibitor Kit and complete the steps listed below by the requested dates.</p>\r\n
    <h3>Please make sure you complete the following</h3>\r\n
    <p><strong><em>Show start date: {{ show_info.showStartDate is empty ? "" : show_info.showStartDate|date('M j, Y') }}</em></strong></p>\r\n
    <div class="row" style="max-width: 60em;">\r\n
    <div class="col-md-6">\r\n
    <h6>To Do:</h6>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <h6>Due Date:</h6>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Please pay account in full</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.finalPaymentDueDate is empty ? "" : show_info.finalPaymentDueDate|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Make sure your contract is signed &amp; returned</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.contractDue is empty ? "" : show_info.contractDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Fill out Directory Information Questionnaire</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.directoryInfoDue is empty ? "" : show_info.directoryInfoDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Return Certificate of Liability Insurance</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.insuranceDue is empty ? "" : show_info.insuranceDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Order Exhibitor Badges (On-line)</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.badgeOrderDue is empty ? "" : show_info.badgeOrderDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Return Move-in Notice Confirmation</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.moveInConfDue is empty ? "" : show_info.moveInConfDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>Add your Boat Brands</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <p>{{ show_info.boatListDue is empty ? "" : show_info.boatListDue|date('M j, Y') }}</p>\r\n
    </div>\r\n
    <div class="col-md-6">\r\n
    <h6>See the "Exhibitor Services" tab for the following:</h6>\r\n
    </div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Decorator Services</strong></div>\r\n
    <div>{{ show_info.parkingOrderDue is empty ? "" : show_info.parkingOrderDue|date('M j, Y') }}</div>\r\n
    <div>🔸Decorator Services Form</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Venue Services</strong></div>\r\n
    <div>🔸Electical Order Form</div>\r\n
    <div>🔸Electrical Labor Order Form</div>\r\n
    <div>🔸AV Order Form</div>\r\n
    <div>🔸Plumbing Order Form</div>\r\n
    <div>🔸Internet &amp; Phone Order Form</div>\r\n
    <div>🔸Parking Permit Form</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>{{ show_info.decoratorOrderDue is empty ? "" : show_info.decoratorOrderDue|date('M j, Y') }}</div>\r\n
    </div>\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1427 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1420 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1419 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1421 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1437 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1418 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1423 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1206
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Contract"
  -formattedValue: "Contract"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1465 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1422 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1392 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1426 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1468 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1415 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1442 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1447
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Contract"
  -formattedValue: "Contract"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1467 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1450 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1449 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1451 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1469 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1448 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1453 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1454
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <section style="width: 940px; margin: 0 auto;">\r\n
    <table width="100%" cellspacing="10" cellpadding="10">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>\r\n
    <h3>SHOW CONTRACT - {{ show.ShowName }}</h3>\r\n
    <p><strong>{{ mgmt_company.companyName }}</strong><br>{{ mgmt_company.address1 }}{{ mgmt_company.city }}, {{ mgmt_company.state }}{{ mgmt_company.zip }}{{ mgmt_company.companyPhone }}<br>Show Dates: {{ show.getShowDates }}<br><strong>Contract No: {{ application.id }} </strong></p>\r\n
    </td>\r\n
    <td>{{ logo|raw }}</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <div class="clear-left">\r\n
    <table border="0" width="100%" cellspacing="2" cellpadding="2">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td colspan="5">\r\n
    <h3>Sales Items:</h3>\r\n
    </td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td><strong> Product </strong></td>\r\n
    <td><strong> Space Name </strong></td>\r\n
    <td><strong>Qty. </strong></td>\r\n
    <td class="cell-right"><strong>Unit Price </strong></td>\r\n
    <td class="cell-right"><strong>Extended Price </strong></td>\r\n
    </tr>\r\n
    {% set product_total = 0 %}{% for product in application.getProducts %}{% set product_subtotal = product.price*product.quantity %}{% set product_total = product_total + product_subtotal %}\r\n
    <tr>\r\n
    <td align="center">{{ product.name }}:</td>\r\n
    <td align="center">{% if product.product.category.name == 'Exhibiting Show Products' %}{% if product.exhibitorSpace %}{{ product.exhibitorSpace.name }}{% else %}No space assigned{% endif %}{% else %}N/A{% endif %}</td>\r\n
    <td align="center">{{ product.quantity }}{{ product.pricingUnit }}</td>\r\n
    <td align="center">${{ (product.price/100)|number_format(2, '.', ',') }}</td>\r\n
    <td align="center">${{ (product_subtotal/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    {% endfor %}\r\n
    <tr>\r\n
    <td colspan="3">&nbsp;</td>\r\n
    <td><strong>Total:</strong></td>\r\n
    <td><strong>${{ (product_total/100)|number_format(2, '.', ',') }}</strong></td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td colspan="5">\r\n
    <h3>Payments Received:</h3>\r\n
    </td>\r\n
    </tr>\r\n
    <tr>\r\n
    <th><strong> Payment Date</strong></th>\r\n
    <th><strong>Type</strong></th>\r\n
    <th colspan="2">&nbsp;</th>\r\n
    <th class="cell-right"><strong>Amount</strong></th>\r\n
    </tr>\r\n
    {% set payments_made_total = 0 %}{% for key, payment_made in payments_made %}{% set payments_made_total = payments_made_total + (payment_made.amount) %}\r\n
    <tr>\r\n
    <td align="center">{{ payment_made.dateAdded|date('M j, Y') }}</td>\r\n
    <td align="left">{{ payment_made.paymentType.value }}</td>\r\n
    <td colspan="2">&nbsp;</td>\r\n
    <td align="right">${{ (payment_made.amount/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    {% endfor %}\r\n
    <tr>\r\n
    <td><strong>Balance Due:</strong></td>\r\n
    <td colspan="3">&nbsp;</td>\r\n
    <td class="cell-right"><strong>$500.00</strong></td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    <hr>\r\n
    <h3>Contract Terms</h3>\r\n
    <p><strong>This Exhibit Space is to be used by Exhibitor for the following purposes and for no other purpose:</strong> Display and sales of:</p>\r\n
    <div>\r\n
    <p><strong>This contract is entered into between Exhibitor and Houston International Boat, Sport &amp; Travel Show, Inc.</strong></p>\r\n
    <p><strong>The Exhibitor hereby acknowledges its review, understanding and acceptance of the following: (1) <a href="/uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener"><span style="color: #ff0000;">the rules and regulations</span></a> provided upon application for space, including the <a href="/uploads/Exhibitor%20Indemnity%20Statement%20on%20Contract.pdf" target="_blank" rel="noopener"><span style="color: #ff0000;">INDEMNITY AND INSURANCE PROVISIONS</span></a> containtes in paragraphs 20 and 22, respectively; and (2) the <a href="/uploads/Insurance_Requirements-OA.docx" target="_blank" rel="noopener"><span style="color: #ff0000;">Exhibitor Insurance Requirements</span></a> which have been provided to and received by the Exhibitor.&nbsp; The Exhibitor agrees that the same shall be and are hereby made part of this contract, and that the Exhibitor and its employees and representatives will at all times observe, perform and abide by the same.</strong></p>\r\n
    <p><strong>It is mutually agreed that there are no oral or written agreements other than those printed or written herein, or attached hereto, that neither the rules and regulations of this contract can be modified or changed by representations of agents or otherwise, and that this document shall constitute a valid contract only when accepted by the Houston International Boat, Sport &amp; Travel Show, Inc.</strong></p>\r\n
    <p><strong>SPECIAL STIPULATIONS:&nbsp; The Exhibitor hereby stipulates and agrees that <span style="color: #ff0000;">no tear-down of the Exhibitor's Exhibit Space may commence prior to the close of the show on the final day</span>.&nbsp; Any failure to follow such stipulations will result in the Exhibitor being barred from participation in the next year's show.&nbsp; Also, after the final day of the show, the show's name or reference thereof in connection with a prize is prohibited.&nbsp; It is agreed that the winners of prizes as a result of registrations will be announced prior to the closing of the show on the final day and the names and addresses of the winners given to Show Management.</strong></p>\r\n
    </div>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td valign="top" width="50%">\r\n
    <p><strong>ACCEPTED:</strong><br>Houston Boat Show<br><img src="https://boatshowmanager.com/accounts/HIBSTS/mgt_files/Kenneth_Signature.jpg" height="100"></p>\r\n
    <div class="upshift_50">_______________________________________</div>\r\n
    <div class="upshift_40">Kenneth Lovell, President <br>November 30, -0001</div>\r\n
    </td>\r\n
    <td width="50%">\r\n
    <table border="1" width="100%" cellpadding="10">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Exhibitor:\r\n
    <h3>Marty</h3>\r\n
    <br>Signature: &nbsp; &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>Print Name: &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>Date: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>7546 WALSTON SWITCH RD<br>parsonsburg, md 21948</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </section>
    """
  -formattedValue: """
    <section style="width: 940px; margin: 0 auto;">\r\n
    <table width="100%" cellspacing="10" cellpadding="10">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>\r\n
    <h3>SHOW CONTRACT - {{ show.ShowName }}</h3>\r\n
    <p><strong>{{ mgmt_company.companyName }}</strong><br>{{ mgmt_company.address1 }}{{ mgmt_company.city }}, {{ mgmt_company.state }}{{ mgmt_company.zip }}{{ mgmt_company.companyPhone }}<br>Show Dates: {{ show.getShowDates }}<br><strong>Contract No: {{ application.id }} </strong></p>\r\n
    </td>\r\n
    <td>{{ logo|raw }}</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <div class="clear-left">\r\n
    <table border="0" width="100%" cellspacing="2" cellpadding="2">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td colspan="5">\r\n
    <h3>Sales Items:</h3>\r\n
    </td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td><strong> Product </strong></td>\r\n
    <td><strong> Space Name </strong></td>\r\n
    <td><strong>Qty. </strong></td>\r\n
    <td class="cell-right"><strong>Unit Price </strong></td>\r\n
    <td class="cell-right"><strong>Extended Price </strong></td>\r\n
    </tr>\r\n
    {% set product_total = 0 %}{% for product in application.getProducts %}{% set product_subtotal = product.price*product.quantity %}{% set product_total = product_total + product_subtotal %}\r\n
    <tr>\r\n
    <td align="center">{{ product.name }}:</td>\r\n
    <td align="center">{% if product.product.category.name == 'Exhibiting Show Products' %}{% if product.exhibitorSpace %}{{ product.exhibitorSpace.name }}{% else %}No space assigned{% endif %}{% else %}N/A{% endif %}</td>\r\n
    <td align="center">{{ product.quantity }}{{ product.pricingUnit }}</td>\r\n
    <td align="center">${{ (product.price/100)|number_format(2, '.', ',') }}</td>\r\n
    <td align="center">${{ (product_subtotal/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    {% endfor %}\r\n
    <tr>\r\n
    <td colspan="3">&nbsp;</td>\r\n
    <td><strong>Total:</strong></td>\r\n
    <td><strong>${{ (product_total/100)|number_format(2, '.', ',') }}</strong></td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td colspan="5">\r\n
    <h3>Payments Received:</h3>\r\n
    </td>\r\n
    </tr>\r\n
    <tr>\r\n
    <th><strong> Payment Date</strong></th>\r\n
    <th><strong>Type</strong></th>\r\n
    <th colspan="2">&nbsp;</th>\r\n
    <th class="cell-right"><strong>Amount</strong></th>\r\n
    </tr>\r\n
    {% set payments_made_total = 0 %}{% for key, payment_made in payments_made %}{% set payments_made_total = payments_made_total + (payment_made.amount) %}\r\n
    <tr>\r\n
    <td align="center">{{ payment_made.dateAdded|date('M j, Y') }}</td>\r\n
    <td align="left">{{ payment_made.paymentType.value }}</td>\r\n
    <td colspan="2">&nbsp;</td>\r\n
    <td align="right">${{ (payment_made.amount/100)|number_format(2, '.', ',') }}</td>\r\n
    </tr>\r\n
    {% endfor %}\r\n
    <tr>\r\n
    <td><strong>Balance Due:</strong></td>\r\n
    <td colspan="3">&nbsp;</td>\r\n
    <td class="cell-right"><strong>$500.00</strong></td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    <hr>\r\n
    <h3>Contract Terms</h3>\r\n
    <p><strong>This Exhibit Space is to be used by Exhibitor for the following purposes and for no other purpose:</strong> Display and sales of:</p>\r\n
    <div>\r\n
    <p><strong>This contract is entered into between Exhibitor and Houston International Boat, Sport &amp; Travel Show, Inc.</strong></p>\r\n
    <p><strong>The Exhibitor hereby acknowledges its review, understanding and acceptance of the following: (1) <a href="/uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener"><span style="color: #ff0000;">the rules and regulations</span></a> provided upon application for space, including the <a href="/uploads/Exhibitor%20Indemnity%20Statement%20on%20Contract.pdf" target="_blank" rel="noopener"><span style="color: #ff0000;">INDEMNITY AND INSURANCE PROVISIONS</span></a> containtes in paragraphs 20 and 22, respectively; and (2) the <a href="/uploads/Insurance_Requirements-OA.docx" target="_blank" rel="noopener"><span style="color: #ff0000;">Exhibitor Insurance Requirements</span></a> which have been provided to and received by the Exhibitor.&nbsp; The Exhibitor agrees that the same shall be and are hereby made part of this contract, and that the Exhibitor and its employees and representatives will at all times observe, perform and abide by the same.</strong></p>\r\n
    <p><strong>It is mutually agreed that there are no oral or written agreements other than those printed or written herein, or attached hereto, that neither the rules and regulations of this contract can be modified or changed by representations of agents or otherwise, and that this document shall constitute a valid contract only when accepted by the Houston International Boat, Sport &amp; Travel Show, Inc.</strong></p>\r\n
    <p><strong>SPECIAL STIPULATIONS:&nbsp; The Exhibitor hereby stipulates and agrees that <span style="color: #ff0000;">no tear-down of the Exhibitor's Exhibit Space may commence prior to the close of the show on the final day</span>.&nbsp; Any failure to follow such stipulations will result in the Exhibitor being barred from participation in the next year's show.&nbsp; Also, after the final day of the show, the show's name or reference thereof in connection with a prize is prohibited.&nbsp; It is agreed that the winners of prizes as a result of registrations will be announced prior to the closing of the show on the final day and the names and addresses of the winners given to Show Management.</strong></p>\r\n
    </div>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td valign="top" width="50%">\r\n
    <p><strong>ACCEPTED:</strong><br>Houston Boat Show<br><img src="https://boatshowmanager.com/accounts/HIBSTS/mgt_files/Kenneth_Signature.jpg" height="100"></p>\r\n
    <div class="upshift_50">_______________________________________</div>\r\n
    <div class="upshift_40">Kenneth Lovell, President <br>November 30, -0001</div>\r\n
    </td>\r\n
    <td width="50%">\r\n
    <table border="1" width="100%" cellpadding="10">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Exhibitor:\r\n
    <h3>Marty</h3>\r\n
    <br>Signature: &nbsp; &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>Print Name: &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>Date: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ___________________________________________ <br><br>7546 WALSTON SWITCH RD<br>parsonsburg, md 21948</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </section>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1464 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1457 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1456 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1458 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1474 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1455 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1460 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1351
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Contract Status (Awaiting Approval)"
  -formattedValue: "Contract Status (Awaiting Approval)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1502 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1459 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1429 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1463 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1505 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1452 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1479 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1484
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Contract Status (Pending)"
  -formattedValue: "Contract Status (Pending)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1504 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1487 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1486 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1488 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1506 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1485 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1490 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1491
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p class="PDq2pG_selectionAnchorContainer" data-start="938" data-end="1038">Your contract will appear here once all exhibitor requirements have been met:</p>\r\n
    <ul data-start="1039" data-end="1198">\r\n
    <li data-section-id="4igg28" data-start="1039" data-end="1071">✅ All payments have been made.</li>\r\n
    <li data-section-id="531e6" data-start="1072" data-end="1118">✅ Rules and Regulations have been accepted.</li>\r\n
    <li data-section-id="531e6" data-start="1072" data-end="1118">✅ Insurance has been submitted and approved.</li>\r\n
    <li data-section-id="1t9bmta" data-start="1119" data-end="1198">✅ Boat brands (if applicable) have been entered into the portal and approved.</li>\r\n
    </ul>\r\n
    <p data-start="1200" data-end="1300">Once all requirements are complete, your contract will automatically become available for signature.</p>
    """
  -formattedValue: """
    <p class="PDq2pG_selectionAnchorContainer" data-start="938" data-end="1038">Your contract will appear here once all exhibitor requirements have been met:</p>\r\n
    <ul data-start="1039" data-end="1198">\r\n
    <li data-section-id="4igg28" data-start="1039" data-end="1071">✅ All payments have been made.</li>\r\n
    <li data-section-id="531e6" data-start="1072" data-end="1118">✅ Rules and Regulations have been accepted.</li>\r\n
    <li data-section-id="531e6" data-start="1072" data-end="1118">✅ Insurance has been submitted and approved.</li>\r\n
    <li data-section-id="1t9bmta" data-start="1119" data-end="1198">✅ Boat brands (if applicable) have been entered into the portal and approved.</li>\r\n
    </ul>\r\n
    <p data-start="1200" data-end="1300">Once all requirements are complete, your contract will automatically become available for signature.</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1501 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1494 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1493 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1495 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1511 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1492 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1497 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Contract Status (Completed)"
  -formattedValue: "Contract Status (Completed)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1539 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1496 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1466 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1500 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1542 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1489 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1516 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1521
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Contract Status (Completed)"
  -formattedValue: "Contract Status (Completed)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1541 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1524 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1523 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1525 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1543 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1522 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1527 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1528
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: "{{ contract_pdf|raw }}"
  -formattedValue: "{{ contract_pdf|raw }}"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1538 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1531 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1530 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1532 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1548 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1529 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1534 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1425
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Contract Status (Ready, Awaiting Signature)"
  -formattedValue: "Contract Status (Ready, Awaiting Signature)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1576 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1533 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1503 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1537 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1579 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1526 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1553 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1558
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Contract Status (Ready, Awaiting Signature)"
  -formattedValue: "Contract Status (Ready, Awaiting Signature)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1578 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1561 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1560 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1562 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1580 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1559 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1564 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1565
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p>Your application has been approved and signed by management, and is now awaiting your signature.</p>\r\n
    <p><a class="btn btn-primary" href="?routeName=company_contract_esign">Click Here to Review and E-Sign Contract</a></p>\r\n
    <p>If there is any further information you require, please call {{ mgmt_company_info.showAdminName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formattedValue: """
    <p>Your application has been approved and signed by management, and is now awaiting your signature.</p>\r\n
    <p><a class="btn btn-primary" href="?routeName=company_contract_esign">Click Here to Review and E-Sign Contract</a></p>\r\n
    <p>If there is any further information you require, please call {{ mgmt_company_info.showAdminName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1575 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1568 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1567 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1569 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1585 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1566 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1571 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1462
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Credentials Order Form"
  -formattedValue: "Credentials Order Form"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1613 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1570 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1540 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1574 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1616 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1563 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1590 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1595
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Credentials Order Form"
  -formattedValue: "Credentials Order Form"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1615 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1598 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1597 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1599 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1617 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1596 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1601 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1602
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h3><span style="color: ff0000;">Deadline:</span> {{ show_info.badgeOrderDue|date('M j, Y') }}</h3>\r\n
    <p><span style="color: ff0000;"><span style="font-size: 10pt;">If you miss this deadline, you may have a longer wait time at check in.&nbsp;&nbsp;</span></span></p>\r\n
    <h3>{{ company_info.companyName }}</h3>\r\n
    <p>&nbsp;</p>\r\n
    <h3><strong>Important Notes:</strong></h3>\r\n
    <ul>\r\n
    <li>Each company is allotted a certain number of badges based on their display size.</li>\r\n
    <li style="font-weight: bold;"><strong>Badges are for individuals working your display.</strong></li>\r\n
    <li>You should arrange <strong>VIP&nbsp;Tickets</strong>&nbsp;for your spouse, family members, other staff or guests.</li>\r\n
    <li><span style="font-size: 14pt; color: #e03e2d;"><strong>DO NOT INCLUDE MANUFACTURERS</strong></span> on the Exhibitor Badge List.&nbsp; ALL Manufactures/Factory Reps must come into the show office and present a business card to obtain a "Manufacturer" badge (at no charge.)&nbsp; Please be sure to inform them of this process ahead of the show.&nbsp;&nbsp;</li>\r\n
    </ul>\r\n
    <h2>Enter Names for {{ company_info.companyName }}</h2>\r\n
    <p>Your company has been allocated <strong> {{ badge_count }} badges </strong> (aka credentials) per the show standards based on contracted display space. If you would like to purchase more badges you may do so <a href="portal_store.php">here</a>.&nbsp; Additional badges are $15 for those working multiple.</p>\r\n
    <h4>&nbsp;</h4>\r\n
    <div>{{ form(form, { 'attr': {'class': 'row'} }) }}</div>\r\n
    <div>\r\n
    <p><strong><span style="font-size: 14pt;">Exhibitor Badge Policies:</span></strong></p>\r\n
    <p>🔸Badge swapping is strictly prohibited.&nbsp;</p>\r\n
    <p><strong><span style="color: #e03e2d;">🔸Lost badges</span></strong> will only be replaced at a cost of <strong><span style="color: #e03e2d;">$15</span></strong> each.&nbsp; Please remember to bring it with you every day.&nbsp;&nbsp;</p>\r\n
    <p>🔸All badges (aka credentials) will be ready to be picked up at check-in at the show office.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p><span style="font-size: 14pt;"><strong><span style="color: red;">Note: Full payment, Insurance and Contract must be received before badges will be released.</span></strong></span></p>\r\n
    </div>\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formattedValue: """
    <h3><span style="color: ff0000;">Deadline:</span> {{ show_info.badgeOrderDue|date('M j, Y') }}</h3>\r\n
    <p><span style="color: ff0000;"><span style="font-size: 10pt;">If you miss this deadline, you may have a longer wait time at check in.&nbsp;&nbsp;</span></span></p>\r\n
    <h3>{{ company_info.companyName }}</h3>\r\n
    <p>&nbsp;</p>\r\n
    <h3><strong>Important Notes:</strong></h3>\r\n
    <ul>\r\n
    <li>Each company is allotted a certain number of badges based on their display size.</li>\r\n
    <li style="font-weight: bold;"><strong>Badges are for individuals working your display.</strong></li>\r\n
    <li>You should arrange <strong>VIP&nbsp;Tickets</strong>&nbsp;for your spouse, family members, other staff or guests.</li>\r\n
    <li><span style="font-size: 14pt; color: #e03e2d;"><strong>DO NOT INCLUDE MANUFACTURERS</strong></span> on the Exhibitor Badge List.&nbsp; ALL Manufactures/Factory Reps must come into the show office and present a business card to obtain a "Manufacturer" badge (at no charge.)&nbsp; Please be sure to inform them of this process ahead of the show.&nbsp;&nbsp;</li>\r\n
    </ul>\r\n
    <h2>Enter Names for {{ company_info.companyName }}</h2>\r\n
    <p>Your company has been allocated <strong> {{ badge_count }} badges </strong> (aka credentials) per the show standards based on contracted display space. If you would like to purchase more badges you may do so <a href="portal_store.php">here</a>.&nbsp; Additional badges are $15 for those working multiple.</p>\r\n
    <h4>&nbsp;</h4>\r\n
    <div>{{ form(form, { 'attr': {'class': 'row'} }) }}</div>\r\n
    <div>\r\n
    <p><strong><span style="font-size: 14pt;">Exhibitor Badge Policies:</span></strong></p>\r\n
    <p>🔸Badge swapping is strictly prohibited.&nbsp;</p>\r\n
    <p><strong><span style="color: #e03e2d;">🔸Lost badges</span></strong> will only be replaced at a cost of <strong><span style="color: #e03e2d;">$15</span></strong> each.&nbsp; Please remember to bring it with you every day.&nbsp;&nbsp;</p>\r\n
    <p>🔸All badges (aka credentials) will be ready to be picked up at check-in at the show office.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p><span style="font-size: 14pt;"><strong><span style="color: red;">Note: Full payment, Insurance and Contract must be received before badges will be released.</span></strong></span></p>\r\n
    </div>\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1612 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1605 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1604 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1606 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1622 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1603 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1608 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1499
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Dashboard"
  -formattedValue: "Dashboard"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1650 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1607 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1577 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1611 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1653 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1600 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1627 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1632
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Welcome to the Exhibitor Portal"
  -formattedValue: "Welcome to the Exhibitor Portal"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1652 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1635 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1634 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1636 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1654 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1633 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1638 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1639
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p class="description">Please select your show below to continue.</p>\r\n
    <div id="shows_grid">\r\n
        {% for show in shows %}\r\n
            <div>\r\n
                <h4>{{ show.showName }}</h4>\r\n
                <h5>{{ show.ShowDates }}</h5>\r\n
                {% if current_show_id == show.id %}\r\n
                    Currently Selected, <a href="{{ show.url }}">Go back to show</a>\r\n
                {% else %}\r\n
                    <a href="{{ show.url }}">Select this show</a>\r\n
                {% endif %}\r\n
    \r\n
            </div>\r\n
        {% endfor %}\r\n
    </div>
    """
  -formattedValue: """
    <p class="description">Please select your show below to continue.</p>\r\n
    <div id="shows_grid">\r\n
        {% for show in shows %}\r\n
            <div>\r\n
                <h4>{{ show.showName }}</h4>\r\n
                <h5>{{ show.ShowDates }}</h5>\r\n
                {% if current_show_id == show.id %}\r\n
                    Currently Selected, <a href="{{ show.url }}">Go back to show</a>\r\n
                {% else %}\r\n
                    <a href="{{ show.url }}">Select this show</a>\r\n
                {% endif %}\r\n
    \r\n
            </div>\r\n
        {% endfor %}\r\n
    </div>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1649 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1642 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1643 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1659 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1640 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1645 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1536
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Decorator Portal"
  -formattedValue: "Decorator Portal"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1687 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1644 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1614 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1648 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1690 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1637 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1664 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1669
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Official Decorator & Ordering Portal"
  -formattedValue: "Official Decorator &amp; Ordering Portal"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1689 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1672 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1671 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1673 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1691 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1670 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1675 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1676
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p data-path-to-node="3"><strong data-path-to-node="3" data-index-in-node="0">Shepard Exposition Services</strong> is the official general decorator, logistics, and drayage coordinator for the show.</p>\r\n
    <p data-path-to-node="4">You can use their dedicated online portal to order:</p>\r\n
    <ul data-path-to-node="5">\r\n
    <li>\r\n
    <p data-path-to-node="5,0,0">Booth decorations, carpeting, and rental furniture</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-path-to-node="5,1,0">Sign hanging and labor services</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-path-to-node="5,2,0">Material handling and advance shipping</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p data-path-to-node="6">To place your orders, please click the button below to sign into the Shepard exhibitor platform:</p>
    """
  -formattedValue: """
    <p data-path-to-node="3"><strong data-path-to-node="3" data-index-in-node="0">Shepard Exposition Services</strong> is the official general decorator, logistics, and drayage coordinator for the show.</p>\r\n
    <p data-path-to-node="4">You can use their dedicated online portal to order:</p>\r\n
    <ul data-path-to-node="5">\r\n
    <li>\r\n
    <p data-path-to-node="5,0,0">Booth decorations, carpeting, and rental furniture</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-path-to-node="5,1,0">Sign hanging and labor services</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-path-to-node="5,2,0">Material handling and advance shipping</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p data-path-to-node="6">To place your orders, please click the button below to sign into the Shepard exhibitor platform:</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1686 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1679 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1678 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1680 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1696 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1677 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1682 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1573
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Directory Info"
  -formattedValue: "Directory Info"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1724 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1681 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1651 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1685 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1727 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1674 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1701 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1706
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "We Need Your Information for the Show Directory!"
  -formattedValue: "We Need Your Information for the Show Directory!"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1726 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1709 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1708 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1710 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1728 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1707 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1712 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1713
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    {{ form_start(form, {'attr': {'id': 'rules_and_regs_form'} }) }}{{ form_errors(form) }}\r\n
    <p>Get listed in the online Show Directory by completing your profiles today. Missing this deadline means your company will not appear on the website directory.</p>\r\n
    <p><strong>Required Actions:</strong></p>\r\n
    <p><strong>Please complete the form below. Company Description and Social Media apply to all exhibitors. Complete the other sections that apply to your company.</strong></p>\r\n
    <p>We have pre-filled any profile information that we have on file. Please review and change accordingly.</p>\r\n
    <p>&nbsp;</p>\r\n
    <fieldset id="company_description" class="field_set">\r\n
    <h3>Company Description</h3>\r\n
    {{ form_row(form.company_description) }}{{ company_logo|raw }}{{ form_row(form.logo) }}{{ form_row(form.website) }}</fieldset><fieldset class="field_set">\r\n
    <h3>Social Media</h3>\r\n
    <p>If you would like your social media information to appear on your company listing on our web site you may enter it here.</p>\r\n
    <div class="row">{{ form_row(form.facebook) }}{{ form_row(form.instagram) }}{{ form_row(form.linkedin) }}{{ form_row(form.twitter) }}</div>\r\n
    </fieldset>\r\n
    <p style="max-width: 80em;"><strong>Please Note:</strong> All brands, products, and services listed on this directory are for online display purposes only. Inclusion here does not guarantee that the product will be permitted for display at the physical show. Your directory listing should reflect only the items submitted with your application and approved in your contract. To display additional products or services, please contact Show Management for official approval.</p>\r\n
    <fieldset id="boats" class="field_set">\r\n
    <h3>Boat Brands</h3>\r\n
    <p>If you are displaying boats at the show, please complete this section. {{ form_row(form.brands) }}</p>\r\n
    </fieldset><fieldset id="products" class="field_set">\r\n
    <h3>Products and Product Brands</h3>\r\n
    <p>If you are displaying products at the show, please complete this section. {{ form_row(form.exhibitor_products) }}</p>\r\n
    </fieldset><fieldset id="services" class="field_set">\r\n
    <h3>Services</h3>\r\n
    <p>If you are displaying services at the show, please complete this section. {{ form_row(form.exhibitor_services) }}</p>\r\n
    </fieldset>{{ form_row(form.save) }}\r\n
    <p>After you have made the necessary changes, click the "Confirm Directory Info is Correct" button above to save.</p>\r\n
    <p>If there is any further information you require, please call the office at: 713-526-6361</p>\r\n
    {{ form_end(form) }}
    """
  -formattedValue: """
    {{ form_start(form, {'attr': {'id': 'rules_and_regs_form'} }) }}{{ form_errors(form) }}\r\n
    <p>Get listed in the online Show Directory by completing your profiles today. Missing this deadline means your company will not appear on the website directory.</p>\r\n
    <p><strong>Required Actions:</strong></p>\r\n
    <p><strong>Please complete the form below. Company Description and Social Media apply to all exhibitors. Complete the other sections that apply to your company.</strong></p>\r\n
    <p>We have pre-filled any profile information that we have on file. Please review and change accordingly.</p>\r\n
    <p>&nbsp;</p>\r\n
    <fieldset id="company_description" class="field_set">\r\n
    <h3>Company Description</h3>\r\n
    {{ form_row(form.company_description) }}{{ company_logo|raw }}{{ form_row(form.logo) }}{{ form_row(form.website) }}</fieldset><fieldset class="field_set">\r\n
    <h3>Social Media</h3>\r\n
    <p>If you would like your social media information to appear on your company listing on our web site you may enter it here.</p>\r\n
    <div class="row">{{ form_row(form.facebook) }}{{ form_row(form.instagram) }}{{ form_row(form.linkedin) }}{{ form_row(form.twitter) }}</div>\r\n
    </fieldset>\r\n
    <p style="max-width: 80em;"><strong>Please Note:</strong> All brands, products, and services listed on this directory are for online display purposes only. Inclusion here does not guarantee that the product will be permitted for display at the physical show. Your directory listing should reflect only the items submitted with your application and approved in your contract. To display additional products or services, please contact Show Management for official approval.</p>\r\n
    <fieldset id="boats" class="field_set">\r\n
    <h3>Boat Brands</h3>\r\n
    <p>If you are displaying boats at the show, please complete this section. {{ form_row(form.brands) }}</p>\r\n
    </fieldset><fieldset id="products" class="field_set">\r\n
    <h3>Products and Product Brands</h3>\r\n
    <p>If you are displaying products at the show, please complete this section. {{ form_row(form.exhibitor_products) }}</p>\r\n
    </fieldset><fieldset id="services" class="field_set">\r\n
    <h3>Services</h3>\r\n
    <p>If you are displaying services at the show, please complete this section. {{ form_row(form.exhibitor_services) }}</p>\r\n
    </fieldset>{{ form_row(form.save) }}\r\n
    <p>After you have made the necessary changes, click the "Confirm Directory Info is Correct" button above to save.</p>\r\n
    <p>If there is any further information you require, please call the office at: 713-526-6361</p>\r\n
    {{ form_end(form) }}
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1723 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1716 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1715 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1717 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1733 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1714 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1719 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1610
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "E-Sign Contract"
  -formattedValue: "E-Sign Contract"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1761 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1718 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1688 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1722 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1764 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1711 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1738 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1743
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "E-Sign Contract"
  -formattedValue: "E-Sign Contract"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1763 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1746 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1745 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1747 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1765 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1744 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1749 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1750
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: "<p>esign</p>"
  -formattedValue: "<p>esign</p>"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1760 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1753 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1752 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1754 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1770 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1751 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1756 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1647
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "FAQ"
  -formattedValue: "FAQ"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1798 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1755 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1725 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1759 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1801 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1748 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1775 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1780
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "FAQ"
  -formattedValue: "FAQ"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1800 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1783 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1784 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1802 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1781 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1786 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1787
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    {% for faq in faqs %}\r\n
            <div>\r\n
                <h4>{{ faq.getQuestion() }}</h4>\r\n
                <p>{{ faq.getAnswer()|raw }}</p>\r\n
            </div>\r\n
    \r\n
        {% endfor %}
    """
  -formattedValue: """
    {% for faq in faqs %}\r\n
            <div>\r\n
                <h4>{{ faq.getQuestion() }}</h4>\r\n
                <p>{{ faq.getAnswer()|raw }}</p>\r\n
            </div>\r\n
    \r\n
        {% endfor %}
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1797 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1790 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1789 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1791 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1807 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1788 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1793 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1684
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Insurance Information"
  -formattedValue: "Insurance Information"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1835 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1792 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1762 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1796 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1838 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1785 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1812 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1817
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Insurance Information"
  -formattedValue: "Insurance Information"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1837 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1820 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1819 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1821 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1839 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1818 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1823 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1824
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    {% if application.insurance %}\r\n
    <h3>Insurance Pending</h3>\r\n
    <p>We have received your Insurance Certificate and we are reviewing it. No action is required at this time.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>&nbsp;</p>\r\n
    {% else %}\r\n
    <p><strong>Every Open Area exhibitor must carry general liability insurance.&nbsp;</strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong>Requirements by Booth Type:</strong></p>\r\n
    <p>🔸<strong>Open Area Exhibitors:</strong> You must provide your own coverage.&nbsp; Review our strict requirements for policies below.</p>\r\n
    <p><a href="/uploads/Insurance_Requirements-OA.pdf" target="_blank" rel="noopener">OPEN AREA EXHIBITORS</a></p>\r\n
    <p>🔸<strong>10x10 Booths:</strong> Insurance is included in your booth cost.&nbsp; We provide it automatically. <strong>No action required.&nbsp;</strong></p>\r\n
    <p><strong>After we receive the certificate from our agent, we will upload it here and your light will turn green.&nbsp;</strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>If you currently have your own compliant insurance certificate, you can upload a copy below.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong><span style="color: ff0000;">Scan and upload your Insurance Certificate here:</span></strong></p>\r\n
    {{ form_start(form, {'attr': {'id': 'insurance_form'} }) }}{{ form_errors(form) }}{{ form_row(form.insurance_certificate_file) }}{{ form_row(form.save) }}{{ form_end(form) }}\r\n
    <p>If you prefer, you may email Certificate of Insurance to: <strong><a target="_blank">{{ mgmt_company_info.salesManagerEmail }}</a></strong> <br><br></p>\r\n
    {% endif %}\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formattedValue: """
    {% if application.insurance %}\r\n
    <h3>Insurance Pending</h3>\r\n
    <p>We have received your Insurance Certificate and we are reviewing it. No action is required at this time.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>&nbsp;</p>\r\n
    {% else %}\r\n
    <p><strong>Every Open Area exhibitor must carry general liability insurance.&nbsp;</strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong>Requirements by Booth Type:</strong></p>\r\n
    <p>🔸<strong>Open Area Exhibitors:</strong> You must provide your own coverage.&nbsp; Review our strict requirements for policies below.</p>\r\n
    <p><a href="/uploads/Insurance_Requirements-OA.pdf" target="_blank" rel="noopener">OPEN AREA EXHIBITORS</a></p>\r\n
    <p>🔸<strong>10x10 Booths:</strong> Insurance is included in your booth cost.&nbsp; We provide it automatically. <strong>No action required.&nbsp;</strong></p>\r\n
    <p><strong>After we receive the certificate from our agent, we will upload it here and your light will turn green.&nbsp;</strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>If you currently have your own compliant insurance certificate, you can upload a copy below.</p>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong><span style="color: ff0000;">Scan and upload your Insurance Certificate here:</span></strong></p>\r\n
    {{ form_start(form, {'attr': {'id': 'insurance_form'} }) }}{{ form_errors(form) }}{{ form_row(form.insurance_certificate_file) }}{{ form_row(form.save) }}{{ form_end(form) }}\r\n
    <p>If you prefer, you may email Certificate of Insurance to: <strong><a target="_blank">{{ mgmt_company_info.salesManagerEmail }}</a></strong> <br><br></p>\r\n
    {% endif %}\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1834 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1827 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1826 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1828 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1844 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1825 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1830 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1721
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Pay Deposit By Check"
  -formattedValue: "Pay Deposit By Check"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1872 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1829 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1799 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1833 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1875 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1822 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1849 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1854
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Pay Deposit By Check"
  -formattedValue: "Pay Deposit By Check"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1874 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1857 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1856 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1858 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1876 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1855 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1860 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1861
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h2>Thank You</h2>\r\n
    <p>Thank you for your application to the Houston Boat Show.</p>\r\n
    <p>Once we receive your deposit payment, we will begin to finalize your application.</p>\r\n
    <h2>Pay Deposit By Check</h2>\r\n
    <p>If you are paying by check, please send a check in the amount of <strong>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</strong> to:</p>\r\n
    <p>{{ show_info.checksPayableTo }}<br>{{ mgmt_company_info.address1 }}<br>{{ mgmt_company_info.city }}, {{ mgmt_company_info.state }}{{ mgmt_company_info.zip }}</p>\r\n
    <h2>Invoice:</h2>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>\r\n
    <h2>Credit Card Payments:</h2>\r\n
    <p>If you would like to pay the deposit by <a href="?routeName=company_pay_deposit">credit card</a> you can log back into the portal at any time.</p>\r\n
    <p>If there is any further information you require, please call Debra Hatcher at: 713-526-6361</p>
    """
  -formattedValue: """
    <h2>Thank You</h2>\r\n
    <p>Thank you for your application to the Houston Boat Show.</p>\r\n
    <p>Once we receive your deposit payment, we will begin to finalize your application.</p>\r\n
    <h2>Pay Deposit By Check</h2>\r\n
    <p>If you are paying by check, please send a check in the amount of <strong>${{ (deposit_due.total_deposit_amount_due/100)|number_format(2, '.', ',') }}</strong> to:</p>\r\n
    <p>{{ show_info.checksPayableTo }}<br>{{ mgmt_company_info.address1 }}<br>{{ mgmt_company_info.city }}, {{ mgmt_company_info.state }}{{ mgmt_company_info.zip }}</p>\r\n
    <h2>Invoice:</h2>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>\r\n
    <h2>Credit Card Payments:</h2>\r\n
    <p>If you would like to pay the deposit by <a href="?routeName=company_pay_deposit">credit card</a> you can log back into the portal at any time.</p>\r\n
    <p>If there is any further information you require, please call Debra Hatcher at: 713-526-6361</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1871 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1864 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1863 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1865 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1881 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1862 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1867 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1758
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Payments"
  -formattedValue: "Payments"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1909 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1866 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1836 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1870 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1912 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1859 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1886 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1891
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Payment Structure"
  -formattedValue: "Payment Structure"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1911 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1894 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1893 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1895 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1913 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1892 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1897 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1898
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <div class="row">\r\n
    <div class="col-md-12 mceNonEditable">{{ payments_table|raw }}</div>\r\n
    </div>\r\n
    <h2>&nbsp;</h2>\r\n
    <h2>Account Summary</h2>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong>We have received a total amount of ${{ (payments_total/100)|number_format(2, '.', ',') }}.</strong> <strong><em>See Above</em></strong> for details on outstanding balance.</p>\r\n
    <p>&nbsp;</p>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>\r\n
    <h3>Secure Online Payment Available</h3>\r\n
    <p>You may always <a href="?routeName=company_pay_deposit"><strong>make a payment here</strong></a> using our secure payment system</p>\r\n
    </td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <h3>&nbsp;</h3>\r\n
    <h3>Please Note:</h3>\r\n
    <p><strong>If you are paying by check </strong>, please send to:<br><br>{{ mgmt_company_info.getFullMailingAddress|raw }}</p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>
    """
  -formattedValue: """
    <div class="row">\r\n
    <div class="col-md-12 mceNonEditable">{{ payments_table|raw }}</div>\r\n
    </div>\r\n
    <h2>&nbsp;</h2>\r\n
    <h2>Account Summary</h2>\r\n
    <p>&nbsp;</p>\r\n
    <p><strong>We have received a total amount of ${{ (payments_total/100)|number_format(2, '.', ',') }}.</strong> <strong><em>See Above</em></strong> for details on outstanding balance.</p>\r\n
    <p>&nbsp;</p>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>\r\n
    <h3>Secure Online Payment Available</h3>\r\n
    <p>You may always <a href="?routeName=company_pay_deposit"><strong>make a payment here</strong></a> using our secure payment system</p>\r\n
    </td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <h3>&nbsp;</h3>\r\n
    <h3>Please Note:</h3>\r\n
    <p><strong>If you are paying by check </strong>, please send to:<br><br>{{ mgmt_company_info.getFullMailingAddress|raw }}</p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1908 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1901 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1900 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1902 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1918 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1899 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1904 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1795
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Portal Welcome - Application Pending"
  -formattedValue: "Portal Welcome - Application Pending"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1946 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1903 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1873 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1907 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1949 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1896 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1923 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1928
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Welcome to the {{ show.ShowName }}, {{ company.companyName }}"
  -formattedValue: "Welcome to the {{ show.ShowName }}, {{ company.companyName }}"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1948 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1931 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1930 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1932 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1950 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1929 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1934 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1935
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h2>Application is Pending</h2>\r\n
    <p>We&rsquo;ve received your application, but your sale isn&rsquo;t finalized yet. After your deposit is submitted and posted&mdash;and once we approve your company and display items&mdash;you&rsquo;ll receive an email confirmation. At that point, you&rsquo;ll gain access to the portal.</p>\r\n
    <p>If you would like to view your application, <a href="/company?routeName=company_application_view" target="_blank" rel="noopener">Click Here</a></p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>\r\n
    <h3>Application Items</h3>\r\n
    <div id="product_selection" class="col-md-12 mceNonEditable">\r\n
    <div id="headingrow" class="row">\r\n
    <div class="col-md-4">Product</div>\r\n
    <div class="col-md-2">Quantity</div>\r\n
    <div class="col-md-1">Rate</div>\r\n
    <div class="col-md-4">Total</div>\r\n
    </div>\r\n
    {% set product_total = 0 %}{% for product in application.getProducts %}{% set product_subtotal = product.price*product.quantity %}{% set product_total = product_total + product_subtotal %}\r\n
    <div class="row  align-items-center prodrow">\r\n
    <div class="col-md-4">Item {{ loop.index }}: {{ product.name }}</div>\r\n
    <div class="col-md-2">{{ product.quantity }}</div>\r\n
    <div class="col-md-1">@ ${{ (product.price/100)|number_format(2, '.', ',') }} ({{ product.pricingUnit }})</div>\r\n
    <div class="col-md-4">${{ (product_subtotal/100)|number_format(2, '.', ',') }}</div>\r\n
    </div>\r\n
    {% endfor %}\r\n
    <div class="row  align-items-center prodrow" style="border-bottom: none;">\r\n
    <div class="col-md-4">&nbsp;</div>\r\n
    <div class="col-md-2">&nbsp;</div>\r\n
    <div class="col-md-1"><strong>Total</strong></div>\r\n
    <div class="col-md-4"><strong>${{ (product_total/100)|number_format(2, '.', ',') }}</strong></div>\r\n
    </div>\r\n
    </div>\r\n
    <h3>Payment Status</h3>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Value of Application:</td>\r\n
    <td>$500.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Percent Deposit:</td>\r\n
    <td>100 %</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Required:</td>\r\n
    <td>$500.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Paid:</td>\r\n
    <td>$0.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td><strong> Minimum Payment Due Now **:</strong></td>\r\n
    <td><strong>$500.00</strong></td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td colspan="2">** Your Application is not valid without a deposit payment.</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <p><span style="background-color: #f1c40f;"><strong>I dont think this box is coded with the correct numbers, can you fix this?</strong></span></p>\r\n
    <p><strong>You can make a payment&nbsp;<a href="?routeName=company_pay_deposit">here </a></strong></p>\r\n
    <p>If you have any questions, please call our office at: 713-526-6361</p>\r\n
    <p><span style="font-size: 14px;"><span style="font-size: 11px;">This is a request for space and is not intended as a binding contract.&nbsp; All applications require approval, so exhibit space is not guaranteed.&nbsp; If application is approved, you will be contacted with space options and given the opportunity to accept or reject the assignment of space made by Show Management. Houston International Boat, Sport &amp; Travel Show, Inc. has the sole and absolute discretion to approve or deny this application.&nbsp; If this application is not approved, your full payment will be refunded.</span></span></p>
    """
  -formattedValue: """
    <h2>Application is Pending</h2>\r\n
    <p>We&rsquo;ve received your application, but your sale isn&rsquo;t finalized yet. After your deposit is submitted and posted&mdash;and once we approve your company and display items&mdash;you&rsquo;ll receive an email confirmation. At that point, you&rsquo;ll gain access to the portal.</p>\r\n
    <p>If you would like to view your application, <a href="/company?routeName=company_application_view" target="_blank" rel="noopener">Click Here</a></p>\r\n
    <h3>Invoice:</h3>\r\n
    <p>To print a copy of your invoice, <a href="?routeName=company_invoice" target="_blank" rel="noopener">Click Here</a>.</p>\r\n
    <h3>Application Items</h3>\r\n
    <div id="product_selection" class="col-md-12 mceNonEditable">\r\n
    <div id="headingrow" class="row">\r\n
    <div class="col-md-4">Product</div>\r\n
    <div class="col-md-2">Quantity</div>\r\n
    <div class="col-md-1">Rate</div>\r\n
    <div class="col-md-4">Total</div>\r\n
    </div>\r\n
    {% set product_total = 0 %}{% for product in application.getProducts %}{% set product_subtotal = product.price*product.quantity %}{% set product_total = product_total + product_subtotal %}\r\n
    <div class="row  align-items-center prodrow">\r\n
    <div class="col-md-4">Item {{ loop.index }}: {{ product.name }}</div>\r\n
    <div class="col-md-2">{{ product.quantity }}</div>\r\n
    <div class="col-md-1">@ ${{ (product.price/100)|number_format(2, '.', ',') }} ({{ product.pricingUnit }})</div>\r\n
    <div class="col-md-4">${{ (product_subtotal/100)|number_format(2, '.', ',') }}</div>\r\n
    </div>\r\n
    {% endfor %}\r\n
    <div class="row  align-items-center prodrow" style="border-bottom: none;">\r\n
    <div class="col-md-4">&nbsp;</div>\r\n
    <div class="col-md-2">&nbsp;</div>\r\n
    <div class="col-md-1"><strong>Total</strong></div>\r\n
    <div class="col-md-4"><strong>${{ (product_total/100)|number_format(2, '.', ',') }}</strong></div>\r\n
    </div>\r\n
    </div>\r\n
    <h3>Payment Status</h3>\r\n
    <table>\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Value of Application:</td>\r\n
    <td>$500.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Percent Deposit:</td>\r\n
    <td>100 %</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Required:</td>\r\n
    <td>$500.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Deposit Paid:</td>\r\n
    <td>$0.00</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td><strong> Minimum Payment Due Now **:</strong></td>\r\n
    <td><strong>$500.00</strong></td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td colspan="2">** Your Application is not valid without a deposit payment.</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    <p><span style="background-color: #f1c40f;"><strong>I dont think this box is coded with the correct numbers, can you fix this?</strong></span></p>\r\n
    <p><strong>You can make a payment&nbsp;<a href="?routeName=company_pay_deposit">here </a></strong></p>\r\n
    <p>If you have any questions, please call our office at: 713-526-6361</p>\r\n
    <p><span style="font-size: 14px;"><span style="font-size: 11px;">This is a request for space and is not intended as a binding contract.&nbsp; All applications require approval, so exhibit space is not guaranteed.&nbsp; If application is approved, you will be contacted with space options and given the opportunity to accept or reject the assignment of space made by Show Management. Houston International Boat, Sport &amp; Travel Show, Inc. has the sole and absolute discretion to approve or deny this application.&nbsp; If this application is not approved, your full payment will be refunded.</span></span></p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1945 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1938 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1937 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1939 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1955 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1936 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1941 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1832
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Portal Welcome - No Application"
  -formattedValue: "Portal Welcome - No Application"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1983 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1940 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1910 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1944 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1986 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1933 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1960 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1965
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Welcome to the {{ show.ShowName }}"
  -formattedValue: "Welcome to the {{ show.ShowName }}"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1985 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1968 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1967 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1969 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1987 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1966 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1971 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1972
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h1 class="regular brown bottom_line">&nbsp;</h1>\n
    <h3>{{ show.ShowDates }}</h3>\n
    <p>You are not yet registered for the {{ show.ShowName }}.</p>\n
    <h3>Register Online:</h3>\n
    <p>Please use this online application process to register for the show. The registration process is quick and easy.</p>\n
    <p><strong>Please Note:</strong></p>\n
    <p>Below are the steps to exhibit in the show:</p>\n
    <ol>\n
    <li>Complete online request for space &ndash; be sure to include a detailed description of your product or service.&nbsp;</li>\n
    <li value="2">Add a digital signature accepting <span style="color: #1a33eb;"><strong><a style="color: #1a33eb;" href="../../../uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener">Rules &amp; Regulations</a>.</strong></span></li>\n
    <li style="font-weight: bold;" value="3"><strong>No space can be reserved until a 25% deposit has been received.&nbsp; Both credit cards and checks are accepted.</strong></li>\n
    <li value="4">All exhibitors in the Open Area spaces must show proof of general liability insurance.&nbsp; Click here for the insurance requirements for <span style="color: #1a33eb;"><strong><a style="color: #1a33eb;" href="/uploads/Insurance_Requirements-OA.pdf" target="_blank" rel="noopener">Open Area Exhibitors</a>.</strong>&nbsp;</span></li>\n
    <li>All 10' x 10" booth space, general liability insurance is included in your booth fee.</li>\n
    </ol>\n
    <p><span style="font-size: 10pt;">This is a request for space and is not intended as a binding contract.&nbsp; All applications require approval, so exhibit space is not guaranteed.&nbsp; If application is approved, you will be contacted with space options and given the opportunity to accept or reject the assignment of space made by Show Management. Houston International Boat, Sport &amp; Travel Show, Inc. has the sole and absolute discretion to approve or deny this application.&nbsp; If this application is not approved, your full payment will be refunded.</span></p>\n
    <p><a class="btn btn-primary" href="?routeName=company_register">Click here to start the application process</a></p>\n
    <h3>Note:{{ show.InvoiceNotes|raw }}</h3>\n
    <p>SHOW HOURS:</p>\n
    <p>Wednesday, January 27th&nbsp; &nbsp; 11:00 am - 8:00 pm</p>\n
    <p>Thursday, January 28th&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11:00 am - 8:00 pm</p>\n
    <p>Friday, January 29th&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;11:00 am - 8:00 pm</p>\n
    <p>Saturday, January 30th&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10:00 am - 8:00 pm</p>\n
    <p>Sunday, January 31st&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10:00 am - 6:00 pm</p>\n
    <p>OTHER IMPORTANT DEADLINES:&nbsp;</p>\n
    <p><span style="color: #ff0000;">OCTOBER 23, 2026: Second payment due date. 25% of total invoice.&nbsp;</span></p>\n
    <p><span style="color: #ff0000;">DECEMBER 18, 2026: Final payment deadline.&nbsp; All exhibit space not paid-in-full will be sold on a first come-first serve basis and any deposits you have paid will be forfeited.</span></p>
    """
  -formattedValue: """
    <h1 class="regular brown bottom_line">&nbsp;</h1>\n
    <h3>{{ show.ShowDates }}</h3>\n
    <p>You are not yet registered for the {{ show.ShowName }}.</p>\n
    <h3>Register Online:</h3>\n
    <p>Please use this online application process to register for the show. The registration process is quick and easy.</p>\n
    <p><strong>Please Note:</strong></p>\n
    <p>Below are the steps to exhibit in the show:</p>\n
    <ol>\n
    <li>Complete online request for space &ndash; be sure to include a detailed description of your product or service.&nbsp;</li>\n
    <li value="2">Add a digital signature accepting <span style="color: #1a33eb;"><strong><a style="color: #1a33eb;" href="../../../uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener">Rules &amp; Regulations</a>.</strong></span></li>\n
    <li style="font-weight: bold;" value="3"><strong>No space can be reserved until a 25% deposit has been received.&nbsp; Both credit cards and checks are accepted.</strong></li>\n
    <li value="4">All exhibitors in the Open Area spaces must show proof of general liability insurance.&nbsp; Click here for the insurance requirements for <span style="color: #1a33eb;"><strong><a style="color: #1a33eb;" href="/uploads/Insurance_Requirements-OA.pdf" target="_blank" rel="noopener">Open Area Exhibitors</a>.</strong>&nbsp;</span></li>\n
    <li>All 10' x 10" booth space, general liability insurance is included in your booth fee.</li>\n
    </ol>\n
    <p><span style="font-size: 10pt;">This is a request for space and is not intended as a binding contract.&nbsp; All applications require approval, so exhibit space is not guaranteed.&nbsp; If application is approved, you will be contacted with space options and given the opportunity to accept or reject the assignment of space made by Show Management. Houston International Boat, Sport &amp; Travel Show, Inc. has the sole and absolute discretion to approve or deny this application.&nbsp; If this application is not approved, your full payment will be refunded.</span></p>\n
    <p><a class="btn btn-primary" href="?routeName=company_register">Click here to start the application process</a></p>\n
    <h3>Note:{{ show.InvoiceNotes|raw }}</h3>\n
    <p>SHOW HOURS:</p>\n
    <p>Wednesday, January 27th&nbsp; &nbsp; 11:00 am - 8:00 pm</p>\n
    <p>Thursday, January 28th&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11:00 am - 8:00 pm</p>\n
    <p>Friday, January 29th&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;11:00 am - 8:00 pm</p>\n
    <p>Saturday, January 30th&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10:00 am - 8:00 pm</p>\n
    <p>Sunday, January 31st&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10:00 am - 6:00 pm</p>\n
    <p>OTHER IMPORTANT DEADLINES:&nbsp;</p>\n
    <p><span style="color: #ff0000;">OCTOBER 23, 2026: Second payment due date. 25% of total invoice.&nbsp;</span></p>\n
    <p><span style="color: #ff0000;">DECEMBER 18, 2026: Final payment deadline.&nbsp; All exhibit space not paid-in-full will be sold on a first come-first serve basis and any deposits you have paid will be forfeited.</span></p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1982 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1975 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1974 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1976 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1992 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1973 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1978 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1869
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Show Rules & Regulations"
  -formattedValue: "Show Rules &amp; Regulations"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2020 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1977 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1947 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1981 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2023 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1970 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1997 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2002
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Show Rules & Regulations"
  -formattedValue: "Show Rules &amp; Regulations"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2022 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2005 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2004 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2006 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2024 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2003 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2008 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2009
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <p><a href="../../../uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener"><strong>CLICK HERE TO DOWNLOAD THE <span style="color: #0000ff;">COMPLETE LIST OF RULES &amp; REGULATIONS</span> FOR THE {{ show_info.showName }}</strong></a></p>\r\n
    {% if application.rulesAndRegulationsSignature %}\r\n
    <p>We have received your Rules and Regulations digital signature. No action is required at this time</p>\r\n
    {% else %}\r\n
    <p>Please read the entire document and indicate you will abide by the regulations by entering your name below.</p>\r\n
    <p><strong>Digital Signature</strong></p>\r\n
    <p>I agree to abide by the rules and regulations for the {{ show_info.showName }}.</p>\r\n
    <p>To confirm:</p>\r\n
    {{ form_start(form, {'attr': {'id': 'rules_and_regs_form'} }) }}{{ form_errors(form) }}{{ form_row(form.rules_regs_signature) }}{{ form_row(form.save) }}{{ form_end(form) }}\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>\r\n
    {% endif %}
    """
  -formattedValue: """
    <p><a href="../../../uploads/Rules_Regulations%202027%20New%20Format.pdf" target="_blank" rel="noopener"><strong>CLICK HERE TO DOWNLOAD THE <span style="color: #0000ff;">COMPLETE LIST OF RULES &amp; REGULATIONS</span> FOR THE {{ show_info.showName }}</strong></a></p>\r\n
    {% if application.rulesAndRegulationsSignature %}\r\n
    <p>We have received your Rules and Regulations digital signature. No action is required at this time</p>\r\n
    {% else %}\r\n
    <p>Please read the entire document and indicate you will abide by the regulations by entering your name below.</p>\r\n
    <p><strong>Digital Signature</strong></p>\r\n
    <p>I agree to abide by the rules and regulations for the {{ show_info.showName }}.</p>\r\n
    <p>To confirm:</p>\r\n
    {{ form_start(form, {'attr': {'id': 'rules_and_regs_form'} }) }}{{ form_errors(form) }}{{ form_row(form.rules_regs_signature) }}{{ form_row(form.save) }}{{ form_end(form) }}\r\n
    <p>If there is any further information you require, please call {{ show_info.showName }} at: {{ mgmt_company_info.companyPhone }}</p>\r\n
    {% endif %}
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2019 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2012 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2011 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2013 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2029 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2010 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2015 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1906
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Stage in/out Confirmation"
  -formattedValue: "Stage in/out Confirmation"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2057 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2014 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1984 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2018 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2060 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2007 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2034 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2039
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Exhibitor Move-In & Move-Out Confirmation"
  -formattedValue: "Exhibitor Move-In &amp; Move-Out Confirmation"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2059 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2042 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2041 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2043 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2061 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2040 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2045 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2046
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h4>Display Space:</h4>\r\n
    {% include 'company/display_space.html.twig' %}\r\n
    <h4>Dear Exhibitor,</h4>\r\n
    <p>Welcome to the <strong>2027 Houston Boat Show</strong>!</p>\r\n
    <p>To ensure a smooth, safe, and efficient setup and teardown process for everyone, please review the critical guidelines, schedules, and requirements detailed below.</p>\r\n
    <ul>\r\n
    <li>Booth Move-In Guidelines</li>\r\n
    <li>Open Area Move-In Guidelines</li>\r\n
    <li>Staging and Lot Map</li>\r\n
    <li>Move-In Schedule</li>\r\n
    <li>Move-Out Procedures</li>\r\n
    </ul>\r\n
    {% include 'company/stage_in_signature_form.html.twig' %}\r\n
    <p>If there is any further information you require, please call our office at: 713-526-6361</p>
    """
  -formattedValue: """
    <h4>Display Space:</h4>\r\n
    {% include 'company/display_space.html.twig' %}\r\n
    <h4>Dear Exhibitor,</h4>\r\n
    <p>Welcome to the <strong>2027 Houston Boat Show</strong>!</p>\r\n
    <p>To ensure a smooth, safe, and efficient setup and teardown process for everyone, please review the critical guidelines, schedules, and requirements detailed below.</p>\r\n
    <ul>\r\n
    <li>Booth Move-In Guidelines</li>\r\n
    <li>Open Area Move-In Guidelines</li>\r\n
    <li>Staging and Lot Map</li>\r\n
    <li>Move-In Schedule</li>\r\n
    <li>Move-Out Procedures</li>\r\n
    </ul>\r\n
    {% include 'company/stage_in_signature_form.html.twig' %}\r\n
    <p>If there is any further information you require, please call our office at: 713-526-6361</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2056 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2049 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2048 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2050 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2066 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2047 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2052 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1943
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -propertyNameSuffix: null
  -value: "Venue Portal"
  -formattedValue: "Venue Portal"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2094 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2051 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/text_linked_to_entity.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2021 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2055 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2097 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2044 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2071 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2076
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Official Relaint Park Ordering Services"
  -formattedValue: "Official Relaint Park Ordering Services"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2096 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2079 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2078 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2080 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2098 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2077 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2082 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2083
  -fieldFqcn: "App\Field\TinymceEditorField"
  -propertyName: "content"
  -propertyNameSuffix: null
  -value: """
    <h2>Order Official Show Services</h2>\r\n
    <p class="isSelectedEnd">The <strong>Houston Boat Show</strong> is held at <strong>Reliant&nbsp;Park</strong>. To help make your move-in and show experience as smooth as possible, Reliant Park offers a variety of services that can be ordered directly through their Exhibitor Services Portal.</p>\r\n
    <p class="isSelectedEnd">Through the official Reliant Park ordering system, you can purchase:</p>\r\n
    <ul data-spread="false">\r\n
    <li>Electrical service</li>\r\n
    <li>Labor for installation and dismantle</li>\r\n
    <li>Audio/Visual equipment</li>\r\n
    <li>Internet and telephone services</li>\r\n
    <li>Plumbing services</li>\r\n
    <li>Additional exhibitor parking passes</li>\r\n
    </ul>\r\n
    <h3>Order Early &amp; Save</h3>\r\n
    <p class="isSelectedEnd">Many services are available at <strong>discounted advance rates</strong>. Ordering before the advance order deadline can help reduce your costs and ensure your services are ready before move-in.</p>\r\n
    <h3>Official Reliant Park Exhibitor Services Portal</h3>\r\n
    <p class="isSelectedEnd"><strong>Click the link below to access the official NRG Park ordering website:</strong></p>\r\n
    <p class="isSelectedEnd"><a href="https://nrgpark.boomerecommerce.com/Home/Pages/Security/Login.aspx" target="_blank" rel="noopener">https://nrgpark.boomerecommerce.com/Home/Pages/Security/Login.aspx</a></p>\r\n
    <h3>Need Assistance?</h3>\r\n
    <p class="isSelectedEnd">If you have questions regarding booth services, utilities, or labor, please contact the <strong>Reliant&nbsp;Park Exhibitor Services Team</strong> using the contact information provided on their ordering website.</p>\r\n
    <p class="isSelectedEnd">If you have questions regarding your booth assignment, exhibitor credentials, contracts, or the Houston Boat Show Exhibitor Portal, please contact the Houston Boat Show office.</p>\r\n
    <p>We recommend reviewing all available services well before move-in to ensure everything you need is scheduled and ready when you arrive.</p>
    """
  -formattedValue: """
    <h2>Order Official Show Services</h2>\r\n
    <p class="isSelectedEnd">The <strong>Houston Boat Show</strong> is held at <strong>Reliant&nbsp;Park</strong>. To help make your move-in and show experience as smooth as possible, Reliant Park offers a variety of services that can be ordered directly through their Exhibitor Services Portal.</p>\r\n
    <p class="isSelectedEnd">Through the official Reliant Park ordering system, you can purchase:</p>\r\n
    <ul data-spread="false">\r\n
    <li>Electrical service</li>\r\n
    <li>Labor for installation and dismantle</li>\r\n
    <li>Audio/Visual equipment</li>\r\n
    <li>Internet and telephone services</li>\r\n
    <li>Plumbing services</li>\r\n
    <li>Additional exhibitor parking passes</li>\r\n
    </ul>\r\n
    <h3>Order Early &amp; Save</h3>\r\n
    <p class="isSelectedEnd">Many services are available at <strong>discounted advance rates</strong>. Ordering before the advance order deadline can help reduce your costs and ensure your services are ready before move-in.</p>\r\n
    <h3>Official Reliant Park Exhibitor Services Portal</h3>\r\n
    <p class="isSelectedEnd"><strong>Click the link below to access the official NRG Park ordering website:</strong></p>\r\n
    <p class="isSelectedEnd"><a href="https://nrgpark.boomerecommerce.com/Home/Pages/Security/Login.aspx" target="_blank" rel="noopener">https://nrgpark.boomerecommerce.com/Home/Pages/Security/Login.aspx</a></p>\r\n
    <h3>Need Assistance?</h3>\r\n
    <p class="isSelectedEnd">If you have questions regarding booth services, utilities, or labor, please contact the <strong>Reliant&nbsp;Park Exhibitor Services Team</strong> using the contact information provided on their ordering website.</p>\r\n
    <p class="isSelectedEnd">If you have questions regarding your booth assignment, exhibitor credentials, contracts, or the Houston Boat Show Exhibitor Portal, please contact the Houston Boat Show office.</p>\r\n
    <p>We recommend reviewing all available services well before move-in to ensure everything you need is scheduled and ready when you arrive.</p>
    """
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2093 …}
  -formType: "App\Form\Type\TinymceEditorType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2086 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-tinymce_editor"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: null
  -templatePath: "crud/field/tinymce_editor.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2085 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2087 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2103 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2084 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2089 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1077
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2092 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/2/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1105 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1183 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2191 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2081
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2188 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/2/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/2/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1105 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1183 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2191 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2017
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2185 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/11/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1076
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1097 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1205 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2181 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2091
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2180 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/11/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/11/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1076
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1097 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1205 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2181 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1172
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2166 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/12/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1072
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1103 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 12
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1350 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2162 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2088
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2161 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/12/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/12/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1072
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1103 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 12
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1350 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2162 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1176
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2147 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/3/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1070
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1084 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1387 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2143 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2186
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2142 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/3/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/3/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1070
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1084 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1387 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2143 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1980
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2128 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/17/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#964
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1082 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1424 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2108 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2167
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2113 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/17/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/17/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#964
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1082 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1424 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2108 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2054
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2206 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/26/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1109
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1081 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 26
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1461 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2210 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2148
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2211 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/26/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/26/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1109
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1081 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 26
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1461 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2210 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2058
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2225 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/27/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#981
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1085 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 27
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1498 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2129
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2230 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/27/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/27/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#981
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1085 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 27
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1498 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2193
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2244 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/10/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#976
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1101 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 10
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1535 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2248 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2205
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2249 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/10/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/10/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#976
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1101 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 10
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1535 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2248 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2172
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2263 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/8/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1066
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1117 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 8
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1572 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2267 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2224
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2268 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/8/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/8/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1066
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1117 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 8
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1572 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2267 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2153
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2282 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/5/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#953
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1098 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1609 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2286 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2243
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2287 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/5/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/5/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#953
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1098 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1609 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2286 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2134
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2301 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/30/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1065
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1102 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 30
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1646 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2305 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2262
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2306 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/30/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/30/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1065
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1102 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 30
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1646 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2305 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2200
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2320 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/9/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#968
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1106 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 9
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1683 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2324 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2281
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2325 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/9/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/9/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#968
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1106 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 9
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1683 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2324 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2219
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2339 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/28/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1124
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1107 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 28
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1720 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2343 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2300
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2344 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/28/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/28/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1124
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1107 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 28
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1720 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2343 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2238
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2358 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/13/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1129
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1093 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 13
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1757 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2362 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2319
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2363 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/13/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/13/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1129
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1093 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 13
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1757 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2362 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2257
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2377 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/7/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1134
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1108 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 7
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1794 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2381 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2338
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2382 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/7/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/7/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1134
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1108 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 7
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1794 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2381 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2276
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2396 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/14/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#961
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1110 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1831 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2400 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2357
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2401 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/14/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/14/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#961
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1110 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1831 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2400 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2295
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2415 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/4/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#983
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1114 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 4
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1868 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2419 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2376
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2420 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/4/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/4/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#983
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1114 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 4
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1868 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2419 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2314
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2434 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/15/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1142
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1113 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1905 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2438 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2395
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2439 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/15/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/15/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1142
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1113 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1905 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2438 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2333
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2453 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/1/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1147
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1087 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1942 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2457 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2414
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2458 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/1/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/1/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1147
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1087 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1942 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2457 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2352
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2472 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/6/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1152
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1088 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 6
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1979 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2476 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2433
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2477 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/6/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/6/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1152
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1088 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 6
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1979 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2476 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2371
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2491 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/22/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1157
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1089 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 22
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2016 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2495 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2452
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2496 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/22/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/22/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1157
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1089 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 22
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2016 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2495 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2390
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2510 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/21/edit?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1162
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1086 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2053 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2514 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2471
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2515 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://hbs.managemyshows.com/admin/template/21/delete?page=1&sort%5Bname%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/21/delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1162
    -isAccessible: true
    -fqcn: "App\Entity\Template"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#652 …}
    -instance: App\Entity\Template {#1086 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2053 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2514 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#746
    -type: "global"
    -name: "new"
    -label: Symfony\Component\Translation\TranslatableMessage {#2090 …}
    -icon: null
    -cssClass: "action-new btn btn-primary"
    -addedCssClass: " btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "new"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/new?sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "new"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#761
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#1185 …}
    -icon: null
    -cssClass: "action-batchDelete btn btn-danger pr-0"
    -addedCssClass: " btn btn-danger pr-0"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "batchDelete"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#2504
        -id: "ea-batch-action-batchDelete"
        -value: "60e50ab4d58974343314d261335.Wmu6425yg6Fx2ddw4tjev6MPHzr9O1oXq-u6pIcZXRw.AhrehlgqupkBr70ZruCf-_BcL2qeaRZD2YDf1clJZHopMcuQGEbp6CWang"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\Template"
      "data-action-url" => "https://hbs.managemyshows.com/admin/template/batch-delete?page=1&sort%5Bname%5D=ASC"
    ]
    -linkUrl: "https://hbs.managemyshows.com/admin/template/batch-delete?page=1&sort%5Bname%5D=ASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
139 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
140 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2622
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2638
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2651 …}
  -icon: "internal:sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
143 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
144 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3269
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3321 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://hbs.managemyshows.com/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3265
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3319 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3279
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3320 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ManagementCompany"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/management-company"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3274
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3330 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ShowInfo"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/show-info"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3272
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3341 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/user"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3270
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3348 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3268
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3349 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Company"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/company"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3259
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3356 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Contact"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/contact"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3261
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3367 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Prospect"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/prospect"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3263
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3374 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Application"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/application"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3277
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3381 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Credential"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/credential"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3280
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3388 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Payment"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/payment"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3282
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3395 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3284
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3396 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/product"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3286
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3403 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ProductCategory"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/product-category"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3288
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3414 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3290
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3415 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExhibitorZone"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/exhibitor-zone"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3292
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3422 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExhibitorSpace"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/exhibitor-space"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3294
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3433 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Brand"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/brand"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3296
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3440 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BrandType"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/brand-type"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3298
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3447 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BusinessType"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/business-type"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3300
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3454 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExhibitorProduct"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/exhibitor-product"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
166 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3302
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3461 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExhibitorService"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/exhibitor-service"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
167 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3304
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3468 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Email"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/email"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
168 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3306
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3475 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ShowType"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/show-type"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
169 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3308
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3482 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Faq"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/faq"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
170 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3310
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3489 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Template"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/template"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
171 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3312
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3496 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ContractTerms"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/contract-terms"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
172 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3314
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3503 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Upload"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/upload"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
173 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3316
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3510 …}
  -icon: "fas fa-database"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Todo"
    "entityId" => null
  ]
  -linkUrl: "https://hbs.managemyshows.com/admin/todo"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
174 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
175 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details