<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* about.html.twig */
class __TwigTemplate_993d6df24e7d3b3337b24f5dbffecf934523933b26082f17a92179fb7c8360f6 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metaDescription' => [$this, 'block_metaDescription'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "about.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "about.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "about.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Tracol";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_metaDescription($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaDescription"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaDescription"));
// line 5
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\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 9
echo "
<div class=\"container-fluid teams\">
<div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\" style=\"padding:60px 0;\">
<div class=\"col-lg-3 home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
<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\">
<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>
</svg>
<h1 class=\"project-title\">A propos</h1>
</div>
<div class=\"separator\"></div>
<div class=\"pre-section-content col-md-10\">
Des solutions qui valorisent l’espace. Voilà notre leitmotiv.<br><br>
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.
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>
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>
Découvrez la Team Tracol Immobilier : l’esprit d’équipe, notre envie de bien travailler ensemble et de vous accompagner dans vos projets.
</div>
</div>
";
// line 32
$context['_parent'] = $context;
$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); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["teamCategory"]) {
// line 33
echo " <div class=\"col-lg-8 mx-auto row list-categories\">
<div class=\"col-md-4\">
<div class=\"col-lg-12\" style=\"display: flex;flex-direction: column;\">
<div class=\"col-lg-12 tracol-wrap\" style=\"display: flex;\">
<div id=\"section-1-tracol\" class=\"tracol-title\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
<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\"/>
</svg>
<h1 class=\"project-title\">";
// line 41
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["teamCategory"], 0, [], "any", false, false, false, 41), "categoryName", [], "any", false, false, false, 41), "html", null, true);
echo " <div class=\"separe\" ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 41)) {
echo "style=\"min-width:11px!important;\"";
}
echo "></div></h1>
<div class=\"col-md-8 tracol-content\">";
// line 42
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["teamCategory"], 0, [], "any", false, false, false, 42), "categoryContent", [], "any", false, false, false, 42);
echo "</div>
</div>
</div>
</div>
</div>
<div class=\"col-md-8 row\">
";
// line 48
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["teamCategory"]);
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["member"]) {
// line 49
echo " <div class=\"col-md-6 col-lg-6 col-xl-6\">
<div class=\"img-team\" style=\"background:
";
// line 51
if (twig_get_attribute($this->env, $this->source, $context["member"], "path", [], "any", false, false, false, 51)) {
// line 52
echo " url(";
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", false, false, false, 52))), "html", null, true);
echo ")no-repeat center
";
} else {
// line 54
echo " url('https://tracol.lu/uploads/images/services-tracol-61c0b8e7c7110402238276.jpeg')no-repeat center
";
}
// line 56
echo " ;background-size:cover\"></div>
<div class=\"infos-member\">
<span>";
// line 58
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "fonction", [], "any", false, false, false, 58), "html", null, true);
echo "</span><br>
<span>";
// line 59
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["member"], "memberName", [], "any", false, false, false, 59), "html", null, true);
echo "</span>
</div>
<div class=\"description-team\">";
// line 61
echo twig_get_attribute($this->env, $this->source, $context["member"], "memberContent", [], "any", false, false, false, 61);
echo "</div>
";
// line 76
echo "
</div>
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 79
echo " <p>Aucune personne pour le moment.</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['member'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 81
echo " </div>
</div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['teamCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 84
echo "
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "about.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Tracol{% endblock %}
{% block metaDescription %}
<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\">
{% endblock %}
{% block body %}
<div class=\"container-fluid teams\">
<div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\" style=\"padding:60px 0;\">
<div class=\"col-lg-3 home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
<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\">
<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>
</svg>
<h1 class=\"project-title\">A propos</h1>
</div>
<div class=\"separator\"></div>
<div class=\"pre-section-content col-md-10\">
Des solutions qui valorisent l’espace. Voilà notre leitmotiv.<br><br>
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.
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>
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>
Découvrez la Team Tracol Immobilier : l’esprit d’équipe, notre envie de bien travailler ensemble et de vous accompagner dans vos projets.
</div>
</div>
{% for teamCategory in teamCategories %}
<div class=\"col-lg-8 mx-auto row list-categories\">
<div class=\"col-md-4\">
<div class=\"col-lg-12\" style=\"display: flex;flex-direction: column;\">
<div class=\"col-lg-12 tracol-wrap\" style=\"display: flex;\">
<div id=\"section-1-tracol\" class=\"tracol-title\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
<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\"/>
</svg>
<h1 class=\"project-title\">{{ teamCategory.0.categoryName }} <div class=\"separe\" {% if loop.last %}style=\"min-width:11px!important;\"{% endif %}></div></h1>
<div class=\"col-md-8 tracol-content\">{{ teamCategory.0.categoryContent|raw }}</div>
</div>
</div>
</div>
</div>
<div class=\"col-md-8 row\">
{% for member in teamCategory %}
<div class=\"col-md-6 col-lg-6 col-xl-6\">
<div class=\"img-team\" style=\"background:
{% if member.path %}
url({{ asset('uploads/images/' ~ member.path ) }})no-repeat center
{% else %}
url('https://tracol.lu/uploads/images/services-tracol-61c0b8e7c7110402238276.jpeg')no-repeat center
{% endif %}
;background-size:cover\"></div>
<div class=\"infos-member\">
<span>{{ member.fonction }}</span><br>
<span>{{ member.memberName }}</span>
</div>
<div class=\"description-team\">{{ member.memberContent|raw }}</div>
{#
<div class=\"contact\">
{% if member.memberPhone %}
<div class=\"col-md-12\">
<a href=\"tel:{{ member.memberPhone }}\" style=\"color:#f6a400;text-decoration:none;\"><i class=\"fas fa-phone\" style=\"margin-right:15px;\"></i> {{ member.memberPhone }}</a>
</div>
{% endif %}
{% if member.memberEmail %}
<div class=\"col-md-12\">
<a href=\"mailto:{{ member.memberEmail }}\" style=\"color:#f6a400;text-decoration:none;\"><i class=\"fas fa-envelope\" style=\"margin-right:15px;\"></i> {{ member.memberEmail }}</a>
</div>
{% endif %}
</div>
#}
</div>
{% else %}
<p>Aucune personne pour le moment.</p>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
{% endblock %}", "about.html.twig", "/home/jumo/sites/sym/tracol/templates/about.html.twig");
}
}