var/cache/website/dev/twig/70/70e6f75eb16f3c4c2f19895e4238d7bf3fdb196ab3d26f2ef2db582e4bb97dda.php line 34

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. /* blocks/teams-display.html.twig */
  15. class __TwigTemplate_04124a3eaddc9e207f2d89ad1839c2992ef7b38bcd6d7d0dff1681f804611ed6 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->parent false;
  24.         $this->blocks = [
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blocks/teams-display.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blocks/teams-display.html.twig"));
  34.         // line 1
  35.         yield "<div class=\"br8 mt-40px mb-40px pxaic\">
  36. \t";
  37.         // line 2
  38.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Website\\ContactController::getContactByEntreprise", [], ["id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 3
  39. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'3$this->source); })()), "main_content", [], "any"falsefalsefalse3), 0, [], "array"falsefalsefalse3), "account", [], "any"falsefalsefalse3), "id", [], "any"falsefalsefalse3)]));
  40.         // line 4
  41.         yield "
  42. </div>
  43. ";
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.         return; yield '';
  49.     }
  50.     /**
  51.      * @codeCoverageIgnore
  52.      */
  53.     public function getTemplateName()
  54.     {
  55.         return "blocks/teams-display.html.twig";
  56.     }
  57.     /**
  58.      * @codeCoverageIgnore
  59.      */
  60.     public function isTraitable()
  61.     {
  62.         return false;
  63.     }
  64.     /**
  65.      * @codeCoverageIgnore
  66.      */
  67.     public function getDebugInfo()
  68.     {
  69.         return array (  50 => 4,  48 => 3,  47 => 2,  44 => 1,);
  70.     }
  71.     public function getSourceContext()
  72.     {
  73.         return new Source("<div class=\"br8 mt-40px mb-40px pxaic\">
  74. \t{{ render(controller(
  75. \t\t\t\t'App\\\\Controller\\\\Website\\\\ContactController::getContactByEntreprise', {}, { 'id': content.main_content[0].account.id }
  76. \t\t\t)) }}
  77. </div>
  78. ""blocks/teams-display.html.twig""/var/www/html/templates/blocks/teams-display.html.twig");
  79.     }
  80. }