Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/ab/ab4dd82d6d33537aca9464b100ebfd86.php line 50

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. /* @theme/meettheteam/featuredTeamMembers.html.twig */
  14. class __TwigTemplate_b75690bca38f01a32debb0ae7a83602d extends 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/meettheteam/featuredTeamMembers.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/meettheteam/featuredTeamMembers.html.twig"));
  33.         // line 1
  34.         echo "<section class=\"meet-the-team\">
  35.   <div class=\"container\">
  36.     <h2 class=\"text-primary\">We’re Here To Help!</h2>
  37.   </div>
  38.   <div class=\"container text-lg\">
  39.     ";
  40.         // line 6
  41.         echo $this->extensions['App\Twig\TwigExtension']->{closure:App\Twig\TwigExtension::getFunctions():58}(10);
  42.         echo "
  43.   </div>
  44.   <div class=\"team-members\">
  45.     ";
  46.         // line 9
  47.         $context['_parent'] = $context;
  48.         $context['_seq'] = twig_ensure_traversable((isset($context["teamMembers"]) || array_key_exists("teamMembers"$context) ? $context["teamMembers"] : (function () { throw new RuntimeError('Variable "teamMembers" does not exist.'9$this->source); })()));
  49.         $context['_iterated'] = false;
  50.         foreach ($context['_seq'] as $context["_key"] => $context["teamMember"]) {
  51.             // line 10
  52.             echo "      ";
  53.             echo $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("SingleTeamMember", ["teamMember" => $context["teamMember"]]);
  54.             echo "
  55.     ";
  56.             $context['_iterated'] = true;
  57.         }
  58.         if (!$context['_iterated']) {
  59.             // line 12
  60.             echo "      <div>No Team Members Found</div>
  61.     ";
  62.         }
  63.         $_parent $context['_parent'];
  64.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['teamMember'], $context['_parent'], $context['loop']);
  65.         $context array_intersect_key($context$_parent) + $_parent;
  66.         // line 14
  67.         echo "  </div>
  68.   <div class=\"container text-center\">
  69.     <a class=\"button mx-auto\" href=\"/team-members\">View all Team Members</a>
  70.   </div>
  71.   ";
  72.         // line 20
  73.         echo "  <div class=\"mt-12\">
  74.     ";
  75.         // line 21
  76.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\TestimonialDefaultController::embedFeaturedTestimonials"));
  77.         echo "
  78.   </div>
  79.   <div class=\"container\">
  80.     <div class=\"logo-banner\"></div>
  81.   </div>
  82. </section>
  83. ";
  84.         
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  86.         
  87.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  88.     }
  89.     /**
  90.      * @codeCoverageIgnore
  91.      */
  92.     public function getTemplateName()
  93.     {
  94.         return "@theme/meettheteam/featuredTeamMembers.html.twig";
  95.     }
  96.     /**
  97.      * @codeCoverageIgnore
  98.      */
  99.     public function isTraitable()
  100.     {
  101.         return false;
  102.     }
  103.     /**
  104.      * @codeCoverageIgnore
  105.      */
  106.     public function getDebugInfo()
  107.     {
  108.         return array (  86 => 21,  83 => 20,  76 => 14,  69 => 12,  61 => 10,  56 => 9,  50 => 6,  43 => 1,);
  109.     }
  110.     public function getSourceContext()
  111.     {
  112.         return new Source("<section class=\"meet-the-team\">
  113.   <div class=\"container\">
  114.     <h2 class=\"text-primary\">We’re Here To Help!</h2>
  115.   </div>
  116.   <div class=\"container text-lg\">
  117.     {{ forceRenderPcgcHtmlBlockByIdentifier(10)|raw }}
  118.   </div>
  119.   <div class=\"team-members\">
  120.     {% for teamMember in teamMembers %}
  121.       {{ component('SingleTeamMember', { teamMember: teamMember }) }}
  122.     {% else %}
  123.       <div>No Team Members Found</div>
  124.     {% endfor %}
  125.   </div>
  126.   <div class=\"container text-center\">
  127.     <a class=\"button mx-auto\" href=\"/team-members\">View all Team Members</a>
  128.   </div>
  129.   {# Featured Testimonials Section #}
  130.   <div class=\"mt-12\">
  131.     {{ render(controller('App\\\\Controller\\\\TestimonialDefaultController::embedFeaturedTestimonials')) }}
  132.   </div>
  133.   <div class=\"container\">
  134.     <div class=\"logo-banner\"></div>
  135.   </div>
  136. </section>
  137. ""@theme/meettheteam/featuredTeamMembers.html.twig""/var/www/html/t/taurushr/templates/themes/theme/meettheteam/featuredTeamMembers.html.twig");
  138.     }
  139. }