Error 500 Internal Server Error

GET https://2026-fett.release.sb.paritet.sprintf.ru/directory/offers/1efd317e-4a2e-4dc8-8691-89470f4afce2

Forwarded to ErrorController (6b5786)

Exceptions

An exception has been thrown during the rendering of a template ("Entity of type 'App\Client\Entity\ClientContract' for IDs id(fcee7c17-b6b7-4504-9c9e-f2a447c195b2) was not found") in components/Common/EntityTable.html.twig at line 109.

Exceptions 2

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#14008
  -lineno: 109
  -rawMessage: "An exception has been thrown during the rendering of a template ("Entity of type 'App\Client\Entity\ClientContract' for IDs id(fcee7c17-b6b7-4504-9c9e-f2a447c195b2) was not found")."
  -source: Twig\Source {#14038
    -code: """
      {% macro pager(route, total, num) %}\n
      {% if total != 0 %}\n
          {% if total <=6 %}\n
              {% set parts = [range(1, total)] %}\n
          {% elseif num<=6 or num>=total-5  %}\n
              {% if num<=6 %}\n
                  {% set parts = [range(1, num+1), range(total-2, total)] %}\n
              {% elseif num>=total-5 %}\n
                  {% set parts = [range(1, 3), range(num-1, total)] %}\n
              {% endif %}\n
          {% else %}\n
              {% set parts = [range(1, 3), range(num-1, num+1), range(total-2, total)] %}\n
          {% endif %}\n
          <nav>\n
              <ul class="pagination pagination-sm mb-0" style="--bs-pagination-font-size: 0.75rem !important;">\n
                  {% if 1 != num %}\n
                      <li class="page-item">\n
                          <button class="page-link" {{ live_action('changePage', {'page': 1}) }}>&lt;&lt;</button>\n
                      </li>\n
                      <li class="page-item">\n
                          <button class="page-link" {{ live_action('changePage', {'page': num-1}) }}>&lt;</button>\n
                      </li>\n
                  {% else %}\n
                      <li class="page-item disabled">\n
                          <span class="page-link">&lt;&lt;</span>\n
                      </li>\n
                      <li class="page-item disabled">\n
                          <span class="page-link">&lt;</span>\n
                      </li>\n
                  {% endif %}\n
                  {% for part in parts %}\n
                      {% for page in part %}\n
                          <li class="page-item{% if num==page %} active{% endif %}">\n
                              <button class="page-link"{% if num!=page %} {{ live_action('changePage', {'page': page}) }}{% endif %}>{{ page }}</button>\n
                          </li>\n
                      {% endfor %}\n
                      {% if not loop.last %}\n
                          <li class="page-item disabled">\n
                              <span class="page-link">...</span>\n
                          </li>\n
                      {% endif %}\n
                  {% endfor %}\n
                  {% if total != num %}\n
                      <li class="page-item">\n
                          <button class="page-link" {{ live_action('changePage', {'page': num+1}) }}>&gt;</button>\n
                      </li>\n
                      <li class="page-item">\n
                          <button class="page-link" {{ live_action('changePage', {'page': total}) }}>&gt;&gt;</button>\n
                      </li>\n
                  {% else %}\n
                      <li class="page-item disabled">\n
                          <span class="page-link">&gt;</span>\n
                      </li>\n
                      <li class="page-item disabled">\n
                          <span class="page-link">&gt;&gt;</span>\n
                      </li>\n
                  {% endif %}\n
              </ul>\n
          </nav>\n
      {% endif %}\n
      {% endmacro %}\n
      \n
      <div class="controller-div" {{ attributes }} data-loading="addClass(opacity-50)">\n
      {% block card__out %}\n
      <div class="card">\n
          {% block card__in %}\n
      \n
          {% block card_header__out %}\n
          <div class="card-header border-bottom-0">\n
              {% block card_header__in %}\n
              {% block card_header_h__in %}\n
              <h3 class="display-3 m-0">{% block card_header_h__out %}{{ this.getMetadata().getEntityLabelPlural(this.group) }}{% endblock card_header_h__out %}</h3>\n
              {% endblock card_header_h__in %}\n
              {% if form.count() > 1 %}\n
                  <hr>\n
                  {% block filters_form %}\n
                  <div style="font-size: 0.75rem !important;">\n
                      {% form_theme form 'components/Common/EntityTableFormTheme.html.twig' %}\n
                      {{ form(form) }}\n
                  </div>\n
                  {% endblock %}\n
              {% endif %}\n
              {% endblock card_header__in %}\n
          </div>\n
          {% endblock card_header__out %}\n
      \n
          {% block card_body__out %}\n
          <div class="card-body p-0">\n
              {% block card_body__in %}\n
              {% block main_table__out %}\n
              <table class="table table-hover table-bordered m-0">\n
                  {% block main_table__in %}\n
                  <tr>\n
                      {% for name, metadata in this.getMetadata().getPropertiesMetadata(this.group) %}\n
                      <th class="text-center">{{ metadata.getLabel(this.group) }}</th>\n
                      {% endfor %}\n
                  </tr>\n
                  {% for entity in this.getTableData() %}\n
                          <tr style="transform: rotate(0);">\n
                              {% for name, metadata in this.getMetadata().getPropertiesMetadata(this.group) %}\n
                                  {% set valueClass = metadata.getValueClass(this.group) %}\n
                                  {% if metadata.withUrl(this.group) %}\n
                                      <th scope="row">\n
                                  {% else %}\n
                                      <td{% if valueClass=='App\\Infrastructure\\EntityTable\\Value\\MoneyValue' %} class="text-end"{% endif %}>\n
                                  {% endif %}\n
      \n
                                      {% if metadata.withUrl(this.group) %}<a href="{{ this.getRowUrl(entity) }}" class="stretched-link" data-turbo="false">{% endif %}\n
                                      {{ (this.getPropertyValue(entity, metadata.name) ?? '-')|raw }}\n
                                      {% if metadata.withUrl(this.group) %}</a>{% endif %}\n
      \n
                                  {% if metadata.withUrl(this.group) %}\n
                                      </th>\n
                                  {% else %}\n
                                      </td>\n
                                  {% endif %}\n
                              {% endfor %}\n
                          </tr>\n
                  {% else %}\n
                      <tr>\n
                          <td colspan="{{ this.getMetadata().getPropertiesMetadata(this.group)|length }}" class="text-center text-muted">Нет данных</td>\n
                      </tr>\n
                  {% endfor %}\n
                  {% endblock main_table__in %}\n
              </table>\n
              {% endblock main_table__out %}\n
              {% endblock card_body__in %}\n
          </div>\n
          {% endblock card_body__out %}\n
      \n
          {% block card_footer__out %}\n
          <div class="card-footer border-top-0 m-0 p-1 row justify-content-between">\n
              {% block card_footer__in %}\n
              <div class="col-auto">\n
                  {% block per_page %}\n
                  <nav>\n
                      <select class="form-select form-select-sm" style="font-size: 0.75rem !important;" onchange="\n
                      const liveController = window.app.getControllerForElementAndIdentifier(this.closest('.controller-div'), 'live');\n
                      liveController.action({type: 'change', target: this, currentTarget: this, params: {action: 'changePerPage', perPage: this.value}});\n
                      ">\n
                          <option value="5"{% if 5 == perPage %} selected{% endif %}>5</option>\n
                          <option value="10"{% if 10 == perPage %} selected{% endif %}>10</option>\n
                          <option value="25"{% if 25 == perPage %} selected{% endif %}>25</option>\n
                          <option value="50"{% if 50 == perPage %} selected{% endif %}>50</option>\n
                      </select>\n
                  </nav>\n
                  {% endblock %}\n
              </div>\n
              <div class="col-auto">\n
                  {% block pager %}\n
                  {% if computed.totalPagesCount > 1 %}\n
                      {{ _self.pager('/', computed.totalPagesCount, computed.page) }}\n
                  {% endif %}\n
                  {% endblock %}\n
              </div>\n
              {% endblock card_footer__in %}\n
          </div>\n
          {% endblock card_footer__out %}\n
      \n
          {% endblock card__in %}\n
      </div>\n
      {% endblock card__out %}\n
      </div>\n
      """
    -name: "components/Common/EntityTable.html.twig"
    -path: "/app/templates/components/Common/EntityTable.html.twig"
  }
  -phpFile: "/app/vendor/twig/twig/src/Template.php"
  -phpLine: 460
}
  1. {% else %}
  2. <td{% if valueClass=='App\\Infrastructure\\EntityTable\\Value\\MoneyValue' %} class="text-end"{% endif %}>
  3. {% endif %}
  4. {% if metadata.withUrl(this.group) %}<a href="{{ this.getRowUrl(entity) }}" class="stretched-link" data-turbo="false">{% endif %}
  5. {{ (this.getPropertyValue(entity, metadata.name) ?? '-')|raw }}
  6. {% if metadata.withUrl(this.group) %}</a>{% endif %}
  7. {% if metadata.withUrl(this.group) %}
  8. </th>
  9. {% else %}
  1. // line 91
  2. yield " <table class=\"table table-hover table-bordered m-0\">
  3. ";
  4. // line 92
  5. yield from $this->unwrap()->yieldBlock('main_table__in', $context, $blocks);
  6. // line 125
  7. yield " </table>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_main_table__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "card_body__in"));
  3. // line 90
  4. yield " ";
  5. yield from $this->unwrap()->yieldBlock('main_table__out', $context, $blocks);
  6. // line 127
  7. yield " ";
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card_body__in (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 88
  2. yield " <div class=\"card-body p-0\">
  3. ";
  4. // line 89
  5. yield from $this->unwrap()->yieldBlock('card_body__in', $context, $blocks);
  6. // line 128
  7. yield " </div>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card_body__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield from $this->unwrap()->yieldBlock('card_header__out', $context, $blocks);
  2. // line 86
  3. yield "
  4. ";
  5. // line 87
  6. yield from $this->unwrap()->yieldBlock('card_body__out', $context, $blocks);
  7. // line 130
  8. yield "
  9. ";
  10. // line 131
  11. yield from $this->unwrap()->yieldBlock('card_footer__out', $context, $blocks);
in vendor/twig/twig/src/Template.php -> block_card__in (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 65
  2. yield "<div class=\"card\">
  3. ";
  4. // line 66
  5. yield from $this->unwrap()->yieldBlock('card__in', $context, $blocks);
  6. // line 161
  7. yield "</div>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 63
  2. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["attributes"]) || array_key_exists("attributes", $context) ? $context["attributes"] : (function () { throw new RuntimeError('Variable "attributes" does not exist.', 63, $this->source); })()), "html", null, true);
  3. yield " data-loading=\"addClass(opacity-50)\">
  4. ";
  5. // line 64
  6. yield from $this->unwrap()->yieldBlock('card__out', $context, $blocks);
  7. // line 163
  8. yield "</div>
  9. ";
  10. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/PriceByContract/EntityTable.html.twig"));
  3. $this->parent = $this->load("components/Common/EntityTable.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. try {
  2. return $this->twig->loadTemplate(
  3. $this->templateClasses[$template = $event->getTemplate()] ??= $this->twig->getTemplateClass($template),
  4. $template,
  5. $templateIndex,
  6. )->render($variables);
  7. } finally {
  8. $mounted = $this->componentStack->pop();
  9. $event = new PostRenderEvent($mounted);
  10. $this->dispatcher->dispatch($event);
  1. {
  2. if ($preRendered = $this->preCreateForRender($name, $props)) {
  3. return $preRendered;
  4. }
  5. return $this->render($this->factory->create($name, $props));
  6. }
  7. public function render(MountedComponent $mounted): string
  8. {
  9. $this->componentStack->push($mounted);
  1. {
  2. if ($this->renderers->has($normalized = strtolower($name))) {
  3. return $this->renderers->get($normalized)->render($props);
  4. }
  5. return $this->renderer->createAndRender($name, $props);
  6. }
  7. /**
  8. * @param array<string, mixed> $props
  9. * @param array<string, mixed> $context
  1. <hr/>
  2. ";
  3. // line 54
  4. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("PriceByContract:EntityTable", ["class" => "App\\Price\\Entity\\PriceByContract", "offer" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 54, $this->source); })()), "vars", [], "any", false, false, false, 54), "value", [], "any", false, false, false, 54)]);
  5. yield "
  6. <!-- Modal -->
  7. <div class=\"modal fade\" id=\"form-edit-offer-modal\" tabindex=\"-1\" aria-labelledby=\"form-edit-offer-modal-label\" aria-hidden=\"true\">
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. $context = array_intersect_key($context, $_parent) + $_parent;
  2. // line 38
  3. yield " </div>
  4. ";
  5. // line 39
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 40
  8. yield "</div>
  9. </body>
  10. </html>
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "directory/offer/one.html.twig"));
  3. $this->parent = $this->load("base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer))) in src/Offer/Controller/OfferOneController.php (line 40)
  1. $this->entityManager->flush();
  2. return $this->redirectToRoute('data_offers_one', ['id' => $offer->getId()]);
  3. }
  4. return $this->render('directory/offer/one.html.twig', [
  5. 'form' => $form->createView(),
  6. 'offer' => $offer,
  7. ]);
  8. }
  9. }
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/app/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Doctrine\ORM\ EntityNotFoundException

Entity of type 'App\Client\Entity\ClientContract' for IDs id(fcee7c17-b6b7-4504-9c9e-f2a447c195b2) was not found

  1. foreach ($id as $key => $value) {
  2. $ids[] = $key . '(' . $value . ')';
  3. }
  4. return new self(
  5. 'Entity of type \'' . $className . '\'' . ($ids ? ' for IDs ' . implode(', ', $ids) : '') . ' was not found',
  6. );
  7. }
  8. /**
in vendor/doctrine/orm/src/Proxy/ProxyFactory.php :: fromClassNameAndIdentifier (line 298)
  1. {
  2. return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {
  3. $original = $entityPersister->loadById($identifier);
  4. if ($original === null) {
  5. throw EntityNotFoundException::fromClassNameAndIdentifier(
  6. $classMetadata->getName(),
  7. $identifierFlattener->flattenIdentifier($classMetadata, $identifier),
  8. );
  9. }
in vendor/doctrine/orm/src/Proxy/ProxyFactory.php :: Doctrine\ORM\Proxy\{closure} (line 373)
  1. $identifierFields[$identifier] = $class->getPropertyAccessor($identifier);
  2. }
  3. $proxyFactory = Closure::bind(static function (array $identifier) use ($initializer, $skippedProperties, $identifierFields, $className): InternalProxy {
  4. $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {
  5. $initializer($object, $identifier);
  6. }, $skippedProperties);
  7. foreach ($identifierFields as $idField => $reflector) {
  8. if (! isset($identifier[$idField])) {
  9. throw ORMInvalidArgumentException::missingPrimaryKeyValue($className, $idField);
in vendor/symfony/var-exporter/Internal/LazyObjectState.php :: Doctrine\ORM\Proxy\{closure} (line 60)
  1. try {
  2. if ($defaultProperties = array_diff_key(LazyObjectRegistry::$defaultProperties[$instance::class], $this->skippedProperties)) {
  3. PublicHydrator::hydrate($instance, $defaultProperties);
  4. }
  5. ($this->initializer)($instance);
  6. } catch (\Throwable $e) {
  7. $this->status = self::STATUS_UNINITIALIZED_FULL;
  8. $this->reset($instance);
  9. throw $e;
  1. }
  2. if (\PHP_VERSION_ID >= 80400 && !$notByRef && ($access >> 2) & \ReflectionProperty::IS_PRIVATE_SET) {
  3. $scope ??= $writeScope;
  4. }
  5. if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
  6. goto get_in_scope;
  7. }
  8. }
  9. }
ClientContract->__get('contractName') in src/Client/Entity/ClientContract.php (line 59)
  1. #[Groups([LoginApiAction::class])]
  2. private string $contractName;
  3. public function getContractName(): string
  4. {
  5. return $this->contractName;
  6. }
  7. public function setContractName(string $contractName): static
  8. {
  9. $this->contractName = $contractName;
ClientContract->getContractName() in src/Price/Entity/PriceByContract.php (line 49)
  1. #[Table\TableColumn(label: 'Имя контракта', order: 0, withUrl: true)]
  2. #[Serializer\Ignore]
  3. public function getContractName(): string
  4. {
  5. return $this->getClientContract()->getContractName();
  6. }
  7. #[ORM\OneToOne(targetEntity: LoadedEntityPriceByContract::class, mappedBy: 'priceByContract')]
  8. private LoadedEntityPriceByContract $loadedEntity;
  9. }
  1. $type = $access->getType();
  2. try {
  3. if (PropertyReadInfo::TYPE_METHOD === $type) {
  4. try {
  5. $result[self::VALUE] = $object->$name();
  6. } catch (\TypeError $e) {
  7. [$trace] = $e->getTrace();
  8. // handle uninitialized properties in PHP >= 7
  9. if (__FILE__ === ($trace['file'] ?? null)
  1. $zval = [
  2. self::VALUE => $objectOrArray,
  3. ];
  4. if (\is_object($objectOrArray) && (false === strpbrk((string) $propertyPath, '.[?') || $objectOrArray instanceof \stdClass && property_exists($objectOrArray, $propertyPath))) {
  5. return $this->readProperty($zval, $propertyPath, $this->ignoreInvalidProperty)[self::VALUE];
  6. }
  7. $propertyPath = $this->getPropertyPath($propertyPath);
  8. $propertyValues = $this->readPropertiesUntil($zval, $propertyPath, $propertyPath->getLength(), $this->ignoreInvalidIndices);
PropertyAccessor->getValue(object(PriceByContract), 'contractName') in src/Infrastructure/EntityTable/Component/EntityTableComponent.php (line 166)
  1. */
  2. public function getPropertyValue($entity, string $property): AbstractValue
  3. {
  4. $valueClass = $this->getMetadata()->getPropertiesMetadata($this->group)[$property]->getValueClass($this->group);
  5. return new $valueClass($this->propertyAccessor->getValue($entity, $property));
  6. }
  7. public function getRowUrl($entity): ?string
  8. {
  9. if (empty($route = $this->getMetadata()->getRoute($this->group))) {
in vendor/twig/twig/src/Extension/CoreExtension.php -> getPropertyValue (line 1911)
  1. }
  2. // Some objects throw exceptions when they have __call, and the method we try
  3. // to call is not supported. If ignoreStrictCheck is true, we should return null.
  4. try {
  5. $ret = $object->$method(...$arguments);
  6. } catch (\BadMethodCallException $e) {
  7. if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) {
  8. return;
  9. }
  10. throw $e;
  1. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["this"]) || array_key_exists("this", $context) ? $context["this"] : (function () { throw new RuntimeError('Variable "this" does not exist.', 108, $this->source); })()), "getRowUrl", [$context["entity"]], "method", false, false, false, 108), "html", null, true);
  2. yield "\" class=\"stretched-link\" data-turbo=\"false\">";
  3. }
  4. // line 109
  5. yield " ";
  6. yield (((CoreExtension::getAttribute($this->env, $this->source, ($context["this"] ?? null), "getPropertyValue", [$context["entity"], CoreExtension::getAttribute($this->env, $this->source, $context["metadata"], "name", [], "any", false, false, false, 109)], "method", true, true, false, 109) && !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["this"]) || array_key_exists("this", $context) ? $context["this"] : (function () { throw new RuntimeError('Variable "this" does not exist.', 109, $this->source); })()), "getPropertyValue", [$context["entity"], CoreExtension::getAttribute($this->env, $this->source, $context["metadata"], "name", [], "any", false, false, false, 109)], "method", false, false, false, 109)))) ? (CoreExtension::getAttribute($this->env, $this->source, (isset($context["this"]) || array_key_exists("this", $context) ? $context["this"] : (function () { throw new RuntimeError('Variable "this" does not exist.', 109, $this->source); })()), "getPropertyValue", [$context["entity"], CoreExtension::getAttribute($this->env, $this->source, $context["metadata"], "name", [], "any", false, false, false, 109)], "method", false, false, false, 109)) : ("-"));
  7. yield "
  8. ";
  9. // line 110
  10. if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["metadata"], "withUrl", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["this"]) || array_key_exists("this", $context) ? $context["this"] : (function () { throw new RuntimeError('Variable "this" does not exist.', 110, $this->source); })()), "group", [], "any", false, false, false, 110)], "method", false, false, false, 110)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
  11. yield "</a>";
