Redirect 302 redirect from POST @admin (0d3965)

Security

Token

effata Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
  "ROLE_EMMELN"
  "ROLE_HAREN"
  "ROLE_TINNEN"
  "ROLE_ALTHAREN"
  "ROLE_WESUWE"
  "ROLE_BDH"
  "ROLE_JOSEF"
  "ROLE_HERZJESU"
  "ROLE_KIOSK"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#665
  -user: App\Entity\User {#852 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
    "ROLE_EMMELN"
    "ROLE_HAREN"
    "ROLE_TINNEN"
    "ROLE_ALTHAREN"
    "ROLE_WESUWE"
    "ROLE_BDH"
    "ROLE_JOSEF"
    "ROLE_HERZJESU"
    "ROLE_KIOSK"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#694
  -map: Symfony\Component\Security\Http\AccessMap {#693 …}
  -logger: Monolog\Logger {#724 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#689
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#392 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#724 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#688 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#719 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#399 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#686 …}
}
3.54 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#683
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#682 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#676
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#396 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#183 …}
  -map: Symfony\Component\Security\Http\AccessMap {#693 …}
}
0.22 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#702
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#396 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#727 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#719 …}
}
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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "IS_AUTHENTICATED_FULLY"
  "ROLE_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "application/xml"
    "*/*"
  ]
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&page=2"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#672 …}
  #locale: null
  #defaultLocale: "de"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#951
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: "ROLE_ADMIN"
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
  "entityFqcn" => "App\Entity\Posts"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED ROLE_ADMIN
