https://cz-dev.azdoucovani.cz/hlidaci-pes/vytvorit/decin

Exceptions

An exception has been thrown during the rendering of a template ("Can't get a way to read the property "slug" in class "Doctrine\Common\Collections\ArrayCollection".").

Exceptions 2

Twig\Error\ RuntimeError

  1. {% trans_default_domain 'layout' %}
    
    {{ render(controller('App\\Tutorka\\Bundle\\CoreBundle\\Controller\\SearchController::mobileSearchAction', {'extended': app.request.attributes.get('_route') == 'advert_list'})) }}
    
    <nav class="navbar navbar-expand-lg navbar-dark main-horizontal-navbar bg-primary-gradient {{ navbarClasses }}">
        <div class="{{ navbarContainerClasses }}">
            <button class="navbar-toggler text-white">
                <i class="fas fa-bars navbar-toggle-icon"></i>
            </button>
            <a class="navbar-brand navbar-tutorka-logo" href="{{ path('homepage') }}">
                <img src="{{ asset('build/images/logo_white.svg') }}" alt="">
            </a>
            {{ include('@TutorkaCore/navbarContent.inner.html.twig') }}
            {{ include('@TutorkaCore/sideNavbarContent.inner.html.twig') }}
    
            <ul class="navbar-nav main-vertical-navbar hidden-mobile">
                {% if is_granted('IS_AUTHENTICATED_FULLY') %}
    {#            TODO: notifications #}
    
    {#                <li class="nav-item">#}
    {#                    <a class="nav-link" href="#">#}
    {#                        <i class="fas fa-bell"></i>#}
    {#                    </a>#}
    {#                </li>#}
                    <li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle mainNavbar__avatarLink" href="#" id="userSubnavbar"
                           data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                            <img src="{{ app.user.avatarUrl ?: asset('build/images/avatar.png') }}" class="mainNavbar__avatar"
                                 alt="{{ app.user.firstName }}">
                            <span class="mainNavbar__avatarTitle">{{ app.user.firstName }}</span>
                        </a>
                        <div class="dropdown-menu dropdown-menu-right position-absolute mt-2" aria-labelledby="userSubnavbar">
                            <div class="dropdown-arrow-up"></div>
                            {% if app.user.isTeacher and app.user.hasVerifiedEmail %}
                                <a class="dropdown-item" href="{{ path('user_profile', {'username': app.user.username }) }}">
                                    <span class="far fa-user-circle"></span>
                                    {{ 'navbar.user.showProfile'|trans }}
                                </a>
                            {% endif %}
                            <a class="dropdown-item" href="{{ path('user_dashboard') }}">
                                <span class="far fa-user-circle"></span>
                                {{ 'navbar.user.dashboard'|trans }}
                            </a>
                            <a class="dropdown-item" href="{{ path('user_personal_data') }}">
                                <span class="fas fa-user-cog"></span>
                                {{ 'navbar.user.myAccount'|trans }}
                            </a>
                            {% if app.user.isTeacher %}
                                <a class="dropdown-item" href="{{ path('user_my_advert_offers_published') }}">
                                    <span class="fas fa-graduation-cap"></span>
                                    {{ 'navbar.user.myAdverts'|trans }}
                                </a>
                            {% else %}
                                <a class="dropdown-item" href="{{ path('user_my_advert_demands') }}">
                                    <span class="fas fa-graduation-cap"></span>
                                    {{ 'navbar.user.myAdverts'|trans }}
                                </a>
                            {% endif %}
                            {% if is_granted('ROLE_ADMIN') %}
                                <a class="dropdown-item" href="{{ path('admin_dashboard') }}">
                                    <span class="fas fa-wrench"></span>
                                    {{ 'navbar.user.adminDashboard'|trans }}
                                </a>
                            {% endif %}
                            <div class="dropdown-divider"></div>
                            <a class="dropdown-item" href="{{ path('logout') }}">
                                <span class="fas fa-sign-out-alt text-danger"></span>
                                {{ 'navbar.user.logout'|trans }}
                            </a>
                        </div>
                    </li>
    {#            {% else %}#}
    {#                <li class="nav-item">#}
    {#                    <a class="nav-link" href="{{ path('login') }}">#}
    {#                        {{ 'navbar.user.login'|trans }}#}
    {#                    </a>#}
    {#                </li>#}
                {% endif %}
            </ul>
            <ul class="navbar-nav flex-row main-vertical-navbar hidden-desktop">
                {% if is_granted('IS_AUTHENTICATED_FULLY') %}
                    <li class="nav-item">
                        <a class="nav-link mainNavbar__avatarLink" href="{{ path('user_dashboard') }}">
                            <img src="{{ app.user.avatarUrl ?: asset('build/images/avatar.png') }}" class="mainNavbar__avatar mr-3"
                                 alt="{{ app.user.firstName }}">
                        </a>
                    </li>
                {% endif %}
                <li class="nav-item">
                    <a class="nav-link btn-mobile-search" href="#">
                        <i class="fas fa-search search-icon"></i>
                    </a>
                </li>
            </ul>
        </div>
    </nav>
    
    {#{% if is_granted('IS_AUTHENTICATED_FULLY') %}#}
    {#    {{ include('@TutorkaCore/navbarBottom.html.twig') }}#}
    {#{% endif %}#}
    
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
    in vendor/twig/twig/src/Template.php -> display (line 379)
      in vendor/twig/twig/src/Template.php -> block_body (line 171)
        in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
          in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
            in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
              in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
                  in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                    in vendor/twig/twig/src/Template.php -> display (line 379)
                      Kernel->handle(object(Request)) in public/index.php (line 25)

                        Symfony\Component\PropertyAccess\Exception\ NoSuchPropertyException

                        Can't get a way to read the property "slug" in class "Doctrine\Common\Collections\ArrayCollection".

                        PropertyAccessDecorator->Symfony\Component\Form\ChoiceList\Factory\{closure}(object(ArrayCollection))
                        in vendor/symfony/form/ChoiceList/LazyChoiceList.php -> loadValuesForChoices (line 101)
                          in vendor/symfony/form/Form.php -> transform (line 1162)
                            in vendor/symfony/form/Form.php -> normToView (line 366)
                              in vendor/symfony/form/Form.php -> mapDataToForms (line 388)
                                in vendor/symfony/form/Form.php -> setData (line 492)
                                  in vendor/symfony/form/FormBuilder.php -> initialize (line 210)
                                    AbstractController->createForm('App\\Tutorka\\Bundle\\CoreBundle\\Form\\Type\\SearchType', object(FilterContainer), array('action' => '/search-handler')) in src/Tutorka/Bundle/CoreBundle/Controller/SearchController.php (line 34)
                                      in vendor/symfony/http-kernel/HttpKernel.php -> mobileSearchAction (line 152)
                                        in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
                                          in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                                            in vendor/twig/twig/src/Template.php -> display (line 379)
                                              in vendor/twig/twig/src/Template.php -> block_body (line 171)
                                                in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
                                                  in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                                                    in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
                                                      in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                                                        in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
                                                          in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
                                                            in vendor/twig/twig/src/Template.php -> display (line 379)
                                                              Kernel->handle(object(Request)) in public/index.php (line 25)

                                                                Logs

                                                                Level Channel Message
                                                                INFO 15:41:41 php User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getCacheDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getLogDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::registerBundles()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Class "App\Tutorka\Bundle\UserBundle\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Method "Symfony\Component\Validator\GroupSequenceProviderInterface::getGroupSequence()" might add "array|GroupSequence" as a native return type declaration in the future. Do the same in implementation "App\Tutorka\Bundle\UserBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 php Warning: Zend OPcache API is restricted by "restrict_api" configuration directive
                                                                {
                                                                    "exception": {
                                                                        "severity": 2,
                                                                        "file": "/data/a/c/acf2e415-79a8-45db-b8ed-d9da9b62de05/azdoucovani.cz/sub/cz-dev/vendor/symfony/error-handler/DebugClassLoader.php",
                                                                        "line": 280,
                                                                        "trace": [
                                                                            {
                                                                                "file": "/data/a/c/acf2e415-79a8-45db-b8ed-d9da9b62de05/azdoucovani.cz/sub/cz-dev/vendor/symfony/stopwatch/StopwatchEvent.php",
                                                                                "line": 112,
                                                                                "function": "loadClass",
                                                                                "class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
                                                                                "type": "->"
                                                                            }
                                                                        ],
                                                                        "count": 74
                                                                    }
                                                                }
                                                                INFO 15:41:41 request Matched route "_profiler".
                                                                {
                                                                    "route": "_profiler",
                                                                    "route_parameters": {
                                                                        "_route": "_profiler",
                                                                        "_controller": "web_profiler.controller.profiler::panelAction",
                                                                        "token": "latest"
                                                                    },
                                                                    "request_uri": "https://cz-dev.azdoucovani.cz/_profiler/latest",
                                                                    "method": "GET"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\MaintenanceListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\MaintenanceListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onRequest"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\LocaleListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\LocaleListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\MaintenanceListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\MaintenanceListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\LocaleListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\LocaleListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "App\Tutorka\Bundle\UserBundle\Security\SessionIdleHandler::onKernelRequest".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "App\\Tutorka\\Bundle\\UserBundle\\Security\\SessionIdleHandler::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\MaintenanceListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\MaintenanceListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\LocaleListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\LocaleListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "App\Tutorka\Bundle\UserBundle\Security\SessionIdleHandler::onKernelRequest".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "App\\Tutorka\\Bundle\\UserBundle\\Security\\SessionIdleHandler::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
                                                                {
                                                                    "event": "kernel.response",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
                                                                {
                                                                    "event": "kernel.finish_request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
                                                                }
                                                                INFO 15:41:41 php User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
                                                                {
                                                                    "exception": {}
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\MaintenanceListener::onKernelRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\MaintenanceListener::onKernelRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.request" to listener "App\Tutorka\Bundle\CoreBundle\EventSubscriber\UserTokenSubscriber::onRequest".
                                                                {
                                                                    "event": "kernel.request",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventSubscriber\\UserTokenSubscriber::onRequest"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                                                                {
                                                                    "event": "kernel.controller",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "App\Tutorka\Bundle\CoreBundle\EventListener\LocaleListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "App\\Tutorka\\Bundle\\CoreBundle\\EventListener\\LocaleListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                                                                }
                                                                DEBUG 15:41:41 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                                                                {
                                                                    "event": "kernel.controller_arguments",
                                                                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                                                                }

                                                                Stack Traces 2

                                                                [2/2] RuntimeError
                                                                Twig\Error\RuntimeError:
                                                                An exception has been thrown during the rendering of a template ("Can't get a way to read the property "slug" in class "Doctrine\Common\Collections\ArrayCollection".").
                                                                
                                                                  at src/Tutorka/Bundle/CoreBundle/Resources/views/navbar.html.twig:3
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'), array())
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (vendor/twig/twig/src/Template.php:379)
                                                                  at Twig\Template->render(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'), array())
                                                                     (vendor/twig/twig/src/TemplateWrapper.php:40)
                                                                  at Twig\TemplateWrapper->render(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (vendor/twig/twig/src/Extension/CoreExtension.php:1321)
                                                                  at twig_include(object(Environment), array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true), '@TutorkaCore/navbar.html.twig', array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (var/cache/dev/twig/f4/f40e7eae23371fb342c4d4b3d1c48032.php:112)
                                                                  at __TwigTemplate_97359c8daa30f167234a258d74b6f765->block_body(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:171)
                                                                  at Twig\Template->displayBlock('body', array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (var/cache/dev/twig/db/db6faf5ebe134eb70d93b68a9fd02499.php:120)
                                                                  at __TwigTemplate_296a92668c4f6a90177c7941e0e9596e->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (var/cache/dev/twig/f4/f40e7eae23371fb342c4d4b3d1c48032.php:51)
                                                                  at __TwigTemplate_97359c8daa30f167234a258d74b6f765->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (var/cache/dev/twig/63/638092a20bb179390482e53e4d8714d9.php:51)
                                                                  at __TwigTemplate_f470421c8228cddb384563577659e034->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView)))
                                                                     (vendor/twig/twig/src/Template.php:379)
                                                                  at Twig\Template->render(array('form' => object(FormView)), array())
                                                                     (vendor/twig/twig/src/TemplateWrapper.php:40)
                                                                  at Twig\TemplateWrapper->render(array('form' => object(FormView)))
                                                                     (vendor/twig/twig/src/Environment.php:277)
                                                                  at Twig\Environment->render('@TutorkaContent/Advert/createWatchDog.html.twig', array('form' => object(FormView)))
                                                                     (vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115)
                                                                  at Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
                                                                     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
                                                                  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
                                                                     (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
                                                                  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.view', object(ViewEvent))
                                                                     (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
                                                                  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
                                                                     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
                                                                  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:157)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:74)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
                                                                     (vendor/symfony/http-kernel/Kernel.php:202)
                                                                  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
                                                                     (public/index.php:25)                
                                                                [1/2] NoSuchPropertyException
                                                                Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException:
                                                                Can't get a way to read the property "slug" in class "Doctrine\Common\Collections\ArrayCollection".
                                                                
                                                                  at vendor/symfony/property-access/PropertyAccessor.php:500
                                                                  at Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array(object(ArrayCollection)), 'slug', false)
                                                                     (vendor/symfony/property-access/PropertyAccessor.php:154)
                                                                  at Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object(ArrayCollection), object(PropertyPath))
                                                                     (vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:124)
                                                                  at Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->Symfony\Component\Form\ChoiceList\Factory\{closure}(object(ArrayCollection))
                                                                  at array_map(object(Closure), array(object(ArrayCollection)))
                                                                     (vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:66)
                                                                  at Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadValuesForChoices(array(object(ArrayCollection)), object(Closure))
                                                                     (vendor/symfony/form/ChoiceList/LazyChoiceList.php:101)
                                                                  at Symfony\Component\Form\ChoiceList\LazyChoiceList->getValuesForChoices(array(object(ArrayCollection)))
                                                                     (vendor/symfony/form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php:32)
                                                                  at Symfony\Component\Form\Extension\Core\DataTransformer\ChoiceToValueTransformer->transform(object(ArrayCollection))
                                                                     (vendor/symfony/form/Form.php:1162)
                                                                  at Symfony\Component\Form\Form->normToView(object(ArrayCollection))
                                                                     (vendor/symfony/form/Form.php:366)
                                                                  at Symfony\Component\Form\Form->setData(object(ArrayCollection))
                                                                     (vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:57)
                                                                  at Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(object(FilterContainer), object(RecursiveIteratorIterator))
                                                                     (vendor/symfony/form/Form.php:388)
                                                                  at Symfony\Component\Form\Form->setData(object(FilterContainer))
                                                                     (vendor/symfony/form/Form.php:492)
                                                                  at Symfony\Component\Form\Form->initialize()
                                                                     (vendor/symfony/form/FormBuilder.php:210)
                                                                  at Symfony\Component\Form\FormBuilder->getForm()
                                                                     (vendor/symfony/form/FormFactory.php:31)
                                                                  at Symfony\Component\Form\FormFactory->create('App\\Tutorka\\Bundle\\CoreBundle\\Form\\Type\\SearchType', object(FilterContainer), array('action' => '/search-handler'))
                                                                     (vendor/symfony/framework-bundle/Controller/AbstractController.php:366)
                                                                  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm('App\\Tutorka\\Bundle\\CoreBundle\\Form\\Type\\SearchType', object(FilterContainer), array('action' => '/search-handler'))
                                                                     (src/Tutorka/Bundle/CoreBundle/Controller/SearchController.php:34)
                                                                  at App\Tutorka\Bundle\CoreBundle\Controller\SearchController->mobileSearchAction(false, object(FilterContainer))
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:152)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:74)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
                                                                     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
                                                                  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
                                                                     (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80)
                                                                  at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Dcs%26_controller%3DApp%255CTutorka%255CBundle%255CCoreBundle%255CController%255CSearchController%253A%253AmobileSearchAction', object(Request), array('ignore_errors' => false))
                                                                     (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85)
                                                                  at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
                                                                     (vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:49)
                                                                  at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
                                                                     (vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46)
                                                                  at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
                                                                     (var/cache/dev/twig/b9/b98ad60f6f3676c98881f6b8b3cd35cf.php:46)
                                                                  at __TwigTemplate_694ef2296242987bd3a0531d18b6331c->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'), array())
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'), array())
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (vendor/twig/twig/src/Template.php:379)
                                                                  at Twig\Template->render(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'), array())
                                                                     (vendor/twig/twig/src/TemplateWrapper.php:40)
                                                                  at Twig\TemplateWrapper->render(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (vendor/twig/twig/src/Extension/CoreExtension.php:1321)
                                                                  at twig_include(object(Environment), array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true), '@TutorkaCore/navbar.html.twig', array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true, 'navbarContainerClass' => 'container'))
                                                                     (var/cache/dev/twig/f4/f40e7eae23371fb342c4d4b3d1c48032.php:112)
                                                                  at __TwigTemplate_97359c8daa30f167234a258d74b6f765->block_body(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;')), 'navbarClasses' => '', 'navbarContainerClasses' => 'container', 'bodyContainerClass' => 'container py-5', 'showAlerts' => true), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:171)
                                                                  at Twig\Template->displayBlock('body', array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (var/cache/dev/twig/db/db6faf5ebe134eb70d93b68a9fd02499.php:120)
                                                                  at __TwigTemplate_296a92668c4f6a90177c7941e0e9596e->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (var/cache/dev/twig/f4/f40e7eae23371fb342c4d4b3d1c48032.php:51)
                                                                  at __TwigTemplate_97359c8daa30f167234a258d74b6f765->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_97359c8daa30f167234a258d74b6f765), 'block_body'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (var/cache/dev/twig/63/638092a20bb179390482e53e4d8714d9.php:51)
                                                                  at __TwigTemplate_f470421c8228cddb384563577659e034->doDisplay(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:394)
                                                                  at Twig\Template->displayWithErrorHandling(array('form' => object(FormView), 'app' => object(AppVariable), 'static_logo_dark' => 'http://static.tutorka.com/assets/logo/tutorka_dark.png', 'hotjar_enabled' => '1', 'hotjar_site_id' => '1676976', 'tutorka_locale' => 'cs', 'tutorka_cz_url' => 'https://cz-dev.azdoucovani.cz', 'tutorka_sk_url' => 'https://sk-dev.azdoucovani.cz', 'recaptcha_enabled' => 'true', 'recaptcha_site_key' => '6LdrmeQUAAAAAO8RCTHzsd-yw1tZtIDuyoibjbUb', 'analytics_tracking_code' => '', 'orders_enabled' => '1', 'email_default' => array('general' => array('background' => ''), 'block' => array('grid_style' => 'margin: 0 auto; min-width: 300px; max-width: 650px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #FFFFFF;'), 'text' => array('link_style' => 'text-decoration: underline; color: #4752C7; font-weight:700;', 'paragraph_style' => 'font-size: 15px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 15px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;'), 'footer' => array('paragraph_style' => 'font-size: 12px; font-weight:400; line-height: 20px; margin: 0;', 'paragraph_container_style' => 'font-size: 12px; font-weight:400; line-height: 20px; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif; color: #555555;line-height:150%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;text-align: center;'), 'button' => array('container_padding' => 'padding-top:20px;padding-right:10px;padding-bottom:10px;padding-left:10px;', 'label_style' => 'font-size: 16px; line-height: 32px; font-weight:700; font-family: \'Open Sans\', \'Trebuchet MS\', \'Lucida Grande\', \'Lucida Sans Unicode\', \'Lucida Sans\', Tahoma, sans-serif;'))), array('stylesheets' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_stylesheets'), 'content' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_content'), 'javascripts' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_javascripts'), 'footer' => array(object(__TwigTemplate_f470421c8228cddb384563577659e034), 'block_footer')))
                                                                     (vendor/twig/twig/src/Template.php:367)
                                                                  at Twig\Template->display(array('form' => object(FormView)))
                                                                     (vendor/twig/twig/src/Template.php:379)
                                                                  at Twig\Template->render(array('form' => object(FormView)), array())
                                                                     (vendor/twig/twig/src/TemplateWrapper.php:40)
                                                                  at Twig\TemplateWrapper->render(array('form' => object(FormView)))
                                                                     (vendor/twig/twig/src/Environment.php:277)
                                                                  at Twig\Environment->render('@TutorkaContent/Advert/createWatchDog.html.twig', array('form' => object(FormView)))
                                                                     (vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115)
                                                                  at Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
                                                                     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
                                                                  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ViewEvent), 'kernel.view', object(TraceableEventDispatcher))
                                                                     (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
                                                                  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.view', object(ViewEvent))
                                                                     (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
                                                                  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
                                                                     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
                                                                  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ViewEvent), 'kernel.view')
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:157)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
                                                                     (vendor/symfony/http-kernel/HttpKernel.php:74)
                                                                  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
                                                                     (vendor/symfony/http-kernel/Kernel.php:202)
                                                                  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
                                                                     (public/index.php:25)