in vendor/twig/twig/src/Template.php -> block_main_table__in (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 91
  2. yield " <table class=\"table table-hover table-bordered m-0\">
  3. ";
  4. // line 92
  5. yield from $this->unwrap()->yieldBlock('main_table__in', $context, $blocks);
  6. // line 125
  7. yield " </table>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_main_table__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "card_body__in"));
  3. // line 90
  4. yield " ";
  5. yield from $this->unwrap()->yieldBlock('main_table__out', $context, $blocks);
  6. // line 127
  7. yield " ";
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card_body__in (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 88
  2. yield " <div class=\"card-body p-0\">
  3. ";
  4. // line 89
  5. yield from $this->unwrap()->yieldBlock('card_body__in', $context, $blocks);
  6. // line 128
  7. yield " </div>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card_body__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield from $this->unwrap()->yieldBlock('card_header__out', $context, $blocks);
  2. // line 86
  3. yield "
  4. ";
  5. // line 87
  6. yield from $this->unwrap()->yieldBlock('card_body__out', $context, $blocks);
  7. // line 130
  8. yield "
  9. ";
  10. // line 131
  11. yield from $this->unwrap()->yieldBlock('card_footer__out', $context, $blocks);
in vendor/twig/twig/src/Template.php -> block_card__in (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 65
  2. yield "<div class=\"card\">
  3. ";
  4. // line 66
  5. yield from $this->unwrap()->yieldBlock('card__in', $context, $blocks);
  6. // line 161
  7. yield "</div>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_card__out (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 63
  2. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["attributes"]) || array_key_exists("attributes", $context) ? $context["attributes"] : (function () { throw new RuntimeError('Variable "attributes" does not exist.', 63, $this->source); })()), "html", null, true);
  3. yield " data-loading=\"addClass(opacity-50)\">
  4. ";
  5. // line 64
  6. yield from $this->unwrap()->yieldBlock('card__out', $context, $blocks);
  7. // line 163
  8. yield "</div>
  9. ";
  10. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/PriceByContract/EntityTable.html.twig"));
  3. $this->parent = $this->load("components/Common/EntityTable.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. try {
  2. return $this->twig->loadTemplate(
  3. $this->templateClasses[$template = $event->getTemplate()] ??= $this->twig->getTemplateClass($template),
  4. $template,
  5. $templateIndex,
  6. )->render($variables);
  7. } finally {
  8. $mounted = $this->componentStack->pop();
  9. $event = new PostRenderEvent($mounted);
  10. $this->dispatcher->dispatch($event);
  1. {
  2. if ($preRendered = $this->preCreateForRender($name, $props)) {
  3. return $preRendered;
  4. }
  5. return $this->render($this->factory->create($name, $props));
  6. }
  7. public function render(MountedComponent $mounted): string
  8. {
  9. $this->componentStack->push($mounted);
  1. {
  2. if ($this->renderers->has($normalized = strtolower($name))) {
  3. return $this->renderers->get($normalized)->render($props);
  4. }
  5. return $this->renderer->createAndRender($name, $props);
  6. }
  7. /**
  8. * @param array<string, mixed> $props
  9. * @param array<string, mixed> $context
  1. <hr/>
  2. ";
  3. // line 54
  4. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("PriceByContract:EntityTable", ["class" => "App\\Price\\Entity\\PriceByContract", "offer" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 54, $this->source); })()), "vars", [], "any", false, false, false, 54), "value", [], "any", false, false, false, 54)]);
  5. yield "
  6. <!-- Modal -->
  7. <div class=\"modal fade\" id=\"form-edit-offer-modal\" tabindex=\"-1\" aria-labelledby=\"form-edit-offer-modal-label\" aria-hidden=\"true\">
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. $context = array_intersect_key($context, $_parent) + $_parent;
  2. // line 38
  3. yield " </div>
  4. ";
  5. // line 39
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 40
  8. yield "</div>
  9. </body>
  10. </html>
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "directory/offer/one.html.twig"));
  3. $this->parent = $this->load("base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer))) in src/Offer/Controller/OfferOneController.php (line 40)
  1. $this->entityManager->flush();
  2. return $this->redirectToRoute('data_offers_one', ['id' => $offer->getId()]);
  3. }
  4. return $this->render('directory/offer/one.html.twig', [
  5. 'form' => $form->createView(),
  6. 'offer' => $offer,
  7. ]);
  8. }
  9. }
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/app/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 16:18:57 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "a742b2"
    },
    "request_uri": "https://2026-fett.release.sb.paritet.sprintf.ru/_profiler/a742b2?panel=exception&type=request",
    "method": "GET"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\Turbo\\Request\\RequestListener::__invoke"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 16:18:57 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 16:18:57 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:18:57 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:18:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 16:18:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 16:18:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 16:18:57 event Notified event "kernel.controller_arguments" to listener "ContainerAhxkly4\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerAhxkly4\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 16:18:57 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"
}

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Entity of type 'App\Client\Entity\ClientContract' for IDs id(fcee7c17-b6b7-4504-9c9e-f2a447c195b2) was not found") in "components/Common/EntityTable.html.twig" at line 109.

  at templates/components/Common/EntityTable.html.twig:109
  at Twig\Template->yieldBlock('main_table__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:377)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_main_table__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('main_table__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:348)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card_body__in(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card_body__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:320)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card_body__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card_body__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:135)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card__in(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:100)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:70)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->doDisplay(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/4a/4a5e5e9358e1db380bb3e9f71e72f9e4.php:52)
  at __TwigTemplate_844626daca572d7f0163033d4e59e82c->doDisplay(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array()))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array()))
     (vendor/symfony/ux-twig-component/src/ComponentRenderer.php:77)
  at Symfony\UX\TwigComponent\ComponentRenderer->render(object(MountedComponent))
     (vendor/symfony/ux-twig-component/src/ComponentRenderer.php:56)
  at Symfony\UX\TwigComponent\ComponentRenderer->createAndRender('PriceByContract:EntityTable', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer)))
     (vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php:51)
  at Symfony\UX\TwigComponent\Twig\ComponentRuntime->render('PriceByContract:EntityTable', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer)))
     (var/cache/dev/twig/45/453792c3918c1206c93b7f66af1374d2.php:181)
  at __TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4->block_body(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (var/cache/dev/twig/7b/7bea867550ae2028ecc1086c414b4f7d.php:136)
  at __TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333->doDisplay(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (var/cache/dev/twig/45/453792c3918c1206c93b7f66af1374d2.php:55)
  at __TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4->doDisplay(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:463)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('directory/offer/one.html.twig', null, array('form' => object(FormView), 'offer' => object(Offer)), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:468)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('directory/offer/one.html.twig', null, array('form' => object(FormView), 'offer' => object(Offer)), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:282)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer)))
     (src/Offer/Controller/OfferOneController.php:40)
  at App\Offer\Controller\OfferOneController->__invoke('1efd317e-4a2e-4dc8-8691-89470f4afce2', object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/app/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/2] EntityNotFoundException
Doctrine\ORM\EntityNotFoundException:
Entity of type 'App\Client\Entity\ClientContract' for IDs id(fcee7c17-b6b7-4504-9c9e-f2a447c195b2) was not found

  at vendor/doctrine/orm/src/EntityNotFoundException.php:31
  at Doctrine\ORM\EntityNotFoundException::fromClassNameAndIdentifier('App\\Client\\Entity\\ClientContract', array('id' => object(UuidV4)))
     (vendor/doctrine/orm/src/Proxy/ProxyFactory.php:298)
  at Doctrine\ORM\Proxy\ProxyFactory::Doctrine\ORM\Proxy\{closure}(object(ClientContract), array('id' => object(UuidV4)))
     (vendor/doctrine/orm/src/Proxy/ProxyFactory.php:373)
  at Proxies\__CG__\App\Client\Entity\ClientContract::Doctrine\ORM\Proxy\{closure}(object(ClientContract))
     (vendor/symfony/var-exporter/Internal/LazyObjectState.php:60)
  at Symfony\Component\VarExporter\Internal\LazyObjectState->initialize(object(ClientContract), 'contractName', 'App\\Client\\Entity\\ClientContract')
     (vendor/symfony/var-exporter/LazyGhostTrait.php:153)
  at Proxies\__CG__\App\Client\Entity\ClientContract->__get('contractName')
     (src/Client/Entity/ClientContract.php:59)
  at App\Client\Entity\ClientContract->getContractName()
     (src/Price/Entity/PriceByContract.php:49)
  at App\Price\Entity\PriceByContract->getContractName()
     (vendor/symfony/property-access/PropertyAccessor.php:401)
  at Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array(object(PriceByContract)), 'contractName', false)
     (vendor/symfony/property-access/PropertyAccessor.php:102)
  at Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object(PriceByContract), 'contractName')
     (src/Infrastructure/EntityTable/Component/EntityTableComponent.php:166)
  at App\Infrastructure\EntityTable\Component\EntityTableComponent->getPropertyValue(object(PriceByContract), 'contractName')
     (vendor/twig/twig/src/Extension/CoreExtension.php:1911)
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), object(PriceByContractEntityTableComponent), 'getPropertyValue', array(object(PriceByContract), 'contractName'), 'method', false, false, false, 109)
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:463)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_main_table__in(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), '_seq' => object(ArrayCollection), '_iterated' => false, 'entity' => object(PriceByContract), '_key' => 0), '_seq' => array('contractName' => object(PropertyMetadata), 'sourceId' => object(PropertyMetadata), 'pricePrimary' => object(PropertyMetadata), 'priceSecondary' => object(PropertyMetadata)), '_iterated' => false, 'entity' => object(PriceByContract), '_key' => 0, 'metadata' => object(PropertyMetadata), 'name' => 'contractName', 'valueClass' => 'App\\Infrastructure\\EntityTable\\Value\\DefaultValue'), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('main_table__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:377)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_main_table__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('main_table__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:348)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card_body__in(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card_body__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:320)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card_body__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card_body__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:135)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card__in(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card__in', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:100)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_card__out(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('card__out', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:70)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->doDisplay(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array('card__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__out'), 'card__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card__in'), 'card_header__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__out'), 'card_header__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header__in'), 'card_header_h__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__in'), 'card_header_h__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_header_h__out'), 'filters_form' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_filters_form'), 'card_body__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__out'), 'card_body__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_body__in'), 'main_table__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__out'), 'main_table__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_main_table__in'), 'card_footer__out' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__out'), 'card_footer__in' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_card_footer__in'), 'per_page' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_per_page'), 'pager' => array(object(__TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4), 'block_pager')))
     (var/cache/dev/twig/4a/4a5e5e9358e1db380bb3e9f71e72f9e4.php:52)
  at __TwigTemplate_844626daca572d7f0163033d4e59e82c->doDisplay(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array()))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(PriceByContractEntityTableComponent), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\Price\\Entity\\PriceByContract', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('_token' => 'c7.gQJgVZV0BxF9Tu5I97oW176SIExwI8uoyjJlJCXbF0g.9Do3M8Uwf0sRL4NlwvlHnfvES3VdbPPbkwchYHazWyCzeAcQ2RxIdk4CgQ'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array(), 'contract' => null, 'offer' => object(Offer), 'form' => object(FormView)), '__context' => array()))
     (vendor/symfony/ux-twig-component/src/ComponentRenderer.php:77)
  at Symfony\UX\TwigComponent\ComponentRenderer->render(object(MountedComponent))
     (vendor/symfony/ux-twig-component/src/ComponentRenderer.php:56)
  at Symfony\UX\TwigComponent\ComponentRenderer->createAndRender('PriceByContract:EntityTable', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer)))
     (vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php:51)
  at Symfony\UX\TwigComponent\Twig\ComponentRuntime->render('PriceByContract:EntityTable', array('class' => 'App\\Price\\Entity\\PriceByContract', 'offer' => object(Offer)))
     (var/cache/dev/twig/45/453792c3918c1206c93b7f66af1374d2.php:181)
  at __TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4->block_body(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (var/cache/dev/twig/7b/7bea867550ae2028ecc1086c414b4f7d.php:136)
  at __TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333->doDisplay(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body')))
     (var/cache/dev/twig/45/453792c3918c1206c93b7f66af1374d2.php:55)
  at __TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4->doDisplay(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('form' => object(FormView), 'offer' => object(Offer), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_title'), 'body' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_body'), 'javascripts' => array(object(__TwigTemplate_fa30e4c869b173bfe68acdd6ce7916f4), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:463)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('directory/offer/one.html.twig', null, array('form' => object(FormView), 'offer' => object(Offer)), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:468)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('directory/offer/one.html.twig', null, array('form' => object(FormView), 'offer' => object(Offer)), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:282)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('directory/offer/one.html.twig', array('form' => object(FormView), 'offer' => object(Offer)))
     (src/Offer/Controller/OfferOneController.php:40)
  at App\Offer\Controller\OfferOneController->__invoke('1efd317e-4a2e-4dc8-8691-89470f4afce2', object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/app/vendor/autoload_runtime.php')
     (public/index.php:5)