var/cache/dev/twig/f7/f787b6def12b848226a763fe8fec4d0f3ac7a7935ba7a3fef479af0f78e6241d.php line 40

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. /* about.html.twig */
  14. class __TwigTemplate_993d6df24e7d3b3337b24f5dbffecf934523933b26082f17a92179fb7c8360f6 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->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'metaDescription' => [$this'block_metaDescription'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "base.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""about.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""about.html.twig"));
  40.         $this->parent $this->loadTemplate("base.html.twig""about.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_title($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         echo "Tracol";
  56.         
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  58.         
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  60.     }
  61.     // line 4
  62.     public function block_metaDescription($context, array $blocks = [])
  63.     {
  64.         $macros $this->macros;
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  67.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  69.         // line 5
  70.         echo "    <meta name=\"description\" content=\"En tant que promoteur immobilier, nous oeuvrons pour vous fournir le meilleur service. En tant qu’agence immobilière, il en va de même\">
  71. ";
  72.         
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  74.         
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  76.     }
  77.     // line 8
  78.     public function block_body($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  85.         // line 9
  86.         echo "
  87.     <div class=\"container-fluid teams\">
  88.         <div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\" style=\"padding:60px 0;\">
  89.             <div class=\"col-lg-3 home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
  90.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\" style=\"margin-bottom: 10px\">
  91.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"></path>
  92.                 </svg>
  93.                 <h1 class=\"project-title\">A propos</h1>
  94.             </div>
  95.             <div class=\"separator\"></div>
  96.             <div class=\"pre-section-content col-md-10\">
  97.                 Des solutions qui valorisent l’espace. Voilà notre leitmotiv.<br><br>
  98.                 Depuis la création de Tracol Immobilier, nous nous attachons à repenser les aménagements en leur donnant plus de sens. En leur donnant plus de vie aussi.
  99.                 Pour nous, respecter un site et lui apporter une dimension humaine est primordial. Tout comme le soin que nous apportons à chaque détail.<br><br>
  100.                 En tant que promoteur immobilier, nous oeuvrons pour vous fournir le meilleur service. En tant qu’agence immobilière, il en va de même. Ainsi, nous pouvons également vous aider à trouver le bien de vos rêves, mais aussi vous accompagner dans la vente d’un logement.<br>
  101.                 Découvrez la Team Tracol Immobilier : l’esprit d’équipe, notre envie de bien travailler ensemble et de vous accompagner dans vos projets.
  102.             </div>
  103.         </div>
  104.         ";
  105.         // line 32
  106.         $context['_parent'] = $context;
  107.         $context['_seq'] = twig_ensure_traversable((isset($context["teamCategories"]) || array_key_exists("teamCategories"$context) ? $context["teamCategories"] : (function () { throw new RuntimeError('Variable "teamCategories" does not exist.'32$this->source); })()));
  108.         $context['loop'] = [
  109.           'parent' => $context['_parent'],
  110.           'index0' => 0,
  111.           'index'  => 1,
  112.           'first'  => true,
  113.         ];
  114.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  115.             $length count($context['_seq']);
  116.             $context['loop']['revindex0'] = $length 1;
  117.             $context['loop']['revindex'] = $length;
  118.             $context['loop']['length'] = $length;
  119.             $context['loop']['last'] = === $length;
  120.         }
  121.         foreach ($context['_seq'] as $context["_key"] => $context["teamCategory"]) {
  122.             // line 33
  123.             echo "           <div class=\"col-lg-8 mx-auto row list-categories\">
  124.                <div class=\"col-md-4\">
  125.                    <div class=\"col-lg-12\" style=\"display: flex;flex-direction: column;\">
  126.                        <div class=\"col-lg-12 tracol-wrap\" style=\"display: flex;\">
  127.                            <div id=\"section-1-tracol\" class=\"tracol-title\">
  128.                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  129.                                    <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  130.                                </svg>
  131.                                <h1 class=\"project-title\">";
  132.             // line 41
  133.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["teamCategory"], 0, [], "any"falsefalsefalse41), "categoryName", [], "any"falsefalsefalse41), "html"nulltrue);
  134.             echo " <div class=\"separe\" ";
  135.             if (twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse41)) {
  136.                 echo "style=\"min-width:11px!important;\"";
  137.             }
  138.             echo "></div></h1>
  139.                                <div class=\"col-md-8 tracol-content\">";
  140.             // line 42
  141.             echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["teamCategory"], 0, [], "any"falsefalsefalse42), "categoryContent", [], "any"falsefalsefalse42);
  142.             echo "</div>
  143.                            </div>
  144.                        </div>
  145.                    </div>
  146.                </div>
  147.                <div class=\"col-md-8 row\">
  148.                    ";
  149.             // line 48
  150.             $context['_parent'] = $context;
  151.             $context['_seq'] = twig_ensure_traversable($context["teamCategory"]);
  152.             $context['_iterated'] = false;
  153.             foreach ($context['_seq'] as $context["_key"] => $context["member"]) {
  154.                 // line 49
  155.                 echo "                       <div class=\"col-md-6 col-lg-6 col-xl-6\">
  156.                            <div class=\"img-team\" style=\"background:
  157.                            ";
  158.                 // line 51
  159.                 if (twig_get_attribute($this->env$this->source$context["member"], "path", [], "any"falsefalsefalse51)) {
  160.                     // line 52
  161.                     echo "                                   url(";
  162.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/images/" twig_get_attribute($this->env$this->source$context["member"], "path", [], "any"falsefalsefalse52))), "html"nulltrue);
  163.                     echo ")no-repeat center
  164.                                ";
  165.                 } else {
  166.                     // line 54
  167.                     echo "                                   url('https://tracol.lu/uploads/images/services-tracol-61c0b8e7c7110402238276.jpeg')no-repeat center
  168.                            ";
  169.                 }
  170.                 // line 56
  171.                 echo "                                   ;background-size:cover\"></div>
  172.                            <div class=\"infos-member\">
  173.                                <span>";
  174.                 // line 58
  175.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["member"], "fonction", [], "any"falsefalsefalse58), "html"nulltrue);
  176.                 echo "</span><br>
  177.                                <span>";
  178.                 // line 59
  179.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["member"], "memberName", [], "any"falsefalsefalse59), "html"nulltrue);
  180.                 echo "</span>
  181.                            </div>
  182.                            <div class=\"description-team\">";
  183.                 // line 61
  184.                 echo twig_get_attribute($this->env$this->source$context["member"], "memberContent", [], "any"falsefalsefalse61);
  185.                 echo "</div>
  186.                            ";
  187.                 // line 76
  188.                 echo "
  189.                        </div>
  190.                    ";
  191.                 $context['_iterated'] = true;
  192.             }
  193.             if (!$context['_iterated']) {
  194.                 // line 79
  195.                 echo "                       <p>Aucune personne pour le moment.</p>
  196.                    ";
  197.             }
  198.             $_parent $context['_parent'];
  199.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['member'], $context['_parent'], $context['loop']);
  200.             $context array_intersect_key($context$_parent) + $_parent;
  201.             // line 81
  202.             echo "               </div>
  203.            </div>
  204.        ";
  205.             ++$context['loop']['index0'];
  206.             ++$context['loop']['index'];
  207.             $context['loop']['first'] = false;
  208.             if (isset($context['loop']['length'])) {
  209.                 --$context['loop']['revindex0'];
  210.                 --$context['loop']['revindex'];
  211.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  212.             }
  213.         }
  214.         $_parent $context['_parent'];
  215.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['teamCategory'], $context['_parent'], $context['loop']);
  216.         $context array_intersect_key($context$_parent) + $_parent;
  217.         // line 84
  218.         echo "        
  219.     </div>
  220. ";
  221.         
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  223.         
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  225.     }
  226.     public function getTemplateName()
  227.     {
  228.         return "about.html.twig";
  229.     }
  230.     public function isTraitable()
  231.     {
  232.         return false;
  233.     }
  234.     public function getDebugInfo()
  235.     {
  236.         return array (  247 => 84,  231 => 81,  224 => 79,  217 => 76,  213 => 61,  208 => 59,  204 => 58,  200 => 56,  196 => 54,  190 => 52,  188 => 51,  184 => 49,  179 => 48,  170 => 42,  162 => 41,  152 => 33,  135 => 32,  110 => 9,  100 => 8,  89 => 5,  79 => 4,  60 => 3,  37 => 1,);
  237.     }
  238.     public function getSourceContext()
  239.     {
  240.         return new Source("{% extends 'base.html.twig' %}
  241. {% block title %}Tracol{% endblock %}
  242. {% block metaDescription %}
  243.     <meta name=\"description\" content=\"En tant que promoteur immobilier, nous oeuvrons pour vous fournir le meilleur service. En tant qu’agence immobilière, il en va de même\">
  244. {% endblock %}
  245. {% block body %}
  246.     <div class=\"container-fluid teams\">
  247.         <div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\" style=\"padding:60px 0;\">
  248.             <div class=\"col-lg-3 home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
  249.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\" style=\"margin-bottom: 10px\">
  250.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"></path>
  251.                 </svg>
  252.                 <h1 class=\"project-title\">A propos</h1>
  253.             </div>
  254.             <div class=\"separator\"></div>
  255.             <div class=\"pre-section-content col-md-10\">
  256.                 Des solutions qui valorisent l’espace. Voilà notre leitmotiv.<br><br>
  257.                 Depuis la création de Tracol Immobilier, nous nous attachons à repenser les aménagements en leur donnant plus de sens. En leur donnant plus de vie aussi.
  258.                 Pour nous, respecter un site et lui apporter une dimension humaine est primordial. Tout comme le soin que nous apportons à chaque détail.<br><br>
  259.                 En tant que promoteur immobilier, nous oeuvrons pour vous fournir le meilleur service. En tant qu’agence immobilière, il en va de même. Ainsi, nous pouvons également vous aider à trouver le bien de vos rêves, mais aussi vous accompagner dans la vente d’un logement.<br>
  260.                 Découvrez la Team Tracol Immobilier : l’esprit d’équipe, notre envie de bien travailler ensemble et de vous accompagner dans vos projets.
  261.             </div>
  262.         </div>
  263.         {% for teamCategory in teamCategories %}
  264.            <div class=\"col-lg-8 mx-auto row list-categories\">
  265.                <div class=\"col-md-4\">
  266.                    <div class=\"col-lg-12\" style=\"display: flex;flex-direction: column;\">
  267.                        <div class=\"col-lg-12 tracol-wrap\" style=\"display: flex;\">
  268.                            <div id=\"section-1-tracol\" class=\"tracol-title\">
  269.                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  270.                                    <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  271.                                </svg>
  272.                                <h1 class=\"project-title\">{{ teamCategory.0.categoryName }} <div class=\"separe\" {% if loop.last %}style=\"min-width:11px!important;\"{% endif %}></div></h1>
  273.                                <div class=\"col-md-8 tracol-content\">{{ teamCategory.0.categoryContent|raw }}</div>
  274.                            </div>
  275.                        </div>
  276.                    </div>
  277.                </div>
  278.                <div class=\"col-md-8 row\">
  279.                    {% for member in teamCategory %}
  280.                        <div class=\"col-md-6 col-lg-6 col-xl-6\">
  281.                            <div class=\"img-team\" style=\"background:
  282.                            {% if member.path %}
  283.                                    url({{ asset('uploads/images/' ~ member.path ) }})no-repeat center
  284.                                {% else %}
  285.                                    url('https://tracol.lu/uploads/images/services-tracol-61c0b8e7c7110402238276.jpeg')no-repeat center
  286.                            {% endif %}
  287.                                    ;background-size:cover\"></div>
  288.                            <div class=\"infos-member\">
  289.                                <span>{{ member.fonction }}</span><br>
  290.                                <span>{{ member.memberName }}</span>
  291.                            </div>
  292.                            <div class=\"description-team\">{{ member.memberContent|raw }}</div>
  293.                            {#
  294.                            <div class=\"contact\">
  295.                                {% if member.memberPhone %}
  296.                                    <div class=\"col-md-12\">
  297.                                        <a href=\"tel:{{ member.memberPhone }}\" style=\"color:#f6a400;text-decoration:none;\"><i class=\"fas fa-phone\" style=\"margin-right:15px;\"></i> {{ member.memberPhone }}</a>
  298.                                    </div>
  299.                                {% endif %}
  300.                                {% if member.memberEmail %}
  301.                                    <div class=\"col-md-12\">
  302.                                        <a href=\"mailto:{{ member.memberEmail }}\" style=\"color:#f6a400;text-decoration:none;\"><i class=\"fas fa-envelope\" style=\"margin-right:15px;\"></i> {{ member.memberEmail }}</a>
  303.                                    </div>
  304.                                {% endif %}
  305.                            </div>
  306.                            #}
  307.                        </div>
  308.                    {% else %}
  309.                        <p>Aucune personne pour le moment.</p>
  310.                    {% endfor %}
  311.                </div>
  312.            </div>
  313.        {% endfor %}
  314.         
  315.     </div>
  316. {% endblock %}""about.html.twig""/home/jumo/sites/sym/tracol/templates/about.html.twig");
  317.     }
  318. }