var/cache/dev/twig/c8/c84100849891234b9cb8da9fa8543c8b4b5863ba2265bce5eb5dd4955ea3d779.php line 49

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. /* mentions_legales.html.twig */
  14. class __TwigTemplate_7a4b80d4fb2f09a6fbbfcc3c93ddc1da710083facc15349418f7879134e94323 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.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mentions_legales.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mentions_legales.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""mentions_legales.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 3
  47.     public function block_title($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         echo "Mentions légales";
  55.         
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  57.         
  58.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  59.     }
  60.     // line 5
  61.     public function block_body($context, array $blocks = [])
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  68.         // line 6
  69.         echo "
  70.     ";
  71.         // line 7
  72.         $context["headerContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Contact""Header");
  73.         // line 8
  74.         echo "
  75.     <header class=\"header-habiter\" style=\"height: 100px\">
  76.         <div class=\"container-fluid\">
  77.             <div class=\"col-lg-8 mx-auto div-svg-header\">
  78.                 <div class=\"header-habiter-div\">
  79.                 </div>
  80.             </div>
  81.         </div>
  82.     </header>
  83.     <div class=\"container\" style=\"margin-top: 60px; margin-bottom: 80px\">
  84.         <div class=\"col-lg-4\" style=\"font-size: 2.3em;display: flex;flex-direction: column;margin-left: 10px;\">
  85.             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  86.                 <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\"/>
  87.             </svg>
  88.             <h1 class=\"project-title contact\">Mentions legales</h1>
  89.         </div>
  90.     </div>
  91.     <div class=\"container\" style=\"margin-top: 60px; margin-bottom: 80px\">
  92.         <p><strong>Responsable du site Internet : Le site Internet www.tracol.lu est sous la responsabilité de la société :</strong><br>
  93.             TRACOL IMMOBILIER S.A.<br>
  94.             Siège social: Z.I. Rohlach<br>
  95.             L-5280 Sandweiler<br>
  96.             RCS Luxembourg : B116748</p>
  97.         <p>Le site Internet www.tracol.lu est ci-après dénommé le “Site Internet”<br>
  98.             La société Tracol Immobilier S.A. est ci-après dénommée la “Société”</p>
  99.         <p><strong>Réalisateur :</strong><br>
  100.             Le Site Internet a été réalisé par la société :<br>
  101.             IERACE – DECHMANN & PARTNERS Sàrl<br>
  102.             Siège social : 2, rue Léon Laval<br>
  103.             L-3372 Leudelange<br>
  104.             RCS Luxembourg : B121217</p>
  105.         <p><strong>Hébergement :</strong><br>
  106.             Le Site Internet est hébergé par la société :<br>
  107.             OVH SASU<br>
  108.             Siège social : 2, rue Kellermann<br>
  109.             59100 Roubaix, France<br>
  110.             RCS : Lille Métropole 424 761 419 00045</p>
  111.     </div>
  112. ";
  113.         
  114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  115.         
  116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  117.     }
  118.     public function getTemplateName()
  119.     {
  120.         return "mentions_legales.html.twig";
  121.     }
  122.     public function isTraitable()
  123.     {
  124.         return false;
  125.     }
  126.     public function getDebugInfo()
  127.     {
  128.         return array (  93 => 8,  91 => 7,  88 => 6,  78 => 5,  59 => 3,  36 => 1,);
  129.     }
  130.     public function getSourceContext()
  131.     {
  132.         return new Source("{% extends 'base.html.twig' %}
  133. {% block title %}Mentions légales{% endblock %}
  134. {% block body %}
  135.     {% set headerContent = content('Contact', 'Header') %}
  136.     <header class=\"header-habiter\" style=\"height: 100px\">
  137.         <div class=\"container-fluid\">
  138.             <div class=\"col-lg-8 mx-auto div-svg-header\">
  139.                 <div class=\"header-habiter-div\">
  140.                 </div>
  141.             </div>
  142.         </div>
  143.     </header>
  144.     <div class=\"container\" style=\"margin-top: 60px; margin-bottom: 80px\">
  145.         <div class=\"col-lg-4\" style=\"font-size: 2.3em;display: flex;flex-direction: column;margin-left: 10px;\">
  146.             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  147.                 <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\"/>
  148.             </svg>
  149.             <h1 class=\"project-title contact\">Mentions legales</h1>
  150.         </div>
  151.     </div>
  152.     <div class=\"container\" style=\"margin-top: 60px; margin-bottom: 80px\">
  153.         <p><strong>Responsable du site Internet : Le site Internet www.tracol.lu est sous la responsabilité de la société :</strong><br>
  154.             TRACOL IMMOBILIER S.A.<br>
  155.             Siège social: Z.I. Rohlach<br>
  156.             L-5280 Sandweiler<br>
  157.             RCS Luxembourg : B116748</p>
  158.         <p>Le site Internet www.tracol.lu est ci-après dénommé le “Site Internet”<br>
  159.             La société Tracol Immobilier S.A. est ci-après dénommée la “Société”</p>
  160.         <p><strong>Réalisateur :</strong><br>
  161.             Le Site Internet a été réalisé par la société :<br>
  162.             IERACE – DECHMANN & PARTNERS Sàrl<br>
  163.             Siège social : 2, rue Léon Laval<br>
  164.             L-3372 Leudelange<br>
  165.             RCS Luxembourg : B121217</p>
  166.         <p><strong>Hébergement :</strong><br>
  167.             Le Site Internet est hébergé par la société :<br>
  168.             OVH SASU<br>
  169.             Siège social : 2, rue Kellermann<br>
  170.             59100 Roubaix, France<br>
  171.             RCS : Lille Métropole 424 761 419 00045</p>
  172.     </div>
  173. {% endblock %}
  174. ""mentions_legales.html.twig""/home/jumo/sites/sym/tracol/templates/mentions_legales.html.twig");
  175.     }
  176. }