Error 500 Internal Server Error

GET https://2026-kenobi.release.sb.paritet.sprintf.ru/directory/assortment_plan

Forwarded to ErrorController (d22478)

Exceptions

An exception has been thrown during the rendering of a template ("The property "App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit" is not readable because it is typed "App\Measurement\Entity\MeasurementUnit". You should initialize it or declare a default value instead.") in components/Common/EntityTable.html.twig at line 109.

Exceptions 3

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#7208
  -lineno: 109
  -rawMessage: "An exception has been thrown during the rendering of a template ("The property "App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit" is not readable because it is typed "App\Measurement\Entity\MeasurementUnit". You should initialize it or declare a default value instead.")."
  -source: Twig\Source {#2552
    -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/Common/AssortmentPlan/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. Ассортиментные планы
  2. </h1>
  3. <hr>
  4. ";
  5. // line 18
  6. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("Common:AssortmentPlan:EntityTable", ["class" => "App\\AssortmentPlan\\Entity\\AssortmentPlanOffer", "filters" => ["App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter"]]);
  7. yield "
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
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. yield " </div>
  2. <div class=\"row mb-5\">
  3. <div class=\"col\">
  4. ";
  5. // line 41
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 42
  8. yield " </div>
  9. </div>
  10. </div>
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/assortment_plan/index.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/assortment_plan/index.html.twig') in src/AssortmentPlan/Controller/AssortmentPlansController.php (line 17)
  1. #[Route('/directory/assortment_plan', name: 'data_assortment_plans', methods: ['GET'])]
  2. final class AssortmentPlansController extends AbstractController
  3. {
  4. public function __invoke(): Response
  5. {
  6. return $this->render('directory/assortment_plan/index.html.twig');
  7. }
  8. }
  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. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  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 32)
  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. };

Symfony\Component\PropertyAccess\Exception\ UninitializedPropertyException

The property "App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit" is not readable because it is typed "App\Measurement\Entity\MeasurementUnit". You should initialize it or declare a default value instead.

  1. // handle uninitialized properties in PHP >= 7.4
  2. if (preg_match('/^Typed property ([\w\\\\@]+)::\$(\w+) must not be accessed before initialization$/', $e->getMessage(), $matches) || preg_match('/^Cannot access uninitialized non-nullable property ([\w\\\\@]+)::\$(\w+) by reference$/', $e->getMessage(), $matches)) {
  3. $r = new \ReflectionProperty(str_contains($matches[1], '@anonymous') ? $class : $matches[1], $matches[2]);
  4. $type = ($type = $r->getType()) instanceof \ReflectionNamedType ? $type->getName() : (string) $type;
  5. throw new UninitializedPropertyException(\sprintf('The property "%s::$%s" is not readable because it is typed "%s". You should initialize it or declare a default value instead.', $matches[1], $r->getName(), $type), 0, $e);
  6. }
  7. throw $e;
  8. }
  9. } elseif (property_exists($object, $property) && \array_key_exists($property, (array) $object)) {
  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(AssortmentPlanOffer), 'mainMeasurementUnitName') 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/Common/AssortmentPlan/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. Ассортиментные планы
  2. </h1>
  3. <hr>
  4. ";
  5. // line 18
  6. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("Common:AssortmentPlan:EntityTable", ["class" => "App\\AssortmentPlan\\Entity\\AssortmentPlanOffer", "filters" => ["App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter"]]);
  7. yield "
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
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. yield " </div>
  2. <div class=\"row mb-5\">
  3. <div class=\"col\">
  4. ";
  5. // line 41
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 42
  8. yield " </div>
  9. </div>
  10. </div>
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/assortment_plan/index.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/assortment_plan/index.html.twig') in src/AssortmentPlan/Controller/AssortmentPlansController.php (line 17)
  1. #[Route('/directory/assortment_plan', name: 'data_assortment_plans', methods: ['GET'])]
  2. final class AssortmentPlansController extends AbstractController
  3. {
  4. public function __invoke(): Response
  5. {
  6. return $this->render('directory/assortment_plan/index.html.twig');
  7. }
  8. }
  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. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  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 32)
  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. };

Error

Typed property App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit must not be accessed before initialization

  1. #[ORM\JoinColumn(name: 'measurement_id', referencedColumnName: 'id', nullable: true)]
  2. private MeasurementUnit $mainMeasurementUnit;
  3. public function getMainMeasurementUnit(): MeasurementUnit
  4. {
  5. return $this->mainMeasurementUnit;
  6. }
  7. public function setMainMeasurementUnit(MeasurementUnit $mesurement): static
  8. {
  9. $this->mainMeasurementUnit = $mesurement;
AssortmentPlanOffer->getMainMeasurementUnit() in src/AssortmentPlan/Entity/AssortmentPlanOffer.php (line 99)
  1. #[Table\TableColumn(label: 'Наименование единицы измерения продажи')]
  2. #[Serializer\Ignore]
  3. public function getMainMeasurementUnitName(): string
  4. {
  5. return $this->getMainMeasurementUnit()->__toString();
  6. }
  7. }
