var/cache/dev/twig/8b/8b4c2cdc7cf289c7d401cd97f6b8aedc9a3dbbc6d37d0cbc15887ca6bbe8c383.php line 43

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* company/base_list.html.twig */
  15. class __TwigTemplate_4dc2e6cd46c65492014c684a79ea0ec534d4ecae747ec863be55e5f907e14b5a extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'content' => [$this'block_content'],
  26.             'search_title' => [$this'block_search_title'],
  27.             'items_description' => [$this'block_items_description'],
  28.             'pagination' => [$this'block_pagination'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 3
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""company/base_list.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""company/base_list.html.twig"));
  43.         // line 1
  44.         $context["body_classes"] = ["list-of-companies"];
  45.         // line 3
  46.         $this->parent $this->loadTemplate("base.html.twig""company/base_list.html.twig"3);
  47.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  50.         
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  52.     }
  53.     // line 5
  54.     public function block_stylesheets($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  61.         // line 6
  62.         yield "    ";
  63.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  64.         yield "
  65.     ";
  66.         // line 7
  67.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("company_list");
  68.         yield "
  69.     ";
  70.         // line 8
  71.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("search_autocomplete");
  72.         yield "
  73. ";
  74.         
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  76.         
  77.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  78.         return; yield '';
  79.     }
  80.     // line 11
  81.     public function block_content($context, array $blocks = [])
  82.     {
  83.         $macros $this->macros;
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  86.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  87.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  88.         // line 12
  89.         yield "    <main>
  90.         <div class=\"container\">
  91.             <div class=\"list-of-companies-container\">
  92.                 <div class=\"search-form-wrapper animate-on-scroll-bottom\">
  93.                     <div class=\"title\">
  94.                         ";
  95.         // line 17
  96.         yield from $this->unwrap()->yieldBlock('search_title'$context$blocks);
  97.         // line 18
  98.         yield "                        <h3>";
  99.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("company_list.list_title");
  100.         yield "</h3>
  101.                     </div>
  102.                     <div class=\"title\" style=\"display: none\">
  103.                         <h3>";
  104.         // line 21
  105.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("company_list.search_title");
  106.         yield "</h3>
  107.                         <p>";
  108.         // line 22
  109.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("company_list.search_description");
  110.         yield "</p>
  111.                     </div>
  112.                     ";
  113.         // line 24
  114.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'24$this->source); })()), 'form_start', ["attr" => ["data-controller" => "search""data-search-url-value" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search"), "data-action" => "submit->search#onSubmit"]]);
  115.         // line 28
  116.         yield "
  117.                         <div class=\"field-wrapper\">
  118.                             ";
  119.         // line 30
  120.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'30$this->source); })()), "search", [], "any"falsefalsefalse30), 'widget', ["attr" => ["data-action" => "input->search#onAutocomplete click->search#onClick""data-search-target" => "input"]]);
  121.         // line 33
  122.         yield "
  123.                             <div class=\"autocomplete-results\" ";
  124.         // line 34
  125.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusTarget($this->env"search""results");
  126.         yield "></div>
  127.                         </div>
  128.                         <div class=\"buttons-container\">
  129.                             ";
  130.         // line 37
  131.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'37$this->source); })()), "submit", [], "any"falsefalsefalse37), 'widget');
  132.         yield "
  133.                         </div>
  134.                     ";
  135.         // line 39
  136.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'39$this->source); })()), 'form_end');
  137.         yield "
  138.                 </div>
  139.                 <div class=\"items-description\">";
  140.         // line 41
  141.         yield from $this->unwrap()->yieldBlock('items_description'$context$blocks);
  142.         yield "</div>
  143.                 <div class=\"items-container\">
  144.                     ";
  145.         // line 43
  146.         $context['_parent'] = $context;
  147.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'43$this->source); })()));
  148.         foreach ($context['_seq'] as $context["_key"] => $context["profile"]) {
  149.             // line 44
  150.             yield "                        <div class=\"item-wrapper ";
  151.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\ProfileExtension']->getStyleClasses($context["profile"]), "html"nulltrue);
  152.             yield "\">
  153.                             <div class=\"image-wrapper\">
  154.                                 <img src=\"";
  155.             // line 46
  156.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo-award.svg"), "html"nulltrue);
  157.             yield "\" alt=\"\">
  158.                                 <div class=\"status\">";
  159.             // line 47
  160.             yield $this->extensions['App\Twig\ProfileExtension']->getStatusLabel($context["profile"]);
  161.             yield "</div>
  162.                                 <div class=\"expiration-date\">
  163.                                     ";
  164.             // line 49
  165.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("company.list.expiration_date", ["%date%" => $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source,             // line 50
  166. $context["profile"], "expiredAt", [], "any"falsefalsefalse50), "d.m.Y")]);
  167.             // line 51
  168.             yield "
  169.                                 </div>
  170.                                 ";
  171.             // line 54
  172.             yield "                            </div>
  173.                             <div class=\"description-wrapper\">
  174.                                 <a href=\"";
  175.             // line 56
  176.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("company_show", ["id" => CoreExtension::getAttribute($this->env$this->source$context["profile"], "id", [], "any"falsefalsefalse56), "slug" => CoreExtension::getAttribute($this->env$this->source$context["profile"], "slug", [], "any"falsefalsefalse56)]), "html"nulltrue);
  177.             yield "\">
  178.                                     <h6>";
  179.             // line 57
  180.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["profile"], "name", [], "any"falsefalsefalse57), "html"nulltrue);
  181.             yield "</h6>
  182.                                     <p class=\"subtitle\">";
  183.             // line 58
  184.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["profile"], "city", [], "any"falsefalsefalse58), "name", [], "any"falsefalsefalse58)), "html"nulltrue);
  185.             yield "</p>
  186.                                     <p class=\"description\">";
  187.             // line 59
  188.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["profile"], "scopeOfActivity", [], "any"falsefalsefalse59), "html"nulltrue);
  189.             yield "</p>
  190.                                     <p class=\"date\">
  191.                                         ";
  192.             // line 61
  193.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("company.list.first_audit", ["%date%" => $this->extensions['App\Twig\AuditDateExtension']->formatAuditDate(CoreExtension::getAttribute($this->env$this->source,             // line 62
  194. $context["profile"], "createdAt", [], "any"falsefalsefalse62))]), "html"nulltrue);
  195.             // line 63
  196.             yield "
  197.                                     </p>
  198.                                 </a>
  199.                             </div>
  200.                         </div>
  201.                     ";
  202.         }
  203.         $_parent $context['_parent'];
  204.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['profile'], $context['_parent'], $context['loop']);
  205.         $context array_intersect_key($context$_parent) + $_parent;
  206.         // line 69
  207.         yield "                </div>
  208.                 ";
  209.         // line 70
  210.         yield from $this->unwrap()->yieldBlock('pagination'$context$blocks);
  211.         // line 71
  212.         yield "            </div>
  213.         </div>
  214.     </main>
  215. ";
  216.         
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  218.         
  219.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  220.         return; yield '';
  221.     }
  222.     // line 17
  223.     public function block_search_title($context, array $blocks = [])
  224.     {
  225.         $macros $this->macros;
  226.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_title"));
  228.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_title"));
  230.         
  231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  232.         
  233.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  234.         return; yield '';
  235.     }
  236.     // line 41
  237.     public function block_items_description($context, array $blocks = [])
  238.     {
  239.         $macros $this->macros;
  240.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  241.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items_description"));
  242.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  243.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items_description"));
  244.         
  245.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  246.         
  247.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  248.         return; yield '';
  249.     }
  250.     // line 70
  251.     public function block_pagination($context, array $blocks = [])
  252.     {
  253.         $macros $this->macros;
  254.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  255.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pagination"));
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  257.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pagination"));
  258.         
  259.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  260.         
  261.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  262.         return; yield '';
  263.     }
  264.     /**
  265.      * @codeCoverageIgnore
  266.      */
  267.     public function getTemplateName()
  268.     {
  269.         return "company/base_list.html.twig";
  270.     }
  271.     /**
  272.      * @codeCoverageIgnore
  273.      */
  274.     public function isTraitable()
  275.     {
  276.         return false;
  277.     }
  278.     /**
  279.      * @codeCoverageIgnore
  280.      */
  281.     public function getDebugInfo()
  282.     {
  283.         return array (  283 => 70,  264 => 41,  245 => 17,  231 => 71,  229 => 70,  226 => 69,  215 => 63,  213 => 62,  212 => 61,  207 => 59,  203 => 58,  199 => 57,  195 => 56,  191 => 54,  187 => 51,  185 => 50,  184 => 49,  179 => 47,  175 => 46,  169 => 44,  165 => 43,  160 => 41,  155 => 39,  150 => 37,  144 => 34,  141 => 33,  139 => 30,  135 => 28,  133 => 24,  128 => 22,  124 => 21,  117 => 18,  115 => 17,  108 => 12,  98 => 11,  85 => 8,  81 => 7,  76 => 6,  66 => 5,  55 => 3,  53 => 1,  40 => 3,);
  284.     }
  285.     public function getSourceContext()
  286.     {
  287.         return new Source("{% set body_classes = ['list-of-companies'] %}
  288. {% extends 'base.html.twig' %}
  289. {% block stylesheets %}
  290.     {{ parent() }}
  291.     {{ encore_entry_link_tags('company_list') }}
  292.     {{ encore_entry_link_tags('search_autocomplete') }}
  293. {% endblock stylesheets %}
  294. {% block content %}
  295.     <main>
  296.         <div class=\"container\">
  297.             <div class=\"list-of-companies-container\">
  298.                 <div class=\"search-form-wrapper animate-on-scroll-bottom\">
  299.                     <div class=\"title\">
  300.                         {% block search_title %}{% endblock search_title %}
  301.                         <h3>{{ 'company_list.list_title'|trans|raw }}</h3>
  302.                     </div>
  303.                     <div class=\"title\" style=\"display: none\">
  304.                         <h3>{{ 'company_list.search_title'|trans|raw }}</h3>
  305.                         <p>{{ 'company_list.search_description'|trans|raw }}</p>
  306.                     </div>
  307.                     {{ form_start(form, {'attr': {
  308.                         'data-controller': 'search',
  309.                         'data-search-url-value': path('search'),
  310.                         'data-action': 'submit->search#onSubmit',
  311.                     }}) }}
  312.                         <div class=\"field-wrapper\">
  313.                             {{ form_widget(form.search, {'attr': {
  314.                                 'data-action': 'input->search#onAutocomplete click->search#onClick',
  315.                                 'data-search-target': 'input',
  316.                             }}) }}
  317.                             <div class=\"autocomplete-results\" {{ stimulus_target('search', 'results') }}></div>
  318.                         </div>
  319.                         <div class=\"buttons-container\">
  320.                             {{ form_widget(form.submit) }}
  321.                         </div>
  322.                     {{ form_end(form) }}
  323.                 </div>
  324.                 <div class=\"items-description\">{% block items_description %}{% endblock items_description %}</div>
  325.                 <div class=\"items-container\">
  326.                     {% for profile in profiles %}
  327.                         <div class=\"item-wrapper {{ profile|get_profile_styles }}\">
  328.                             <div class=\"image-wrapper\">
  329.                                 <img src=\"{{ asset('build/images/logo-award.svg') }}\" alt=\"\">
  330.                                 <div class=\"status\">{{ profile|profile_status_label|raw }}</div>
  331.                                 <div class=\"expiration-date\">
  332.                                     {{ 'company.list.expiration_date'|trans({
  333.                                         '%date%' : profile.expiredAt|date('d.m.Y')
  334.                                     })|raw }}
  335.                                 </div>
  336.                                 {#<div class=\"label\">{{ 'company.list.golden_partner'|trans }}</div>#}
  337.                             </div>
  338.                             <div class=\"description-wrapper\">
  339.                                 <a href=\"{{ path('company_show', {'id': profile.id, 'slug': profile.slug}) }}\">
  340.                                     <h6>{{ profile.name }}</h6>
  341.                                     <p class=\"subtitle\">{{ profile.city.name|capitalize }}</p>
  342.                                     <p class=\"description\">{{ profile.scopeOfActivity }}</p>
  343.                                     <p class=\"date\">
  344.                                         {{ 'company.list.first_audit'|trans({
  345.                                             '%date%': profile.createdAt|audit_date
  346.                                         }) }}
  347.                                     </p>
  348.                                 </a>
  349.                             </div>
  350.                         </div>
  351.                     {% endfor %}
  352.                 </div>
  353.                 {% block pagination %}{% endblock pagination %}
  354.             </div>
  355.         </div>
  356.     </main>
  357. {% endblock content %}""company/base_list.html.twig""/var/www/brc_frontend/templates/company/base_list.html.twig");
  358.     }
  359. }