var/cache/dev/twig/04/04800dc21441644582e8ebadf3688d89.php line 55

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig */
  14. class __TwigTemplate_9cb6f58281ac572e7c96292b95789458 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.             'blog_articles' => [$this'block_blog_articles'],
  25.             'blog_disqus' => [$this'block_blog_disqus'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 4
  31.         return "@SyliusShop/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"));
  40.         // line 1
  41.         $macros["pagination"] = $this->macros["pagination"] = $this->loadTemplate("@SyliusUi/Macro/pagination.html.twig""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"1)->unwrap();
  42.         // line 2
  43.         $macros["messages"] = $this->macros["messages"] = $this->loadTemplate("@SyliusUi/Macro/messages.html.twig""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"2)->unwrap();
  44.         // line 4
  45.         $this->parent $this->loadTemplate("@SyliusShop/layout.html.twig""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"4);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 6
  53.     public function block_content($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  60.         // line 7
  61.         echo "    <div class=\"container-blog\">
  62.         <div class=\"container-h\">
  63.         ";
  64.         // line 9
  65.         $this->displayBlock('blog_articles'$context$blocks);
  66.         // line 242
  67.         echo "
  68.         ";
  69.         // line 243
  70.         if ($this->extensions['Odiseo\SyliusBlogPlugin\Twig\BlogExtension']->getDisqusShortname()) {
  71.             // line 244
  72.             echo "            ";
  73.             $this->displayBlock('blog_disqus'$context$blocks);
  74.             // line 247
  75.             echo "        ";
  76.         }
  77.         // line 248
  78.         echo "    </div>
  79.     <style>
  80.         /*.desc-date{*/
  81.         /*    display: inline-flex;*/
  82.         /*    gap: 1rem;*/
  83.         /*    align-items: flex-end;*/
  84.         /*}*/
  85.         /*!*#main-container{*!*/
  86.         /*!*    margin-top: 7.5rem ;*!*/
  87.         /*!*}*!*/
  88.         /*.container-blog-article{*/
  89.         /*    display: grid;*/
  90.         /*    grid-template-columns: 1fr 1fr;*/
  91.         /*    gap: 2rem;*/
  92.         /*    padding-bottom: 4rem;*/
  93.         /*}*/
  94.         /*.container-blog{*/
  95.         /*    padding-top: 2rem;*/
  96.         /*}*/
  97.         /*.description > *{*/
  98.         /*    margin-top: 1rem !important;*/
  99.         /*}*/
  100.         /*.description h3 {*/
  101.         /*    margin: 0;*/
  102.         /*    font-size: 1.75rem;*/
  103.         /*}*/
  104.         /*.description h3 a {*/
  105.         /*    color: #000;*/
  106.         /*}*/
  107.         /*.first-article .image{*/
  108.         /*    width: 100%;*/
  109.         /*    height: auto;*/
  110.         /*}*/
  111.         /*.column-left-article{*/
  112.         /*!*    first column*!*/
  113.         /*    grid-column: span 1;*/
  114.         /*}*/
  115.         /*.column-right-article{*/
  116.         /*    display: flex;*/
  117.         /*    flex-direction: column;*/
  118.         /*    !*gap: 1rem;*!*/
  119.         /*}*/
  120.         /*.column-right-article .other-article:first-of-type .item{*/
  121.         /*    padding: 0 0 0.5rem 0 ;*/
  122.         /*}*/
  123.         /*.column-right-article .other-article:last-of-type .item{*/
  124.         /*    padding: 0.5rem 0 0 0 ;*/
  125.         /*    border: 0;*/
  126.         /*}*/
  127.         /*.other-article .item{*/
  128.         /*    display: flex;*/
  129.         /*    flex-direction: row-reverse;*/
  130.         /*    align-items: center;*/
  131.         /*    justify-content: space-between;*/
  132.         /*    gap: 2rem;*/
  133.         /*    padding: 0.5rem 0;*/
  134.         /*    border-bottom: 1px solid #D9D9D9;*/
  135.         /*}*/
  136.         /*.other-article .item .image img{*/
  137.         /*    width: 200px !important;*/
  138.         /*    max-width: none !important;*/
  139.         /*    height: auto;*/
  140.         /*}*/
  141.         /*.other-article .description{*/
  142.         /*    width: 100%;*/
  143.         /*}*/
  144.     </style>
  145. ";
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.     }
  151.     // line 9
  152.     public function block_blog_articles($context, array $blocks = [])
  153.     {
  154.         $macros $this->macros;
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""blog_articles"));
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""blog_articles"));
  159.         // line 10
  160.         echo "            ";
  161.         if ((twig_length_filter($this->env, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'10$this->source); })())) > 0)) {
  162.             // line 11
  163.             echo "                <div class=\"container-blog-article\">
  164.                    <div class=\"column-left-article\">
  165.                        ";
  166.             // line 13
  167.             $context['_parent'] = $context;
  168.             $context['_seq'] = twig_ensure_traversable((isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'13$this->source); })()));
  169.             $context['loop'] = [
  170.               'parent' => $context['_parent'],
  171.               'index0' => 0,
  172.               'index'  => 1,
  173.               'first'  => true,
  174.             ];
  175.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  176.                 $length count($context['_seq']);
  177.                 $context['loop']['revindex0'] = $length 1;
  178.                 $context['loop']['revindex'] = $length;
  179.                 $context['loop']['length'] = $length;
  180.                 $context['loop']['last'] = === $length;
  181.             }
  182.             foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  183.                 // line 14
  184.                 echo "
  185.                            ";
  186.                 // line 15
  187.                 $context["month"] = twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse15), "F");
  188.                 // line 16
  189.                 echo "                           ";
  190.                 $context["translation"] = ("sylius.ui." . (isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'16$this->source); })()));
  191.                 // line 17
  192.                 echo "                           ";
  193.                 if (twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse17)) {
  194.                     // line 18
  195.                     echo "                           <div class=\"first-article\">
  196.                                <div class=\"item\">
  197.                                    ";
  198.                     // line 20
  199.                     if ($this->extensions['Odiseo\SyliusBlogPlugin\Twig\BlogExtension']->getDisqusShortname()) {
  200.                         // line 21
  201.                         echo "                                       <a href=\"";
  202.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse21)]), "html"nulltrue);
  203.                         echo "\" data-disqus-identifier=\"";
  204.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse21)]), "html"nulltrue);
  205.                         echo "\">
  206.                                            ";
  207.                         // line 22
  208.                         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse22)) > 0)) {
  209.                             // line 23
  210.                             echo "                                               <div class=\"image\">
  211.                                                    <img src=\"";
  212.                             // line 24
  213.                             echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse24), 0, [], "array"falsefalsefalse24), "path", [], "any"falsefalsefalse24), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'24$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  214.                             echo "\" ";
  215.                             echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  216.                             echo " alt=\"\" class=\"ui bordered image\" />
  217.                                                    ";
  218.                             // line 26
  219.                             echo "                                               </div>
  220.                                            ";
  221.                         }
  222.                         // line 28
  223.                         echo "                                       </a>
  224.                                    ";
  225.                     } else {
  226.                         // line 30
  227.                         echo "                                       <a href=\"";
  228.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse30)]), "html"nulltrue);
  229.                         echo "\">
  230.                                            ";
  231.                         // line 31
  232.                         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse31)) > 0)) {
  233.                             // line 32
  234.                             echo "                                               <div class=\"image\">
  235.                                                    <img src=\"";
  236.                             // line 33
  237.                             echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse33), 0, [], "array"falsefalsefalse33), "path", [], "any"falsefalsefalse33), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'33$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  238.                             echo "\" ";
  239.                             echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  240.                             echo " alt=\"\" class=\"ui bordered image\" />
  241.                                                </div>
  242.                                            ";
  243.                         }
  244.                         // line 36
  245.                         echo "                                       </a>
  246.                                    ";
  247.                     }
  248.                     // line 38
  249.                     echo "                                   <div class=\"description\">
  250.                                        <div class=\"desc-date\">
  251.                                            <svg width=\"18\" height=\"21\" viewBox=\"0 0 18 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  252.                                                <path d=\"M5 12.5C4.71667 12.5 4.479 12.404 4.287 12.212C4.09567 12.0207 4 11.7833 4 11.5C4 11.2167 4.09567 10.979 4.287 10.787C4.479 10.5957 4.71667 10.5 5 10.5C5.28333 10.5 5.521 10.5957 5.713 10.787C5.90433 10.979 6 11.2167 6 11.5C6 11.7833 5.90433 12.0207 5.713 12.212C5.521 12.404 5.28333 12.5 5 12.5ZM9 12.5C8.71667 12.5 8.47933 12.404 8.288 12.212C8.096 12.0207 8 11.7833 8 11.5C8 11.2167 8.096 10.979 8.288 10.787C8.47933 10.5957 8.71667 10.5 9 10.5C9.28333 10.5 9.521 10.5957 9.713 10.787C9.90433 10.979 10 11.2167 10 11.5C10 11.7833 9.90433 12.0207 9.713 12.212C9.521 12.404 9.28333 12.5 9 12.5ZM13 12.5C12.7167 12.5 12.4793 12.404 12.288 12.212C12.096 12.0207 12 11.7833 12 11.5C12 11.2167 12.096 10.979 12.288 10.787C12.4793 10.5957 12.7167 10.5 13 10.5C13.2833 10.5 13.5207 10.5957 13.712 10.787C13.904 10.979 14 11.2167 14 11.5C14 11.7833 13.904 12.0207 13.712 12.212C13.5207 12.404 13.2833 12.5 13 12.5ZM2 20.5C1.45 20.5 0.979 20.3043 0.587 19.913C0.195667 19.521 0 19.05 0 18.5V4.5C0 3.95 0.195667 3.47933 0.587 3.088C0.979 2.696 1.45 2.5 2 2.5H3V0.5H5V2.5H13V0.5H15V2.5H16C16.55 2.5 17.021 2.696 17.413 3.088C17.8043 3.47933 18 3.95 18 4.5V18.5C18 19.05 17.8043 19.521 17.413 19.913C17.021 20.3043 16.55 20.5 16 20.5H2ZM2 18.5H16V8.5H2V18.5Z\" fill=\"#858585\"/>
  253.                                            </svg>
  254.                                            ";
  255.                     // line 43
  256.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse43), "j"), "html"nulltrue);
  257.                     echo " ";
  258.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["translation"]) || array_key_exists("translation"$context) ? $context["translation"] : (function () { throw new RuntimeError('Variable "translation" does not exist.'43$this->source); })())), "html"nulltrue);
  259.                     echo ", ";
  260.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse43), "Y"), "html"nulltrue);
  261.                     echo "
  262.                                        </div>
  263.                                        <h3>
  264.                                            <a href=\"";
  265.                     // line 46
  266.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse46)]), "html"nulltrue);
  267.                     echo "\" data-disqus-identifier=\"";
  268.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse46)]), "html"nulltrue);
  269.                     echo "\">
  270.                                            ";
  271.                     // line 47
  272.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "translations", [], "any"falsefalsefalse47), "fr_FR", [], "array"falsefalsefalse47), "title", [], "any"falsefalsefalse47), "html"nulltrue);
  273.                     echo "
  274.                                              </a>
  275.                                        </h3>
  276.                                        <p>
  277.                                            ";
  278.                     // line 51
  279.                     if ((twig_length_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse51))) > 200)) {
  280.                         // line 52
  281.                         echo "                                               ";
  282.                         echo twig_slice($this->envtwig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse52)), 0200);
  283.                         echo "...
  284.                                            ";
  285.                     } else {
  286.                         // line 54
  287.                         echo "                                               ";
  288.                         echo twig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse54));
  289.                         echo "
  290.                                            ";
  291.                     }
  292.                     // line 56
  293.                     echo "                                       </p>
  294.                                    </div>
  295.                                </div>
  296.                            </div>
  297.                            ";
  298.                 }
  299.                 // line 61
  300.                 echo "                       ";
  301.                 ++$context['loop']['index0'];
  302.                 ++$context['loop']['index'];
  303.                 $context['loop']['first'] = false;
  304.                 if (isset($context['loop']['length'])) {
  305.                     --$context['loop']['revindex0'];
  306.                     --$context['loop']['revindex'];
  307.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  308.                 }
  309.             }
  310.             $_parent $context['_parent'];
  311.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  312.             $context array_intersect_key($context$_parent) + $_parent;
  313.             // line 62
  314.             echo "                   </div>
  315.                     <div class=\"column-right-article\">
  316.                         ";
  317.             // line 64
  318.             $context['_parent'] = $context;
  319.             $context['_seq'] = twig_ensure_traversable((isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'64$this->source); })()));
  320.             $context['loop'] = [
  321.               'parent' => $context['_parent'],
  322.               'index0' => 0,
  323.               'index'  => 1,
  324.               'first'  => true,
  325.             ];
  326.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  327.                 $length count($context['_seq']);
  328.                 $context['loop']['revindex0'] = $length 1;
  329.                 $context['loop']['revindex'] = $length;
  330.                 $context['loop']['length'] = $length;
  331.                 $context['loop']['last'] = === $length;
  332.             }
  333.             foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  334.                 // line 65
  335.                 echo "                            ";
  336.                 $context["month"] = twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse65), "F");
  337.                 // line 66
  338.                 echo "                            ";
  339.                 $context["translation"] = ("sylius.ui." . (isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'66$this->source); })()));
  340.                 // line 67
  341.                 echo "                                ";
  342.                 if (((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse67) <= 5) && (twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse67) != 0))) {
  343.                     // line 68
  344.                     echo "                                    <div class=\"other-article\">
  345.                                         <div class=\"item\">
  346.                                             ";
  347.                     // line 70
  348.                     if ($this->extensions['Odiseo\SyliusBlogPlugin\Twig\BlogExtension']->getDisqusShortname()) {
  349.                         // line 71
  350.                         echo "                                                <a href=\"";
  351.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse71)]), "html"nulltrue);
  352.                         echo "\" data-disqus-identifier=\"";
  353.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse71)]), "html"nulltrue);
  354.                         echo "\">
  355.                                                     ";
  356.                         // line 72
  357.                         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse72)) > 0)) {
  358.                             // line 73
  359.                             echo "                                                        <div class=\"image\">
  360.                                                             <img src=\"";
  361.                             // line 74
  362.                             echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse74), 0, [], "array"falsefalsefalse74), "path", [], "any"falsefalsefalse74), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'74$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  363.                             echo "\" ";
  364.                             echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  365.                             echo " alt=\"\" class=\"ui bordered image\" />
  366.                                                         </div>
  367.                                                     ";
  368.                         }
  369.                         // line 77
  370.                         echo "                                                </a>
  371.                                             ";
  372.                     } else {
  373.                         // line 79
  374.                         echo "                                                <a href=\"";
  375.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse79)]), "html"nulltrue);
  376.                         echo "\">
  377.                                                     ";
  378.                         // line 80
  379.                         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse80)) > 0)) {
  380.                             // line 81
  381.                             echo "                                                        <div class=\"image\">
  382.                                                             <img src=\"";
  383.                             // line 82
  384.                             echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse82), 0, [], "array"falsefalsefalse82), "path", [], "any"falsefalsefalse82), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'82$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  385.                             echo "\" ";
  386.                             echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  387.                             echo " alt=\"\" class=\"ui bordered image\" />
  388.                                                         </div>
  389.                                                     ";
  390.                         }
  391.                         // line 85
  392.                         echo "                                                </a>
  393.                                             ";
  394.                     }
  395.                     // line 87
  396.                     echo "                                            <div class=\"description\">
  397.                                                 <div class=\"desc-date\">
  398.                                                     <svg width=\"18\" height=\"21\" viewBox=\"0 0 18 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  399.                                                         <path d=\"M5 12.5C4.71667 12.5 4.479 12.404 4.287 12.212C4.09567 12.0207 4 11.7833 4 11.5C4 11.2167 4.09567 10.979 4.287 10.787C4.479 10.5957 4.71667 10.5 5 10.5C5.28333 10.5 5.521 10.5957 5.713 10.787C5.90433 10.979 6 11.2167 6 11.5C6 11.7833 5.90433 12.0207 5.713 12.212C5.521 12.404 5.28333 12.5 5 12.5ZM9 12.5C8.71667 12.5 8.47933 12.404 8.288 12.212C8.096 12.0207 8 11.7833 8 11.5C8 11.2167 8.096 10.979 8.288 10.787C8.47933 10.5957 8.71667 10.5 9 10.5C9.28333 10.5 9.521 10.5957 9.713 10.787C9.90433 10.979 10 11.2167 10 11.5C10 11.7833 9.90433 12.0207 9.713 12.212C9.521 12.404 9.28333 12.5 9 12.5ZM13 12.5C12.7167 12.5 12.4793 12.404 12.288 12.212C12.096 12.0207 12 11.7833 12 11.5C12 11.2167 12.096 10.979 12.288 10.787C12.4793 10.5957 12.7167 10.5 13 10.5C13.2833 10.5 13.5207 10.5957 13.712 10.787C13.904 10.979 14 11.2167 14 11.5C14 11.7833 13.904 12.0207 13.712 12.212C13.5207 12.404 13.2833 12.5 13 12.5ZM2 20.5C1.45 20.5 0.979 20.3043 0.587 19.913C0.195667 19.521 0 19.05 0 18.5V4.5C0 3.95 0.195667 3.47933 0.587 3.088C0.979 2.696 1.45 2.5 2 2.5H3V0.5H5V2.5H13V0.5H15V2.5H16C16.55 2.5 17.021 2.696 17.413 3.088C17.8043 3.47933 18 3.95 18 4.5V18.5C18 19.05 17.8043 19.521 17.413 19.913C17.021 20.3043 16.55 20.5 16 20.5H2ZM2 18.5H16V8.5H2V18.5Z\" fill=\"#858585\"/>
  400.                                                     </svg>
  401.                                                     ";
  402.                     // line 92
  403.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse92), "j"), "html"nulltrue);
  404.                     echo " ";
  405.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["translation"]) || array_key_exists("translation"$context) ? $context["translation"] : (function () { throw new RuntimeError('Variable "translation" does not exist.'92$this->source); })())), "html"nulltrue);
  406.                     echo ", ";
  407.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse92), "Y"), "html"nulltrue);
  408.                     echo "
  409.                                                 </div>
  410.                                                 <h3>
  411.                                                     <a href=\"";
  412.                     // line 95
  413.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse95)]), "html"nulltrue);
  414.                     echo "\" data-disqus-identifier=\"";
  415.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse95)]), "html"nulltrue);
  416.                     echo "\">
  417.                                                         ";
  418.                     // line 96
  419.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "translations", [], "any"falsefalsefalse96), "fr_FR", [], "array"falsefalsefalse96), "title", [], "any"falsefalsefalse96), "html"nulltrue);
  420.                     echo "
  421.                                                     </a>
  422.                                                 </h3>
  423.                                             </div>
  424.                                         </div>
  425.                                     </div>
  426.                                 ";
  427.                 }
  428.                 // line 103
  429.                 echo "
  430.                         ";
  431.                 ++$context['loop']['index0'];
  432.                 ++$context['loop']['index'];
  433.                 $context['loop']['first'] = false;
  434.                 if (isset($context['loop']['length'])) {
  435.                     --$context['loop']['revindex0'];
  436.                     --$context['loop']['revindex'];
  437.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  438.                 }
  439.             }
  440.             $_parent $context['_parent'];
  441.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  442.             $context array_intersect_key($context$_parent) + $_parent;
  443.             // line 105
  444.             echo "                    </div>
  445.                 </div>
  446.             ";
  447.         } else {
  448.             // line 108
  449.             echo "                ";
  450.             echo twig_call_macro($macros["messages"], "macro_info", ["sylius.ui.no_results_to_display"], 108$context$this->getSourceContext());
  451.             echo "
  452.             ";
  453.         }
  454.         // line 110
  455.         echo "                <div class=\"ui stackable two column grid\" id=\"last-item-article-responsive\">
  456.                     ";
  457.         // line 111
  458.         if (twig_get_attribute($this->env$this->source, ($context["resources"] ?? null), 1, [], "array"truetruefalse111)) {
  459.             // line 112
  460.             echo "                        <div class=\"item\">
  461.                             <div class=\"content\">
  462.                                 <a class=\"header\" href=\"";
  463.             // line 114
  464.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'114$this->source); })()), 1, [], "array"falsefalsefalse114), "slug", [], "any"falsefalsefalse114)]), "html"nulltrue);
  465.             echo "\">
  466.                                     ";
  467.             // line 115
  468.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'115$this->source); })()), 1, [], "array"falsefalsefalse115), "images", [], "any"falsefalsefalse115)) > 0)) {
  469.                 // line 116
  470.                 echo "                                        <div class=\"image\">
  471.                                             <img src=\"";
  472.                 // line 117
  473.                 echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'117$this->source); })()), 1, [], "array"falsefalsefalse117), "images", [], "any"falsefalsefalse117), 0, [], "array"falsefalsefalse117), "path", [], "any"falsefalsefalse117), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'117$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  474.                 echo "\" ";
  475.                 echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  476.                 echo " alt=\"\" class=\"ui bordered image\" />
  477.                                         </div>
  478.                                     ";
  479.             }
  480.             // line 120
  481.             echo "                                </a>
  482.                                 <div class=\"description\">
  483.                                     ";
  484.             // line 122
  485.             $context["month"] = twig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'122$this->source); })()), 1, [], "array"falsefalsefalse122), "createdAt", [], "any"falsefalsefalse122), "F");
  486.             // line 123
  487.             echo "                                    ";
  488.             $context["translation"] = ("sylius.ui." . (isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'123$this->source); })()));
  489.             // line 124
  490.             echo "                                    <div class=\"desc-date\">
  491.                                         <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  492.                                             <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  493.                                         </svg>
  494.                                         ";
  495.             // line 128
  496.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'128$this->source); })()), 1, [], "array"falsefalsefalse128), "createdAt", [], "any"falsefalsefalse128), "j"), "html"nulltrue);
  497.             echo " ";
  498.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["translation"]) || array_key_exists("translation"$context) ? $context["translation"] : (function () { throw new RuntimeError('Variable "translation" does not exist.'128$this->source); })())), "html"nulltrue);
  499.             echo ", ";
  500.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'128$this->source); })()), 1, [], "array"falsefalsefalse128), "createdAt", [], "any"falsefalsefalse128), "Y"), "html"nulltrue);
  501.             echo "
  502.                                         <style>
  503.                                             .description .desc-date svg {
  504.                                                 color: #E35E31;
  505.                                             }
  506.                                         </style>
  507.                                     </div>
  508.                                     <h3>
  509.                                         <a href=\"";
  510.             // line 136
  511.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'136$this->source); })()), 1, [], "array"falsefalsefalse136), "slug", [], "any"falsefalsefalse136)]), "html"nulltrue);
  512.             echo "\" data-disqus-identifier=\"";
  513.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'136$this->source); })()), 1, [], "array"falsefalsefalse136), "slug", [], "any"falsefalsefalse136)]), "html"nulltrue);
  514.             echo "\">
  515.                                             ";
  516.             // line 137
  517.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'137$this->source); })()), 1, [], "array"falsefalsefalse137), "translations", [], "any"falsefalsefalse137), "fr_FR", [], "array"falsefalsefalse137), "title", [], "any"falsefalsefalse137), "html"nulltrue);
  518.             echo "
  519.                                         </a>
  520.                                     </h3>
  521.                                     <p>
  522.                                         ";
  523.             // line 141
  524.             if ((twig_length_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'141$this->source); })()), 1, [], "array"falsefalsefalse141), "content", [], "any"falsefalsefalse141))) > 200)) {
  525.                 // line 142
  526.                 echo "                                            ";
  527.                 echo twig_slice($this->envtwig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'142$this->source); })()), 1, [], "array"falsefalsefalse142), "content", [], "any"falsefalsefalse142)), 0200);
  528.                 echo "...
  529.                                         ";
  530.             } else {
  531.                 // line 144
  532.                 echo "                                            ";
  533.                 echo twig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'144$this->source); })()), 1, [], "array"falsefalsefalse144), "content", [], "any"falsefalsefalse144));
  534.                 echo "
  535.                                         ";
  536.             }
  537.             // line 146
  538.             echo "                                    </p>
  539.                                 </div>
  540.                             </div>
  541.                         </div>
  542.                     ";
  543.         }
  544.         // line 151
  545.         echo "                    ";
  546.         if (twig_get_attribute($this->env$this->source, ($context["resources"] ?? null), 2, [], "array"truetruefalse151)) {
  547.             // line 152
  548.             echo "                        <div class=\"item\">
  549.                             <div class=\"content\">
  550.                                 <a class=\"header\" href=\"";
  551.             // line 154
  552.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'154$this->source); })()), 2, [], "array"falsefalsefalse154), "slug", [], "any"falsefalsefalse154)]), "html"nulltrue);
  553.             echo "\">
  554.                                     ";
  555.             // line 155
  556.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'155$this->source); })()), 2, [], "array"falsefalsefalse155), "images", [], "any"falsefalsefalse155)) > 0)) {
  557.                 // line 156
  558.                 echo "                                        <div class=\"image\">
  559.                                             <img src=\"";
  560.                 // line 157
  561.                 echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'157$this->source); })()), 2, [], "array"falsefalsefalse157), "images", [], "any"falsefalsefalse157), 0, [], "array"falsefalsefalse157), "path", [], "any"falsefalsefalse157), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'157$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  562.                 echo "\" ";
  563.                 echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  564.                 echo " alt=\"\" class=\"ui bordered image\" />
  565.                                         </div>
  566.                                     ";
  567.             }
  568.             // line 160
  569.             echo "                                </a>
  570.                                 <div class=\"description\">
  571.                                     ";
  572.             // line 162
  573.             $context["month"] = twig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'162$this->source); })()), 2, [], "array"falsefalsefalse162), "createdAt", [], "any"falsefalsefalse162), "F");
  574.             // line 163
  575.             echo "                                    ";
  576.             $context["translation"] = ("sylius.ui." . (isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'163$this->source); })()));
  577.             // line 164
  578.             echo "                                    <div class=\"desc-date\">
  579.                                         <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  580.                                             <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  581.                                         </svg>
  582.                                         ";
  583.             // line 168
  584.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'168$this->source); })()), 2, [], "array"falsefalsefalse168), "createdAt", [], "any"falsefalsefalse168), "j"), "html"nulltrue);
  585.             echo " ";
  586.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["translation"]) || array_key_exists("translation"$context) ? $context["translation"] : (function () { throw new RuntimeError('Variable "translation" does not exist.'168$this->source); })())), "html"nulltrue);
  587.             echo ", ";
  588.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'168$this->source); })()), 2, [], "array"falsefalsefalse168), "createdAt", [], "any"falsefalsefalse168), "Y"), "html"nulltrue);
  589.             echo "
  590.                                         <style>
  591.                                             .description .desc-date svg {
  592.                                                 color: #E35E31;
  593.                                             }
  594.                                         </style>
  595.                                     </div>
  596.                                     <h3>
  597.                                         <a href=\"";
  598.             // line 176
  599.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'176$this->source); })()), 2, [], "array"falsefalsefalse176), "slug", [], "any"falsefalsefalse176)]), "html"nulltrue);
  600.             echo "\" data-disqus-identifier=\"";
  601.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'176$this->source); })()), 2, [], "array"falsefalsefalse176), "slug", [], "any"falsefalsefalse176)]), "html"nulltrue);
  602.             echo "\">
  603.                                             ";
  604.             // line 177
  605.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'177$this->source); })()), 2, [], "array"falsefalsefalse177), "translations", [], "any"falsefalsefalse177), "fr_FR", [], "array"falsefalsefalse177), "title", [], "any"falsefalsefalse177), "html"nulltrue);
  606.             echo "
  607.                                         </a>
  608.                                     </h3>
  609.                                     <p>
  610.                                         ";
  611.             // line 181
  612.             if ((twig_length_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'181$this->source); })()), 2, [], "array"falsefalsefalse181), "content", [], "any"falsefalsefalse181))) > 200)) {
  613.                 // line 182
  614.                 echo "                                            ";
  615.                 echo twig_slice($this->envtwig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'182$this->source); })()), 2, [], "array"falsefalsefalse182), "content", [], "any"falsefalsefalse182)), 0200);
  616.                 echo "...
  617.                                         ";
  618.             } else {
  619.                 // line 184
  620.                 echo "                                            ";
  621.                 echo twig_striptags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'184$this->source); })()), 2, [], "array"falsefalsefalse184), "content", [], "any"falsefalsefalse184));
  622.                 echo "
  623.                                         ";
  624.             }
  625.             // line 186
  626.             echo "                                    </p>
  627.                                 </div>
  628.                             </div>
  629.                         </div>
  630.                     ";
  631.         }
  632.         // line 191
  633.         echo "                </div>
  634.                 <div class=\"sixteen wide mobile four wide computer column\" id=\"last-item-article-destock\">
  635.                     ";
  636.         // line 193
  637.         if ((twig_length_filter($this->env, (isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'193$this->source); })())) > 0)) {
  638.             // line 194
  639.             echo "                        <div class=\"latest-items\">
  640.                             ";
  641.             // line 195
  642.             $context['_parent'] = $context;
  643.             $context['_seq'] = twig_ensure_traversable((isset($context["resources"]) || array_key_exists("resources"$context) ? $context["resources"] : (function () { throw new RuntimeError('Variable "resources" does not exist.'195$this->source); })()));
  644.             $context['loop'] = [
  645.               'parent' => $context['_parent'],
  646.               'index0' => 0,
  647.               'index'  => 1,
  648.               'first'  => true,
  649.             ];
  650.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  651.                 $length count($context['_seq']);
  652.                 $context['loop']['revindex0'] = $length 1;
  653.                 $context['loop']['revindex'] = $length;
  654.                 $context['loop']['length'] = $length;
  655.                 $context['loop']['last'] = === $length;
  656.             }
  657.             foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  658.                 // line 196
  659.                 echo "                                ";
  660.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse196) > 5)) {
  661.                     // line 197
  662.                     echo "                                <div class=\"item\">
  663.                                     <div class=\"content\">
  664.                                         <a class=\"header\" href=\"";
  665.                     // line 199
  666.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse199)]), "html"nulltrue);
  667.                     echo "\">
  668.                                             ";
  669.                     // line 200
  670.                     if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse200)) > 0)) {
  671.                         // line 201
  672.                         echo "                                                <div class=\"image\">
  673.                                                     <img src=\"";
  674.                         // line 202
  675.                         echo twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "images", [], "any"falsefalsefalse202), 0, [], "array"falsefalsefalse202), "path", [], "any"falsefalsefalse202), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'202$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue);
  676.                         echo "\" ";
  677.                         echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("main-image");
  678.                         echo " alt=\"\" class=\"ui bordered image\" />
  679.                                                 </div>
  680.                                             ";
  681.                     }
  682.                     // line 205
  683.                     echo "                                        </a>
  684.                                         <div class=\"description\">
  685.                                             ";
  686.                     // line 207
  687.                     $context["month"] = twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse207), "F");
  688.                     // line 208
  689.                     echo "                                            ";
  690.                     $context["translation"] = ("sylius.ui." . (isset($context["month"]) || array_key_exists("month"$context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.'208$this->source); })()));
  691.                     // line 209
  692.                     echo "                                            <div class=\"desc-date\">
  693.                                                 <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  694.                                                     <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  695.                                                 </svg>
  696.                                                 ";
  697.                     // line 213
  698.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse213), "j"), "html"nulltrue);
  699.                     echo " ";
  700.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["translation"]) || array_key_exists("translation"$context) ? $context["translation"] : (function () { throw new RuntimeError('Variable "translation" does not exist.'213$this->source); })())), "html"nulltrue);
  701.                     echo ", ";
  702.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "createdAt", [], "any"falsefalsefalse213), "Y"), "html"nulltrue);
  703.                     echo "
  704.                                                 <style>
  705.                                                     .description .desc-date svg {
  706.                                                         color: #E35E31;
  707.                                                     }
  708.                                                 </style>
  709.                                             </div>
  710.                                             <h3>
  711.                                                 <a href=\"";
  712.                     // line 221
  713.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse221)]), "html"nulltrue);
  714.                     echo "\" data-disqus-identifier=\"";
  715.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("odiseo_sylius_blog_plugin_shop_article_show", ["slug" => twig_get_attribute($this->env$this->source$context["article"], "slug", [], "any"falsefalsefalse221)]), "html"nulltrue);
  716.                     echo "\">
  717.                                                     ";
  718.                     // line 222
  719.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "translations", [], "any"falsefalsefalse222), "fr_FR", [], "array"falsefalsefalse222), "title", [], "any"falsefalsefalse222), "html"nulltrue);
  720.                     echo "
  721.                                                 </a>
  722.                                             </h3>
  723.                                             <p>
  724.                                                 ";
  725.                     // line 226
  726.                     if ((twig_length_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse226))) > 200)) {
  727.                         // line 227
  728.                         echo "                                                    ";
  729.                         echo twig_slice($this->envtwig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse227)), 0200);
  730.                         echo "...
  731.                                                 ";
  732.                     } else {
  733.                         // line 229
  734.                         echo "                                                    ";
  735.                         echo twig_striptags(twig_get_attribute($this->env$this->source$context["article"], "content", [], "any"falsefalsefalse229));
  736.                         echo "
  737.                                                 ";
  738.                     }
  739.                     // line 231
  740.                     echo "                                            </p>
  741.                                         </div>
  742.                                     </div>
  743.                                 </div>
  744.                                 ";
  745.                 }
  746.                 // line 236
  747.                 echo "                            ";
  748.                 ++$context['loop']['index0'];
  749.                 ++$context['loop']['index'];
  750.                 $context['loop']['first'] = false;
  751.                 if (isset($context['loop']['length'])) {
  752.                     --$context['loop']['revindex0'];
  753.                     --$context['loop']['revindex'];
  754.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  755.                 }
  756.             }
  757.             $_parent $context['_parent'];
  758.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  759.             $context array_intersect_key($context$_parent) + $_parent;
  760.             // line 237
  761.             echo "                        </div>
  762.                     ";
  763.         }
  764.         // line 239
  765.         echo "                </div>
  766.             </div>
  767.         ";
  768.         
  769.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  770.         
  771.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  772.     }
  773.     // line 244
  774.     public function block_blog_disqus($context, array $blocks = [])
  775.     {
  776.         $macros $this->macros;
  777.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  778.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""blog_disqus"));
  779.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  780.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""blog_disqus"));
  781.         // line 245
  782.         echo "                ";
  783.         $this->loadTemplate("@OdiseoSyliusBlogPlugin/Shop/Article/_disqus.html.twig""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig"245)->display($context);
  784.         // line 246
  785.         echo "            ";
  786.         
  787.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  788.         
  789.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  790.     }
  791.     public function getTemplateName()
  792.     {
  793.         return "@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig";
  794.     }
  795.     public function isTraitable()
  796.     {
  797.         return false;
  798.     }
  799.     public function getDebugInfo()
  800.     {
  801.         return array (  812 => 246,  809 => 245,  799 => 244,  787 => 239,  783 => 237,  769 => 236,  762 => 231,  756 => 229,  750 => 227,  748 => 226,  741 => 222,  735 => 221,  720 => 213,  714 => 209,  711 => 208,  709 => 207,  705 => 205,  697 => 202,  694 => 201,  692 => 200,  688 => 199,  684 => 197,  681 => 196,  664 => 195,  661 => 194,  659 => 193,  655 => 191,  648 => 186,  642 => 184,  636 => 182,  634 => 181,  627 => 177,  621 => 176,  606 => 168,  600 => 164,  597 => 163,  595 => 162,  591 => 160,  583 => 157,  580 => 156,  578 => 155,  574 => 154,  570 => 152,  567 => 151,  560 => 146,  554 => 144,  548 => 142,  546 => 141,  539 => 137,  533 => 136,  518 => 128,  512 => 124,  509 => 123,  507 => 122,  503 => 120,  495 => 117,  492 => 116,  490 => 115,  486 => 114,  482 => 112,  480 => 111,  477 => 110,  471 => 108,  466 => 105,  451 => 103,  441 => 96,  435 => 95,  425 => 92,  418 => 87,  414 => 85,  406 => 82,  403 => 81,  401 => 80,  396 => 79,  392 => 77,  384 => 74,  381 => 73,  379 => 72,  372 => 71,  370 => 70,  366 => 68,  363 => 67,  360 => 66,  357 => 65,  340 => 64,  336 => 62,  322 => 61,  315 => 56,  309 => 54,  303 => 52,  301 => 51,  294 => 47,  288 => 46,  278 => 43,  271 => 38,  267 => 36,  259 => 33,  256 => 32,  254 => 31,  249 => 30,  245 => 28,  241 => 26,  235 => 24,  232 => 23,  230 => 22,  223 => 21,  221 => 20,  217 => 18,  214 => 17,  211 => 16,  209 => 15,  206 => 14,  189 => 13,  185 => 11,  182 => 10,  172 => 9,  92 => 248,  89 => 247,  86 => 244,  84 => 243,  81 => 242,  79 => 9,  75 => 7,  65 => 6,  54 => 4,  52 => 2,  50 => 1,  37 => 4,);
  802.     }
  803.     public function getSourceContext()
  804.     {
  805.         return new Source("{% import '@SyliusUi/Macro/pagination.html.twig' as pagination %}
  806. {% import '@SyliusUi/Macro/messages.html.twig' as messages %}
  807. {% extends '@SyliusShop/layout.html.twig' %}
  808. {% block content %}
  809.     <div class=\"container-blog\">
  810.         <div class=\"container-h\">
  811.         {% block blog_articles %}
  812.             {% if resources|length > 0 %}
  813.                 <div class=\"container-blog-article\">
  814.                    <div class=\"column-left-article\">
  815.                        {% for article in resources %}
  816.                            {% set month =  article.createdAt|date('F') %}
  817.                            {% set translation = 'sylius.ui.' ~ month %}
  818.                            {% if loop.first %}
  819.                            <div class=\"first-article\">
  820.                                <div class=\"item\">
  821.                                    {% if disqus_shortname() %}
  822.                                        <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  823.                                            {% if article.images|length > 0 %}
  824.                                                <div class=\"image\">
  825.                                                    <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  826.                                                    {#                                           <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_small')) }}\" alt=\"{{ article.images[0].path }}\">#}
  827.                                                </div>
  828.                                            {% endif %}
  829.                                        </a>
  830.                                    {% else %}
  831.                                        <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  832.                                            {% if article.images|length > 0 %}
  833.                                                <div class=\"image\">
  834.                                                    <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  835.                                                </div>
  836.                                            {% endif %}
  837.                                        </a>
  838.                                    {% endif %}
  839.                                    <div class=\"description\">
  840.                                        <div class=\"desc-date\">
  841.                                            <svg width=\"18\" height=\"21\" viewBox=\"0 0 18 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  842.                                                <path d=\"M5 12.5C4.71667 12.5 4.479 12.404 4.287 12.212C4.09567 12.0207 4 11.7833 4 11.5C4 11.2167 4.09567 10.979 4.287 10.787C4.479 10.5957 4.71667 10.5 5 10.5C5.28333 10.5 5.521 10.5957 5.713 10.787C5.90433 10.979 6 11.2167 6 11.5C6 11.7833 5.90433 12.0207 5.713 12.212C5.521 12.404 5.28333 12.5 5 12.5ZM9 12.5C8.71667 12.5 8.47933 12.404 8.288 12.212C8.096 12.0207 8 11.7833 8 11.5C8 11.2167 8.096 10.979 8.288 10.787C8.47933 10.5957 8.71667 10.5 9 10.5C9.28333 10.5 9.521 10.5957 9.713 10.787C9.90433 10.979 10 11.2167 10 11.5C10 11.7833 9.90433 12.0207 9.713 12.212C9.521 12.404 9.28333 12.5 9 12.5ZM13 12.5C12.7167 12.5 12.4793 12.404 12.288 12.212C12.096 12.0207 12 11.7833 12 11.5C12 11.2167 12.096 10.979 12.288 10.787C12.4793 10.5957 12.7167 10.5 13 10.5C13.2833 10.5 13.5207 10.5957 13.712 10.787C13.904 10.979 14 11.2167 14 11.5C14 11.7833 13.904 12.0207 13.712 12.212C13.5207 12.404 13.2833 12.5 13 12.5ZM2 20.5C1.45 20.5 0.979 20.3043 0.587 19.913C0.195667 19.521 0 19.05 0 18.5V4.5C0 3.95 0.195667 3.47933 0.587 3.088C0.979 2.696 1.45 2.5 2 2.5H3V0.5H5V2.5H13V0.5H15V2.5H16C16.55 2.5 17.021 2.696 17.413 3.088C17.8043 3.47933 18 3.95 18 4.5V18.5C18 19.05 17.8043 19.521 17.413 19.913C17.021 20.3043 16.55 20.5 16 20.5H2ZM2 18.5H16V8.5H2V18.5Z\" fill=\"#858585\"/>
  843.                                            </svg>
  844.                                            {{ article.createdAt|date('j') }} {{ translation|trans }}, {{ article.createdAt|date('Y') }}
  845.                                        </div>
  846.                                        <h3>
  847.                                            <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  848.                                            {{article.translations['fr_FR'].title}}
  849.                                              </a>
  850.                                        </h3>
  851.                                        <p>
  852.                                            {% if article.content|striptags|length > 200 %}
  853.                                                {{ article.content|striptags|slice(0, 200)|raw }}...
  854.                                            {% else %}
  855.                                                {{ article.content|striptags|raw }}
  856.                                            {% endif %}
  857.                                        </p>
  858.                                    </div>
  859.                                </div>
  860.                            </div>
  861.                            {% endif %}
  862.                        {% endfor %}
  863.                    </div>
  864.                     <div class=\"column-right-article\">
  865.                         {% for article in resources %}
  866.                             {% set month =  article.createdAt|date('F') %}
  867.                             {% set translation = 'sylius.ui.' ~ month %}
  868.                                 {% if loop.index <= 5 and loop.index0 != 0 %}
  869.                                     <div class=\"other-article\">
  870.                                         <div class=\"item\">
  871.                                             {% if disqus_shortname() %}
  872.                                                 <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  873.                                                     {% if article.images|length > 0 %}
  874.                                                         <div class=\"image\">
  875.                                                             <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  876.                                                         </div>
  877.                                                     {% endif %}
  878.                                                 </a>
  879.                                             {% else %}
  880.                                                 <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  881.                                                     {% if article.images|length > 0 %}
  882.                                                         <div class=\"image\">
  883.                                                             <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  884.                                                         </div>
  885.                                                     {% endif %}
  886.                                                 </a>
  887.                                             {% endif %}
  888.                                             <div class=\"description\">
  889.                                                 <div class=\"desc-date\">
  890.                                                     <svg width=\"18\" height=\"21\" viewBox=\"0 0 18 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  891.                                                         <path d=\"M5 12.5C4.71667 12.5 4.479 12.404 4.287 12.212C4.09567 12.0207 4 11.7833 4 11.5C4 11.2167 4.09567 10.979 4.287 10.787C4.479 10.5957 4.71667 10.5 5 10.5C5.28333 10.5 5.521 10.5957 5.713 10.787C5.90433 10.979 6 11.2167 6 11.5C6 11.7833 5.90433 12.0207 5.713 12.212C5.521 12.404 5.28333 12.5 5 12.5ZM9 12.5C8.71667 12.5 8.47933 12.404 8.288 12.212C8.096 12.0207 8 11.7833 8 11.5C8 11.2167 8.096 10.979 8.288 10.787C8.47933 10.5957 8.71667 10.5 9 10.5C9.28333 10.5 9.521 10.5957 9.713 10.787C9.90433 10.979 10 11.2167 10 11.5C10 11.7833 9.90433 12.0207 9.713 12.212C9.521 12.404 9.28333 12.5 9 12.5ZM13 12.5C12.7167 12.5 12.4793 12.404 12.288 12.212C12.096 12.0207 12 11.7833 12 11.5C12 11.2167 12.096 10.979 12.288 10.787C12.4793 10.5957 12.7167 10.5 13 10.5C13.2833 10.5 13.5207 10.5957 13.712 10.787C13.904 10.979 14 11.2167 14 11.5C14 11.7833 13.904 12.0207 13.712 12.212C13.5207 12.404 13.2833 12.5 13 12.5ZM2 20.5C1.45 20.5 0.979 20.3043 0.587 19.913C0.195667 19.521 0 19.05 0 18.5V4.5C0 3.95 0.195667 3.47933 0.587 3.088C0.979 2.696 1.45 2.5 2 2.5H3V0.5H5V2.5H13V0.5H15V2.5H16C16.55 2.5 17.021 2.696 17.413 3.088C17.8043 3.47933 18 3.95 18 4.5V18.5C18 19.05 17.8043 19.521 17.413 19.913C17.021 20.3043 16.55 20.5 16 20.5H2ZM2 18.5H16V8.5H2V18.5Z\" fill=\"#858585\"/>
  892.                                                     </svg>
  893.                                                     {{ article.createdAt|date('j') }} {{ translation|trans }}, {{ article.createdAt|date('Y') }}
  894.                                                 </div>
  895.                                                 <h3>
  896.                                                     <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  897.                                                         {{ article.translations['fr_FR'].title }}
  898.                                                     </a>
  899.                                                 </h3>
  900.                                             </div>
  901.                                         </div>
  902.                                     </div>
  903.                                 {% endif %}
  904.                         {% endfor %}
  905.                     </div>
  906.                 </div>
  907.             {% else %}
  908.                 {{ messages.info('sylius.ui.no_results_to_display') }}
  909.             {% endif %}
  910.                 <div class=\"ui stackable two column grid\" id=\"last-item-article-responsive\">
  911.                     {% if resources[1] is defined %}
  912.                         <div class=\"item\">
  913.                             <div class=\"content\">
  914.                                 <a class=\"header\" href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[1].slug}) }}\">
  915.                                     {% if resources[1].images|length > 0 %}
  916.                                         <div class=\"image\">
  917.                                             <img src=\"{{ resources[1].images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  918.                                         </div>
  919.                                     {% endif %}
  920.                                 </a>
  921.                                 <div class=\"description\">
  922.                                     {% set month =  resources[1].createdAt|date('F') %}
  923.                                     {% set translation = 'sylius.ui.' ~ month %}
  924.                                     <div class=\"desc-date\">
  925.                                         <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  926.                                             <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  927.                                         </svg>
  928.                                         {{ resources[1].createdAt|date('j') }} {{ translation|trans }}, {{ resources[1].createdAt|date('Y') }}
  929.                                         <style>
  930.                                             .description .desc-date svg {
  931.                                                 color: #E35E31;
  932.                                             }
  933.                                         </style>
  934.                                     </div>
  935.                                     <h3>
  936.                                         <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[1].slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[1].slug}) }}\">
  937.                                             {{ resources[1].translations['fr_FR'].title }}
  938.                                         </a>
  939.                                     </h3>
  940.                                     <p>
  941.                                         {% if resources[1].content|striptags|length > 200 %}
  942.                                             {{ resources[1].content|striptags|slice(0, 200)|raw }}...
  943.                                         {% else %}
  944.                                             {{ resources[1].content|striptags|raw }}
  945.                                         {% endif %}
  946.                                     </p>
  947.                                 </div>
  948.                             </div>
  949.                         </div>
  950.                     {% endif %}
  951.                     {% if resources[2] is defined %}
  952.                         <div class=\"item\">
  953.                             <div class=\"content\">
  954.                                 <a class=\"header\" href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[2].slug}) }}\">
  955.                                     {% if resources[2].images|length > 0 %}
  956.                                         <div class=\"image\">
  957.                                             <img src=\"{{ resources[2].images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  958.                                         </div>
  959.                                     {% endif %}
  960.                                 </a>
  961.                                 <div class=\"description\">
  962.                                     {% set month =  resources[2].createdAt|date('F') %}
  963.                                     {% set translation = 'sylius.ui.' ~ month %}
  964.                                     <div class=\"desc-date\">
  965.                                         <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  966.                                             <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  967.                                         </svg>
  968.                                         {{ resources[2].createdAt|date('j') }} {{ translation|trans }}, {{ resources[2].createdAt|date('Y') }}
  969.                                         <style>
  970.                                             .description .desc-date svg {
  971.                                                 color: #E35E31;
  972.                                             }
  973.                                         </style>
  974.                                     </div>
  975.                                     <h3>
  976.                                         <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[2].slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : resources[2].slug}) }}\">
  977.                                             {{ resources[2].translations['fr_FR'].title }}
  978.                                         </a>
  979.                                     </h3>
  980.                                     <p>
  981.                                         {% if resources[2].content|striptags|length > 200 %}
  982.                                             {{ resources[2].content|striptags|slice(0, 200)|raw }}...
  983.                                         {% else %}
  984.                                             {{ resources[2].content|striptags|raw }}
  985.                                         {% endif %}
  986.                                     </p>
  987.                                 </div>
  988.                             </div>
  989.                         </div>
  990.                     {% endif %}
  991.                 </div>
  992.                 <div class=\"sixteen wide mobile four wide computer column\" id=\"last-item-article-destock\">
  993.                     {% if resources|length > 0 %}
  994.                         <div class=\"latest-items\">
  995.                             {% for article in resources %}
  996.                                 {% if loop.index > 5 %}
  997.                                 <div class=\"item\">
  998.                                     <div class=\"content\">
  999.                                         <a class=\"header\" href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  1000.                                             {% if article.images|length > 0 %}
  1001.                                                 <div class=\"image\">
  1002.                                                     <img src=\"{{ article.images[0].path|imagine_filter(filter|default('sylius_large')) }}\" {{ sylius_test_html_attribute('main-image') }} alt=\"\" class=\"ui bordered image\" />
  1003.                                                 </div>
  1004.                                             {% endif %}
  1005.                                         </a>
  1006.                                         <div class=\"description\">
  1007.                                             {% set month =  article.createdAt|date('F') %}
  1008.                                             {% set translation = 'sylius.ui.' ~ month %}
  1009.                                             <div class=\"desc-date\">
  1010.                                                 <svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  1011.                                                     <path d=\"M7 15C6.64583 15 6.34875 14.88 6.10875 14.64C5.86958 14.4008 5.75 14.1042 5.75 13.75C5.75 13.3958 5.86958 13.0988 6.10875 12.8588C6.34875 12.6196 6.64583 12.5 7 12.5C7.35417 12.5 7.65125 12.6196 7.89125 12.8588C8.13042 13.0988 8.25 13.3958 8.25 13.75C8.25 14.1042 8.13042 14.4008 7.89125 14.64C7.65125 14.88 7.35417 15 7 15ZM12 15C11.6458 15 11.3492 14.88 11.11 14.64C10.87 14.4008 10.75 14.1042 10.75 13.75C10.75 13.3958 10.87 13.0988 11.11 12.8588C11.3492 12.6196 11.6458 12.5 12 12.5C12.3542 12.5 12.6513 12.6196 12.8913 12.8588C13.1304 13.0988 13.25 13.3958 13.25 13.75C13.25 14.1042 13.1304 14.4008 12.8913 14.64C12.6513 14.88 12.3542 15 12 15ZM17 15C16.6458 15 16.3492 14.88 16.11 14.64C15.87 14.4008 15.75 14.1042 15.75 13.75C15.75 13.3958 15.87 13.0988 16.11 12.8588C16.3492 12.6196 16.6458 12.5 17 12.5C17.3542 12.5 17.6508 12.6196 17.89 12.8588C18.13 13.0988 18.25 13.3958 18.25 13.75C18.25 14.1042 18.13 14.4008 17.89 14.64C17.6508 14.88 17.3542 15 17 15ZM3.25 25C2.5625 25 1.97375 24.7554 1.48375 24.2663C0.994583 23.7763 0.75 23.1875 0.75 22.5V5C0.75 4.3125 0.994583 3.72417 1.48375 3.235C1.97375 2.745 2.5625 2.5 3.25 2.5H4.5V0H7V2.5H17V0H19.5V2.5H20.75C21.4375 2.5 22.0263 2.745 22.5163 3.235C23.0054 3.72417 23.25 4.3125 23.25 5V22.5C23.25 23.1875 23.0054 23.7763 22.5163 24.2663C22.0263 24.7554 21.4375 25 20.75 25H3.25ZM3.25 22.5H20.75V10H3.25V22.5Z\" fill=\"#858585\"/>
  1012.                                                 </svg>
  1013.                                                 {{ article.createdAt|date('j') }} {{ translation|trans }}, {{ article.createdAt|date('Y') }}
  1014.                                                 <style>
  1015.                                                     .description .desc-date svg {
  1016.                                                         color: #E35E31;
  1017.                                                     }
  1018.                                                 </style>
  1019.                                             </div>
  1020.                                             <h3>
  1021.                                                 <a href=\"{{ path('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\" data-disqus-identifier=\"{{ url('odiseo_sylius_blog_plugin_shop_article_show', {'slug' : article.slug}) }}\">
  1022.                                                     {{ article.translations['fr_FR'].title }}
  1023.                                                 </a>
  1024.                                             </h3>
  1025.                                             <p>
  1026.                                                 {% if article.content|striptags|length > 200 %}
  1027.                                                     {{ article.content|striptags|slice(0, 200)|raw }}...
  1028.                                                 {% else %}
  1029.                                                     {{ article.content|striptags|raw }}
  1030.                                                 {% endif %}
  1031.                                             </p>
  1032.                                         </div>
  1033.                                     </div>
  1034.                                 </div>
  1035.                                 {% endif %}
  1036.                             {% endfor %}
  1037.                         </div>
  1038.                     {% endif %}
  1039.                 </div>
  1040.             </div>
  1041.         {% endblock %}
  1042.         {% if disqus_shortname() %}
  1043.             {% block blog_disqus %}
  1044.                 {% include '@OdiseoSyliusBlogPlugin/Shop/Article/_disqus.html.twig' %}
  1045.             {% endblock %}
  1046.         {% endif %}
  1047.     </div>
  1048.     <style>
  1049.         /*.desc-date{*/
  1050.         /*    display: inline-flex;*/
  1051.         /*    gap: 1rem;*/
  1052.         /*    align-items: flex-end;*/
  1053.         /*}*/
  1054.         /*!*#main-container{*!*/
  1055.         /*!*    margin-top: 7.5rem ;*!*/
  1056.         /*!*}*!*/
  1057.         /*.container-blog-article{*/
  1058.         /*    display: grid;*/
  1059.         /*    grid-template-columns: 1fr 1fr;*/
  1060.         /*    gap: 2rem;*/
  1061.         /*    padding-bottom: 4rem;*/
  1062.         /*}*/
  1063.         /*.container-blog{*/
  1064.         /*    padding-top: 2rem;*/
  1065.         /*}*/
  1066.         /*.description > *{*/
  1067.         /*    margin-top: 1rem !important;*/
  1068.         /*}*/
  1069.         /*.description h3 {*/
  1070.         /*    margin: 0;*/
  1071.         /*    font-size: 1.75rem;*/
  1072.         /*}*/
  1073.         /*.description h3 a {*/
  1074.         /*    color: #000;*/
  1075.         /*}*/
  1076.         /*.first-article .image{*/
  1077.         /*    width: 100%;*/
  1078.         /*    height: auto;*/
  1079.         /*}*/
  1080.         /*.column-left-article{*/
  1081.         /*!*    first column*!*/
  1082.         /*    grid-column: span 1;*/
  1083.         /*}*/
  1084.         /*.column-right-article{*/
  1085.         /*    display: flex;*/
  1086.         /*    flex-direction: column;*/
  1087.         /*    !*gap: 1rem;*!*/
  1088.         /*}*/
  1089.         /*.column-right-article .other-article:first-of-type .item{*/
  1090.         /*    padding: 0 0 0.5rem 0 ;*/
  1091.         /*}*/
  1092.         /*.column-right-article .other-article:last-of-type .item{*/
  1093.         /*    padding: 0.5rem 0 0 0 ;*/
  1094.         /*    border: 0;*/
  1095.         /*}*/
  1096.         /*.other-article .item{*/
  1097.         /*    display: flex;*/
  1098.         /*    flex-direction: row-reverse;*/
  1099.         /*    align-items: center;*/
  1100.         /*    justify-content: space-between;*/
  1101.         /*    gap: 2rem;*/
  1102.         /*    padding: 0.5rem 0;*/
  1103.         /*    border-bottom: 1px solid #D9D9D9;*/
  1104.         /*}*/
  1105.         /*.other-article .item .image img{*/
  1106.         /*    width: 200px !important;*/
  1107.         /*    max-width: none !important;*/
  1108.         /*    height: auto;*/
  1109.         /*}*/
  1110.         /*.other-article .description{*/
  1111.         /*    width: 100%;*/
  1112.         /*}*/
  1113.     </style>
  1114. {% endblock %}
  1115. ""@OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig""/var/www/Bikers/templates/bundles/OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig");
  1116.     }
  1117. }