in vendor/symfony/property-access/PropertyAccessor.php -> getMainMeasurementUnitName (line 401)
  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(AssortmentPlanOffer), 'mainMeasurementUnitName') 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/Common/AssortmentPlan/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. Ассортиментные планы
  2. </h1>
  3. <hr>
  4. ";
  5. // line 18
  6. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("Common:AssortmentPlan:EntityTable", ["class" => "App\\AssortmentPlan\\Entity\\AssortmentPlanOffer", "filters" => ["App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter"]]);
  7. yield "
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
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. yield " </div>
  2. <div class=\"row mb-5\">
  3. <div class=\"col\">
  4. ";
  5. // line 41
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 42
  8. yield " </div>
  9. </div>
  10. </div>
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/assortment_plan/index.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/assortment_plan/index.html.twig') in src/AssortmentPlan/Controller/AssortmentPlansController.php (line 17)
  1. #[Route('/directory/assortment_plan', name: 'data_assortment_plans', methods: ['GET'])]
  2. final class AssortmentPlansController extends AbstractController
  3. {
  4. public function __invoke(): Response
  5. {
  6. return $this->render('directory/assortment_plan/index.html.twig');
  7. }
  8. }
  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. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  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 32)
  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 02:51:14 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "e87d84"
    },
    "request_uri": "https://2026-kenobi.release.sb.paritet.sprintf.ru/_profiler/e87d84?panel=exception&type=request",
    "method": "GET"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\Turbo\\Request\\RequestListener::__invoke"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 02:51:14 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 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 02:51:14 event Notified event "kernel.controller" to listener "App\Infrastructure\EventListener\ApiAuthListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\Infrastructure\\EventListener\\ApiAuthListener::onKernelController"
}
DEBUG 02:51:14 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 02:51:14 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 02:51:14 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 02:51:14 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
DEBUG 02:51:14 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 02:51:14 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 02:51:14 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 02:51:14 event Notified event "kernel.controller_arguments" to listener "ContainerHpxGlVn\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerHpxGlVn\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 02:51:14 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 3