App\Entity\Posts {#1260
  -id: 747
  -title: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinschaft die Tannenbäume abgeholt. Nähere Infos im Pfarrbrief"
  -date: DateTime @1734029924 {#1304
    date: 2024-12-12 18:58:44.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "571da1ad3ab5fe9c556f6531a60000930f097b66.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1736726400 {#1279
    date: 2025-01-13 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1240
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1260
    -id: 747
    -title: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinschaft die Tannenbäume abgeholt. Nähere Infos im Pfarrbrief"
    -date: DateTime @1734029924 {#1304
      date: 2024-12-12 18:58:44.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "571da1ad3ab5fe9c556f6531a60000930f097b66.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1736726400 {#1279
      date: 2025-01-13 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 747
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1487 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2769 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED ROLE_ADMIN
App\Entity\Posts {#1298
  -id: 755
  -title: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche in Haren"
  -date: DateTime @1734462531 {#1275
    date: 2024-12-17 19:08:51.0 UTC (+00:00)
  }
  -content: "<p>Herzlich willkommen!</p>"
  -image: "c4da584aa714a208cd1af6e97f8b4687ffcce338.png"
  -description: null
  -parish: "haren"
  -video: null
  -vis: true
  -start_at: DateTime @1736726400 {#1243
    date: 2025-01-13 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1247
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1298
    -id: 755
    -title: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche in Haren"
    -date: DateTime @1734462531 {#1275
      date: 2024-12-17 19:08:51.0 UTC (+00:00)
    }
    -content: "<p>Herzlich willkommen!</p>"
    -image: "c4da584aa714a208cd1af6e97f8b4687ffcce338.png"
    -description: null
    -parish: "haren"
    -video: null
    -vis: true
    -start_at: DateTime @1736726400 {#1243
      date: 2025-01-13 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 755
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1581 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2754 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED ROLE_ADMIN
App\Entity\Posts {#1296
  -id: 724
  -title: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Kapelle"
  -date: DateTime @1731773195 {#1295
    date: 2024-11-16 16:06:35.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung</p>"
  -image: "04cb7b4a4691787f3ed3fcb4eefd57b8cf978175.png"
  -description: null
  -parish: "haren"
  -video: null
  -vis: true
  -start_at: DateTime @1736553600 {#1281
    date: 2025-01-11 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1249
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1296
    -id: 724
    -title: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Kapelle"
    -date: DateTime @1731773195 {#1295
      date: 2024-11-16 16:06:35.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung</p>"
    -image: "04cb7b4a4691787f3ed3fcb4eefd57b8cf978175.png"
    -description: null
    -parish: "haren"
    -video: null
    -vis: true
    -start_at: DateTime @1736553600 {#1281
      date: 2025-01-11 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 724
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1748 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2735 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED ROLE_ADMIN
App\Entity\Posts {#1315
  -id: 517
  -title: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunionkindern u. ihren Familien in der Pfarreiengemeinschaft in Herz Jesu, Altharen"
  -date: DateTime @1708272741 {#1297
    date: 2024-02-18 16:12:21.0 UTC (+00:00)
  }
  -content: "<p>Herzlich Willkommen!</p>"
  -image: "34b8002c979cd5c3cbcf05f6a5f76ae8d048dd46.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1736467200 {#1314
    date: 2025-01-10 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1315
    -id: 517
    -title: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunionkindern u. ihren Familien in der Pfarreiengemeinschaft in Herz Jesu, Altharen"
    -date: DateTime @1708272741 {#1297
      date: 2024-02-18 16:12:21.0 UTC (+00:00)
    }
    -content: "<p>Herzlich Willkommen!</p>"
    -image: "34b8002c979cd5c3cbcf05f6a5f76ae8d048dd46.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1736467200 {#1314
      date: 2025-01-10 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 517
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1800 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2716 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED ROLE_ADMIN
App\Entity\Posts {#1311
  -id: 624
  -title: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
  -date: DateTime @1721139209 {#1316
    date: 2024-07-16 14:13:29.0 UTC (+00:00)
  }
  -content: """
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die n&auml;chste Sternsingeraktion wird am <strong>Samstag 04.01.2025 /&nbsp;</strong><strong>Sonntag 05.01.2025&nbsp;</strong>sein.<br />\r\n
    Das<span style="color:#2980b9">&nbsp;</span><a href="https://www.sternsinger.de/"><span style="color:#2980b9"><strong>&quot;Kindermissionswerk&quot;</strong></span></a>&nbsp;stellt jedes Jahr ein Land vor, in dem arme Kinder u. Jugendliche wohnen f&uuml;r die Geld gesammelt wird. </span><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">In diesem Jahr steht Kolumbien im Mittelpunkt. Viele Kinder erleben dort Gewalt und Armut in ihren Familien. Sie liehen von zu Hause und suchen Schutz vor dieser Gewalt und Not in den H&auml;usern des Sternsingerprojekts Benposta. Gemeinsam mit anderen Kindern und Jugendlichen engagieren sie sich f&uuml;r ein friedliches Miteinander, das auf N&auml;chstenliebe, gegenseitigem Respekt und der Achtung der Kinderrechte basiert.</span></span></span></p>\r\n
    \r\n
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Auf dem Benposta-Gel&auml;nde leben derzeit 70 Kinder und Jugendliche aus Kolumbien. Neben Schutz, Essen, Kleidung, Therapie und schulischer Bildung erhalten sie dort auch Friedenserziehung. Nachmittags k&ouml;nnen die M&auml;dchen und Jungen aus verschiedenen Freizeitangeboten w&auml;hlen: Karate, Trommeln, Tanz oder einem Workshop, in dem sie gemeinsam Armb&auml;nder herstellen. In der N&auml;hwerkstatt entwerfen sie ihre eigene Kleidung oder Kost&uuml;me f&uuml;r Theater- und Tanzauff&uuml;hrungen.</span></span></span></p>\r\n
    \r\n
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Da in Kolumbien oft noch kein Bewusstsein f&uuml;r Kinderrechte existiert, m&uuml;ssen den Eltern grundlegende Rechte ihrer Kinder erkl&auml;rt werden &ndash; wie das Recht auf Nahrung, Unterkunft und Schulbildung. Dieses Bewusstsein w&auml;chst langsam, aber stetig.</span></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg" style="height:193px; margin:5px; width:290px" /></a></small></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg" style="height:200px; margin:5px; width:300px" /></a></small></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ein <strong>Video</strong> findet ihr zur Aktion &quot;</span>Willi und die Kinderrechte &ndash; Der Film zur Sternsingeraktion 2025<span style="font-family:Arial,Helvetica,sans-serif">&quot;&nbsp;&gt;&gt;&nbsp;<strong><a href="http://www.youtube.com/watch?v=Qj1w2tNjHVM"><span style="color:#c0392b">hier</span></a><span style="color:#c0392b">&nbsp;</span></strong></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Mitmachaktion zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/platz-fuer-kinderrechte/"><span style="color:#c0392b">hier&nbsp;</span></a></strong></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Werkheft zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/sternsinger-material/materialdatenbank-detail/?tx_sternsingerassetdatabase_detail%5Baction%5D=detail&amp;tx_sternsingerassetdatabase_detail%5Bcontroller%5D=Asset&amp;tx_sternsingerassetdatabase_detail%5Bitem%5D=66&amp;cHash=f4a2dc8d90481c79c2da4ed3c78bcfab"><span style="color:#c0392b">hier</span></a></strong></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer nicht wei&szlig;, <strong>wie Sternsingen&nbsp;geht,</strong> findet hier ein interessantes&nbsp;<strong>Video</strong>&nbsp;&gt;&gt;&nbsp;<a href="https://youtu.be/f-VfGiTvZtQ" rel="noopener" target="_blank"><span style="color:#c0392b"><strong>hier</strong></span></a></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Am 2. Februar 1846 wurde das Kindermissionswerk &sbquo;Die Sternsinger&lsquo; in Aachen gegr&uuml;ndet. Den Ansto&szlig; gab Auguste von Sartorius, die von der Not vieler Kinder in China erfahren hatte.<br />\r\n
    Wer mehr dazu wissen m&ouml;chte findet hier Informationen &uuml;ber ein kurzes Video &gt;&gt; <a href="https://www.youtube.com/watch?v=Hk702rNCaes"><span style="color:#2980b9"><strong>hier</strong></span></a></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die Sternsinger bringen den <strong>SEGEN GOTTES </strong>f&uuml;r das <strong>Neue Jahr</strong> in unsere H&auml;user.<br />\r\n
    Sie werden somit zu einem &quot;doppelten Segen&quot; f&uuml;r die Menschen.<br />\r\n
    <strong>F&uuml;r die Menschen vor Ort,</strong> denen sie den Segen Gottes bringen und f&uuml;r die armen Kinder und Jugendlichen f&uuml;r die sie Geld sammeln.&nbsp;</span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><strong>Alle Sch&uuml;ler*innen ab Klasse 3, Jugendliche und Erwachsene sind herzlich eingeladen Sternsinger*in zu werden.</strong></span></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><strong><a href="/images/Bilder/Aktuell/Sternsinger/2025/Haren.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Haren3.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Tinnen1.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
    \r\n
    <p><strong><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr die Einwilligung zur Ver&ouml;ffentlichung des <strong>Gruppenfotos</strong> herunterladen<strong> &gt;&gt; <img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><a href="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf"><span style="color:#2980b9">LInk</span></a></strong></span></span></p>\r\n
    \r\n
    <table>\r\n
    \t<tbody>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg" style="height:218px; width:290px" /></a></span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">90 Sternsinger*innen - Kinder, Jgdl.,<br />\r\n
    \t\t\tErwachsene&nbsp;St. Martinus, Haren 2024</span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">65 Sternsinger*innen<br />\r\n
    \t\t\tHerz Jesu, Altharen&nbsp;2024</span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">21&nbsp;Sternsinger*innen<br />\r\n
    \t\t\tSt. Marien, Tinnen&nbsp;2024</span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&nbsp;66 Sternsinger*innen<br />\r\n
    \t\t\tSt. Josef, Emmeln&nbsp;2024</span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">74 Sternsinger*innen<br />\r\n
    \t\t\tSt. Clemens, Wesuwe&nbsp;2024</span></span></td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">St. Clemens Wesuwe auf dem Weg<br />\r\n
    \t\t\tins &Uuml;berschwemmungsgebiet im Brook</span></span></td>\r\n
    \t\t</tr>\r\n
    \t\t<tr>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t\t<td>&nbsp;</td>\r\n
    \t\t</tr>\r\n
    \t</tbody>\r\n
    </table>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr euch das <span style="color:#c0392b"><strong>Sternsingerlied</strong></span> der&nbsp;<strong>Emmelner </strong>und <strong>Tinner </strong>anh&ouml;ren:<br />\r\n
    <em>&quot;<strong>Wir kommen daher aus dem Morgenland&quot;<a href="https://www.sternsinger.de/fileadmin/bildung/Audios/2012_dks_lieder_01-Wir_kommen_daher_aus_dem_Morgenland_web.mp3?download=1"><span style="color:#2980b9">Link</span></a></strong></em><br />\r\n
    <br />\r\n
    Hier k&ouml;nnt ihr euch das <strong><span style="color:#c0392b">Sternsingerlied </span></strong>der <strong>Altharener</strong>&nbsp;und <strong>Harener</strong> anh&ouml;ren:<strong>&nbsp;<br />\r\n
    &quot;Nun seht den Stern, den wir bringen&quot; </strong><a href="https://www.youtube.com/watch?v=JMfrcLxzNgE"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Unsere<strong> Wesuwer </strong>Sternsinger<strong> </strong>tragen ein <strong>sch&ouml;nes Gedicht </strong>vor!</span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer eine Spende &uuml;berweisen m&ouml;chte f&uuml;r die Sternsingeraktion sind dies unsere Kontoverbindungen:</span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Spendenkonto der Kath. Kirchengemeinde Herz Jesu, Altharen<br />\r\n
    Stichwort &bdquo;Spende Sternsinger&ldquo;<br />\r\n
    Bankverbindung:</strong><br />\r\n
    Ostfriesische Volksbank Leer<br />\r\n
    <strong>IBAN DE 42 2859 0075 1128 3262 00</strong><br />\r\n
    <br />\r\n
    <strong>Spendenkonto der Kath. Kirchengemeinde St. Josef, Emmeln<br />\r\n
    Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
    <strong>Bankverbindung:</strong><br />\r\n
    Sparkasse Emsland &nbsp;<br />\r\n
    <strong>IBAN DE 14266 500 01 00 49 000 854 &nbsp;</strong><br />\r\n
    <br />\r\n
    <strong>Spendenkonto der Kath. Kirchengemeinde St. Martinus, Haren<br />\r\n
    Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
    <strong>Bankverbindung:</strong><br />\r\n
    Volksbank Haren/Ems<br />\r\n
    <strong>IBAN: DE59 28590075 1021519000<br />\r\n
    <br />\r\n
    Spendenkonto der Kath. Kirchengemeinde St. Marien, Tinnen<br />\r\n
    Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
    <strong>Bankverbindung:</strong><br />\r\n
    Sparkasse Emsland<br />\r\n
    <strong>IBAN DE 45 2665 0001 0037 0075 07<br />\r\n
    <br />\r\n
    Spendenkonto der Kath. Kirchengemeinde St. Clemens, Wesuwe<br />\r\n
    Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
    <strong>Bankverbindung:</strong></span>Emsl&auml;ndische Volksbank Meppen<br />\r\n
    <strong>IBAN DE 96 2666 0060 0057 1326 00&nbsp;</strong></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ansprechpartner f&uuml;r die Sternsingeraktion in unserer Pfarreiengemeinschaft sind:</strong><br />\r\n
    Herz Jesu Altharen, Maria Fehrmann mit Team<br />\r\n
    St. Josef Emmeln, Helen Pawliczek mit Team<br />\r\n
    St. Martinus Haren, Harener Team<br />\r\n
    St. Marien Tinnen, Annika Robben mit Team<br />\r\n
    St. Clemens Wesuwe, Stefanie Schulte-Stahl mit PGR Team<br />\r\n
    Vom Pastoralteam: Schw. M. Effata, Tel.: 05932 / 71275&nbsp;</span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Fotos: Kinder Missionswerk<br />\r\n
    Fotos: privat</span></span></p>
    """
  -image: "070b463071e2960cb1defb684ca08ffa525e995e.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1736121600 {#1313
    date: 2025-01-06 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1259
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1311
    -id: 624
    -title: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
    -date: DateTime @1721139209 {#1316
      date: 2024-07-16 14:13:29.0 UTC (+00:00)
    }
    -content: """
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die n&auml;chste Sternsingeraktion wird am <strong>Samstag 04.01.2025 /&nbsp;</strong><strong>Sonntag 05.01.2025&nbsp;</strong>sein.<br />\r\n
      Das<span style="color:#2980b9">&nbsp;</span><a href="https://www.sternsinger.de/"><span style="color:#2980b9"><strong>&quot;Kindermissionswerk&quot;</strong></span></a>&nbsp;stellt jedes Jahr ein Land vor, in dem arme Kinder u. Jugendliche wohnen f&uuml;r die Geld gesammelt wird. </span><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">In diesem Jahr steht Kolumbien im Mittelpunkt. Viele Kinder erleben dort Gewalt und Armut in ihren Familien. Sie liehen von zu Hause und suchen Schutz vor dieser Gewalt und Not in den H&auml;usern des Sternsingerprojekts Benposta. Gemeinsam mit anderen Kindern und Jugendlichen engagieren sie sich f&uuml;r ein friedliches Miteinander, das auf N&auml;chstenliebe, gegenseitigem Respekt und der Achtung der Kinderrechte basiert.</span></span></span></p>\r\n
      \r\n
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Auf dem Benposta-Gel&auml;nde leben derzeit 70 Kinder und Jugendliche aus Kolumbien. Neben Schutz, Essen, Kleidung, Therapie und schulischer Bildung erhalten sie dort auch Friedenserziehung. Nachmittags k&ouml;nnen die M&auml;dchen und Jungen aus verschiedenen Freizeitangeboten w&auml;hlen: Karate, Trommeln, Tanz oder einem Workshop, in dem sie gemeinsam Armb&auml;nder herstellen. In der N&auml;hwerkstatt entwerfen sie ihre eigene Kleidung oder Kost&uuml;me f&uuml;r Theater- und Tanzauff&uuml;hrungen.</span></span></span></p>\r\n
      \r\n
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Da in Kolumbien oft noch kein Bewusstsein f&uuml;r Kinderrechte existiert, m&uuml;ssen den Eltern grundlegende Rechte ihrer Kinder erkl&auml;rt werden &ndash; wie das Recht auf Nahrung, Unterkunft und Schulbildung. Dieses Bewusstsein w&auml;chst langsam, aber stetig.</span></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg" style="height:193px; margin:5px; width:290px" /></a></small></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg" style="height:200px; margin:5px; width:300px" /></a></small></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ein <strong>Video</strong> findet ihr zur Aktion &quot;</span>Willi und die Kinderrechte &ndash; Der Film zur Sternsingeraktion 2025<span style="font-family:Arial,Helvetica,sans-serif">&quot;&nbsp;&gt;&gt;&nbsp;<strong><a href="http://www.youtube.com/watch?v=Qj1w2tNjHVM"><span style="color:#c0392b">hier</span></a><span style="color:#c0392b">&nbsp;</span></strong></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Mitmachaktion zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/platz-fuer-kinderrechte/"><span style="color:#c0392b">hier&nbsp;</span></a></strong></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Werkheft zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/sternsinger-material/materialdatenbank-detail/?tx_sternsingerassetdatabase_detail%5Baction%5D=detail&amp;tx_sternsingerassetdatabase_detail%5Bcontroller%5D=Asset&amp;tx_sternsingerassetdatabase_detail%5Bitem%5D=66&amp;cHash=f4a2dc8d90481c79c2da4ed3c78bcfab"><span style="color:#c0392b">hier</span></a></strong></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer nicht wei&szlig;, <strong>wie Sternsingen&nbsp;geht,</strong> findet hier ein interessantes&nbsp;<strong>Video</strong>&nbsp;&gt;&gt;&nbsp;<a href="https://youtu.be/f-VfGiTvZtQ" rel="noopener" target="_blank"><span style="color:#c0392b"><strong>hier</strong></span></a></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Am 2. Februar 1846 wurde das Kindermissionswerk &sbquo;Die Sternsinger&lsquo; in Aachen gegr&uuml;ndet. Den Ansto&szlig; gab Auguste von Sartorius, die von der Not vieler Kinder in China erfahren hatte.<br />\r\n
      Wer mehr dazu wissen m&ouml;chte findet hier Informationen &uuml;ber ein kurzes Video &gt;&gt; <a href="https://www.youtube.com/watch?v=Hk702rNCaes"><span style="color:#2980b9"><strong>hier</strong></span></a></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die Sternsinger bringen den <strong>SEGEN GOTTES </strong>f&uuml;r das <strong>Neue Jahr</strong> in unsere H&auml;user.<br />\r\n
      Sie werden somit zu einem &quot;doppelten Segen&quot; f&uuml;r die Menschen.<br />\r\n
      <strong>F&uuml;r die Menschen vor Ort,</strong> denen sie den Segen Gottes bringen und f&uuml;r die armen Kinder und Jugendlichen f&uuml;r die sie Geld sammeln.&nbsp;</span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><strong>Alle Sch&uuml;ler*innen ab Klasse 3, Jugendliche und Erwachsene sind herzlich eingeladen Sternsinger*in zu werden.</strong></span></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><strong><a href="/images/Bilder/Aktuell/Sternsinger/2025/Haren.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Haren3.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Tinnen1.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
      \r\n
      <p><strong><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr die Einwilligung zur Ver&ouml;ffentlichung des <strong>Gruppenfotos</strong> herunterladen<strong> &gt;&gt; <img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><a href="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf"><span style="color:#2980b9">LInk</span></a></strong></span></span></p>\r\n
      \r\n
      <table>\r\n
      \t<tbody>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg" style="height:218px; width:290px" /></a></span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">90 Sternsinger*innen - Kinder, Jgdl.,<br />\r\n
      \t\t\tErwachsene&nbsp;St. Martinus, Haren 2024</span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">65 Sternsinger*innen<br />\r\n
      \t\t\tHerz Jesu, Altharen&nbsp;2024</span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">21&nbsp;Sternsinger*innen<br />\r\n
      \t\t\tSt. Marien, Tinnen&nbsp;2024</span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&nbsp;66 Sternsinger*innen<br />\r\n
      \t\t\tSt. Josef, Emmeln&nbsp;2024</span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">74 Sternsinger*innen<br />\r\n
      \t\t\tSt. Clemens, Wesuwe&nbsp;2024</span></span></td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">St. Clemens Wesuwe auf dem Weg<br />\r\n
      \t\t\tins &Uuml;berschwemmungsgebiet im Brook</span></span></td>\r\n
      \t\t</tr>\r\n
      \t\t<tr>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t\t<td>&nbsp;</td>\r\n
      \t\t</tr>\r\n
      \t</tbody>\r\n
      </table>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr euch das <span style="color:#c0392b"><strong>Sternsingerlied</strong></span> der&nbsp;<strong>Emmelner </strong>und <strong>Tinner </strong>anh&ouml;ren:<br />\r\n
      <em>&quot;<strong>Wir kommen daher aus dem Morgenland&quot;<a href="https://www.sternsinger.de/fileadmin/bildung/Audios/2012_dks_lieder_01-Wir_kommen_daher_aus_dem_Morgenland_web.mp3?download=1"><span style="color:#2980b9">Link</span></a></strong></em><br />\r\n
      <br />\r\n
      Hier k&ouml;nnt ihr euch das <strong><span style="color:#c0392b">Sternsingerlied </span></strong>der <strong>Altharener</strong>&nbsp;und <strong>Harener</strong> anh&ouml;ren:<strong>&nbsp;<br />\r\n
      &quot;Nun seht den Stern, den wir bringen&quot; </strong><a href="https://www.youtube.com/watch?v=JMfrcLxzNgE"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Unsere<strong> Wesuwer </strong>Sternsinger<strong> </strong>tragen ein <strong>sch&ouml;nes Gedicht </strong>vor!</span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer eine Spende &uuml;berweisen m&ouml;chte f&uuml;r die Sternsingeraktion sind dies unsere Kontoverbindungen:</span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Spendenkonto der Kath. Kirchengemeinde Herz Jesu, Altharen<br />\r\n
      Stichwort &bdquo;Spende Sternsinger&ldquo;<br />\r\n
      Bankverbindung:</strong><br />\r\n
      Ostfriesische Volksbank Leer<br />\r\n
      <strong>IBAN DE 42 2859 0075 1128 3262 00</strong><br />\r\n
      <br />\r\n
      <strong>Spendenkonto der Kath. Kirchengemeinde St. Josef, Emmeln<br />\r\n
      Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
      <strong>Bankverbindung:</strong><br />\r\n
      Sparkasse Emsland &nbsp;<br />\r\n
      <strong>IBAN DE 14266 500 01 00 49 000 854 &nbsp;</strong><br />\r\n
      <br />\r\n
      <strong>Spendenkonto der Kath. Kirchengemeinde St. Martinus, Haren<br />\r\n
      Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
      <strong>Bankverbindung:</strong><br />\r\n
      Volksbank Haren/Ems<br />\r\n
      <strong>IBAN: DE59 28590075 1021519000<br />\r\n
      <br />\r\n
      Spendenkonto der Kath. Kirchengemeinde St. Marien, Tinnen<br />\r\n
      Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
      <strong>Bankverbindung:</strong><br />\r\n
      Sparkasse Emsland<br />\r\n
      <strong>IBAN DE 45 2665 0001 0037 0075 07<br />\r\n
      <br />\r\n
      Spendenkonto der Kath. Kirchengemeinde St. Clemens, Wesuwe<br />\r\n
      Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
      <strong>Bankverbindung:</strong></span>Emsl&auml;ndische Volksbank Meppen<br />\r\n
      <strong>IBAN DE 96 2666 0060 0057 1326 00&nbsp;</strong></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ansprechpartner f&uuml;r die Sternsingeraktion in unserer Pfarreiengemeinschaft sind:</strong><br />\r\n
      Herz Jesu Altharen, Maria Fehrmann mit Team<br />\r\n
      St. Josef Emmeln, Helen Pawliczek mit Team<br />\r\n
      St. Martinus Haren, Harener Team<br />\r\n
      St. Marien Tinnen, Annika Robben mit Team<br />\r\n
      St. Clemens Wesuwe, Stefanie Schulte-Stahl mit PGR Team<br />\r\n
      Vom Pastoralteam: Schw. M. Effata, Tel.: 05932 / 71275&nbsp;</span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Fotos: Kinder Missionswerk<br />\r\n
      Fotos: privat</span></span></p>
      """
    -image: "070b463071e2960cb1defb684ca08ffa525e995e.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1736121600 {#1313
      date: 2025-01-06 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 624
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1852 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2425 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED ROLE_ADMIN
App\Entity\Posts {#1310
  -id: 50
  -title: "Католицька парафія Святого Мартіна», вітає вас!"
  -date: DateTime @1700512274 {#1312
    date: 2023-11-20 20:31:14.0 UTC (+00:00)
  }
  -content: """
    <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Католицька парафія Святого Мартіна&raquo;, вітає вас!</strong></span></span></span></p>\r\n
    \r\n
    <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Хочемо дати вам деяку інформацію про нашу парафію</strong> </span>&gt;&gt;&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
    \r\n
    <pre>\r\n
    <span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><strong><span style="color:#202124">Свята Меса польською мовою у неділю, 2023 року, о 9:00. </span></strong></span></span><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong><span style="color:#2980b9"> </span></a>\r\n
    </span></span><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Щиро запрошення! Молимося за мир в Україні &gt;&gt; </span></span></strong><a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Link</span></span></strong></span></a></pre>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong><span style="color:#000000">Регулярні св. Меси в Санкт-Мартінус, Харен &gt;&gt;</span></strong>&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>In deutsch:</strong><br />\r\n
    Die katholische Kirchengemeinde St. Martinus, Haren hei&szlig;t euch herzlich willkommen! Wir m&ouml;chten euch ein paar Informationen &uuml;ber unsere Pfarrei geben &gt;&gt; in ukrainisch&nbsp;</span></span><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ab Januar 2023 wird eine hl. Messe in polnischer Sprache um 9 Uhr gefeiert in St. Josef, Emmeln &gt;&gt;&nbsp;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong></a></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Herzliche Einladung! Wir beten f&uuml;r den Frieden in der Ukraine &gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier finden Sie unsere aktuellen Gottesdienste &gt;&gt;&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
    \r\n
    <p>__________________________________________________________________________________________________</p>\r\n
    \r\n
    <p><span style="color:#e74c3c"><strong>Seit 2024</strong></span></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2025/hMpol.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Ukraine/Niko%202024.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/Niko%202024.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg"><img alt="" src="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png-4.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-05-31-16-11-14-197.jpg" style="height:300px; margin:5px; width:300px" /></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/66807bd9070375ab9a0399c23056743bccefbe19.png" style="height:300px; width:300px" /></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png" style="height:300px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Beichte%20pol%202024.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
    \r\n
    <p><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><a href="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
    \r\n
    <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Seit 2023</strong></span></span></span></p>\r\n
    \r\n
    <p><a href="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/19%201.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/19%201.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/April%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/April%202023.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Ukraine/2daa19e41f9bf38fe15d7e665cb77e31.png/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/23.07..png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/23.07..png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><br />\r\n
    <a href="/images/Bilder/Aktuell/Friedensgebet/August.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/August.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p>&nbsp;</p>\r\n
    \r\n
    <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>2022</strong></span></span></span></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png" style="height:251px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Благання за мир - на хресті і над сходами...<br />\r\n
    F&uuml;rbitten f&uuml;r den Frieden im Monat Mai - am Kreuz und &uuml;ber die Treppen...</span></span></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png" style="height:252px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p><a href="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
    \r\n
    <p>&nbsp;</p>\r\n
    \r\n
    <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><a href="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png" style="height:300px; margin:5px; width:300px" /></a></span></span><a href="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG" style="height:300px; margin:5px; width:400px" /></a></p>\r\n
    \r\n
    <p><span style="color:#000000"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Friedenstauben f&uuml;r die Ukraine von und mit Ukrainern in St. Martinus, Haren</span></span></span></p>\r\n
    \r\n
    <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">Голуби миру для України від та з українцями в Сент-Мартінус, Харен</span></span></p>\r\n
    \r\n
    <div class="ckeditor-html5-video" data-responsive="true" style="float:left; margin-right:10px; text-align:left">\r\n
    <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Friedensgebet/Video%20Ukrainer%202022/signal-2022-12-22-15-49-48-916.mp4" style="max-width: 100%; height: auto;">&nbsp;</video>\r\n
    </div>\r\n
    \r\n
    <p>&nbsp;</p>\r\n
    \r\n
    <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ein Dankesch&ouml;n der Ukrainer an die Harener - im Dezember 2022</strong></span></span></span></p>
    """
  -image: "c8a253f63d150363e3802afcda98144f.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735862400 {#1309
    date: 2025-01-03 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1242
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1310
    -id: 50
    -title: "Католицька парафія Святого Мартіна», вітає вас!"
    -date: DateTime @1700512274 {#1312
      date: 2023-11-20 20:31:14.0 UTC (+00:00)
    }
    -content: """
      <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Католицька парафія Святого Мартіна&raquo;, вітає вас!</strong></span></span></span></p>\r\n
      \r\n
      <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Хочемо дати вам деяку інформацію про нашу парафію</strong> </span>&gt;&gt;&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
      \r\n
      <pre>\r\n
      <span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><strong><span style="color:#202124">Свята Меса польською мовою у неділю, 2023 року, о 9:00. </span></strong></span></span><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong><span style="color:#2980b9"> </span></a>\r\n
      </span></span><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Щиро запрошення! Молимося за мир в Україні &gt;&gt; </span></span></strong><a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Link</span></span></strong></span></a></pre>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong><span style="color:#000000">Регулярні св. Меси в Санкт-Мартінус, Харен &gt;&gt;</span></strong>&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>In deutsch:</strong><br />\r\n
      Die katholische Kirchengemeinde St. Martinus, Haren hei&szlig;t euch herzlich willkommen! Wir m&ouml;chten euch ein paar Informationen &uuml;ber unsere Pfarrei geben &gt;&gt; in ukrainisch&nbsp;</span></span><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ab Januar 2023 wird eine hl. Messe in polnischer Sprache um 9 Uhr gefeiert in St. Josef, Emmeln &gt;&gt;&nbsp;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong></a></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Herzliche Einladung! Wir beten f&uuml;r den Frieden in der Ukraine &gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier finden Sie unsere aktuellen Gottesdienste &gt;&gt;&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
      \r\n
      <p>__________________________________________________________________________________________________</p>\r\n
      \r\n
      <p><span style="color:#e74c3c"><strong>Seit 2024</strong></span></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2025/hMpol.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Ukraine/Niko%202024.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/Niko%202024.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg"><img alt="" src="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png-4.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-05-31-16-11-14-197.jpg" style="height:300px; margin:5px; width:300px" /></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/66807bd9070375ab9a0399c23056743bccefbe19.png" style="height:300px; width:300px" /></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png" style="height:300px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Beichte%20pol%202024.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
      \r\n
      <p><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><a href="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
      \r\n
      <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Seit 2023</strong></span></span></span></p>\r\n
      \r\n
      <p><a href="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/19%201.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/19%201.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/April%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/April%202023.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Ukraine/2daa19e41f9bf38fe15d7e665cb77e31.png/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/23.07..png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/23.07..png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><br />\r\n
      <a href="/images/Bilder/Aktuell/Friedensgebet/August.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/August.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p>&nbsp;</p>\r\n
      \r\n
      <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>2022</strong></span></span></span></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png" style="height:251px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Благання за мир - на хресті і над сходами...<br />\r\n
      F&uuml;rbitten f&uuml;r den Frieden im Monat Mai - am Kreuz und &uuml;ber die Treppen...</span></span></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png" style="height:252px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p><a href="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
      \r\n
      <p>&nbsp;</p>\r\n
      \r\n
      <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><a href="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png" style="height:300px; margin:5px; width:300px" /></a></span></span><a href="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG" style="height:300px; margin:5px; width:400px" /></a></p>\r\n
      \r\n
      <p><span style="color:#000000"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Friedenstauben f&uuml;r die Ukraine von und mit Ukrainern in St. Martinus, Haren</span></span></span></p>\r\n
      \r\n
      <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">Голуби миру для України від та з українцями в Сент-Мартінус, Харен</span></span></p>\r\n
      \r\n
      <div class="ckeditor-html5-video" data-responsive="true" style="float:left; margin-right:10px; text-align:left">\r\n
      <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Friedensgebet/Video%20Ukrainer%202022/signal-2022-12-22-15-49-48-916.mp4" style="max-width: 100%; height: auto;">&nbsp;</video>\r\n
      </div>\r\n
      \r\n
      <p>&nbsp;</p>\r\n
      \r\n
      <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ein Dankesch&ouml;n der Ukrainer an die Harener - im Dezember 2022</strong></span></span></span></p>
      """
    -image: "c8a253f63d150363e3802afcda98144f.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735862400 {#1309
      date: 2025-01-03 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 50
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1904 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2477 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED ROLE_ADMIN
App\Entity\Posts {#1301
  -id: 728
  -title: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
  -date: DateTime @1731919466 {#1308
    date: 2024-11-18 08:44:26.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "d26e4f35f5a2f6ccc1852905676ed10f105b28f0.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735776000 {#1300
    date: 2025-01-02 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1285
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1301
    -id: 728
    -title: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
    -date: DateTime @1731919466 {#1308
      date: 2024-11-18 08:44:26.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "d26e4f35f5a2f6ccc1852905676ed10f105b28f0.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735776000 {#1300
      date: 2025-01-02 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 728
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1956 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2789 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED ROLE_ADMIN
App\Entity\Posts {#1317
  -id: 446
  -title: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponitficalamt durch Papst Franziskus -  für das Bistum Osnabrück Di., 31.12., 17 Uhr Pontificalamt mit Bischof Dominicus im Dom in Osnabrück"
  -date: DateTime @1700298620 {#1293
    date: 2023-11-18 09:10:20.0 UTC (+00:00)
  }
  -content: """
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Das Heilige Jahr 2025 beginnt </strong>mit der &Ouml;ffnung der Heiligen Pforte im Petersdoms am Di., 24.12.2024.&nbsp;Die 4 Heiligen Pforten befinden sich in den wichtigsten Basiliken Roms: Petersdom, Lateranbasilika, St. Paul vor den Mauern und der Basilika Santa Maria Maggiore. Mit dem Hl. Jahr ist ein <a href="https://www.iubilaeum2025.va/de/giubileo-2025/segni-del-giubileo/indulgenza.html"><span style="color:#2980b9">vollkommener Ablass</span></a> verbunden.</span></span></p>\r\n
    \r\n
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Heilige Jahr 2025 </strong><span style="background-color:white"><strong>soll </strong>eine ethische, moralische, soziale und kulturelle Wiedergeburt hervorbringen. Ebenso&nbsp;</span>die Vision f&ouml;rdern von einer gerechteren und geschwisterlicheren Gesellschaft, in der Fehler vergeben und Gerechtigkeit gest&auml;rkt werden und somit eine solidarischere und menschlichere Welt entstehe.</span></span></span></span></p>\r\n
    \r\n
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Logo: </strong>Die vier bunten, stilisierten Figuren repr&auml;sentierten die Menschen aus allen vier Himmelsrichtungen, ebenso die Kirche als Schiff. Sie umarmten sich als Zeichen f&uuml;r Solidarit&auml;t und Geschwisterlichkeit. Eine Person tr&auml;gt ein Kreuz als Zeichen des Glaubens und mit einem Anker als Zeichen der Hoffnung. Die Hoffnung brauchen wir besonders in Zeiten gr&ouml;&szlig;ter Not. Die Wellen unterhalb der Personen zeigen, dass die Pilgerreise des Lebens nicht immer in ruhigen Gew&auml;ssern verl&auml;uft.</span></span></span></span></p>\r\n
    \r\n
    <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Weitere Infos:&nbsp;</strong><br />\r\n
    Vatikan &gt;&gt;&nbsp;</span><strong><a href="https://www.iubilaeum2025.va/de.html"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp; </strong>u.<strong>&nbsp;</strong></span></span></span>APP:<strong> IUBILAEUM25</strong><br />\r\n
    <span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333">Deutsche Bischofskonferenz &gt;&gt;<strong> </strong></span><strong><a href="https://www.dbk.de/themen/heiliges-jahr-2025"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp;mit&nbsp;</strong></span></span>Hymne in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_SOLO-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a>;&nbsp;Chorsatz in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_CHOR-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a></span></span></p>\r\n
    \r\n
    <p style="text-align:justify">&nbsp;</p>\r\n
    \r\n
    <p style="text-align:justify">&nbsp;</p>
    """
  -image: "7bb2ff6847ec3d2af2177c9034872315bbd1444d.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735689600 {#1299
    date: 2025-01-01 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1361
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1317
    -id: 446
    -title: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponitficalamt durch Papst Franziskus -  für das Bistum Osnabrück Di., 31.12., 17 Uhr Pontificalamt mit Bischof Dominicus im Dom in Osnabrück"
    -date: DateTime @1700298620 {#1293
      date: 2023-11-18 09:10:20.0 UTC (+00:00)
    }
    -content: """
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Das Heilige Jahr 2025 beginnt </strong>mit der &Ouml;ffnung der Heiligen Pforte im Petersdoms am Di., 24.12.2024.&nbsp;Die 4 Heiligen Pforten befinden sich in den wichtigsten Basiliken Roms: Petersdom, Lateranbasilika, St. Paul vor den Mauern und der Basilika Santa Maria Maggiore. Mit dem Hl. Jahr ist ein <a href="https://www.iubilaeum2025.va/de/giubileo-2025/segni-del-giubileo/indulgenza.html"><span style="color:#2980b9">vollkommener Ablass</span></a> verbunden.</span></span></p>\r\n
      \r\n
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Heilige Jahr 2025 </strong><span style="background-color:white"><strong>soll </strong>eine ethische, moralische, soziale und kulturelle Wiedergeburt hervorbringen. Ebenso&nbsp;</span>die Vision f&ouml;rdern von einer gerechteren und geschwisterlicheren Gesellschaft, in der Fehler vergeben und Gerechtigkeit gest&auml;rkt werden und somit eine solidarischere und menschlichere Welt entstehe.</span></span></span></span></p>\r\n
      \r\n
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Logo: </strong>Die vier bunten, stilisierten Figuren repr&auml;sentierten die Menschen aus allen vier Himmelsrichtungen, ebenso die Kirche als Schiff. Sie umarmten sich als Zeichen f&uuml;r Solidarit&auml;t und Geschwisterlichkeit. Eine Person tr&auml;gt ein Kreuz als Zeichen des Glaubens und mit einem Anker als Zeichen der Hoffnung. Die Hoffnung brauchen wir besonders in Zeiten gr&ouml;&szlig;ter Not. Die Wellen unterhalb der Personen zeigen, dass die Pilgerreise des Lebens nicht immer in ruhigen Gew&auml;ssern verl&auml;uft.</span></span></span></span></p>\r\n
      \r\n
      <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Weitere Infos:&nbsp;</strong><br />\r\n
      Vatikan &gt;&gt;&nbsp;</span><strong><a href="https://www.iubilaeum2025.va/de.html"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp; </strong>u.<strong>&nbsp;</strong></span></span></span>APP:<strong> IUBILAEUM25</strong><br />\r\n
      <span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333">Deutsche Bischofskonferenz &gt;&gt;<strong> </strong></span><strong><a href="https://www.dbk.de/themen/heiliges-jahr-2025"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp;mit&nbsp;</strong></span></span>Hymne in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_SOLO-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a>;&nbsp;Chorsatz in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_CHOR-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a></span></span></p>\r\n
      \r\n
      <p style="text-align:justify">&nbsp;</p>\r\n
      \r\n
      <p style="text-align:justify">&nbsp;</p>
      """
    -image: "7bb2ff6847ec3d2af2177c9034872315bbd1444d.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735689600 {#1299
      date: 2025-01-01 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 446
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2008 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2808 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_ADMIN
App\Entity\Posts {#1319
  -id: 748
  -title: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalische Begleitung mit Jannik Gebbeken u. Tom Jänen"
  -date: DateTime @1734105421 {#1305
    date: 2024-12-13 15:57:01.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "a6b739644ff50f018f3f5fc073f777a7c2a736e2.png"
  -description: null
  -parish: "haren"
  -video: null
  -vis: true
  -start_at: DateTime @1735603200 {#1318
    date: 2024-12-31 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1370
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1319
    -id: 748
    -title: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalische Begleitung mit Jannik Gebbeken u. Tom Jänen"
    -date: DateTime @1734105421 {#1305
      date: 2024-12-13 15:57:01.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "a6b739644ff50f018f3f5fc073f777a7c2a736e2.png"
    -description: null
    -parish: "haren"
    -video: null
    -vis: true
    -start_at: DateTime @1735603200 {#1318
      date: 2024-12-31 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 748
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2060 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2827 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED ROLE_ADMIN
App\Entity\Posts {#1322
  -id: 762
  -title: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, das Gott lobte und sprach..."(Lk 2,13) Das Pastoralteam wünscht allen Gemeindemitgliedern und Homepagebesuchern "Frohe und gesegnete Weihnachten!""
  -date: DateTime @1734948125 {#1320
    date: 2024-12-23 10:02:05.0 UTC (+00:00)
  }
  -content: """
    <p>Ein Video dazu finden Sie hier.</p>\r\n
    \r\n
    <div class="ckeditor-html5-video" style="float:left; margin-right:10px; text-align:left">\r\n
    <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Pastoralteam/Weihnachtsgr%C3%BC%C3%9Fe%20Pastoralteam%202024%20V2.mp4">&nbsp;</video>\r\n
    </div>\r\n
    \r\n
    <p>&nbsp;</p>
    """
  -image: "996966690ff2adc88796c32bee86928f51a0f5b1.jpg"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735603200 {#1321
    date: 2024-12-31 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1379
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1322
    -id: 762
    -title: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, das Gott lobte und sprach..."(Lk 2,13) Das Pastoralteam wünscht allen Gemeindemitgliedern und Homepagebesuchern "Frohe und gesegnete Weihnachten!""
    -date: DateTime @1734948125 {#1320
      date: 2024-12-23 10:02:05.0 UTC (+00:00)
    }
    -content: """
      <p>Ein Video dazu finden Sie hier.</p>\r\n
      \r\n
      <div class="ckeditor-html5-video" style="float:left; margin-right:10px; text-align:left">\r\n
      <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Pastoralteam/Weihnachtsgr%C3%BC%C3%9Fe%20Pastoralteam%202024%20V2.mp4">&nbsp;</video>\r\n
      </div>\r\n
      \r\n
      <p>&nbsp;</p>
      """
    -image: "996966690ff2adc88796c32bee86928f51a0f5b1.jpg"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735603200 {#1321
      date: 2024-12-31 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 762
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2112 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2846 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED ROLE_ADMIN
App\Entity\Posts {#1325
  -id: 707
  -title: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die Kommunionkinder"
  -date: DateTime @1730897484 {#1323
    date: 2024-11-06 12:51:24.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "8a73b51e669480231c9952ecf9b82226e459c29d.png"
  -description: null
  -parish: "altharen"
  -video: null
  -vis: true
  -start_at: DateTime @1735430400 {#1324
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1388
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1325
    -id: 707
    -title: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die Kommunionkinder"
    -date: DateTime @1730897484 {#1323
      date: 2024-11-06 12:51:24.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "8a73b51e669480231c9952ecf9b82226e459c29d.png"
    -description: null
    -parish: "altharen"
    -video: null
    -vis: true
    -start_at: DateTime @1735430400 {#1324
      date: 2024-12-29 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 707
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2164 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2865 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED ROLE_ADMIN
App\Entity\Posts {#1328
  -id: 708
  -title: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse mit Krippenspiel durch die Kommunionkinder"
  -date: DateTime @1730897562 {#1326
    date: 2024-11-06 12:52:42.0 UTC (+00:00)
  }
  -content: "<p>Herzlich willkommen!</p>"
  -image: "66e8d4e77d9a9c591bcbc3dc3e366d7fa9b44e0c.png"
  -description: null
  -parish: "haren"
  -video: null
  -vis: true
  -start_at: DateTime @1735430400 {#1327
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1397
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1328
    -id: 708
    -title: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse mit Krippenspiel durch die Kommunionkinder"
    -date: DateTime @1730897562 {#1326
      date: 2024-11-06 12:52:42.0 UTC (+00:00)
    }
    -content: "<p>Herzlich willkommen!</p>"
    -image: "66e8d4e77d9a9c591bcbc3dc3e366d7fa9b44e0c.png"
    -description: null
    -parish: "haren"
    -video: null
    -vis: true
    -start_at: DateTime @1735430400 {#1327
      date: 2024-12-29 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 708
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2216 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2884 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED ROLE_ADMIN
App\Entity\Posts {#1331
  -id: 754
  -title: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
  -date: DateTime @1734450759 {#1329
    date: 2024-12-17 15:52:39.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "1ea794dcd4225ff3f82351ef7e0b8ba8e2f68f9d.png"
  -description: null
  -parish: "tinnen"
  -video: null
  -vis: true
  -start_at: DateTime @1735430400 {#1330
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1331
    -id: 754
    -title: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
    -date: DateTime @1734450759 {#1329
      date: 2024-12-17 15:52:39.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "1ea794dcd4225ff3f82351ef7e0b8ba8e2f68f9d.png"
    -description: null
    -parish: "tinnen"
    -video: null
    -vis: true
    -start_at: DateTime @1735430400 {#1330
      date: 2024-12-29 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 754
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2268 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2903 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED ROLE_ADMIN
App\Entity\Posts {#1334
  -id: 756
  -title: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Clemens, Wesuwe"
  -date: DateTime @1734503380 {#1332
    date: 2024-12-18 06:29:40.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "d70053763135095e23916286db58ab1fce00be3e.png"
  -description: null
  -parish: "wesuwe"
  -video: null
  -vis: true
  -start_at: DateTime @1735430400 {#1333
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1415
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1334
    -id: 756
    -title: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Clemens, Wesuwe"
    -date: DateTime @1734503380 {#1332
      date: 2024-12-18 06:29:40.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "d70053763135095e23916286db58ab1fce00be3e.png"
    -description: null
    -parish: "wesuwe"
    -video: null
    -vis: true
    -start_at: DateTime @1735430400 {#1333
      date: 2024-12-29 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 756
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2320 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2922 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED ROLE_ADMIN
App\Entity\Posts {#1337
  -id: 722
  -title: "Krippensegen für zu Hause"
  -date: DateTime @1731751782 {#1335
    date: 2024-11-16 10:09:42.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "6233c3832a76bf5231acf42b9c56171e5effcf7d.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735344000 {#1336
    date: 2024-12-28 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1337
    -id: 722
    -title: "Krippensegen für zu Hause"
    -date: DateTime @1731751782 {#1335
      date: 2024-11-16 10:09:42.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "6233c3832a76bf5231acf42b9c56171e5effcf7d.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735344000 {#1336
      date: 2024-12-28 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 722
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2372 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2941 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED ROLE_ADMIN
App\Entity\Posts {#1340
  -id: 727
  -title: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.12.2024"
  -date: DateTime @1731919315 {#1338
    date: 2024-11-18 08:41:55.0 UTC (+00:00)
  }
  -content: "<p><span style="font-size:16px">Herzliche Einladung!</span></p>"
  -image: "e3d65438612eca79c98eeba22035d3b46572c00c.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1735257600 {#1339
    date: 2024-12-27 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1433
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1340
    -id: 727
    -title: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.12.2024"
    -date: DateTime @1731919315 {#1338
      date: 2024-11-18 08:41:55.0 UTC (+00:00)
    }
    -content: "<p><span style="font-size:16px">Herzliche Einladung!</span></p>"
    -image: "e3d65438612eca79c98eeba22035d3b46572c00c.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1735257600 {#1339
      date: 2024-12-27 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 727
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2424 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2960 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED ROLE_ADMIN
App\Entity\Posts {#1343
  -id: 737
  -title: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen - „Versucht zu verhandeln, sucht den Frieden“ Papst Franziskus"
  -date: DateTime @1732530092 {#1341
    date: 2024-11-25 10:21:32.0 UTC (+00:00)
  }
  -content: "<p>Herzlich willkommen!</p>"
  -image: "552cbdc0c75aeb62d7ea9f5fb5912170d1243ada.jpg"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1734998400 {#1342
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1442
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1343
    -id: 737
    -title: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen - „Versucht zu verhandeln, sucht den Frieden“ Papst Franziskus"
    -date: DateTime @1732530092 {#1341
      date: 2024-11-25 10:21:32.0 UTC (+00:00)
    }
    -content: "<p>Herzlich willkommen!</p>"
    -image: "552cbdc0c75aeb62d7ea9f5fb5912170d1243ada.jpg"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1734998400 {#1342
      date: 2024-12-24 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 737
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2476 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2979 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED ROLE_ADMIN
App\Entity\Posts {#1346
  -id: 738
  -title: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Grundschulkinder organisiert von der KLJB Emmeln"
  -date: DateTime @1732696959 {#1344
    date: 2024-11-27 08:42:39.0 UTC (+00:00)
  }
  -content: "<p>Wir freuen uns auf euch!</p>"
  -image: "e1cb9e581ad2dcbe50b8efdfb859b2adfe03e6ee.png"
  -description: null
  -parish: "emmeln"
  -video: null
  -vis: true
  -start_at: DateTime @1734998400 {#1345
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1451
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1346
    -id: 738
    -title: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Grundschulkinder organisiert von der KLJB Emmeln"
    -date: DateTime @1732696959 {#1344
      date: 2024-11-27 08:42:39.0 UTC (+00:00)
    }
    -content: "<p>Wir freuen uns auf euch!</p>"
    -image: "e1cb9e581ad2dcbe50b8efdfb859b2adfe03e6ee.png"
    -description: null
    -parish: "emmeln"
    -video: null
    -vis: true
    -start_at: DateTime @1734998400 {#1345
      date: 2024-12-24 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 738
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2528 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2998 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED ROLE_ADMIN
App\Entity\Posts {#1349
  -id: 761
  -title: "Sorgenbaum in St. Martinus Haren"
  -date: DateTime @1734865257 {#1347
    date: 2024-12-22 11:00:57.0 UTC (+00:00)
  }
  -content: """
    <p><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">Vertrau dich mit deinen Sorgen dem Christkind an...! Dazu steht in dieser Weihnachtsfest</span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px"> </span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bei der Krippe</span><br />\r\n
    <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">in der Martinuskirche ein eigener Baum, an den Zettel mit Anliegen, Sorgen, Gedanken geheftet werden k&ouml;nnen, die gerade</span><br />\r\n
    <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bewegen, mit Kummer erf&uuml;llen, Angst machen. Dieser Sorgenbaum ist eine Idee der AG Sch&ouml;ne Kirche. Vielen DANK!</span></p>
    """
  -image: "42c5300ce601b1dee5a61cceb4629263cd0e8702.jpg"
  -description: null
  -parish: "haren"
  -video: null
  -vis: true
  -start_at: DateTime @1734998400 {#1348
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1460
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1349
    -id: 761
    -title: "Sorgenbaum in St. Martinus Haren"
    -date: DateTime @1734865257 {#1347
      date: 2024-12-22 11:00:57.0 UTC (+00:00)
    }
    -content: """
      <p><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">Vertrau dich mit deinen Sorgen dem Christkind an...! Dazu steht in dieser Weihnachtsfest</span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px"> </span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bei der Krippe</span><br />\r\n
      <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">in der Martinuskirche ein eigener Baum, an den Zettel mit Anliegen, Sorgen, Gedanken geheftet werden k&ouml;nnen, die gerade</span><br />\r\n
      <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bewegen, mit Kummer erf&uuml;llen, Angst machen. Dieser Sorgenbaum ist eine Idee der AG Sch&ouml;ne Kirche. Vielen DANK!</span></p>
      """
    -image: "42c5300ce601b1dee5a61cceb4629263cd0e8702.jpg"
    -description: null
    -parish: "haren"
    -video: null
    -vis: true
    -start_at: DateTime @1734998400 {#1348
      date: 2024-12-24 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 761
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2580 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3017 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED ROLE_ADMIN
App\Entity\Posts {#1352
  -id: 757
  -title: "Wir beten für die Menschen in Magdeburg..."
  -date: DateTime @1734744937 {#1350
    date: 2024-12-21 01:35:37.0 UTC (+00:00)
  }
  -content: "<p>Herzliche Einladung!</p>"
  -image: "2d622b3dcdd0a7e6465eacf853898b3f085aefbc.png"
  -description: null
  -parish: "all"
  -video: null
  -vis: true
  -start_at: DateTime @1734912000 {#1351
    date: 2024-12-23 00:00:00.0 UTC (+00:00)
  }
  -highli: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1469
  -isAccessible: true
  -fqcn: "App\Entity\Posts"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
  -instance: App\Entity\Posts {#1352
    -id: 757
    -title: "Wir beten für die Menschen in Magdeburg..."
    -date: DateTime @1734744937 {#1350
      date: 2024-12-21 01:35:37.0 UTC (+00:00)
    }
    -content: "<p>Herzliche Einladung!</p>"
    -image: "2d622b3dcdd0a7e6465eacf853898b3f085aefbc.png"
    -description: null
    -parish: "all"
    -video: null
    -vis: true
    -start_at: DateTime @1734912000 {#1351
      date: 2024-12-23 00:00:00.0 UTC (+00:00)
    }
    -highli: false
  }
  -primaryKeyName: "id"
  -primaryKeyValue: 757
  -permission: "ROLE_ADMIN"
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2632 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3036 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1511
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinschaft die Tannenbäume abgeholt. Nähere Infos im Pfarrbrief"
  -formattedValue: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinscha…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1588 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1514 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1513 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1515 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1584 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1512 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1517 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1532
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1736726400 {#1279
    date: 2025-01-13 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "13.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1700 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1535 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1534 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1536 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1703 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1533 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1538 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1567
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1704 …}
  -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: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1569 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1571 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1710 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1568 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1573 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1574
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1718 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1572 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1577 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1576 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1578 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1712 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1575 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1580 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1563
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche in Haren"
  -formattedValue: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1752 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1554 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1559 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1558 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1755 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1553 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1555 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1542
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1736726400 {#1243
    date: 2025-01-13 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "13.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1756 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1526 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1531 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1530 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1751 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1525 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1527 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1734
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1754 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1737 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1736 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1738 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1761 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1735 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1740 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1741
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "haren"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1557 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1739 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1744 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1743 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1745 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1766 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1742 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1747 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1730
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Kapelle"
  -formattedValue: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Ka…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1804 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1711 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1726 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1725 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1807 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1239 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1537 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1519
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1736553600 {#1281
    date: 2025-01-11 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "11.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1808 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1539 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1541 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1543 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1803 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1549 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1545 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1786
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1806 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1789 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1788 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1790 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1813 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1787 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1792 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1793
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "haren"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1724 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1791 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1796 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1795 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1797 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1818 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1794 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1799 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1782
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunionkindern u. ihren Familien in der Pfarreiengemeinschaft in Herz Jesu, Altharen"
  -formattedValue: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunion…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1856 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1750 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1778 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1777 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1859 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1561 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1529 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1546
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1736467200 {#1314
    date: 2025-01-10 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "10.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1860 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1528 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1524 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1523 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1855 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1252 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1520 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1838
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1858 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1841 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1840 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1842 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1865 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1839 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1844 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1845
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1776 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1843 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1848 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1847 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1849 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1870 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1846 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1851 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1834
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
  -formattedValue: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1908 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1802 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1830 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1829 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1911 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1728 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1544 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1521
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1736121600 {#1313
    date: 2025-01-06 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "06.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1910 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1540 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1548 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1550 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1912 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1560 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1552 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1890
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1907 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1893 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1892 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1894 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1891 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1896 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1897
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1828 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1895 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1900 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1899 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1901 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1922 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1898 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1903 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1886
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Католицька парафія Святого Мартіна», вітає вас!"
  -formattedValue: "Католицька парафія Святого Мартіна», вітає вас!"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1960 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1854 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1882 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1881 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1963 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1780 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1522 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1547
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735862400 {#1309
    date: 2025-01-03 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "03.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1962 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1518 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1510 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1505 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1964 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1727 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1496 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1942
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1959 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1945 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1944 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1946 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1969 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1943 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1948 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1949
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1880 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1947 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1952 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1951 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1953 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1974 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1950 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1955 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1938
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
  -formattedValue: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2012 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1906 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1934 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1933 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2015 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1832 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1551 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1254
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735776000 {#1300
    date: 2025-01-02 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "02.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2014 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1556 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1562 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1564 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1779 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1566 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1994
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2011 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1997 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1996 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1998 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1995 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2000 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2001
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1932 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1999 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2004 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2003 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2005 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2026 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2002 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2007 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1990
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponitficalamt durch Papst Franziskus -  für das Bistum Osnabrück Di., 31.12., 17 Uhr Pontificalamt mit Bischof Dominicus im Dom in Osnabrück"
  -formattedValue: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponit…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2064 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1958 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#1986 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1985 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2067 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1884 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1282 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1582
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735689600 {#1299
    date: 2025-01-01 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "01.01.2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2068 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1723 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1729 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1731 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2063 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1831 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1733 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2046
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2066 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2049 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2048 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2050 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2073 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2047 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2052 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2053
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#1984 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2051 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2056 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2055 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2057 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2078 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2054 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2059 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2042
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalische Begleitung mit Jannik Gebbeken u. Tom Jänen"
  -formattedValue: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalis…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2116 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2010 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2038 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2037 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2119 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1936 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1565 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1749
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735603200 {#1318
    date: 2024-12-31 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "31.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2120 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1771 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1781 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1783 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2115 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1883 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1785 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2098
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2118 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2101 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2100 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2102 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2125 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2099 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2104 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2105
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "haren"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2036 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2103 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2108 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2107 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2109 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2130 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2106 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2111 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2094
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, das Gott lobte und sprach..."(Lk 2,13) Das Pastoralteam wünscht allen Gemeindemitgliedern und Homepagebesuchern "Frohe und gesegnete Weihnachten!""
  -formattedValue: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, d…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2168 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2062 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2090 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2089 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2171 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1988 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1732 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1801
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735603200 {#1321
    date: 2024-12-31 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "31.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2172 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1823 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1833 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1835 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1935 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1837 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2150
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2170 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2153 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2152 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2154 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2177 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2151 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2156 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2157
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2088 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2155 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2160 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2159 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2161 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2182 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2158 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2163 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2146
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die Kommunionkinder"
  -formattedValue: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2220 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2114 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2142 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2141 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2223 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2040 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1784 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1853
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735430400 {#1324
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "29.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2224 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1875 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1885 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1887 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2219 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1987 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1889 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2202
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2222 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2205 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2204 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2206 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2229 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2203 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2208 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2209
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "altharen"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2140 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2207 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2212 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2211 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2213 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2234 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2210 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2215 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2198
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse mit Krippenspiel durch die Kommunionkinder"
  -formattedValue: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2272 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2166 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2194 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2193 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2275 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2092 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1836 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1905
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735430400 {#1327
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "29.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2276 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1927 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1937 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1939 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2271 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2039 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1941 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2254
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2274 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2257 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2256 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2258 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2281 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2255 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2260 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2261
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "haren"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2192 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2259 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2264 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2263 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2265 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2286 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2262 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2267 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2250
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
  -formattedValue: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2324 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2218 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2246 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2245 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2327 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2144 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1888 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1957
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735430400 {#1330
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "29.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2326 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1979 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1989 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1991 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2328 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2091 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1993 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2306
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2323 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2309 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2308 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2310 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2333 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2312 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2313
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "tinnen"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2244 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2311 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2316 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2315 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2317 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2338 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2314 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2319 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2302
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Clemens, Wesuwe"
  -formattedValue: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Cl…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2376 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2270 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2298 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2297 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2379 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2196 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1940 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2009
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735430400 {#1333
    date: 2024-12-29 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "29.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2380 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2031 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2041 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2043 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2375 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2143 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2045 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2358
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2378 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2361 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2360 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2362 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2385 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2359 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2364 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2365
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "wesuwe"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2296 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2363 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2368 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2367 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2369 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2390 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2366 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2371 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2354
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Krippensegen für zu Hause"
  -formattedValue: "Krippensegen für zu Hause"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2428 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2322 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2350 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2349 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2431 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2248 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1992 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2061
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735344000 {#1336
    date: 2024-12-28 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "28.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2430 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2083 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2093 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2095 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2432 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2195 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2097 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2410
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2427 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2413 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2412 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2414 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2437 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2411 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2416 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2417
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2348 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2415 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2420 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2419 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2421 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2442 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2418 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2423 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2406
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.12.2024"
  -formattedValue: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.1…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2480 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2374 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2402 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2401 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2483 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2300 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2044 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2113
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1735257600 {#1339
    date: 2024-12-27 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "27.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2484 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2135 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2145 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2147 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2479 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2247 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2149 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2462
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2482 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2465 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2464 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2466 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2489 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2463 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2468 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2469
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2400 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2467 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2472 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2471 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2473 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2494 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2470 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2475 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2458
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen - „Versucht zu verhandeln, sucht den Frieden“ Papst Franziskus"
  -formattedValue: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2532 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2426 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2454 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2453 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2535 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2352 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2096 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2165
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1734998400 {#1342
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "24.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2536 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2187 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2197 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2199 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2531 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2299 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2201 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2514
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2534 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2517 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2516 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2518 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2541 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2515 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2520 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2521
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2452 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2519 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2524 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2523 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2525 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2546 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2522 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2527 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2510
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Grundschulkinder organisiert von der KLJB Emmeln"
  -formattedValue: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Gr…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2584 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2478 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2506 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2505 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2587 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2404 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2148 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2217
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1734998400 {#1345
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "24.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2588 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2239 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2249 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2251 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2351 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2253 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2566
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2586 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2569 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2568 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2570 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2567 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2572 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2573
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "emmeln"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2504 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2571 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2576 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2575 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2577 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2598 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2574 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2579 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2562
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Sorgenbaum in St. Martinus Haren"
  -formattedValue: "Sorgenbaum in St. Martinus Haren"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2636 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2530 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2558 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2557 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2639 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2456 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2200 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2269
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1734998400 {#1348
    date: 2024-12-24 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "24.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2638 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2291 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2301 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2303 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2640 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2403 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2305 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2618
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2635 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2621 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2645 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2619 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2624 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2625
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "haren"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2556 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2623 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2628 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2629 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2650 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2626 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2631 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2614
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "title"
  -propertyNameSuffix: null
  -value: "Wir beten für die Menschen in Magdeburg..."
  -formattedValue: "Wir beten für die Menschen in Magdeburg..."
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2688 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2582 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-12"
  -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 {#2610 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2609 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2691 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2508 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2252 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2321
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "start_at"
  -propertyNameSuffix: null
  -value: DateTime @1734912000 {#1351
    date: 2024-12-23 00:00:00.0 UTC (+00:00)
  }
  -formattedValue: "23.12.2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2690 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2343 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: "col-md-4"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2353 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2355 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2692 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2455 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2357 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2670
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "description"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2687 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2673 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2672 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2674 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2697 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2671 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2676 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2677
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "parish"
  -propertyNameSuffix: null
  -value: "all"
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#2608 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2675 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2680 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2679 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2681 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2702 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2678 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2683 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2667
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2661 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=747&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1240
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1260
      -id: 747
      -title: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinschaft die Tannenbäume abgeholt. Nähere Infos im Pfarrbrief"
      -date: DateTime @1734029924 {#1304
        date: 2024-12-12 18:58:44.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "571da1ad3ab5fe9c556f6531a60000930f097b66.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736726400 {#1279
        date: 2025-01-13 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 747
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1487 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2769 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2560
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2770 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=747&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=747&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1240
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1260
      -id: 747
      -title: "Sa., 11.01.2025, ab 8 Uhr werden in unserer Pfarreiengemeinschaft die Tannenbäume abgeholt. Nähere Infos im Pfarrbrief"
      -date: DateTime @1734029924 {#1304
        date: 2024-12-12 18:58:44.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "571da1ad3ab5fe9c556f6531a60000930f097b66.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736726400 {#1279
        date: 2025-01-13 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 747
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1487 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2769 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2664
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2758 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=755&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1247
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1298
      -id: 755
      -title: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche in Haren"
      -date: DateTime @1734462531 {#1275
        date: 2024-12-17 19:08:51.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "c4da584aa714a208cd1af6e97f8b4687ffcce338.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1736726400 {#1243
        date: 2025-01-13 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 755
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1581 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2754 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2685
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2753 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=755&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=755&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1247
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1298
      -id: 755
      -title: "So., 12.01.2025, 17  Uhr Neujahrskonzert in der Martinuskirche in Haren"
      -date: DateTime @1734462531 {#1275
        date: 2024-12-17 19:08:51.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "c4da584aa714a208cd1af6e97f8b4687ffcce338.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1736726400 {#1243
        date: 2025-01-13 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 755
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1581 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2754 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2665
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2739 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=724&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1249
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1296
      -id: 724
      -title: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Kapelle"
      -date: DateTime @1731773195 {#1295
        date: 2024-11-16 16:06:35.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung</p>"
      -image: "04cb7b4a4691787f3ed3fcb4eefd57b8cf978175.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1736553600 {#1281
        date: 2025-01-11 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 724
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1748 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2735 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2634
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2734 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=724&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=724&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1249
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1296
      -id: 724
      -title: "Fr., 10.01.2024, 19 Uhr Eucharistische Anbetung Heilig Geist Kapelle"
      -date: DateTime @1731773195 {#1295
        date: 2024-11-16 16:06:35.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung</p>"
      -image: "04cb7b4a4691787f3ed3fcb4eefd57b8cf978175.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1736553600 {#1281
        date: 2025-01-11 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 724
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1748 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2735 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2669
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2720 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=517&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1315
      -id: 517
      -title: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunionkindern u. ihren Familien in der Pfarreiengemeinschaft in Herz Jesu, Altharen"
      -date: DateTime @1708272741 {#1297
        date: 2024-02-18 16:12:21.0 UTC (+00:00)
      }
      -content: "<p>Herzlich Willkommen!</p>"
      -image: "34b8002c979cd5c3cbcf05f6a5f76ae8d048dd46.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736467200 {#1314
        date: 2025-01-10 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 517
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1800 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2716 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2759
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2715 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=517&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=517&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1315
      -id: 517
      -title: "Do., 09.01.2025, 18 Uhr hl. Messe bes. auch mit allen Kommunionkindern u. ihren Familien in der Pfarreiengemeinschaft in Herz Jesu, Altharen"
      -date: DateTime @1708272741 {#1297
        date: 2024-02-18 16:12:21.0 UTC (+00:00)
      }
      -content: "<p>Herzlich Willkommen!</p>"
      -image: "34b8002c979cd5c3cbcf05f6a5f76ae8d048dd46.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736467200 {#1314
        date: 2025-01-10 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 517
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1800 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2716 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2666
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2529 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=624&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1259
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1311
      -id: 624
      -title: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
      -date: DateTime @1721139209 {#1316
        date: 2024-07-16 14:13:29.0 UTC (+00:00)
      }
      -content: """
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die n&auml;chste Sternsingeraktion wird am <strong>Samstag 04.01.2025 /&nbsp;</strong><strong>Sonntag 05.01.2025&nbsp;</strong>sein.<br />\r\n
        Das<span style="color:#2980b9">&nbsp;</span><a href="https://www.sternsinger.de/"><span style="color:#2980b9"><strong>&quot;Kindermissionswerk&quot;</strong></span></a>&nbsp;stellt jedes Jahr ein Land vor, in dem arme Kinder u. Jugendliche wohnen f&uuml;r die Geld gesammelt wird. </span><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">In diesem Jahr steht Kolumbien im Mittelpunkt. Viele Kinder erleben dort Gewalt und Armut in ihren Familien. Sie liehen von zu Hause und suchen Schutz vor dieser Gewalt und Not in den H&auml;usern des Sternsingerprojekts Benposta. Gemeinsam mit anderen Kindern und Jugendlichen engagieren sie sich f&uuml;r ein friedliches Miteinander, das auf N&auml;chstenliebe, gegenseitigem Respekt und der Achtung der Kinderrechte basiert.</span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Auf dem Benposta-Gel&auml;nde leben derzeit 70 Kinder und Jugendliche aus Kolumbien. Neben Schutz, Essen, Kleidung, Therapie und schulischer Bildung erhalten sie dort auch Friedenserziehung. Nachmittags k&ouml;nnen die M&auml;dchen und Jungen aus verschiedenen Freizeitangeboten w&auml;hlen: Karate, Trommeln, Tanz oder einem Workshop, in dem sie gemeinsam Armb&auml;nder herstellen. In der N&auml;hwerkstatt entwerfen sie ihre eigene Kleidung oder Kost&uuml;me f&uuml;r Theater- und Tanzauff&uuml;hrungen.</span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Da in Kolumbien oft noch kein Bewusstsein f&uuml;r Kinderrechte existiert, m&uuml;ssen den Eltern grundlegende Rechte ihrer Kinder erkl&auml;rt werden &ndash; wie das Recht auf Nahrung, Unterkunft und Schulbildung. Dieses Bewusstsein w&auml;chst langsam, aber stetig.</span></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg" style="height:193px; margin:5px; width:290px" /></a></small></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg" style="height:200px; margin:5px; width:300px" /></a></small></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ein <strong>Video</strong> findet ihr zur Aktion &quot;</span>Willi und die Kinderrechte &ndash; Der Film zur Sternsingeraktion 2025<span style="font-family:Arial,Helvetica,sans-serif">&quot;&nbsp;&gt;&gt;&nbsp;<strong><a href="http://www.youtube.com/watch?v=Qj1w2tNjHVM"><span style="color:#c0392b">hier</span></a><span style="color:#c0392b">&nbsp;</span></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Mitmachaktion zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/platz-fuer-kinderrechte/"><span style="color:#c0392b">hier&nbsp;</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Werkheft zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/sternsinger-material/materialdatenbank-detail/?tx_sternsingerassetdatabase_detail%5Baction%5D=detail&amp;tx_sternsingerassetdatabase_detail%5Bcontroller%5D=Asset&amp;tx_sternsingerassetdatabase_detail%5Bitem%5D=66&amp;cHash=f4a2dc8d90481c79c2da4ed3c78bcfab"><span style="color:#c0392b">hier</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer nicht wei&szlig;, <strong>wie Sternsingen&nbsp;geht,</strong> findet hier ein interessantes&nbsp;<strong>Video</strong>&nbsp;&gt;&gt;&nbsp;<a href="https://youtu.be/f-VfGiTvZtQ" rel="noopener" target="_blank"><span style="color:#c0392b"><strong>hier</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Am 2. Februar 1846 wurde das Kindermissionswerk &sbquo;Die Sternsinger&lsquo; in Aachen gegr&uuml;ndet. Den Ansto&szlig; gab Auguste von Sartorius, die von der Not vieler Kinder in China erfahren hatte.<br />\r\n
        Wer mehr dazu wissen m&ouml;chte findet hier Informationen &uuml;ber ein kurzes Video &gt;&gt; <a href="https://www.youtube.com/watch?v=Hk702rNCaes"><span style="color:#2980b9"><strong>hier</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die Sternsinger bringen den <strong>SEGEN GOTTES </strong>f&uuml;r das <strong>Neue Jahr</strong> in unsere H&auml;user.<br />\r\n
        Sie werden somit zu einem &quot;doppelten Segen&quot; f&uuml;r die Menschen.<br />\r\n
        <strong>F&uuml;r die Menschen vor Ort,</strong> denen sie den Segen Gottes bringen und f&uuml;r die armen Kinder und Jugendlichen f&uuml;r die sie Geld sammeln.&nbsp;</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><strong>Alle Sch&uuml;ler*innen ab Klasse 3, Jugendliche und Erwachsene sind herzlich eingeladen Sternsinger*in zu werden.</strong></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><strong><a href="/images/Bilder/Aktuell/Sternsinger/2025/Haren.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Haren3.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Tinnen1.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
        \r\n
        <p><strong><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr die Einwilligung zur Ver&ouml;ffentlichung des <strong>Gruppenfotos</strong> herunterladen<strong> &gt;&gt; <img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><a href="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf"><span style="color:#2980b9">LInk</span></a></strong></span></span></p>\r\n
        \r\n
        <table>\r\n
        \t<tbody>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg" style="height:218px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">90 Sternsinger*innen - Kinder, Jgdl.,<br />\r\n
        \t\t\tErwachsene&nbsp;St. Martinus, Haren 2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">65 Sternsinger*innen<br />\r\n
        \t\t\tHerz Jesu, Altharen&nbsp;2024</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">21&nbsp;Sternsinger*innen<br />\r\n
        \t\t\tSt. Marien, Tinnen&nbsp;2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&nbsp;66 Sternsinger*innen<br />\r\n
        \t\t\tSt. Josef, Emmeln&nbsp;2024</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">74 Sternsinger*innen<br />\r\n
        \t\t\tSt. Clemens, Wesuwe&nbsp;2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">St. Clemens Wesuwe auf dem Weg<br />\r\n
        \t\t\tins &Uuml;berschwemmungsgebiet im Brook</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t</tbody>\r\n
        </table>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr euch das <span style="color:#c0392b"><strong>Sternsingerlied</strong></span> der&nbsp;<strong>Emmelner </strong>und <strong>Tinner </strong>anh&ouml;ren:<br />\r\n
        <em>&quot;<strong>Wir kommen daher aus dem Morgenland&quot;<a href="https://www.sternsinger.de/fileadmin/bildung/Audios/2012_dks_lieder_01-Wir_kommen_daher_aus_dem_Morgenland_web.mp3?download=1"><span style="color:#2980b9">Link</span></a></strong></em><br />\r\n
        <br />\r\n
        Hier k&ouml;nnt ihr euch das <strong><span style="color:#c0392b">Sternsingerlied </span></strong>der <strong>Altharener</strong>&nbsp;und <strong>Harener</strong> anh&ouml;ren:<strong>&nbsp;<br />\r\n
        &quot;Nun seht den Stern, den wir bringen&quot; </strong><a href="https://www.youtube.com/watch?v=JMfrcLxzNgE"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Unsere<strong> Wesuwer </strong>Sternsinger<strong> </strong>tragen ein <strong>sch&ouml;nes Gedicht </strong>vor!</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer eine Spende &uuml;berweisen m&ouml;chte f&uuml;r die Sternsingeraktion sind dies unsere Kontoverbindungen:</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Spendenkonto der Kath. Kirchengemeinde Herz Jesu, Altharen<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;<br />\r\n
        Bankverbindung:</strong><br />\r\n
        Ostfriesische Volksbank Leer<br />\r\n
        <strong>IBAN DE 42 2859 0075 1128 3262 00</strong><br />\r\n
        <br />\r\n
        <strong>Spendenkonto der Kath. Kirchengemeinde St. Josef, Emmeln<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Sparkasse Emsland &nbsp;<br />\r\n
        <strong>IBAN DE 14266 500 01 00 49 000 854 &nbsp;</strong><br />\r\n
        <br />\r\n
        <strong>Spendenkonto der Kath. Kirchengemeinde St. Martinus, Haren<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Volksbank Haren/Ems<br />\r\n
        <strong>IBAN: DE59 28590075 1021519000<br />\r\n
        <br />\r\n
        Spendenkonto der Kath. Kirchengemeinde St. Marien, Tinnen<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Sparkasse Emsland<br />\r\n
        <strong>IBAN DE 45 2665 0001 0037 0075 07<br />\r\n
        <br />\r\n
        Spendenkonto der Kath. Kirchengemeinde St. Clemens, Wesuwe<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong></span>Emsl&auml;ndische Volksbank Meppen<br />\r\n
        <strong>IBAN DE 96 2666 0060 0057 1326 00&nbsp;</strong></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ansprechpartner f&uuml;r die Sternsingeraktion in unserer Pfarreiengemeinschaft sind:</strong><br />\r\n
        Herz Jesu Altharen, Maria Fehrmann mit Team<br />\r\n
        St. Josef Emmeln, Helen Pawliczek mit Team<br />\r\n
        St. Martinus Haren, Harener Team<br />\r\n
        St. Marien Tinnen, Annika Robben mit Team<br />\r\n
        St. Clemens Wesuwe, Stefanie Schulte-Stahl mit PGR Team<br />\r\n
        Vom Pastoralteam: Schw. M. Effata, Tel.: 05932 / 71275&nbsp;</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Fotos: Kinder Missionswerk<br />\r\n
        Fotos: privat</span></span></p>
        """
      -image: "070b463071e2960cb1defb684ca08ffa525e995e.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736121600 {#1313
        date: 2025-01-06 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 624
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1852 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2425 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2740
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2509 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=624&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=624&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1259
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1311
      -id: 624
      -title: "Sa., 04.01.2025 - So., 05.01.2025 Sternsingeraktion"
      -date: DateTime @1721139209 {#1316
        date: 2024-07-16 14:13:29.0 UTC (+00:00)
      }
      -content: """
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die n&auml;chste Sternsingeraktion wird am <strong>Samstag 04.01.2025 /&nbsp;</strong><strong>Sonntag 05.01.2025&nbsp;</strong>sein.<br />\r\n
        Das<span style="color:#2980b9">&nbsp;</span><a href="https://www.sternsinger.de/"><span style="color:#2980b9"><strong>&quot;Kindermissionswerk&quot;</strong></span></a>&nbsp;stellt jedes Jahr ein Land vor, in dem arme Kinder u. Jugendliche wohnen f&uuml;r die Geld gesammelt wird. </span><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">In diesem Jahr steht Kolumbien im Mittelpunkt. Viele Kinder erleben dort Gewalt und Armut in ihren Familien. Sie liehen von zu Hause und suchen Schutz vor dieser Gewalt und Not in den H&auml;usern des Sternsingerprojekts Benposta. Gemeinsam mit anderen Kindern und Jugendlichen engagieren sie sich f&uuml;r ein friedliches Miteinander, das auf N&auml;chstenliebe, gegenseitigem Respekt und der Achtung der Kinderrechte basiert.</span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Auf dem Benposta-Gel&auml;nde leben derzeit 70 Kinder und Jugendliche aus Kolumbien. Neben Schutz, Essen, Kleidung, Therapie und schulischer Bildung erhalten sie dort auch Friedenserziehung. Nachmittags k&ouml;nnen die M&auml;dchen und Jungen aus verschiedenen Freizeitangeboten w&auml;hlen: Karate, Trommeln, Tanz oder einem Workshop, in dem sie gemeinsam Armb&auml;nder herstellen. In der N&auml;hwerkstatt entwerfen sie ihre eigene Kleidung oder Kost&uuml;me f&uuml;r Theater- und Tanzauff&uuml;hrungen.</span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:&quot;Aptos&quot;,sans-serif"><span style="color:black">Da in Kolumbien oft noch kein Bewusstsein f&uuml;r Kinderrechte existiert, m&uuml;ssen den Eltern grundlegende Rechte ihrer Kinder erkl&auml;rt werden &ndash; wie das Recht auf Nahrung, Unterkunft und Schulbildung. Dieses Bewusstsein w&auml;chst langsam, aber stetig.</span></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/sTern251.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/stern252.jpg" style="height:193px; margin:5px; width:290px" /></a></small></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><small><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns2523.jpg" style="height:200px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Sterns%20254.jpg" style="height:200px; margin:5px; width:300px" /></a></small></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ein <strong>Video</strong> findet ihr zur Aktion &quot;</span>Willi und die Kinderrechte &ndash; Der Film zur Sternsingeraktion 2025<span style="font-family:Arial,Helvetica,sans-serif">&quot;&nbsp;&gt;&gt;&nbsp;<strong><a href="http://www.youtube.com/watch?v=Qj1w2tNjHVM"><span style="color:#c0392b">hier</span></a><span style="color:#c0392b">&nbsp;</span></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Mitmachaktion zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/platz-fuer-kinderrechte/"><span style="color:#c0392b">hier&nbsp;</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Aptos,sans-serif">Werkheft zur Aktion Dreik&ouml;nigssingen 2025 &gt;&gt; <strong><a href="https://www.sternsinger.de/sternsingen/sternsinger-material/materialdatenbank-detail/?tx_sternsingerassetdatabase_detail%5Baction%5D=detail&amp;tx_sternsingerassetdatabase_detail%5Bcontroller%5D=Asset&amp;tx_sternsingerassetdatabase_detail%5Bitem%5D=66&amp;cHash=f4a2dc8d90481c79c2da4ed3c78bcfab"><span style="color:#c0392b">hier</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer nicht wei&szlig;, <strong>wie Sternsingen&nbsp;geht,</strong> findet hier ein interessantes&nbsp;<strong>Video</strong>&nbsp;&gt;&gt;&nbsp;<a href="https://youtu.be/f-VfGiTvZtQ" rel="noopener" target="_blank"><span style="color:#c0392b"><strong>hier</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Am 2. Februar 1846 wurde das Kindermissionswerk &sbquo;Die Sternsinger&lsquo; in Aachen gegr&uuml;ndet. Den Ansto&szlig; gab Auguste von Sartorius, die von der Not vieler Kinder in China erfahren hatte.<br />\r\n
        Wer mehr dazu wissen m&ouml;chte findet hier Informationen &uuml;ber ein kurzes Video &gt;&gt; <a href="https://www.youtube.com/watch?v=Hk702rNCaes"><span style="color:#2980b9"><strong>hier</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Die Sternsinger bringen den <strong>SEGEN GOTTES </strong>f&uuml;r das <strong>Neue Jahr</strong> in unsere H&auml;user.<br />\r\n
        Sie werden somit zu einem &quot;doppelten Segen&quot; f&uuml;r die Menschen.<br />\r\n
        <strong>F&uuml;r die Menschen vor Ort,</strong> denen sie den Segen Gottes bringen und f&uuml;r die armen Kinder und Jugendlichen f&uuml;r die sie Geld sammeln.&nbsp;</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><strong>Alle Sch&uuml;ler*innen ab Klasse 3, Jugendliche und Erwachsene sind herzlich eingeladen Sternsinger*in zu werden.</strong></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Altharen.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Emmeln%20-%20Kopie.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><strong><a href="/images/Bilder/Aktuell/Sternsinger/2025/Haren.png"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Haren3.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2025/Tinnen1.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
        \r\n
        <p><strong><a href="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png"><img alt="" src="/images/Bilder/bilder_martinus/sternsinger/2025/Wesuwe.png" style="height:300px; margin:5px; width:300px" /></a></strong></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr die Einwilligung zur Ver&ouml;ffentlichung des <strong>Gruppenfotos</strong> herunterladen<strong> &gt;&gt; <img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><img alt="" src="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf" /><a href="/images/Bilder/Aktuell/Sternsinger/Einwilligung%20Fotos%20bestimmter%20Anlass.pdf"><span style="color:#2980b9">LInk</span></a></strong></span></span></p>\r\n
        \r\n
        <table>\r\n
        \t<tbody>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/20240106_101249.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Altharen%202024.jpg" style="height:218px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">90 Sternsinger*innen - Kinder, Jgdl.,<br />\r\n
        \t\t\tErwachsene&nbsp;St. Martinus, Haren 2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">65 Sternsinger*innen<br />\r\n
        \t\t\tHerz Jesu, Altharen&nbsp;2024</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Tinnen%202024%201.jpg" style="height:217px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/Emmeln%202024.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">21&nbsp;Sternsinger*innen<br />\r\n
        \t\t\tSt. Marien, Tinnen&nbsp;2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&nbsp;66 Sternsinger*innen<br />\r\n
        \t\t\tSt. Josef, Emmeln&nbsp;2024</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/415079813_387687527098136_8520823822084947236_n%20-%20Kopie.jpg" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><a href="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG"><img alt="" src="/images/Bilder/Aktuell/Sternsinger/2024/14329a75a-3661-4f93-b86b-eca444147569.JPG" style="height:218px; margin:5px; width:290px" /></a></span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">74 Sternsinger*innen<br />\r\n
        \t\t\tSt. Clemens, Wesuwe&nbsp;2024</span></span></td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">St. Clemens Wesuwe auf dem Weg<br />\r\n
        \t\t\tins &Uuml;berschwemmungsgebiet im Brook</span></span></td>\r\n
        \t\t</tr>\r\n
        \t\t<tr>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t\t<td>&nbsp;</td>\r\n
        \t\t</tr>\r\n
        \t</tbody>\r\n
        </table>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier k&ouml;nnt ihr euch das <span style="color:#c0392b"><strong>Sternsingerlied</strong></span> der&nbsp;<strong>Emmelner </strong>und <strong>Tinner </strong>anh&ouml;ren:<br />\r\n
        <em>&quot;<strong>Wir kommen daher aus dem Morgenland&quot;<a href="https://www.sternsinger.de/fileadmin/bildung/Audios/2012_dks_lieder_01-Wir_kommen_daher_aus_dem_Morgenland_web.mp3?download=1"><span style="color:#2980b9">Link</span></a></strong></em><br />\r\n
        <br />\r\n
        Hier k&ouml;nnt ihr euch das <strong><span style="color:#c0392b">Sternsingerlied </span></strong>der <strong>Altharener</strong>&nbsp;und <strong>Harener</strong> anh&ouml;ren:<strong>&nbsp;<br />\r\n
        &quot;Nun seht den Stern, den wir bringen&quot; </strong><a href="https://www.youtube.com/watch?v=JMfrcLxzNgE"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Unsere<strong> Wesuwer </strong>Sternsinger<strong> </strong>tragen ein <strong>sch&ouml;nes Gedicht </strong>vor!</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Wer eine Spende &uuml;berweisen m&ouml;chte f&uuml;r die Sternsingeraktion sind dies unsere Kontoverbindungen:</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Spendenkonto der Kath. Kirchengemeinde Herz Jesu, Altharen<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;<br />\r\n
        Bankverbindung:</strong><br />\r\n
        Ostfriesische Volksbank Leer<br />\r\n
        <strong>IBAN DE 42 2859 0075 1128 3262 00</strong><br />\r\n
        <br />\r\n
        <strong>Spendenkonto der Kath. Kirchengemeinde St. Josef, Emmeln<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Sparkasse Emsland &nbsp;<br />\r\n
        <strong>IBAN DE 14266 500 01 00 49 000 854 &nbsp;</strong><br />\r\n
        <br />\r\n
        <strong>Spendenkonto der Kath. Kirchengemeinde St. Martinus, Haren<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Volksbank Haren/Ems<br />\r\n
        <strong>IBAN: DE59 28590075 1021519000<br />\r\n
        <br />\r\n
        Spendenkonto der Kath. Kirchengemeinde St. Marien, Tinnen<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong><br />\r\n
        Sparkasse Emsland<br />\r\n
        <strong>IBAN DE 45 2665 0001 0037 0075 07<br />\r\n
        <br />\r\n
        Spendenkonto der Kath. Kirchengemeinde St. Clemens, Wesuwe<br />\r\n
        Stichwort &bdquo;Spende Sternsinger&ldquo;</strong><br />\r\n
        <strong>Bankverbindung:</strong></span>Emsl&auml;ndische Volksbank Meppen<br />\r\n
        <strong>IBAN DE 96 2666 0060 0057 1326 00&nbsp;</strong></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ansprechpartner f&uuml;r die Sternsingeraktion in unserer Pfarreiengemeinschaft sind:</strong><br />\r\n
        Herz Jesu Altharen, Maria Fehrmann mit Team<br />\r\n
        St. Josef Emmeln, Helen Pawliczek mit Team<br />\r\n
        St. Martinus Haren, Harener Team<br />\r\n
        St. Marien Tinnen, Annika Robben mit Team<br />\r\n
        St. Clemens Wesuwe, Stefanie Schulte-Stahl mit PGR Team<br />\r\n
        Vom Pastoralteam: Schw. M. Effata, Tel.: 05932 / 71275&nbsp;</span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Fotos: Kinder Missionswerk<br />\r\n
        Fotos: privat</span></span></p>
        """
      -image: "070b463071e2960cb1defb684ca08ffa525e995e.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1736121600 {#1313
        date: 2025-01-06 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 624
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1852 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2425 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2663
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2461 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=50&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1242
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1310
      -id: 50
      -title: "Католицька парафія Святого Мартіна», вітає вас!"
      -date: DateTime @1700512274 {#1312
        date: 2023-11-20 20:31:14.0 UTC (+00:00)
      }
      -content: """
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Католицька парафія Святого Мартіна&raquo;, вітає вас!</strong></span></span></span></p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Хочемо дати вам деяку інформацію про нашу парафію</strong> </span>&gt;&gt;&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <pre>\r\n
        <span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><strong><span style="color:#202124">Свята Меса польською мовою у неділю, 2023 року, о 9:00. </span></strong></span></span><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong><span style="color:#2980b9"> </span></a>\r\n
        </span></span><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Щиро запрошення! Молимося за мир в Україні &gt;&gt; </span></span></strong><a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Link</span></span></strong></span></a></pre>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong><span style="color:#000000">Регулярні св. Меси в Санкт-Мартінус, Харен &gt;&gt;</span></strong>&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>In deutsch:</strong><br />\r\n
        Die katholische Kirchengemeinde St. Martinus, Haren hei&szlig;t euch herzlich willkommen! Wir m&ouml;chten euch ein paar Informationen &uuml;ber unsere Pfarrei geben &gt;&gt; in ukrainisch&nbsp;</span></span><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ab Januar 2023 wird eine hl. Messe in polnischer Sprache um 9 Uhr gefeiert in St. Josef, Emmeln &gt;&gt;&nbsp;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Herzliche Einladung! Wir beten f&uuml;r den Frieden in der Ukraine &gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier finden Sie unsere aktuellen Gottesdienste &gt;&gt;&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p>__________________________________________________________________________________________________</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><strong>Seit 2024</strong></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2025/hMpol.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/Niko%202024.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/Niko%202024.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg"><img alt="" src="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png-4.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-05-31-16-11-14-197.jpg" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/66807bd9070375ab9a0399c23056743bccefbe19.png" style="height:300px; width:300px" /></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png" style="height:300px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Beichte%20pol%202024.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><a href="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Seit 2023</strong></span></span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/19%201.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/19%201.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/April%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/April%202023.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/2daa19e41f9bf38fe15d7e665cb77e31.png/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/23.07..png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/23.07..png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><br />\r\n
        <a href="/images/Bilder/Aktuell/Friedensgebet/August.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/August.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>2022</strong></span></span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png" style="height:251px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Благання за мир - на хресті і над сходами...<br />\r\n
        F&uuml;rbitten f&uuml;r den Frieden im Monat Mai - am Kreuz und &uuml;ber die Treppen...</span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png" style="height:252px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><a href="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png" style="height:300px; margin:5px; width:300px" /></a></span></span><a href="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG" style="height:300px; margin:5px; width:400px" /></a></p>\r\n
        \r\n
        <p><span style="color:#000000"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Friedenstauben f&uuml;r die Ukraine von und mit Ukrainern in St. Martinus, Haren</span></span></span></p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">Голуби миру для України від та з українцями в Сент-Мартінус, Харен</span></span></p>\r\n
        \r\n
        <div class="ckeditor-html5-video" data-responsive="true" style="float:left; margin-right:10px; text-align:left">\r\n
        <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Friedensgebet/Video%20Ukrainer%202022/signal-2022-12-22-15-49-48-916.mp4" style="max-width: 100%; height: auto;">&nbsp;</video>\r\n
        </div>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ein Dankesch&ouml;n der Ukrainer an die Harener - im Dezember 2022</strong></span></span></span></p>
        """
      -image: "c8a253f63d150363e3802afcda98144f.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735862400 {#1309
        date: 2025-01-03 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 50
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1904 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2477 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2721
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2771 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=50&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=50&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1242
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1310
      -id: 50
      -title: "Католицька парафія Святого Мартіна», вітає вас!"
      -date: DateTime @1700512274 {#1312
        date: 2023-11-20 20:31:14.0 UTC (+00:00)
      }
      -content: """
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Католицька парафія Святого Мартіна&raquo;, вітає вас!</strong></span></span></span></p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><span style="color:#000000"><strong>Хочемо дати вам деяку інформацію про нашу парафію</strong> </span>&gt;&gt;&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <pre>\r\n
        <span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><strong><span style="color:#202124">Свята Меса польською мовою у неділю, 2023 року, о 9:00. </span></strong></span></span><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">&gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong><span style="color:#2980b9"> </span></a>\r\n
        </span></span><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Щиро запрошення! Молимося за мир в Україні &gt;&gt; </span></span></strong><a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Link</span></span></strong></span></a></pre>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong><span style="color:#000000">Регулярні св. Меси в Санкт-Мартінус, Харен &gt;&gt;</span></strong>&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>In deutsch:</strong><br />\r\n
        Die katholische Kirchengemeinde St. Martinus, Haren hei&szlig;t euch herzlich willkommen! Wir m&ouml;chten euch ein paar Informationen &uuml;ber unsere Pfarrei geben &gt;&gt; in ukrainisch&nbsp;</span></span><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">&nbsp;<strong><a href="/images/Bilder/bilder_martinus/Neuzugezogene/24.09.19%20Ukrainisch%20Neuzugezogenen%20Faltblatt%202024.pdf"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Ab Januar 2023 wird eine hl. Messe in polnischer Sprache um 9 Uhr gefeiert in St. Josef, Emmeln &gt;&gt;&nbsp;&nbsp;<a href="https://www.etwah.de/post/details/613"><strong><span style="color:#2980b9">Link</span></strong></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Herzliche Einladung! Wir beten f&uuml;r den Frieden in der Ukraine &gt;&gt;&nbsp;<a href="https://www.etwah.de/post/details/401"><span style="color:#2980b9"><strong>Link</strong></span></a></span></span></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Hier finden Sie unsere aktuellen Gottesdienste &gt;&gt;&nbsp;<strong><a href="https://www.etwah.de/download"><span style="color:#2980b9">Link</span></a></strong></span></span></p>\r\n
        \r\n
        <p>__________________________________________________________________________________________________</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><strong>Seit 2024</strong></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2025/hMpol.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/Niko%202024.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/Niko%202024.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/c638a268356d2b16a894fc91c964e85737c3adcb.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg"><img alt="" src="/images/Bilder/Aktuell/Ukraine/signal-2024-11-02-092110.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/2024%20FA.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png-4.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-10-05-093153.jpeg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/%C3%96konemisches%20Frieden.png.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/a92c03c824dcc35eb20aba17f34e79cc1dac6954.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png"><img alt="" src="/images/Bilder/Aktuell/Ukraine/de2ebc8fb395bb0328fa53c442575048ef5bdd54.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Urlaub%202024.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/signal-2024-05-31-16-11-14-197.jpg" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Okonemisches%20Frieden.jpg" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/66807bd9070375ab9a0399c23056743bccefbe19.png" style="height:300px; width:300px" /></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/61c810fd0ac0b3eb2b2fa0fc596fc10b4469a5bd.png" style="height:300px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/Beichte%20pol%202024.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /><a href="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/429795742_422595316940690_5593793749491886823_n.jpg" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/e1836fbf02305a890e1b0db071e2cdfc612a0e1d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/8be728feea74129a9e494bd2b060c9872a4206fa.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/naehcafe/Design%20ohne%20Titel%20-%202023-12-18T213540.551.png" style="height:300px; margin:5px; width:300px" /></a><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2024/2024%20FA.png" style="height:300px; margin:5px; width:300px" /></p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Seit 2023</strong></span></span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png"><img alt="" src="/images/Bilder/pfarreiengemeinschaft/solimarsch/Offenes%20N%C3%A4hcafe.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Hl.%20Messe%20in%20poln%20Sprache%202023.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/ae752307b59dc4cbbec6bd49c43e560a.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/19%201.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/19%201.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/April%202023.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/April%202023.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6db8ad4130f62afd8a2f24722b2f1a05.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Ukraine/2daa19e41f9bf38fe15d7e665cb77e31.png/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/2daa19e41f9bf38fe15d7e665cb77e31.png" style="height:300px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/23.07..png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/23.07..png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><br />\r\n
        <a href="/images/Bilder/Aktuell/Friedensgebet/August.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/August.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/649aee4a648ae5de78e422a653119722.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/9980d7c3c0ef1ef0c19aa5cc078cd081.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/a3e2abf87371cafc3249c5201ca0c8e8.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/6a5138e272e81f1c3372dd118102372b93e01b30.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/dbc1027e605e9ce260beb8636746b23d.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/055c943e247caf62e52e279fa4da08ba.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/53c87f60208b7c57703a8f765613bcbc.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>2022</strong></span></span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Jan%20pol.%20sp%20Mes.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Termine%20FG.png" style="height:251px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedensgebet%20Montag%2019%20Uhr.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/281206521_5469718903051756_6711574533997847304_n.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/F%C3%BCrbitten7.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Благання за мир - на хресті і над сходами...<br />\r\n
        F&uuml;rbitten f&uuml;r den Frieden im Monat Mai - am Kreuz und &uuml;ber die Treppen...</span></span></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/1%20Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/289126981_5591348200888825_4471105699175773733_n.png" style="height:252px; margin:5px; width:300px" /></a>&nbsp;<a href="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/09d714643e8bf328fd8acc1820b3aa21.png" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/294283450_5662099130480398_1383983012013664679_n.jpg" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Alle%20Frauen%20und%20Kinder%20sind%20zu%20einem%20Kennenlernen.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/314591115_192133689986855_8533122815129023562_n.jpg" style="height:251px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p><a href="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/bebd5df9d31cf5a50e0832648e95ca0d.png" style="height:300px; margin:5px; width:300px" /></a><a href="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/4c1862f164757ef0103293131562cc94.png" style="height:300px; margin:5px; width:300px" /></a></p>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px"><a href="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/Friedenstauben.png" style="height:300px; margin:5px; width:300px" /></a></span></span><a href="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG"><img alt="" src="/images/Bilder/Aktuell/Friedensgebet/K1600_20221223_125817.JPG" style="height:300px; margin:5px; width:400px" /></a></p>\r\n
        \r\n
        <p><span style="color:#000000"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif">Friedenstauben f&uuml;r die Ukraine von und mit Ukrainern in St. Martinus, Haren</span></span></span></p>\r\n
        \r\n
        <p><span style="font-family:Arial,Helvetica,sans-serif"><span style="font-size:16px">Голуби миру для України від та з українцями в Сент-Мартінус, Харен</span></span></p>\r\n
        \r\n
        <div class="ckeditor-html5-video" data-responsive="true" style="float:left; margin-right:10px; text-align:left">\r\n
        <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Friedensgebet/Video%20Ukrainer%202022/signal-2022-12-22-15-49-48-916.mp4" style="max-width: 100%; height: auto;">&nbsp;</video>\r\n
        </div>\r\n
        \r\n
        <p>&nbsp;</p>\r\n
        \r\n
        <p><span style="color:#e74c3c"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Ein Dankesch&ouml;n der Ukrainer an die Harener - im Dezember 2022</strong></span></span></span></p>
        """
      -image: "c8a253f63d150363e3802afcda98144f.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735862400 {#1309
        date: 2025-01-03 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 50
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1904 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2477 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2662
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2785 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=728&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1285
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1301
      -id: 728
      -title: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
      -date: DateTime @1731919466 {#1308
        date: 2024-11-18 08:44:26.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "d26e4f35f5a2f6ccc1852905676ed10f105b28f0.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735776000 {#1300
        date: 2025-01-02 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 728
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1956 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2789 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2633
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2790 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=728&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=728&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1285
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1301
      -id: 728
      -title: "Unsere Gottesdienste zu Silvester 2024 und Neujahr 2025"
      -date: DateTime @1731919466 {#1308
        date: 2024-11-18 08:44:26.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "d26e4f35f5a2f6ccc1852905676ed10f105b28f0.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735776000 {#1300
        date: 2025-01-02 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 728
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1956 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2789 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
139 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2764
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2804 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=446&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1361
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1317
      -id: 446
      -title: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponitficalamt durch Papst Franziskus -  für das Bistum Osnabrück Di., 31.12., 17 Uhr Pontificalamt mit Bischof Dominicus im Dom in Osnabrück"
      -date: DateTime @1700298620 {#1293
        date: 2023-11-18 09:10:20.0 UTC (+00:00)
      }
      -content: """
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Das Heilige Jahr 2025 beginnt </strong>mit der &Ouml;ffnung der Heiligen Pforte im Petersdoms am Di., 24.12.2024.&nbsp;Die 4 Heiligen Pforten befinden sich in den wichtigsten Basiliken Roms: Petersdom, Lateranbasilika, St. Paul vor den Mauern und der Basilika Santa Maria Maggiore. Mit dem Hl. Jahr ist ein <a href="https://www.iubilaeum2025.va/de/giubileo-2025/segni-del-giubileo/indulgenza.html"><span style="color:#2980b9">vollkommener Ablass</span></a> verbunden.</span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Heilige Jahr 2025 </strong><span style="background-color:white"><strong>soll </strong>eine ethische, moralische, soziale und kulturelle Wiedergeburt hervorbringen. Ebenso&nbsp;</span>die Vision f&ouml;rdern von einer gerechteren und geschwisterlicheren Gesellschaft, in der Fehler vergeben und Gerechtigkeit gest&auml;rkt werden und somit eine solidarischere und menschlichere Welt entstehe.</span></span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Logo: </strong>Die vier bunten, stilisierten Figuren repr&auml;sentierten die Menschen aus allen vier Himmelsrichtungen, ebenso die Kirche als Schiff. Sie umarmten sich als Zeichen f&uuml;r Solidarit&auml;t und Geschwisterlichkeit. Eine Person tr&auml;gt ein Kreuz als Zeichen des Glaubens und mit einem Anker als Zeichen der Hoffnung. Die Hoffnung brauchen wir besonders in Zeiten gr&ouml;&szlig;ter Not. Die Wellen unterhalb der Personen zeigen, dass die Pilgerreise des Lebens nicht immer in ruhigen Gew&auml;ssern verl&auml;uft.</span></span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Weitere Infos:&nbsp;</strong><br />\r\n
        Vatikan &gt;&gt;&nbsp;</span><strong><a href="https://www.iubilaeum2025.va/de.html"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp; </strong>u.<strong>&nbsp;</strong></span></span></span>APP:<strong> IUBILAEUM25</strong><br />\r\n
        <span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333">Deutsche Bischofskonferenz &gt;&gt;<strong> </strong></span><strong><a href="https://www.dbk.de/themen/heiliges-jahr-2025"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp;mit&nbsp;</strong></span></span>Hymne in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_SOLO-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a>;&nbsp;Chorsatz in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_CHOR-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a></span></span></p>\r\n
        \r\n
        <p style="text-align:justify">&nbsp;</p>\r\n
        \r\n
        <p style="text-align:justify">&nbsp;</p>
        """
      -image: "7bb2ff6847ec3d2af2177c9034872315bbd1444d.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735689600 {#1299
        date: 2025-01-01 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 446
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2008 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2808 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
140 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2551
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2809 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=446&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=446&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1361
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1317
      -id: 446
      -title: "Heiliges Jahr 2025 - Eröffnung am Di., 24.12.2024, 19 Uhr Ponitficalamt durch Papst Franziskus -  für das Bistum Osnabrück Di., 31.12., 17 Uhr Pontificalamt mit Bischof Dominicus im Dom in Osnabrück"
      -date: DateTime @1700298620 {#1293
        date: 2023-11-18 09:10:20.0 UTC (+00:00)
      }
      -content: """
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><strong>Das Heilige Jahr 2025 beginnt </strong>mit der &Ouml;ffnung der Heiligen Pforte im Petersdoms am Di., 24.12.2024.&nbsp;Die 4 Heiligen Pforten befinden sich in den wichtigsten Basiliken Roms: Petersdom, Lateranbasilika, St. Paul vor den Mauern und der Basilika Santa Maria Maggiore. Mit dem Hl. Jahr ist ein <a href="https://www.iubilaeum2025.va/de/giubileo-2025/segni-del-giubileo/indulgenza.html"><span style="color:#2980b9">vollkommener Ablass</span></a> verbunden.</span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Heilige Jahr 2025 </strong><span style="background-color:white"><strong>soll </strong>eine ethische, moralische, soziale und kulturelle Wiedergeburt hervorbringen. Ebenso&nbsp;</span>die Vision f&ouml;rdern von einer gerechteren und geschwisterlicheren Gesellschaft, in der Fehler vergeben und Gerechtigkeit gest&auml;rkt werden und somit eine solidarischere und menschlichere Welt entstehe.</span></span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Das Logo: </strong>Die vier bunten, stilisierten Figuren repr&auml;sentierten die Menschen aus allen vier Himmelsrichtungen, ebenso die Kirche als Schiff. Sie umarmten sich als Zeichen f&uuml;r Solidarit&auml;t und Geschwisterlichkeit. Eine Person tr&auml;gt ein Kreuz als Zeichen des Glaubens und mit einem Anker als Zeichen der Hoffnung. Die Hoffnung brauchen wir besonders in Zeiten gr&ouml;&szlig;ter Not. Die Wellen unterhalb der Personen zeigen, dass die Pilgerreise des Lebens nicht immer in ruhigen Gew&auml;ssern verl&auml;uft.</span></span></span></span></p>\r\n
        \r\n
        <p style="text-align:justify"><span style="font-size:16px"><span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333"><strong>Weitere Infos:&nbsp;</strong><br />\r\n
        Vatikan &gt;&gt;&nbsp;</span><strong><a href="https://www.iubilaeum2025.va/de.html"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp; </strong>u.<strong>&nbsp;</strong></span></span></span>APP:<strong> IUBILAEUM25</strong><br />\r\n
        <span style="font-family:Arial,Helvetica,sans-serif"><span style="background-color:white"><span style="color:#333333">Deutsche Bischofskonferenz &gt;&gt;<strong> </strong></span><strong><a href="https://www.dbk.de/themen/heiliges-jahr-2025"><span style="color:#2980b9">hier</span></a></strong><span style="color:#333333"><strong>&nbsp;mit&nbsp;</strong></span></span>Hymne in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_SOLO-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a>;&nbsp;Chorsatz in&nbsp;<a href="https://www.franziskanerinnen-schwagstorf.de/images/PDF_Dateien/Heiliges-Jahr-Hymne_CHOR-Partitur.pdf"><span style="color:#2980b9">Deutsch</span></a></span></span></p>\r\n
        \r\n
        <p style="text-align:justify">&nbsp;</p>\r\n
        \r\n
        <p style="text-align:justify">&nbsp;</p>
        """
      -image: "7bb2ff6847ec3d2af2177c9034872315bbd1444d.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735689600 {#1299
        date: 2025-01-01 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 446
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2008 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2808 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2745
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2823 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=748&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1370
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1319
      -id: 748
      -title: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalische Begleitung mit Jannik Gebbeken u. Tom Jänen"
      -date: DateTime @1734105421 {#1305
        date: 2024-12-13 15:57:01.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "a6b739644ff50f018f3f5fc073f777a7c2a736e2.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1735603200 {#1318
        date: 2024-12-31 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 748
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2060 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2827 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2784
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2828 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=748&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=748&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1370
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1319
      -id: 748
      -title: "Mi., 25.12.2024, 10:30 Uhr Hochamt St. Martinus Haren musikalische Begleitung mit Jannik Gebbeken u. Tom Jänen"
      -date: DateTime @1734105421 {#1305
        date: 2024-12-13 15:57:01.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "a6b739644ff50f018f3f5fc073f777a7c2a736e2.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1735603200 {#1318
        date: 2024-12-31 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 748
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2060 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2827 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
143 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2726
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2842 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=762&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1379
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1322
      -id: 762
      -title: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, das Gott lobte und sprach..."(Lk 2,13) Das Pastoralteam wünscht allen Gemeindemitgliedern und Homepagebesuchern "Frohe und gesegnete Weihnachten!""
      -date: DateTime @1734948125 {#1320
        date: 2024-12-23 10:02:05.0 UTC (+00:00)
      }
      -content: """
        <p>Ein Video dazu finden Sie hier.</p>\r\n
        \r\n
        <div class="ckeditor-html5-video" style="float:left; margin-right:10px; text-align:left">\r\n
        <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Pastoralteam/Weihnachtsgr%C3%BC%C3%9Fe%20Pastoralteam%202024%20V2.mp4">&nbsp;</video>\r\n
        </div>\r\n
        \r\n
        <p>&nbsp;</p>
        """
      -image: "996966690ff2adc88796c32bee86928f51a0f5b1.jpg"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735603200 {#1321
        date: 2024-12-31 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 762
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2112 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2846 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2803
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2847 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=762&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=762&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1379
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1322
      -id: 762
      -title: ""Und plötzlich war bei dem Engel ein großes himmlisches Heer, das Gott lobte und sprach..."(Lk 2,13) Das Pastoralteam wünscht allen Gemeindemitgliedern und Homepagebesuchern "Frohe und gesegnete Weihnachten!""
      -date: DateTime @1734948125 {#1320
        date: 2024-12-23 10:02:05.0 UTC (+00:00)
      }
      -content: """
        <p>Ein Video dazu finden Sie hier.</p>\r\n
        \r\n
        <div class="ckeditor-html5-video" style="float:left; margin-right:10px; text-align:left">\r\n
        <video controls="controls" controlslist="nodownload" src="/images/Bilder/Aktuell/Pastoralteam/Weihnachtsgr%C3%BC%C3%9Fe%20Pastoralteam%202024%20V2.mp4">&nbsp;</video>\r\n
        </div>\r\n
        \r\n
        <p>&nbsp;</p>
        """
      -image: "996966690ff2adc88796c32bee86928f51a0f5b1.jpg"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735603200 {#1321
        date: 2024-12-31 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 762
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2112 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2846 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2617
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2861 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=707&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1388
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1325
      -id: 707
      -title: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die Kommunionkinder"
      -date: DateTime @1730897484 {#1323
        date: 2024-11-06 12:51:24.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "8a73b51e669480231c9952ecf9b82226e459c29d.png"
      -description: null
      -parish: "altharen"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1324
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 707
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2164 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2865 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2822
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2866 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=707&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=707&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1388
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1325
      -id: 707
      -title: "Di., 24.12.2024, 15 Uhr Krippenfeier mit Krippenspiel durch die Kommunionkinder"
      -date: DateTime @1730897484 {#1323
        date: 2024-11-06 12:51:24.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "8a73b51e669480231c9952ecf9b82226e459c29d.png"
      -description: null
      -parish: "altharen"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1324
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 707
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2164 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2865 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2507
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2880 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=708&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1397
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1328
      -id: 708
      -title: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse mit Krippenspiel durch die Kommunionkinder"
      -date: DateTime @1730897562 {#1326
        date: 2024-11-06 12:52:42.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "66e8d4e77d9a9c591bcbc3dc3e366d7fa9b44e0c.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1327
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 708
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2216 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2884 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2841
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2885 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=708&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=708&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1397
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1328
      -id: 708
      -title: "Di., 24.12.2024, 16:30 Uhr St. Martinus, Haren - Familienmesse mit Krippenspiel durch die Kommunionkinder"
      -date: DateTime @1730897562 {#1326
        date: 2024-11-06 12:52:42.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "66e8d4e77d9a9c591bcbc3dc3e366d7fa9b44e0c.png"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1327
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 708
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2216 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2884 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2779
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2899 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=754&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1331
      -id: 754
      -title: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
      -date: DateTime @1734450759 {#1329
        date: 2024-12-17 15:52:39.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "1ea794dcd4225ff3f82351ef7e0b8ba8e2f68f9d.png"
      -description: null
      -parish: "tinnen"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1330
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 754
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2268 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2903 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2860
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2904 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=754&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=754&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1331
      -id: 754
      -title: "Di., 24.12.2024, 14:30 Uhr Krippenfeier in St. Marien, Tinnen"
      -date: DateTime @1734450759 {#1329
        date: 2024-12-17 15:52:39.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "1ea794dcd4225ff3f82351ef7e0b8ba8e2f68f9d.png"
      -description: null
      -parish: "tinnen"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1330
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 754
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2268 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2903 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2798
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2918 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=756&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1415
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1334
      -id: 756
      -title: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Clemens, Wesuwe"
      -date: DateTime @1734503380 {#1332
        date: 2024-12-18 06:29:40.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "d70053763135095e23916286db58ab1fce00be3e.png"
      -description: null
      -parish: "wesuwe"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1333
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 756
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2320 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2922 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2879
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2923 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=756&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=756&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1415
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1334
      -id: 756
      -title: "Di., 24.12.2024, 16 Uhr Krippenfeier mit Krippenspiel in St. Clemens, Wesuwe"
      -date: DateTime @1734503380 {#1332
        date: 2024-12-18 06:29:40.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "d70053763135095e23916286db58ab1fce00be3e.png"
      -description: null
      -parish: "wesuwe"
      -video: null
      -vis: true
      -start_at: DateTime @1735430400 {#1333
        date: 2024-12-29 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 756
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2320 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2922 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2817
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2937 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=722&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1337
      -id: 722
      -title: "Krippensegen für zu Hause"
      -date: DateTime @1731751782 {#1335
        date: 2024-11-16 10:09:42.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "6233c3832a76bf5231acf42b9c56171e5effcf7d.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735344000 {#1336
        date: 2024-12-28 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 722
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2372 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2941 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2898
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2942 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=722&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=722&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1337
      -id: 722
      -title: "Krippensegen für zu Hause"
      -date: DateTime @1731751782 {#1335
        date: 2024-11-16 10:09:42.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "6233c3832a76bf5231acf42b9c56171e5effcf7d.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735344000 {#1336
        date: 2024-12-28 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 722
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2372 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2941 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2836
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2956 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=727&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1433
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1340
      -id: 727
      -title: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.12.2024"
      -date: DateTime @1731919315 {#1338
        date: 2024-11-18 08:41:55.0 UTC (+00:00)
      }
      -content: "<p><span style="font-size:16px">Herzliche Einladung!</span></p>"
      -image: "e3d65438612eca79c98eeba22035d3b46572c00c.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735257600 {#1339
        date: 2024-12-27 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 727
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2424 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2960 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2917
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2961 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=727&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=727&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1433
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1340
      -id: 727
      -title: "Unsere Weihnachtsgottesdienste von Di., 24.12.2024 -  Do., 26.12.2024"
      -date: DateTime @1731919315 {#1338
        date: 2024-11-18 08:41:55.0 UTC (+00:00)
      }
      -content: "<p><span style="font-size:16px">Herzliche Einladung!</span></p>"
      -image: "e3d65438612eca79c98eeba22035d3b46572c00c.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1735257600 {#1339
        date: 2024-12-27 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 727
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2424 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2960 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2855
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2975 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=737&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1442
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1343
      -id: 737
      -title: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen - „Versucht zu verhandeln, sucht den Frieden“ Papst Franziskus"
      -date: DateTime @1732530092 {#1341
        date: 2024-11-25 10:21:32.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "552cbdc0c75aeb62d7ea9f5fb5912170d1243ada.jpg"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1342
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 737
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2476 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2979 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2936
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2980 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=737&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=737&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1442
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1343
      -id: 737
      -title: "Mo, 23.12.2024, 19 Uhr ökum. Friedensgebet Herz Jesu, Altharen - „Versucht zu verhandeln, sucht den Frieden“ Papst Franziskus"
      -date: DateTime @1732530092 {#1341
        date: 2024-11-25 10:21:32.0 UTC (+00:00)
      }
      -content: "<p>Herzlich willkommen!</p>"
      -image: "552cbdc0c75aeb62d7ea9f5fb5912170d1243ada.jpg"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1342
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 737
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2476 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2979 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2874
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2994 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=738&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1451
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1346
      -id: 738
      -title: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Grundschulkinder organisiert von der KLJB Emmeln"
      -date: DateTime @1732696959 {#1344
        date: 2024-11-27 08:42:39.0 UTC (+00:00)
      }
      -content: "<p>Wir freuen uns auf euch!</p>"
      -image: "e1cb9e581ad2dcbe50b8efdfb859b2adfe03e6ee.png"
      -description: null
      -parish: "emmeln"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1345
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 738
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2528 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2998 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2955
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2999 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=738&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=738&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1451
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1346
      -id: 738
      -title: "Mo., 23.12.2024, 14-18 Uhr "Warten aufs Christkind" für alle Grundschulkinder organisiert von der KLJB Emmeln"
      -date: DateTime @1732696959 {#1344
        date: 2024-11-27 08:42:39.0 UTC (+00:00)
      }
      -content: "<p>Wir freuen uns auf euch!</p>"
      -image: "e1cb9e581ad2dcbe50b8efdfb859b2adfe03e6ee.png"
      -description: null
      -parish: "emmeln"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1345
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 738
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2528 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2998 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2893
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#3013 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=761&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1460
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1349
      -id: 761
      -title: "Sorgenbaum in St. Martinus Haren"
      -date: DateTime @1734865257 {#1347
        date: 2024-12-22 11:00:57.0 UTC (+00:00)
      }
      -content: """
        <p><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">Vertrau dich mit deinen Sorgen dem Christkind an...! Dazu steht in dieser Weihnachtsfest</span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px"> </span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bei der Krippe</span><br />\r\n
        <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">in der Martinuskirche ein eigener Baum, an den Zettel mit Anliegen, Sorgen, Gedanken geheftet werden k&ouml;nnen, die gerade</span><br />\r\n
        <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bewegen, mit Kummer erf&uuml;llen, Angst machen. Dieser Sorgenbaum ist eine Idee der AG Sch&ouml;ne Kirche. Vielen DANK!</span></p>
        """
      -image: "42c5300ce601b1dee5a61cceb4629263cd0e8702.jpg"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1348
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 761
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2580 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3017 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2974
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#3018 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=761&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=761&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1460
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1349
      -id: 761
      -title: "Sorgenbaum in St. Martinus Haren"
      -date: DateTime @1734865257 {#1347
        date: 2024-12-22 11:00:57.0 UTC (+00:00)
      }
      -content: """
        <p><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">Vertrau dich mit deinen Sorgen dem Christkind an...! Dazu steht in dieser Weihnachtsfest</span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px"> </span><span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bei der Krippe</span><br />\r\n
        <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">in der Martinuskirche ein eigener Baum, an den Zettel mit Anliegen, Sorgen, Gedanken geheftet werden k&ouml;nnen, die gerade</span><br />\r\n
        <span dir="ltr" style="font-family:sans-serif; font-size:16.6px">bewegen, mit Kummer erf&uuml;llen, Angst machen. Dieser Sorgenbaum ist eine Idee der AG Sch&ouml;ne Kirche. Vielen DANK!</span></p>
        """
      -image: "42c5300ce601b1dee5a61cceb4629263cd0e8702.jpg"
      -description: null
      -parish: "haren"
      -video: null
      -vis: true
      -start_at: DateTime @1734998400 {#1348
        date: 2024-12-24 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 761
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2580 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3017 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2912
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#3032 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=757&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1469
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1352
      -id: 757
      -title: "Wir beten für die Menschen in Magdeburg..."
      -date: DateTime @1734744937 {#1350
        date: 2024-12-21 01:35:37.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "2d622b3dcdd0a7e6465eacf853898b3f085aefbc.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1734912000 {#1351
        date: 2024-12-23 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 757
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2632 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3036 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2993
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#3037 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=757&page=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&entityId=757&page=2"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1469
    -isAccessible: true
    -fqcn: "App\Entity\Posts"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#927 …}
    -instance: App\Entity\Posts {#1352
      -id: 757
      -title: "Wir beten für die Menschen in Magdeburg..."
      -date: DateTime @1734744937 {#1350
        date: 2024-12-21 01:35:37.0 UTC (+00:00)
      }
      -content: "<p>Herzliche Einladung!</p>"
      -image: "2d622b3dcdd0a7e6465eacf853898b3f085aefbc.png"
      -description: null
      -parish: "all"
      -video: null
      -vis: true
      -start_at: DateTime @1734912000 {#1351
        date: 2024-12-23 00:00:00.0 UTC (+00:00)
      }
      -highli: false
    }
    -primaryKeyName: "id"
    -primaryKeyValue: 757
    -permission: "ROLE_ADMIN"
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2632 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3036 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#900
    -type: "global"
    -name: "new"
    -label: Symfony\Component\Translation\TranslatableMessage {#2684 …}
    -icon: null
    -cssClass: "action-new btn btn-primary"
    -addedCssClass: " btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "new"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController"
    -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
166 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#894
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#1478 …}
    -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 {#3026
        -id: "ea-batch-action-batchDelete"
        -value: "2.AHoa91JYAcHyDrt2GWGj3JR2K5h8PtigyT3wNnrPTFA.MjsrhSAASpC1UfEDYVLVpc06XP5Feq3Pvm6BdT25IxxYTXugFBR2sbpM9g"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\Posts"
      "data-action-url" => "https://www.etwah.de/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&page=2"
    ]
    -linkUrl: "https://www.etwah.de/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController&page=2"
    -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
167 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
168 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
169 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3087
  -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
170 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3089
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3086 …}
  -icon: "internal:sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
171 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
172 DENIED
true
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
173 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
174 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
175 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
176 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
177 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
178 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
179 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
180 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
181 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
182 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
183 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3337
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3464 …}
  -icon: "fas fa-globe"
  -cssClass: ""
  -permission: null
  -routeName: "home"
  -routeParameters: []
  -linkUrl: "https://www.etwah.de/admin?routeName=home"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
184 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3339
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3466 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
185 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3341
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3472 …}
  -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
186 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3343
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3473 …}
  -icon: "fas fa-edit"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Posts"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
187 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3343
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3473 …}
  -icon: "fas fa-edit"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Posts"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPostsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
188 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3345
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3486 …}
  -icon: "fas fa-calendar"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Dates"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDatesCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
189 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3345
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3486 …}
  -icon: "fas fa-calendar"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Dates"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDatesCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
190 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3347
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3497 …}
  -icon: "fas fa-briefcase"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Jobs"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CJobsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
191 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3347
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3497 …}
  -icon: "fas fa-briefcase"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Jobs"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CJobsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
192 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3349
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3508 …}
  -icon: "fas fa-images"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Laden"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLadenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
193 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3349
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3508 …}
  -icon: "fas fa-images"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Laden"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLadenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
194 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3351
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3519 …}
  -icon: "fas fa-newspaper"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Download"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDownloadCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
195 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3351
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3519 …}
  -icon: "fas fa-newspaper"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Download"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDownloadCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
196 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3353
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3530 …}
  -icon: "fas fa-camera"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Galary"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGalaryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
197 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3353
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3530 …}
  -icon: "fas fa-camera"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Galary"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGalaryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
198 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3356
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3541 …}
  -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
199 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3358
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3546 …}
  -icon: "fas fa-circle-info"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Impressum"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CImpressumCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
200 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3355
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3557 …}
  -icon: "fas fa-bible"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GlaubenLeben"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGlaubenLebenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
201 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3381
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3568 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Sakramente"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSakramenteCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
202 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3383
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3575 …}
  -icon: "fas fa-address-card"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\About"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAboutCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
203 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3385
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3582 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Projekte"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjekteCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
204 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3387
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3589 …}
  -icon: "fas fa-clipboard-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wtw"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CWtwCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
205 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3389
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3596 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Staff"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CStaffCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
206 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3391
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3603 …}
  -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
207 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3395
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3604 …}
  -icon: "fas fa-table"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\AltharenReservation"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAltharenReservationCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
208 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3393
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3611 …}
  -icon: "fas fa-table"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\EmmelnReservation"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEmmelnReservationCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
209 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3397
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3622 …}
  -icon: "fas fa-table"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Reservation"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CReservationCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
210 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3403
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3629 …}
  -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
211 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3415
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3630 …}
  -icon: "fas fa-church"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Emmeln"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEmmelnCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
212 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3409
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3637 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Ejugend"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEjugendCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
213 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3423
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3648 …}
  -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
214 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3425
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3649 …}
  -icon: "fas fa-church"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Tinnen"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTinnenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
215 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3421
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3656 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Tjugend"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTjugendCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
216 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3433
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3667 …}
  -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
217 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3435
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3668 …}
  -icon: "fas fa-church"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wesuwe"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CWesuweCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
218 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3431
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3675 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wjugend"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CWjugendCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
219 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3443
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3686 …}
  -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
220 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3445
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3687 …}
  -icon: "fas fa-church"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Altharen"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAltharenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
221 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3441
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3694 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Ajugend"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAjugendCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
222 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3453
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3705 …}
  -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
223 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3455
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3706 …}
  -icon: "fas fa-church"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Haren"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CHarenCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
224 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3451
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3713 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Hjugend"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CHjugendCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
225 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3463
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3724 …}
  -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
226 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3465
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#3725 …}
  -icon: "fas fa-gear"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://www.etwah.de/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
227 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details