[3/3] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("The property "App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit" is not readable because it is typed "App\Measurement\Entity\MeasurementUnit". You should initialize it or declare a default value instead.") 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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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/03/0360a6bd65dcaf8f724fe57c794a0054.php:52)
  at __TwigTemplate_7c2b48cc08e9e269f35a17cdfc5132d9->doDisplay(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array()))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php:51)
  at Symfony\UX\TwigComponent\Twig\ComponentRuntime->render('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:117)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->block_body(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/7b/7bea867550ae2028ecc1086c414b4f7d.php:138)
  at __TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:54)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array())
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array())
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array())
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('directory/assortment_plan/index.html.twig', array())
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('directory/assortment_plan/index.html.twig', null, array(), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('directory/assortment_plan/index.html.twig', null, array(), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('directory/assortment_plan/index.html.twig')
     (src/AssortmentPlan/Controller/AssortmentPlansController.php:17)
  at App\AssortmentPlan\Controller\AssortmentPlansController->__invoke()
     (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:193)
  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:32)
  at require_once('/app/vendor/autoload_runtime.php')
     (public/index.php:5)                
[2/3] UninitializedPropertyException
Symfony\Component\PropertyAccess\Exception\UninitializedPropertyException:
The property "App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit" is not readable because it is typed "App\Measurement\Entity\MeasurementUnit". You should initialize it or declare a default value instead.

  at vendor/symfony/property-access/PropertyAccessor.php:443
  at Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array(object(AssortmentPlanOffer)), 'mainMeasurementUnitName', false)
     (vendor/symfony/property-access/PropertyAccessor.php:102)
  at Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object(AssortmentPlanOffer), 'mainMeasurementUnitName')
     (src/Infrastructure/EntityTable/Component/EntityTableComponent.php:166)
  at App\Infrastructure\EntityTable\Component\EntityTableComponent->getPropertyValue(object(AssortmentPlanOffer), 'mainMeasurementUnitName')
     (vendor/twig/twig/src/Extension/CoreExtension.php:1911)
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), object(AssortmentPlanEntityTable), 'getPropertyValue', array(object(AssortmentPlanOffer), 'mainMeasurementUnitName'), 'method', false, false, false, 109)
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:463)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_main_table__in(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), '_seq' => object(ArrayCollection), '_iterated' => false, 'entity' => object(AssortmentPlanOffer), '_key' => 0), '_seq' => array('assortmentPlanName' => object(PropertyMetadata), 'offerName' => object(PropertyMetadata), 'mainMeasurementUnitName' => object(PropertyMetadata)), '_iterated' => false, 'entity' => object(AssortmentPlanOffer), '_key' => 0, 'metadata' => object(PropertyMetadata), 'name' => 'mainMeasurementUnitName', '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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/03/0360a6bd65dcaf8f724fe57c794a0054.php:52)
  at __TwigTemplate_7c2b48cc08e9e269f35a17cdfc5132d9->doDisplay(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array()))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php:51)
  at Symfony\UX\TwigComponent\Twig\ComponentRuntime->render('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:117)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->block_body(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/7b/7bea867550ae2028ecc1086c414b4f7d.php:138)
  at __TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:54)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array())
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array())
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array())
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('directory/assortment_plan/index.html.twig', array())
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('directory/assortment_plan/index.html.twig', null, array(), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('directory/assortment_plan/index.html.twig', null, array(), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('directory/assortment_plan/index.html.twig')
     (src/AssortmentPlan/Controller/AssortmentPlansController.php:17)
  at App\AssortmentPlan\Controller\AssortmentPlansController->__invoke()
     (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:193)
  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:32)
  at require_once('/app/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/3] Error
Error:
Typed property App\AssortmentPlan\Entity\AssortmentPlanOffer::$mainMeasurementUnit must not be accessed before initialization

  at src/AssortmentPlan/Entity/AssortmentPlanOffer.php:71
  at App\AssortmentPlan\Entity\AssortmentPlanOffer->getMainMeasurementUnit()
     (src/AssortmentPlan/Entity/AssortmentPlanOffer.php:99)
  at App\AssortmentPlan\Entity\AssortmentPlanOffer->getMainMeasurementUnitName()
     (vendor/symfony/property-access/PropertyAccessor.php:401)
  at Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array(object(AssortmentPlanOffer)), 'mainMeasurementUnitName', false)
     (vendor/symfony/property-access/PropertyAccessor.php:102)
  at Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object(AssortmentPlanOffer), 'mainMeasurementUnitName')
     (src/Infrastructure/EntityTable/Component/EntityTableComponent.php:166)
  at App\Infrastructure\EntityTable\Component\EntityTableComponent->getPropertyValue(object(AssortmentPlanOffer), 'mainMeasurementUnitName')
     (vendor/twig/twig/src/Extension/CoreExtension.php:1911)
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), object(AssortmentPlanEntityTable), 'getPropertyValue', array(object(AssortmentPlanOffer), 'mainMeasurementUnitName'), 'method', false, false, false, 109)
     (var/cache/dev/twig/b7/b7455bcfd07555d49cea45bb120b3e9e.php:463)
  at __TwigTemplate_c93b90108fee8c69cc64e8ba6f6e49b4->block_main_table__in(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable), '_parent' => array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), '_seq' => object(ArrayCollection), '_iterated' => false, 'entity' => object(AssortmentPlanOffer), '_key' => 0), '_seq' => array('assortmentPlanName' => object(PropertyMetadata), 'offerName' => object(PropertyMetadata), 'mainMeasurementUnitName' => object(PropertyMetadata)), '_iterated' => false, 'entity' => object(AssortmentPlanOffer), '_key' => 0, 'metadata' => object(PropertyMetadata), 'name' => 'mainMeasurementUnitName', '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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/03/0360a6bd65dcaf8f724fe57c794a0054.php:52)
  at __TwigTemplate_7c2b48cc08e9e269f35a17cdfc5132d9->doDisplay(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array(), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'form' => object(FormView)), '__context' => array()))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), 'page' => 1, 'perPage' => 25, 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'form' => object(FormView), 'attributes' => object(ComponentAttributes), 'this' => object(AssortmentPlanEntityTable), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array(), '__props' => array('page' => 1, 'perPage' => 25, 'class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'data' => null, 'template' => '', 'group' => '*', 'initialFormData' => null, 'formName' => null, 'formValues' => array('assortmentPlan' => '', '_token' => 'beef4e2db.SG-aAfN8ugQ2E4wyTO-tyT213k28xjXtwWi5MkACpDE.cDj8bJQdyDdPds5DJdv9_mvmlH75iVKLjCDmAhNIzwYPJao1qS78fF1V6w'), 'isValidated' => false, 'validatedFields' => array(), 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter'), '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('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php:51)
  at Symfony\UX\TwigComponent\Twig\ComponentRuntime->render('Common:AssortmentPlan:EntityTable', array('class' => 'App\\AssortmentPlan\\Entity\\AssortmentPlanOffer', 'filters' => array('App\\AssortmentPlan\\EntityTable\\Filter\\AssortmentPlanFilter')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:117)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->block_body(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/7b/7bea867550ae2028ecc1086c414b4f7d.php:138)
  at __TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_a87e92147e4359ecd16d14e9e5d5b333), 'block_importmap'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (var/cache/dev/twig/c1/c1067e7b6584ef2ad77c8e296e044313.php:54)
  at __TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290->doDisplay(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_title'), 'body' => array(object(__TwigTemplate_8cafab7bdee95e92a7c1d55d7b662290), 'block_body')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array())
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array())
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array())
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('directory/assortment_plan/index.html.twig', array())
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('directory/assortment_plan/index.html.twig', null, array(), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('directory/assortment_plan/index.html.twig', null, array(), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('directory/assortment_plan/index.html.twig')
     (src/AssortmentPlan/Controller/AssortmentPlansController.php:17)
  at App\AssortmentPlan\Controller\AssortmentPlansController->__invoke()
     (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:193)
  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:32)
  at require_once('/app/vendor/autoload_runtime.php')
     (public/index.php:5)