Deprecated: Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/29/299c3b43df99e85a003ff436f23b58f2.php line 36

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. /* catalogue/fiche.html.twig */
  14. class __TwigTemplate_f30cae37846dc8f867409dc71fc460eb 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""catalogue/fiche.html.twig"));
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""catalogue/fiche.html.twig"));
  36.         // line 1
  37.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1$this->source); })()), ["bootstrap_4_layout.html.twig""catalogue/_structure.html.twig"], true);
  38.         // line 7
  39.         echo "
  40. ";
  41.         // line 8
  42.         $this->displayBlock('stylesheets'$context$blocks);
  43.         // line 24
  44.         echo "
  45. ";
  46.         // line 25
  47.         $this->displayBlock('body'$context$blocks);
  48.         // line 2413
  49.         echo "
  50. ";
  51.         // line 2414
  52.         $this->displayBlock('javascripts'$context$blocks);
  53.         
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.     }
  58.     // line 8
  59.     public function block_stylesheets($context, array $blocks = [])
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  66.         // line 9
  67.         echo "    <style>
  68. .table th, .table td {
  69.     padding: 0.2rem;
  70.     vertical-align: top;
  71.     border: 1px solid #dee2e6;
  72. }
  73. .nav-link {
  74.     display: block;
  75.     padding: 0.5rem 1rem;
  76. }
  77. .nav-tabs .nav-link {
  78.     border: 1px solid #f5f5f5;
  79. }
  80.     </style>
  81. ";
  82.         
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  84.         
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  86.     }
  87.     // line 25
  88.     public function block_body($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  95.         // line 26
  96.         echo "    <div class=\"container-fluid \">
  97.         ";
  98.         // line 28
  99.         $context["validation_date"] = "";
  100.         // line 29
  101.         echo "        ";
  102.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'29$this->source); })()) == "prestamoyenstech")) {
  103.             // line 30
  104.             echo "            ";
  105.             $context['_parent'] = $context;
  106.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'30$this->source); })()), "prestatairesTechniques", [], "any"falsefalsefalse30));
  107.             foreach ($context['_seq'] as $context["_key"] => $context["prestamoyenstech"]) {
  108.                 // line 31
  109.                 echo "                ";
  110.                 $context["validation_date"] = twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "statutDate", [], "any"falsefalsefalse31);
  111.                 // line 32
  112.                 echo "            ";
  113.             }
  114.             $_parent $context['_parent'];
  115.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prestamoyenstech'], $context['_parent'], $context['loop']);
  116.             $context array_intersect_key($context$_parent) + $_parent;
  117.             // line 33
  118.             echo "        ";
  119.         }
  120.         // line 34
  121.         echo "        ";
  122.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'34$this->source); })()) == "prestataireservices")) {
  123.             // line 35
  124.             echo "            ";
  125.             $context['_parent'] = $context;
  126.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'35$this->source); })()), "prestatairesLogistiques", [], "any"falsefalsefalse35));
  127.             foreach ($context['_seq'] as $context["_key"] => $context["prestaservices"]) {
  128.                 // line 36
  129.                 echo "                ";
  130.                 $context["validation_date"] = twig_get_attribute($this->env$this->source$context["prestaservices"], "statutDate", [], "any"falsefalsefalse36);
  131.                 // line 37
  132.                 echo "            ";
  133.             }
  134.             $_parent $context['_parent'];
  135.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prestaservices'], $context['_parent'], $context['loop']);
  136.             $context array_intersect_key($context$_parent) + $_parent;
  137.             // line 38
  138.             echo "        ";
  139.         }
  140.         // line 39
  141.         echo "        ";
  142.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'39$this->source); })()) == "prodoeuvres")) {
  143.             // line 40
  144.             echo "            ";
  145.             $context['_parent'] = $context;
  146.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'40$this->source); })()), "productionsCineAudio", [], "any"falsefalsefalse40));
  147.             foreach ($context['_seq'] as $context["_key"] => $context["prodoeuvre"]) {
  148.                 // line 41
  149.                 echo "                ";
  150.                 $context["validation_date"] = twig_get_attribute($this->env$this->source$context["prodoeuvre"], "statutDate", [], "any"falsefalsefalse41);
  151.                 // line 42
  152.                 echo "            ";
  153.             }
  154.             $_parent $context['_parent'];
  155.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prodoeuvre'], $context['_parent'], $context['loop']);
  156.             $context array_intersect_key($context$_parent) + $_parent;
  157.             // line 43
  158.             echo "        ";
  159.         }
  160.         // line 44
  161.         echo "        ";
  162.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'44$this->source); })()) == "prodfilmscom")) {
  163.             // line 45
  164.             echo "            ";
  165.             $context['_parent'] = $context;
  166.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'45$this->source); })()), "productionsCom", [], "any"falsefalsefalse45));
  167.             foreach ($context['_seq'] as $context["_key"] => $context["prodfilmcom"]) {
  168.                 // line 46
  169.                 echo "                ";
  170.                 $context["validation_date"] = twig_get_attribute($this->env$this->source$context["prodfilmcom"], "statutDate", [], "any"falsefalsefalse46);
  171.                 // line 47
  172.                 echo "            ";
  173.             }
  174.             $_parent $context['_parent'];
  175.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prodfilmcom'], $context['_parent'], $context['loop']);
  176.             $context array_intersect_key($context$_parent) + $_parent;
  177.             // line 48
  178.             echo "        ";
  179.         }
  180.         // line 49
  181.         echo "
  182.         <div class=\"row col-12\">
  183.             <div class=\"form-group font-weight-bold text-left col-6\" style=\"color: #000000;\">
  184.                 Profil validé le ";
  185.         // line 52
  186.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env, (isset($context["validation_date"]) || array_key_exists("validation_date"$context) ? $context["validation_date"] : (function () { throw new RuntimeError('Variable "validation_date" does not exist.'52$this->source); })()), "d/m/Y"), "html"nulltrue);
  187.         echo "
  188.             </div>
  189.             <div class=\"form-group font-weight-bold text-right col-6\" style=\"color: #000000;\">
  190.                 <a href=\"";
  191.         // line 55
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalogue_pdf", ["id" => twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'55$this->source); })()), "id", [], "any"falsefalsefalse55), "type" => (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'55$this->source); })())]), "html"nulltrue);
  193.         echo " \"target=\"_blank\" class=\"\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Télécharger\" data-content=\"Fiche de la structure\" style=\"cursor: pointer\">
  194.                     <i class=\"fas fa-file-pdf\" style=\"color: red; font-size: 1.5rem\"></i>
  195.                 </a>
  196.             </div>
  197.         </div>
  198.         ";
  199.         // line 62
  200.         $context['_parent'] = $context;
  201.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'62$this->source); })()), "structures", [], "any"falsefalsefalse62));
  202.         foreach ($context['_seq'] as $context["_key"] => $context["structure"]) {
  203.             // line 63
  204.             echo "            <div class=\"form-group p-4 text-center mb-0\" style=\"background-color: #07628D; color: #FFFFFF; font-size: 2rem; line-height: 2rem; border: solid 1px #dddddd\">
  205.                 ";
  206.             // line 64
  207.             echo twig_escape_filter($this->envtwig_upper_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "nom", [], "any"falsefalsefalse64)), "html"nulltrue);
  208.             echo "
  209.             </div>
  210.             <div class=\"form-group mx-3\">
  211.                 <div class=\"row\">
  212.                     <div class=\"form-group p-2 col-12\" style=\"background-image: linear-gradient(#016C93, #01A7AB); color: #FFFFFF; line-height: 0.6rem\">
  213.                         <div class=\"form-group row col-12 pt-2 mb-0\">
  214.                             <div class=\"form-group col-5\">
  215.                                 ";
  216.             // line 71
  217.             if (twig_get_attribute($this->env$this->source$context["structure"], "adresseType", [], "any"falsefalsefalse71)) {
  218.                 // line 72
  219.                 echo "                                    <b><u>";
  220.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "adresseType", [], "any"falsefalsefalse72), "html"nulltrue);
  221.                 echo "</u></b><br><br>
  222.                                 ";
  223.             }
  224.             // line 74
  225.             echo "                                ";
  226.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "adresse", [], "any"falsefalsefalse74), "html"nulltrue);
  227.             echo "<br><br>
  228.                                 ";
  229.             // line 75
  230.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "codePostal", [], "any"falsefalsefalse75), "html"nulltrue);
  231.             echo " ";
  232.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "ville", [], "any"falsefalsefalse75), "html"nulltrue);
  233.             echo "<br><br>
  234.                                 ";
  235.             // line 76
  236.             if (twig_get_attribute($this->env$this->source$context["structure"], "formeJuridique", [], "any"falsefalsefalse76)) {
  237.                 // line 77
  238.                 echo "                                    <strong><u>Forme juridique</u></strong><br/><br/>
  239.                                     ";
  240.                 // line 78
  241.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "formeJuridique", [], "any"falsefalsefalse78), "html"nulltrue);
  242.                 echo "<br/><br/>
  243.                                 ";
  244.             }
  245.             // line 80
  246.             echo "                                ";
  247.             if (twig_get_attribute($this->env$this->source$context["structure"], "dateCreation", [], "any"falsefalsefalse80)) {
  248.                 // line 81
  249.                 echo "                                   <strong><u>Création de la structure</u></strong><br/><br/>
  250.                                    ";
  251.                 // line 82
  252.                 echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dateCreation", [], "any"falsefalsefalse82), "d/m/Y"), "html"nulltrue);
  253.                 echo "<br/><br/>
  254.                                 ";
  255.             }
  256.             // line 84
  257.             echo "                            </div>
  258.                             ";
  259.             // line 85
  260.             if ((twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'85$this->source); })()), "type", [], "any"falsefalsefalse85) == "structure")) {
  261.                 // line 86
  262.                 echo "                                <div class=\"form-group col-4\">
  263.                                     <strong><u>Contact</u></strong><br><br>
  264.                                     ";
  265.                 // line 88
  266.                 if (((twig_get_attribute($this->env$this->source$context["structure"], "referent", [], "any"falsefalsefalse88) != "dirigeant") && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "contacts", [], "any"falsefalsefalse88)) > 0))) {
  267.                     // line 89
  268.                     echo "                                        ";
  269.                     $context['_parent'] = $context;
  270.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["structure"], "contacts", [], "any"falsefalsefalse89));
  271.                     foreach ($context['_seq'] as $context["_key"] => $context["contact"]) {
  272.                         // line 90
  273.                         echo "                                            ";
  274.                         if ((twig_get_attribute($this->env$this->source$context["contact"], "referent", [], "any"falsefalsefalse90) == true)) {
  275.                             // line 91
  276.                             echo "                                                ";
  277.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "prenom", [], "any"falsefalsefalse91), "html"nulltrue);
  278.                             echo " ";
  279.                             echo twig_escape_filter($this->envtwig_upper_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "nom", [], "any"falsefalsefalse91)), "html"nulltrue);
  280.                             echo "<br/><br/>
  281.                                                 ";
  282.                             // line 92
  283.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "fonction", [], "any"falsefalsefalse92), "html"nulltrue);
  284.                             echo "<br/><br/>
  285.                                                 ";
  286.                             // line 93
  287.                             if (twig_get_attribute($this->env$this->source$context["contact"], "telephoneFixe", [], "any"falsefalsefalse93)) {
  288.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "telephoneFixe", [], "any"falsefalsefalse93), "html"nulltrue);
  289.                             }
  290.                             echo " ";
  291.                             if (twig_get_attribute($this->env$this->source$context["contact"], "telephoneMobile", [], "any"falsefalsefalse93)) {
  292.                                 echo " | ";
  293.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "telephoneMobile", [], "any"falsefalsefalse93), "html"nulltrue);
  294.                             }
  295.                             echo "<br/><br/>
  296.                                                 <a style=\"color: #fff;\" href=\"mailto:";
  297.                             // line 94
  298.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "mail", [], "any"falsefalsefalse94), "html"nulltrue);
  299.                             echo "\">";
  300.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["contact"], "mail", [], "any"falsefalsefalse94), "html"nulltrue);
  301.                             echo "</a>
  302.                                             ";
  303.                         }
  304.                         // line 96
  305.                         echo "                                        ";
  306.                     }
  307.                     $_parent $context['_parent'];
  308.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['contact'], $context['_parent'], $context['loop']);
  309.                     $context array_intersect_key($context$_parent) + $_parent;
  310.                     // line 97
  311.                     echo "                                    ";
  312.                 } else {
  313.                     // line 98
  314.                     echo "                                        ";
  315.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantPrenom", [], "any"falsefalsefalse98), "html"nulltrue);
  316.                     echo " ";
  317.                     echo twig_escape_filter($this->envtwig_upper_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantNom", [], "any"falsefalsefalse98)), "html"nulltrue);
  318.                     echo "<br/><br/>
  319.                                         ";
  320.                     // line 99
  321.                     if (((twig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneFixe", [], "any"falsefalsefalse99) == true) || (twig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneMobile", [], "any"falsefalsefalse99) == true))) {
  322.                         // line 100
  323.                         echo "                                            ";
  324.                         if ((twig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneFixe", [], "any"falsefalsefalse100) == true)) {
  325.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneFixe", [], "any"falsefalsefalse100), "html"nulltrue);
  326.                         }
  327.                         echo " ";
  328.                         if ((twig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneMobile", [], "any"falsefalsefalse100) == true)) {
  329.                             echo " | ";
  330.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantTelephoneMobile", [], "any"falsefalsefalse100), "html"nulltrue);
  331.                         }
  332.                         echo "<br/><br/>
  333.                                         ";
  334.                     }
  335.                     // line 102
  336.                     echo "                                        <a style=\"color: #fff;\" href=\"mailto:";
  337.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantMail", [], "any"falsefalsefalse102), "html"nulltrue);
  338.                     echo "\">";
  339.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "dirigeantMail", [], "any"falsefalsefalse102), "html"nulltrue);
  340.                     echo "</a>
  341.                                     ";
  342.                 }
  343.                 // line 104
  344.                 echo "                                </div>
  345.                                 <div class=\"form-group col-3\">
  346.                                     ";
  347.                 // line 106
  348.                 $context["test_url"] = twig_slice($this->envtwig_get_attribute($this->env$this->source$context["structure"], "site", [], "any"falsefalsefalse106), 04);
  349.                 // line 107
  350.                 echo "                                    ";
  351.                 if (((isset($context["test_url"]) || array_key_exists("test_url"$context) ? $context["test_url"] : (function () { throw new RuntimeError('Variable "test_url" does not exist.'107$this->source); })()) != "http")) {
  352.                     // line 108
  353.                     echo "                                        <a style=\"color: #fff;\" href=\"http://";
  354.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "site", [], "any"falsefalsefalse108), "html"nulltrue);
  355.                     echo "\" target=\"_blank\">";
  356.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "site", [], "any"falsefalsefalse108), "html"nulltrue);
  357.                     echo "</a><br/><br/>
  358.                                     ";
  359.                 } else {
  360.                     // line 110
  361.                     echo "                                        <a style=\"color: #fff;\" href=\"";
  362.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "site", [], "any"falsefalsefalse110), "html"nulltrue);
  363.                     echo "\" target=\"_blank\">";
  364.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "site", [], "any"falsefalsefalse110), "html"nulltrue);
  365.                     echo "</a><br/><br/>
  366.                                     ";
  367.                 }
  368.                 // line 112
  369.                 echo "                                    ";
  370.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["structure"], "reseauxSociaux", [], "any"falsefalsefalse112)) > 0)) {
  371.                     // line 113
  372.                     echo "                                        <strong><u>Réseaux sociaux</u></strong><br/><br/>
  373.                                         <div class=\"form-group mb-0\" style=\"line-height: normal\">
  374.                                             ";
  375.                     // line 116
  376.                     $context['_parent'] = $context;
  377.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["structure"], "reseauxSociaux", [], "any"falsefalsefalse116));
  378.                     foreach ($context['_seq'] as $context["_key"] => $context["reseau"]) {
  379.                         // line 117
  380.                         echo "                                                ";
  381.                         $context["enteteurl"] = "";
  382.                         // line 118
  383.                         echo "                                                ";
  384.                         if ( !(is_string($__internal_compile_0 twig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse118)) && is_string($__internal_compile_1 "http") && ('' === $__internal_compile_1 || === strpos($__internal_compile_0$__internal_compile_1)))) {
  385.                             // line 119
  386.                             echo "                                                    ";
  387.                             $context["enteteurl"] = "http://";
  388.                             // line 120
  389.                             echo "                                                ";
  390.                         }
  391.                         // line 121
  392.                         echo "                                                ";
  393.                         if ((twig_get_attribute($this->env$this->source$context["reseau"], "nom", [], "any"falsefalsefalse121) == "Facebook")) {
  394.                             // line 122
  395.                             echo "                                                    <a href=\"";
  396.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'122$this->source); })()), "html"nulltrue);
  397.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse122), "html"nulltrue);
  398.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Facebook\" class=\"pr-1\">
  399.                                                         <img src=\"/images/facebook.png\" alt=\"Facebook\" width=\"20px\">
  400.                                                     </a>
  401.                                                 ";
  402.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 125
  403. $context["reseau"], "nom", [], "any"falsefalsefalse125) == "Flickr")) {
  404.                             // line 126
  405.                             echo "                                                    <a href=\"";
  406.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'126$this->source); })()), "html"nulltrue);
  407.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse126), "html"nulltrue);
  408.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Flickr\" class=\"pr-1\">
  409.                                                         <img src=\"/images/flickr.png\" alt=\"Flickr\" width=\"20px\">
  410.                                                     </a>
  411.                                                 ";
  412.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 129
  413. $context["reseau"], "nom", [], "any"falsefalsefalse129) == "Instagram")) {
  414.                             // line 130
  415.                             echo "                                                    <a href=\"";
  416.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'130$this->source); })()), "html"nulltrue);
  417.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse130), "html"nulltrue);
  418.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Instagram\" class=\"pr-1\">
  419.                                                         <img src=\"/images/instagram.png\" alt=\"Instagram\" width=\"20px\">
  420.                                                     </a>
  421.                                                  ";
  422.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 133
  423. $context["reseau"], "nom", [], "any"falsefalsefalse133) == "LinkedIn")) {
  424.                             // line 134
  425.                             echo "                                                    <a href=\"";
  426.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'134$this->source); })()), "html"nulltrue);
  427.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse134), "html"nulltrue);
  428.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"LinkedIn\" class=\"pr-1\">
  429.                                                         <img src=\"/images/linkdin.png\" alt=\"LinkedIn\" width=\"20px\">
  430.                                                     </a>
  431.                                                 ";
  432.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 137
  433. $context["reseau"], "nom", [], "any"falsefalsefalse137) == "Tumblr")) {
  434.                             // line 138
  435.                             echo "                                                    <a href=\"";
  436.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'138$this->source); })()), "html"nulltrue);
  437.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse138), "html"nulltrue);
  438.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Tumblr\" class=\"pr-1\">
  439.                                                         <img src=\"/images/tumblr.png\" alt=\"Tumblr\" width=\"20px\">
  440.                                                     </a>
  441.                                                 ";
  442.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 141
  443. $context["reseau"], "nom", [], "any"falsefalsefalse141) == "Twitter")) {
  444.                             // line 142
  445.                             echo "                                                    <a href=\"";
  446.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'142$this->source); })()), "html"nulltrue);
  447.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse142), "html"nulltrue);
  448.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Twitter\" class=\"pr-1\">
  449.                                                         <img src=\"/images/twitter.png\" alt=\"Twitter\" width=\"20px\">
  450.                                                     </a>
  451.                                                 ";
  452.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 145
  453. $context["reseau"], "nom", [], "any"falsefalsefalse145) == "Vimeo")) {
  454.                             // line 146
  455.                             echo "                                                    <a href=\"";
  456.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'146$this->source); })()), "html"nulltrue);
  457.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse146), "html"nulltrue);
  458.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Vimeo\" class=\"pr-1\">
  459.                                                         <img src=\"/images/vimeo.png\" alt=\"Vimeo\" width=\"20px\">
  460.                                                     </a>
  461.                                                 ";
  462.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 149
  463. $context["reseau"], "nom", [], "any"falsefalsefalse149) == "Youtube")) {
  464.                             // line 150
  465.                             echo "                                                    <a href=\"";
  466.                             echo twig_escape_filter($this->env, (isset($context["enteteurl"]) || array_key_exists("enteteurl"$context) ? $context["enteteurl"] : (function () { throw new RuntimeError('Variable "enteteurl" does not exist.'150$this->source); })()), "html"nulltrue);
  467.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reseau"], "url", [], "any"falsefalsefalse150), "html"nulltrue);
  468.                             echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Youtube\">
  469.                                                         <img src=\"/images/youtube.png\" alt=\"Youtube\" width=\"20px\">
  470.                                                     </a>
  471.                                                 ";
  472.                         }
  473.                         // line 154
  474.                         echo "                                            ";
  475.                     }
  476.                     $_parent $context['_parent'];
  477.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['reseau'], $context['_parent'], $context['loop']);
  478.                     $context array_intersect_key($context$_parent) + $_parent;
  479.                     // line 155
  480.                     echo "                                        </div>
  481.                                     ";
  482.                 }
  483.                 // line 157
  484.                 echo "                                </div>
  485.                             ";
  486.             }
  487.             // line 160
  488.             echo "                        </div>
  489.                     </div>
  490.                 </div>
  491.             </div>
  492.         ";
  493.         }
  494.         $_parent $context['_parent'];
  495.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure'], $context['_parent'], $context['loop']);
  496.         $context array_intersect_key($context$_parent) + $_parent;
  497.         // line 165
  498.         echo "
  499.         ";
  500.         // line 166
  501.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'166$this->source); })()) == "prestamoyenstech")) {
  502.             // line 167
  503.             echo "
  504.             ";
  505.             // line 168
  506.             $context['_parent'] = $context;
  507.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'168$this->source); })()), "prestatairesTechniques", [], "any"falsefalsefalse168));
  508.             foreach ($context['_seq'] as $context["_key"] => $context["prestamoyenstech"]) {
  509.                 // line 169
  510.                 echo "                <div class=\"form-group col-12\">
  511.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  512.                         descriptif général de l’activité
  513.                     </div>
  514.                     ";
  515.                 // line 174
  516.                 if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "presentation", [], "any"falsefalsefalse174) != "")) {
  517.                     // line 175
  518.                     echo "                        <div class=\"form-group\">
  519.                             ";
  520.                     // line 176
  521.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "presentation", [], "any"falsefalsefalse176), "html"nulltrue);
  522.                     echo "
  523.                         </div>
  524.                     ";
  525.                 }
  526.                 // line 179
  527.                 echo "                    ";
  528.                 if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "activiteSecond", [], "any"falsefalsefalse179) != "")) {
  529.                     // line 180
  530.                     echo "                        <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  531.                             activité secondaire
  532.                         </div>
  533.                         <div class=\"form-group\">
  534.                             ";
  535.                     // line 184
  536.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "activiteSecond", [], "any"falsefalsefalse184), "html"nulltrue);
  537.                     echo "
  538.                         </div>
  539.                     ";
  540.                 }
  541.                 // line 187
  542.                 echo "                    ";
  543.                 if ((((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceVente", [], "any"falsefalsefalse187) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceLocAvecOp", [], "any"falsefalsefalse187)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceLocSansOp", [], "any"falsefalsefalse187)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceSav", [], "any"falsefalsefalse187))) {
  544.                     // line 188
  545.                     echo "                        <div class=\"form-group\">
  546.                             <b>Type(s) de service(s) :</b>
  547.                             <ul>
  548.                                 ";
  549.                     // line 191
  550.                     if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceVente", [], "any"falsefalsefalse191)) {
  551.                         echo "<li>Vente</li>";
  552.                     }
  553.                     // line 192
  554.                     echo "                                ";
  555.                     if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceLocSansOp", [], "any"falsefalsefalse192)) {
  556.                         echo "<li>Location sans opérateur</li>";
  557.                     }
  558.                     // line 193
  559.                     echo "                                ";
  560.                     if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceLocAvecOp", [], "any"falsefalsefalse193)) {
  561.                         echo "<li>Location avec opérateur</li>";
  562.                     }
  563.                     // line 194
  564.                     echo "                                ";
  565.                     if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "serviceSav", [], "any"falsefalsefalse194)) {
  566.                         echo "<li>SAV</li>";
  567.                     }
  568.                     // line 195
  569.                     echo "                            </ul>
  570.                         </div>
  571.                     ";
  572.                 }
  573.                 // line 198
  574.                 echo "
  575.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  576.                         matériel et services proposés
  577.                     </div>
  578.                     ";
  579.                 // line 203
  580.                 if (((((((((((((((((((((((((((twig_get_attribute($this->env$this->source,                 // line 204
  581. $context["prestamoyenstech"], "tournageCameraVideo", [], "any"falsefalsefalse204) == true) || (twig_get_attribute($this->env$this->source,                 // line 205
  582. $context["prestamoyenstech"], "tournageCameraCinema", [], "any"falsefalsefalse205) == true)) || (twig_get_attribute($this->env$this->source,                 // line 206
  583. $context["prestamoyenstech"], "tournageCameraCommentaires", [], "any"falsefalsefalse206) != "")) || (twig_get_attribute($this->env$this->source,                 // line 207
  584. $context["prestamoyenstech"], "tournageEquipementSpeVideo", [], "any"falsefalsefalse207) == true)) || (twig_get_attribute($this->env$this->source,                 // line 208
  585. $context["prestamoyenstech"], "tournageEquipementSpeCinema", [], "any"falsefalsefalse208) == true)) || (twig_get_attribute($this->env$this->source,                 // line 209
  586. $context["prestamoyenstech"], "tournageEquipementSpeCommentaires", [], "any"falsefalsefalse209) != "")) || (twig_get_attribute($this->env$this->source,                 // line 210
  587. $context["prestamoyenstech"], "tournageImageAutreVideo", [], "any"falsefalsefalse210) == true)) || (twig_get_attribute($this->env$this->source,                 // line 211
  588. $context["prestamoyenstech"], "tournageImageAutreCinema", [], "any"falsefalsefalse211) == true)) || (twig_get_attribute($this->env$this->source,                 // line 212
  589. $context["prestamoyenstech"], "tournageImageAutreDescriptif", [], "any"falsefalsefalse212) == true)) || (twig_get_attribute($this->env$this->source,                 // line 213
  590. $context["prestamoyenstech"], "tournageLumiereVideo", [], "any"falsefalsefalse213) == true)) || (twig_get_attribute($this->env$this->source,                 // line 214
  591. $context["prestamoyenstech"], "tournageLumiereCinema", [], "any"falsefalsefalse214) == true)) || (twig_get_attribute($this->env$this->source,                 // line 215
  592. $context["prestamoyenstech"], "tournageLumiereCommentaires", [], "any"falsefalsefalse215) != "")) || (twig_get_attribute($this->env$this->source,                 // line 216
  593. $context["prestamoyenstech"], "tournageMachineVideo", [], "any"falsefalsefalse216) == true)) || (twig_get_attribute($this->env$this->source,                 // line 217
  594. $context["prestamoyenstech"], "tournageMachineCinema", [], "any"falsefalsefalse217) == true)) || (twig_get_attribute($this->env$this->source,                 // line 218
  595. $context["prestamoyenstech"], "tournageMachineCommentaires", [], "any"falsefalsefalse218) != "")) || (twig_get_attribute($this->env$this->source,                 // line 219
  596. $context["prestamoyenstech"], "tournageSonVideo", [], "any"falsefalsefalse219) == true)) || (twig_get_attribute($this->env$this->source,                 // line 220
  597. $context["prestamoyenstech"], "tournageSonCinema", [], "any"falsefalsefalse220) == true)) || (twig_get_attribute($this->env$this->source,                 // line 221
  598. $context["prestamoyenstech"], "tournageSonCommentaires", [], "any"falsefalsefalse221) != "")) || (twig_get_attribute($this->env$this->source,                 // line 222
  599. $context["prestamoyenstech"], "tournageStudioSimpleSurface", [], "any"falsefalsefalse222) != "")) || (twig_get_attribute($this->env$this->source,                 // line 223
  600. $context["prestamoyenstech"], "tournageStudioSimpleCommentaires", [], "any"falsefalsefalse223) != "")) || (twig_get_attribute($this->env$this->source,                 // line 224
  601. $context["prestamoyenstech"], "tournageStudioVirtuelSurface", [], "any"falsefalsefalse224) != "")) || (twig_get_attribute($this->env$this->source,                 // line 225
  602. $context["prestamoyenstech"], "tournageStudioVirtuelCommentaires", [], "any"falsefalsefalse225) != "")) || (twig_get_attribute($this->env$this->source,                 // line 226
  603. $context["prestamoyenstech"], "tournagePlateauTvSurface", [], "any"falsefalsefalse226) != "")) || (twig_get_attribute($this->env$this->source,                 // line 227
  604. $context["prestamoyenstech"], "tournagePlateauTvCommentaires", [], "any"falsefalsefalse227) != "")) || (twig_get_attribute($this->env$this->source,                 // line 228
  605. $context["prestamoyenstech"], "tournageLocauxAutreSurface", [], "any"falsefalsefalse228) != "")) || (twig_get_attribute($this->env$this->source,                 // line 229
  606. $context["prestamoyenstech"], "tournageLocauxAutreDescriptif", [], "any"falsefalsefalse229) != ""))) {
  607.                     // line 231
  608.                     echo "                        <div class=\"form-group\">
  609.                             <b>Tournage :</b>
  610.                             <ul>
  611.                                 ";
  612.                     // line 234
  613.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraVideo", [], "any"falsefalsefalse234) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraCinema", [], "any"falsefalsefalse234) == true))) {
  614.                         // line 235
  615.                         echo "                                    ";
  616.                         $context["camera"] = "";
  617.                         // line 236
  618.                         echo "                                    ";
  619.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraVideo", [], "any"falsefalsefalse236) == true)) {
  620.                             echo " ";
  621.                             $context["camera"] = "pour la vidéo et ";
  622.                             echo " ";
  623.                         }
  624.                         // line 237
  625.                         echo "                                    ";
  626.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraCinema", [], "any"falsefalsefalse237) == true)) {
  627.                             echo " ";
  628.                             $context["camera"] = ((isset($context["camera"]) || array_key_exists("camera"$context) ? $context["camera"] : (function () { throw new RuntimeError('Variable "camera" does not exist.'237$this->source); })()) . "pour le cinéma et ");
  629.                             echo " ";
  630.                         }
  631.                         // line 238
  632.                         echo "                                    <li>
  633.                                         Caméra ";
  634.                         // line 239
  635.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["camera"]) || array_key_exists("camera"$context) ? $context["camera"] : (function () { throw new RuntimeError('Variable "camera" does not exist.'239$this->source); })()), 0,  -4), "html"nulltrue);
  636.                         echo "
  637.                                         ";
  638.                         // line 240
  639.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraCinema", [], "any"falsefalsefalse240) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraCommentaires", [], "any"falsefalsefalse240) != ""))) {
  640.                             // line 241
  641.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  642.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageCameraCommentaires", [], "any"falsefalsefalse241), "html"nulltrue);
  643.                             echo "\">
  644.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  645.                                             </a>
  646.                                         ";
  647.                         }
  648.                         // line 245
  649.                         echo "                                    </li>
  650.                                 ";
  651.                     }
  652.                     // line 247
  653.                     echo "                                ";
  654.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeVideo", [], "any"falsefalsefalse247) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeCinema", [], "any"falsefalsefalse247) == true))) {
  655.                         // line 248
  656.                         echo "                                    ";
  657.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeVideo", [], "any"falsefalsefalse248) == true)) {
  658.                             echo " ";
  659.                             $context["equipementspe"] = "pour la vidéo et ";
  660.                             echo " ";
  661.                         }
  662.                         // line 249
  663.                         echo "                                    ";
  664.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeCinema", [], "any"falsefalsefalse249) == true)) {
  665.                             echo " ";
  666.                             $context["equipementspe"] = ((isset($context["equipementspe"]) || array_key_exists("equipementspe"$context) ? $context["equipementspe"] : (function () { throw new RuntimeError('Variable "equipementspe" does not exist.'249$this->source); })()) . "pour le cinéma et ");
  667.                             echo " ";
  668.                         }
  669.                         // line 250
  670.                         echo "                                    <li>
  671.                                         Equipement spécialisé ";
  672.                         // line 251
  673.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["equipementspe"]) || array_key_exists("equipementspe"$context) ? $context["equipementspe"] : (function () { throw new RuntimeError('Variable "equipementspe" does not exist.'251$this->source); })()), 0,  -4), "html"nulltrue);
  674.                         echo "
  675.                                         ";
  676.                         // line 252
  677.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeCinema", [], "any"falsefalsefalse252) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeCommentaires", [], "any"falsefalsefalse252) != ""))) {
  678.                             // line 253
  679.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  680.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageEquipementSpeCommentaires", [], "any"falsefalsefalse253), "html"nulltrue);
  681.                             echo "\">
  682.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  683.                                             </a>
  684.                                         ";
  685.                         }
  686.                         // line 257
  687.                         echo "                                    </li>
  688.                                 ";
  689.                     }
  690.                     // line 259
  691.                     echo "                                ";
  692.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreVideo", [], "any"falsefalsefalse259) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreCinema", [], "any"falsefalsefalse259) == true))) {
  693.                         // line 260
  694.                         echo "                                    ";
  695.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreVideo", [], "any"falsefalsefalse260) == true)) {
  696.                             echo " ";
  697.                             $context["imageautre"] = "pour la vidéo et ";
  698.                             echo " ";
  699.                         }
  700.                         // line 261
  701.                         echo "                                    ";
  702.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreCinema", [], "any"falsefalsefalse261) == true)) {
  703.                             echo " ";
  704.                             $context["imageautre"] = ((isset($context["imageautre"]) || array_key_exists("imageautre"$context) ? $context["imageautre"] : (function () { throw new RuntimeError('Variable "imageautre" does not exist.'261$this->source); })()) . "pour le cinéma et ");
  705.                             echo " ";
  706.                         }
  707.                         // line 262
  708.                         echo "                                    <li>
  709.                                         Autre ";
  710.                         // line 263
  711.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["imageautre"]) || array_key_exists("imageautre"$context) ? $context["imageautre"] : (function () { throw new RuntimeError('Variable "imageautre" does not exist.'263$this->source); })()), 0,  -4), "html"nulltrue);
  712.                         echo "
  713.                                         ";
  714.                         // line 264
  715.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreCinema", [], "any"falsefalsefalse264) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreDescriptif", [], "any"falsefalsefalse264) != ""))) {
  716.                             // line 265
  717.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  718.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageImageAutreDescriptif", [], "any"falsefalsefalse265), "html"nulltrue);
  719.                             echo "\">
  720.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  721.                                             </a>
  722.                                         ";
  723.                         }
  724.                         // line 269
  725.                         echo "                                    </li>
  726.                                 ";
  727.                     }
  728.                     // line 271
  729.                     echo "                                ";
  730.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereVideo", [], "any"falsefalsefalse271) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCinema", [], "any"falsefalsefalse271) == true))) {
  731.                         // line 272
  732.                         echo "                                    ";
  733.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereVideo", [], "any"falsefalsefalse272) == true)) {
  734.                             echo " ";
  735.                             $context["lumiere"] = "pour la vidéo et ";
  736.                             echo " ";
  737.                         }
  738.                         // line 273
  739.                         echo "                                    ";
  740.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCinema", [], "any"falsefalsefalse273) == true)) {
  741.                             echo " ";
  742.                             $context["lumiere"] = ((isset($context["lumiere"]) || array_key_exists("lumiere"$context) ? $context["lumiere"] : (function () { throw new RuntimeError('Variable "lumiere" does not exist.'273$this->source); })()) . "pour le cinéma et ");
  743.                             echo " ";
  744.                         }
  745.                         // line 274
  746.                         echo "                                    <li>
  747.                                         Lumière et accessoires ";
  748.                         // line 275
  749.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["lumiere"]) || array_key_exists("lumiere"$context) ? $context["lumiere"] : (function () { throw new RuntimeError('Variable "lumiere" does not exist.'275$this->source); })()), 0,  -4), "html"nulltrue);
  750.                         echo "
  751.                                         ";
  752.                         // line 276
  753.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCinema", [], "any"falsefalsefalse276) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCommentaires", [], "any"falsefalsefalse276) != ""))) {
  754.                             // line 277
  755.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  756.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCommentaires", [], "any"falsefalsefalse277), "html"nulltrue);
  757.                             echo "\">
  758.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  759.                                             </a>
  760.                                         ";
  761.                         }
  762.                         // line 281
  763.                         echo "                                    </li>
  764.                                 ";
  765.                     }
  766.                     // line 283
  767.                     echo "                                ";
  768.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineVideo", [], "any"falsefalsefalse283) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineCommentaires", [], "any"falsefalsefalse283) == true))) {
  769.                         // line 284
  770.                         echo "                                    ";
  771.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineVideo", [], "any"falsefalsefalse284) == true)) {
  772.                             echo " ";
  773.                             $context["machine"] = "pour la vidéo et ";
  774.                             echo " ";
  775.                         }
  776.                         // line 285
  777.                         echo "                                    ";
  778.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineCinema", [], "any"falsefalsefalse285) == true)) {
  779.                             echo " ";
  780.                             $context["machine"] = ((isset($context["machine"]) || array_key_exists("machine"$context) ? $context["machine"] : (function () { throw new RuntimeError('Variable "machine" does not exist.'285$this->source); })()) . "pour le cinéma et ");
  781.                             echo " ";
  782.                         }
  783.                         // line 286
  784.                         echo "                                    <li>
  785.                                         Machinerie et accessoires ";
  786.                         // line 287
  787.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["machine"]) || array_key_exists("machine"$context) ? $context["machine"] : (function () { throw new RuntimeError('Variable "machine" does not exist.'287$this->source); })()), 0,  -4), "html"nulltrue);
  788.                         echo "
  789.                                         ";
  790.                         // line 288
  791.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineCinema", [], "any"falsefalsefalse288) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLumiereCommentaires", [], "any"falsefalsefalse288) != ""))) {
  792.                             // line 289
  793.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  794.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageMachineCommentaires", [], "any"falsefalsefalse289), "html"nulltrue);
  795.                             echo "\">
  796.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  797.                                             </a>
  798.                                         ";
  799.                         }
  800.                         // line 293
  801.                         echo "                                    </li>
  802.                                 ";
  803.                     }
  804.                     // line 295
  805.                     echo "                                ";
  806.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonVideo", [], "any"falsefalsefalse295) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonCinema", [], "any"falsefalsefalse295) == true))) {
  807.                         // line 296
  808.                         echo "                                    ";
  809.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonVideo", [], "any"falsefalsefalse296) == true)) {
  810.                             echo " ";
  811.                             $context["son"] = "pour la vidéo et ";
  812.                             echo " ";
  813.                         }
  814.                         // line 297
  815.                         echo "                                    ";
  816.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonCinema", [], "any"falsefalsefalse297) == true)) {
  817.                             echo " ";
  818.                             $context["son"] = ((isset($context["son"]) || array_key_exists("son"$context) ? $context["son"] : (function () { throw new RuntimeError('Variable "son" does not exist.'297$this->source); })()) . "pour le cinéma et ");
  819.                             echo " ";
  820.                         }
  821.                         // line 298
  822.                         echo "                                    <li>
  823.                                         Son et accessoires ";
  824.                         // line 299
  825.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["son"]) || array_key_exists("son"$context) ? $context["son"] : (function () { throw new RuntimeError('Variable "son" does not exist.'299$this->source); })()), 0,  -4), "html"nulltrue);
  826.                         echo "
  827.                                         ";
  828.                         // line 300
  829.                         if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonCinema", [], "any"falsefalsefalse300) == true) && (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonCommentaires", [], "any"falsefalsefalse300) != ""))) {
  830.                             // line 301
  831.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  832.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageSonCommentaires", [], "any"falsefalsefalse301), "html"nulltrue);
  833.                             echo "\">
  834.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  835.                                             </a>
  836.                                         ";
  837.                         }
  838.                         // line 305
  839.                         echo "                                    </li>
  840.                                 ";
  841.                     }
  842.                     // line 307
  843.                     echo "                                ";
  844.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleSurface", [], "any"falsefalsefalse307) != "") || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleCommentaires", [], "any"falsefalsefalse307) != ""))) {
  845.                         // line 308
  846.                         echo "                                    <li>
  847.                                         Studio simple ";
  848.                         // line 309
  849.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleSurface", [], "any"falsefalsefalse309) != "")) {
  850.                             echo " ";
  851.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleSurface", [], "any"falsefalsefalse309), "html"nulltrue);
  852.                             echo " m² ";
  853.                         }
  854.                         // line 310
  855.                         echo "                                        ";
  856.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleCommentaires", [], "any"falsefalsefalse310) != "")) {
  857.                             // line 311
  858.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  859.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleCommentaires", [], "any"falsefalsefalse311), "html"nulltrue);
  860.                             echo "\">
  861.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  862.                                             </a>
  863.                                         ";
  864.                         }
  865.                         // line 315
  866.                         echo "                                    </li>
  867.                                 ";
  868.                     }
  869.                     // line 317
  870.                     echo "                                ";
  871.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelSurface", [], "any"falsefalsefalse317) != "") || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelCommentaires", [], "any"falsefalsefalse317) != ""))) {
  872.                         // line 318
  873.                         echo "                                    <li>
  874.                                         Studio virtuel ";
  875.                         // line 319
  876.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelSurface", [], "any"falsefalsefalse319) != "")) {
  877.                             echo " ";
  878.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelSurface", [], "any"falsefalsefalse319), "html"nulltrue);
  879.                             echo " m² ";
  880.                         }
  881.                         // line 320
  882.                         echo "                                        ";
  883.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelCommentaires", [], "any"falsefalsefalse320) != "")) {
  884.                             // line 321
  885.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  886.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioVirtuelCommentaires", [], "any"falsefalsefalse321), "html"nulltrue);
  887.                             echo "\">
  888.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  889.                                             </a>
  890.                                         ";
  891.                         }
  892.                         // line 325
  893.                         echo "                                    </li>
  894.                                 ";
  895.                     }
  896.                     // line 327
  897.                     echo "                                ";
  898.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvSurface", [], "any"falsefalsefalse327) != "") || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvCommentaires", [], "any"falsefalsefalse327) != ""))) {
  899.                         // line 328
  900.                         echo "                                    <li>
  901.                                         Plateau type TV ";
  902.                         // line 329
  903.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvSurface", [], "any"falsefalsefalse329) != "")) {
  904.                             echo " ";
  905.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvSurface", [], "any"falsefalsefalse329), "html"nulltrue);
  906.                             echo " m² ";
  907.                         }
  908.                         // line 330
  909.                         echo "                                        ";
  910.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvCommentaires", [], "any"falsefalsefalse330) != "")) {
  911.                             // line 331
  912.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  913.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournagePlateauTvCommentaires", [], "any"falsefalsefalse331), "html"nulltrue);
  914.                             echo "\">
  915.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  916.                                             </a>
  917.                                         ";
  918.                         }
  919.                         // line 335
  920.                         echo "                                    </li>
  921.                                 ";
  922.                     }
  923.                     // line 337
  924.                     echo "                                ";
  925.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreSurface", [], "any"falsefalsefalse337) != "") || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageStudioSimpleCommentaires", [], "any"falsefalsefalse337) != ""))) {
  926.                         // line 338
  927.                         echo "                                    <li>
  928.                                         Autres locaux de tournage ";
  929.                         // line 339
  930.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreSurface", [], "any"falsefalsefalse339) != "")) {
  931.                             echo " ";
  932.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreSurface", [], "any"falsefalsefalse339), "html"nulltrue);
  933.                             echo " m² ";
  934.                         }
  935.                         // line 340
  936.                         echo "                                        ";
  937.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreDescriptif", [], "any"falsefalsefalse340) != "")) {
  938.                             // line 341
  939.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  940.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreDescriptif", [], "any"falsefalsefalse341), "html"nulltrue);
  941.                             echo "\">
  942.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  943.                                             </a>
  944.                                         ";
  945.                         }
  946.                         // line 345
  947.                         echo "                                    </li>
  948.                                 ";
  949.                     }
  950.                     // line 347
  951.                     echo "                            </ul>
  952.                         </div>
  953.                     ";
  954.                 }
  955.                 // line 351
  956.                 echo "
  957.                     ";
  958.                 // line 352
  959.                 if ((((((((((((((((((((((((((((twig_get_attribute($this->env$this->source,                 // line 353
  960. $context["prestamoyenstech"], "postprodImageMontage", [], "any"falsefalsefalse353) == true) || (twig_get_attribute($this->env$this->source,                 // line 354
  961. $context["prestamoyenstech"], "postprodImageMontageLocaux", [], "any"falsefalsefalse354) == true)) || (twig_get_attribute($this->env$this->source,                 // line 355
  962. $context["prestamoyenstech"], "postprodImageMontageDescriptif", [], "any"falsefalsefalse355) != "")) || (twig_get_attribute($this->env$this->source,                 // line 356
  963. $context["prestamoyenstech"], "postprodImageTrucage", [], "any"falsefalsefalse356) == true)) || (twig_get_attribute($this->env$this->source,                 // line 357
  964. $context["prestamoyenstech"], "postprodImageTrucageLocaux", [], "any"falsefalsefalse357) == true)) || (twig_get_attribute($this->env$this->source,                 // line 358
  965. $context["prestamoyenstech"], "postprodImageTrucageDescriptif", [], "any"falsefalsefalse358) != "")) || (twig_get_attribute($this->env$this->source,                 // line 359
  966. $context["prestamoyenstech"], "postprodImageTitrage", [], "any"falsefalsefalse359) == true)) || (twig_get_attribute($this->env$this->source,                 // line 360
  967. $context["prestamoyenstech"], "postprodImageTitrageLocaux", [], "any"falsefalsefalse360) == true)) || (twig_get_attribute($this->env$this->source,                 // line 361
  968. $context["prestamoyenstech"], "postprodImageTitrageDescriptif", [], "any"falsefalsefalse361) != "")) || (twig_get_attribute($this->env$this->source,                 // line 362
  969. $context["prestamoyenstech"], "postprodImageAnim", [], "any"falsefalsefalse362) == true)) || (twig_get_attribute($this->env$this->source,                 // line 363
  970. $context["prestamoyenstech"], "postprodImageAnimLocaux", [], "any"falsefalsefalse363) == true)) || (twig_get_attribute($this->env$this->source,                 // line 364
  971. $context["prestamoyenstech"], "postprodImageAnimDescriptif", [], "any"falsefalsefalse364) != "")) || (twig_get_attribute($this->env$this->source,                 // line 365
  972. $context["prestamoyenstech"], "postprodImageEtalon", [], "any"falsefalsefalse365) == true)) || (twig_get_attribute($this->env$this->source,                 // line 366
  973. $context["prestamoyenstech"], "postprodImageEtalonLocaux", [], "any"falsefalsefalse366) == true)) || (twig_get_attribute($this->env$this->source,                 // line 367
  974. $context["prestamoyenstech"], "postprodImageEtalonDescriptif", [], "any"falsefalsefalse367) != "")) || (twig_get_attribute($this->env$this->source,                 // line 368
  975. $context["prestamoyenstech"], "postprodSonMusique", [], "any"falsefalsefalse368) == true)) || (twig_get_attribute($this->env$this->source,                 // line 369
  976. $context["prestamoyenstech"], "postprodSonMusiqueLocaux", [], "any"falsefalsefalse369) == true)) || (twig_get_attribute($this->env$this->source,                 // line 370
  977. $context["prestamoyenstech"], "postprodSonMusiqueDescriptif", [], "any"falsefalsefalse370) != "")) || (twig_get_attribute($this->env$this->source,                 // line 371
  978. $context["prestamoyenstech"], "postprodSonVoixoff", [], "any"falsefalsefalse371) == true)) || (twig_get_attribute($this->env$this->source,                 // line 372
  979. $context["prestamoyenstech"], "postprodSonVoixoffLocaux", [], "any"falsefalsefalse372) == true)) || (twig_get_attribute($this->env$this->source,                 // line 373
  980. $context["prestamoyenstech"], "postprodSonVoixoffDescriptif", [], "any"falsefalsefalse373) != "")) || (twig_get_attribute($this->env$this->source,                 // line 374
  981. $context["prestamoyenstech"], "postprodSonBruitage", [], "any"falsefalsefalse374) == true)) || (twig_get_attribute($this->env$this->source,                 // line 375
  982. $context["prestamoyenstech"], "postprodSonBruitageLocaux", [], "any"falsefalsefalse375) == true)) || (twig_get_attribute($this->env$this->source,                 // line 376
  983. $context["prestamoyenstech"], "postprodSonBruitageDescriptif", [], "any"falsefalsefalse376) != "")) || (twig_get_attribute($this->env$this->source,                 // line 377
  984. $context["prestamoyenstech"], "postprodSonMixage", [], "any"falsefalsefalse377) == true)) || (twig_get_attribute($this->env$this->source,                 // line 378
  985. $context["prestamoyenstech"], "postprodSonMixageLocaux", [], "any"falsefalsefalse378) == true)) || (twig_get_attribute($this->env$this->source,                 // line 379
  986. $context["prestamoyenstech"], "postprodSonMixageDescriptif", [], "any"falsefalsefalse379) != ""))) {
  987.                     // line 381
  988.                     echo "                        <div class=\"form-group\">
  989.                             <b>Post-production :</b>
  990.                             <ul>
  991.                                 ";
  992.                     // line 384
  993.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageMontage", [], "any"falsefalsefalse384) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageMontageLocaux", [], "any"falsefalsefalse384) == true))) {
  994.                         // line 385
  995.                         echo "                                    <li>
  996.                                         Station de montage ";
  997.                         // line 386
  998.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "tournageLocauxAutreSurface", [], "any"falsefalsefalse386) != "")) {
  999.                             echo " (locaux à disposition) ";
  1000.                         }
  1001.                         // line 387
  1002.                         echo "                                        ";
  1003.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageMontageDescriptif", [], "any"falsefalsefalse387) != "")) {
  1004.                             // line 388
  1005.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1006.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageMontageDescriptif", [], "any"falsefalsefalse388), "html"nulltrue);
  1007.                             echo "\">
  1008.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1009.                                             </a>
  1010.                                         ";
  1011.                         }
  1012.                         // line 392
  1013.                         echo "                                    </li>
  1014.                                 ";
  1015.                     }
  1016.                     // line 394
  1017.                     echo "                                ";
  1018.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTrucage", [], "any"falsefalsefalse394) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTrucageLocaux", [], "any"falsefalsefalse394) == true))) {
  1019.                         // line 395
  1020.                         echo "                                    <li>
  1021.                                         Trucage & effets spéciaux ";
  1022.                         // line 396
  1023.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTrucageLocaux", [], "any"falsefalsefalse396) != "")) {
  1024.                             echo " (locaux à disposition) ";
  1025.                         }
  1026.                         // line 397
  1027.                         echo "                                        ";
  1028.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTrucageDescriptif", [], "any"falsefalsefalse397) != "")) {
  1029.                             // line 398
  1030.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1031.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageMontageDescriptif", [], "any"falsefalsefalse398), "html"nulltrue);
  1032.                             echo "\">
  1033.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1034.                                             </a>
  1035.                                         ";
  1036.                         }
  1037.                         // line 402
  1038.                         echo "                                    </li>
  1039.                                 ";
  1040.                     }
  1041.                     // line 404
  1042.                     echo "                                ";
  1043.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTitrage", [], "any"falsefalsefalse404) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTitrageLocaux", [], "any"falsefalsefalse404) == true))) {
  1044.                         // line 405
  1045.                         echo "                                    <li>
  1046.                                         Titrage ";
  1047.                         // line 406
  1048.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTitrageLocaux", [], "any"falsefalsefalse406) != "")) {
  1049.                             echo " (locaux à disposition) ";
  1050.                         }
  1051.                         // line 407
  1052.                         echo "                                        ";
  1053.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTitrageDescriptif", [], "any"falsefalsefalse407) != "")) {
  1054.                             // line 408
  1055.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1056.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageTitrageDescriptif", [], "any"falsefalsefalse408), "html"nulltrue);
  1057.                             echo "\">
  1058.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1059.                                             </a>
  1060.                                         ";
  1061.                         }
  1062.                         // line 412
  1063.                         echo "                                    </li>
  1064.                                 ";
  1065.                     }
  1066.                     // line 414
  1067.                     echo "                                ";
  1068.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageAnim", [], "any"falsefalsefalse414) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageAnimLocaux", [], "any"falsefalsefalse414) == true))) {
  1069.                         // line 415
  1070.                         echo "                                    <li>
  1071.                                         Animation/motion design ";
  1072.                         // line 416
  1073.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageAnimLocaux", [], "any"falsefalsefalse416) != "")) {
  1074.                             echo " (locaux à disposition) ";
  1075.                         }
  1076.                         // line 417
  1077.                         echo "                                        ";
  1078.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageAnimDescriptif", [], "any"falsefalsefalse417) != "")) {
  1079.                             // line 418
  1080.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1081.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageAnimDescriptif", [], "any"falsefalsefalse418), "html"nulltrue);
  1082.                             echo "\">
  1083.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1084.                                             </a>
  1085.                                         ";
  1086.                         }
  1087.                         // line 422
  1088.                         echo "                                    </li>
  1089.                                 ";
  1090.                     }
  1091.                     // line 424
  1092.                     echo "                                ";
  1093.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageEtalon", [], "any"falsefalsefalse424) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageEtalonLocaux", [], "any"falsefalsefalse424) == true))) {
  1094.                         // line 425
  1095.                         echo "                                    <li>
  1096.                                         Station d'étalonnage ";
  1097.                         // line 426
  1098.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageEtalonLocaux", [], "any"falsefalsefalse426) != "")) {
  1099.                             echo " (locaux à disposition) ";
  1100.                         }
  1101.                         // line 427
  1102.                         echo "                                        ";
  1103.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageEtalonDescriptif", [], "any"falsefalsefalse427) != "")) {
  1104.                             // line 428
  1105.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1106.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodImageEtalonDescriptif", [], "any"falsefalsefalse428), "html"nulltrue);
  1107.                             echo "\">
  1108.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1109.                                             </a>
  1110.                                         ";
  1111.                         }
  1112.                         // line 432
  1113.                         echo "                                    </li>
  1114.                                 ";
  1115.                     }
  1116.                     // line 434
  1117.                     echo "                                ";
  1118.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMusique", [], "any"falsefalsefalse434) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMusiqueLocaux", [], "any"falsefalsefalse434) == true))) {
  1119.                         // line 435
  1120.                         echo "                                    <li>
  1121.                                         Studio d'enregistrement musique ";
  1122.                         // line 436
  1123.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMusiqueLocaux", [], "any"falsefalsefalse436) != "")) {
  1124.                             echo " (locaux à disposition) ";
  1125.                         }
  1126.                         // line 437
  1127.                         echo "                                        ";
  1128.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMusiqueDescriptif", [], "any"falsefalsefalse437) != "")) {
  1129.                             // line 438
  1130.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1131.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMusiqueDescriptif", [], "any"falsefalsefalse438), "html"nulltrue);
  1132.                             echo "\">
  1133.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1134.                                             </a>
  1135.                                         ";
  1136.                         }
  1137.                         // line 442
  1138.                         echo "                                    </li>
  1139.                                 ";
  1140.                     }
  1141.                     // line 444
  1142.                     echo "                                ";
  1143.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonVoixoff", [], "any"falsefalsefalse444) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonVoixoffLocaux", [], "any"falsefalsefalse444) == true))) {
  1144.                         // line 445
  1145.                         echo "                                    <li>
  1146.                                         Studio d'enregistrement voix-off/doublage ";
  1147.                         // line 446
  1148.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonVoixoffLocaux", [], "any"falsefalsefalse446) != "")) {
  1149.                             echo " (locaux à disposition) ";
  1150.                         }
  1151.                         // line 447
  1152.                         echo "                                        ";
  1153.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonVoixoffDescriptif", [], "any"falsefalsefalse447) != "")) {
  1154.                             // line 448
  1155.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1156.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonVoixoffDescriptif", [], "any"falsefalsefalse448), "html"nulltrue);
  1157.                             echo "\">
  1158.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1159.                                             </a>
  1160.                                         ";
  1161.                         }
  1162.                         // line 452
  1163.                         echo "                                    </li>
  1164.                                 ";
  1165.                     }
  1166.                     // line 454
  1167.                     echo "                                ";
  1168.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonBruitage", [], "any"falsefalsefalse454) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonBruitageLocaux", [], "any"falsefalsefalse454) == true))) {
  1169.                         // line 455
  1170.                         echo "                                    <li>
  1171.                                         Studio d'enregistrement de bruitage ";
  1172.                         // line 456
  1173.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonBruitageLocaux", [], "any"falsefalsefalse456) != "")) {
  1174.                             echo " (locaux à disposition) ";
  1175.                         }
  1176.                         // line 457
  1177.                         echo "                                        ";
  1178.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonBruitageDescriptif", [], "any"falsefalsefalse457) != "")) {
  1179.                             // line 458
  1180.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1181.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonBruitageDescriptif", [], "any"falsefalsefalse458), "html"nulltrue);
  1182.                             echo "\">
  1183.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1184.                                             </a>
  1185.                                         ";
  1186.                         }
  1187.                         // line 462
  1188.                         echo "                                    </li>
  1189.                                 ";
  1190.                     }
  1191.                     // line 464
  1192.                     echo "                                ";
  1193.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMixage", [], "any"falsefalsefalse464) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMixageLocaux", [], "any"falsefalsefalse464) == true))) {
  1194.                         // line 465
  1195.                         echo "                                    <li>
  1196.                                         Studio de mixage ";
  1197.                         // line 466
  1198.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMixageLocaux", [], "any"falsefalsefalse466) != "")) {
  1199.                             echo " (locaux à disposition) ";
  1200.                         }
  1201.                         // line 467
  1202.                         echo "                                        ";
  1203.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMixageDescriptif", [], "any"falsefalsefalse467) != "")) {
  1204.                             // line 468
  1205.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1206.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "postprodSonMixageDescriptif", [], "any"falsefalsefalse468), "html"nulltrue);
  1207.                             echo "\">
  1208.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1209.                                             </a>
  1210.                                         ";
  1211.                         }
  1212.                         // line 472
  1213.                         echo "                                    </li>
  1214.                                 ";
  1215.                     }
  1216.                     // line 474
  1217.                     echo "                            </ul>
  1218.                         </div>
  1219.                     ";
  1220.                 }
  1221.                 // line 477
  1222.                 echo "
  1223.                     ";
  1224.                 // line 478
  1225.                 if (((((((((((twig_get_attribute($this->env$this->source,                 // line 479
  1226. $context["prestamoyenstech"], "diffTechLabo", [], "any"falsefalsefalse479) == true) || (twig_get_attribute($this->env$this->source,                 // line 480
  1227. $context["prestamoyenstech"], "diffTechMaster", [], "any"falsefalsefalse480) == true)) || (twig_get_attribute($this->env$this->source,                 // line 481
  1228. $context["prestamoyenstech"], "diffTechAuthor", [], "any"falsefalsefalse481) == true)) || (twig_get_attribute($this->env$this->source,                 // line 482
  1229. $context["prestamoyenstech"], "diffOutilsEcran", [], "any"falsefalsefalse482) == true)) || (twig_get_attribute($this->env$this->source,                 // line 483
  1230. $context["prestamoyenstech"], "diffOutilsEcranLocaux", [], "any"falsefalsefalse483) == true)) || (twig_get_attribute($this->env$this->source,                 // line 484
  1231. $context["prestamoyenstech"], "diffOutilsEcranCommentaires", [], "any"falsefalsefalse484) != "")) || (twig_get_attribute($this->env$this->source,                 // line 485
  1232. $context["prestamoyenstech"], "diffOutilsCasque", [], "any"falsefalsefalse485) == true)) || (twig_get_attribute($this->env$this->source,                 // line 486
  1233. $context["prestamoyenstech"], "diffOutilsCasqueCommentaires", [], "any"falsefalsefalse486) != "")) || (twig_get_attribute($this->env$this->source,                 // line 487
  1234. $context["prestamoyenstech"], "diffOutilsAutre", [], "any"falsefalsefalse487) == true)) || (twig_get_attribute($this->env$this->source,                 // line 488
  1235. $context["prestamoyenstech"], "diffOutilsAutreDescriptif", [], "any"falsefalsefalse488) != ""))) {
  1236.                     // line 490
  1237.                     echo "                        <div class=\"form-group\">
  1238.                             <b>Diffusion :</b>
  1239.                             <ul>
  1240.                                 ";
  1241.                     // line 493
  1242.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechLabo", [], "any"falsefalsefalse493) == true)) {
  1243.                         // line 494
  1244.                         echo "                                    <li>
  1245.                                         Laboratoire cinéma
  1246.                                         ";
  1247.                         // line 496
  1248.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechLaboCommentaires", [], "any"falsefalsefalse496) != "")) {
  1249.                             // line 497
  1250.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1251.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechLaboCommentaires", [], "any"falsefalsefalse497), "html"nulltrue);
  1252.                             echo "\">
  1253.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1254.                                             </a>
  1255.                                         ";
  1256.                         }
  1257.                         // line 501
  1258.                         echo "                                    </li>
  1259.                                 ";
  1260.                     }
  1261.                     // line 503
  1262.                     echo "                                ";
  1263.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechMaster", [], "any"falsefalsefalse503) == true)) {
  1264.                         // line 504
  1265.                         echo "                                    <li>
  1266.                                         Mastering et encodage
  1267.                                         ";
  1268.                         // line 506
  1269.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechMasterCommentaires", [], "any"falsefalsefalse506) != "")) {
  1270.                             // line 507
  1271.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1272.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechMasterCommentaires", [], "any"falsefalsefalse507), "html"nulltrue);
  1273.                             echo "\">
  1274.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1275.                                             </a>
  1276.                                         ";
  1277.                         }
  1278.                         // line 511
  1279.                         echo "                                    </li>
  1280.                                 ";
  1281.                     }
  1282.                     // line 513
  1283.                     echo "                                ";
  1284.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechAuthor", [], "any"falsefalsefalse513) == true)) {
  1285.                         // line 514
  1286.                         echo "                                    <li>
  1287.                                         Authoring et duplication
  1288.                                         ";
  1289.                         // line 516
  1290.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechAuthorCommentaires", [], "any"falsefalsefalse516) != "")) {
  1291.                             // line 517
  1292.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1293.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffTechAuthorCommentaires", [], "any"falsefalsefalse517), "html"nulltrue);
  1294.                             echo "\">
  1295.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1296.                                             </a>
  1297.                                         ";
  1298.                         }
  1299.                         // line 521
  1300.                         echo "                                    </li>
  1301.                                 ";
  1302.                     }
  1303.                     // line 523
  1304.                     echo "                                ";
  1305.                     if (((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsEcran", [], "any"falsefalsefalse523) == true) || (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsEcranLocaux", [], "any"falsefalsefalse523) == true))) {
  1306.                         // line 524
  1307.                         echo "                                    <li>
  1308.                                         Ecran & projection ";
  1309.                         // line 525
  1310.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsEcranLocaux", [], "any"falsefalsefalse525) != "")) {
  1311.                             echo " (locaux à disposition) ";
  1312.                         }
  1313.                         // line 526
  1314.                         echo "                                        ";
  1315.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsEcranCommentaires", [], "any"falsefalsefalse526) != "")) {
  1316.                             // line 527
  1317.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1318.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsEcranCommentaires", [], "any"falsefalsefalse527), "html"nulltrue);
  1319.                             echo "\">
  1320.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1321.                                             </a>
  1322.                                         ";
  1323.                         }
  1324.                         // line 531
  1325.                         echo "                                    </li>
  1326.                                 ";
  1327.                     }
  1328.                     // line 533
  1329.                     echo "                                ";
  1330.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsCasque", [], "any"falsefalsefalse533) == true)) {
  1331.                         // line 534
  1332.                         echo "                                    <li>
  1333.                                         Casque de réalité virtuelle
  1334.                                         ";
  1335.                         // line 536
  1336.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsCasqueCommentaires", [], "any"falsefalsefalse536) != "")) {
  1337.                             // line 537
  1338.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1339.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsCasqueCommentaires", [], "any"falsefalsefalse537), "html"nulltrue);
  1340.                             echo "\">
  1341.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1342.                                             </a>
  1343.                                         ";
  1344.                         }
  1345.                         // line 541
  1346.                         echo "                                    </li>
  1347.                                 ";
  1348.                     }
  1349.                     // line 543
  1350.                     echo "                                ";
  1351.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsAutre", [], "any"falsefalsefalse543) == true)) {
  1352.                         // line 544
  1353.                         echo "                                    <li>
  1354.                                         Autre équipement
  1355.                                         ";
  1356.                         // line 546
  1357.                         if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsAutreDescriptif", [], "any"falsefalsefalse546) != "")) {
  1358.                             // line 547
  1359.                             echo "                                            <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"";
  1360.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "diffOutilsAutreDescriptif", [], "any"falsefalsefalse547), "html"nulltrue);
  1361.                             echo "\">
  1362.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  1363.                                             </a>
  1364.                                         ";
  1365.                         }
  1366.                         // line 551
  1367.                         echo "                                    </li>
  1368.                                 ";
  1369.                     }
  1370.                     // line 553
  1371.                     echo "                            </ul>
  1372.                         </div>
  1373.                     ";
  1374.                 }
  1375.                 // line 556
  1376.                 echo "
  1377.                     ";
  1378.                 // line 557
  1379.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "prestataireTechniqueExperiences", [], "any"falsefalsefalse557)) > 0)) {
  1380.                     // line 558
  1381.                     echo "                        <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1382.                             Expérience(s) de tournage(s)
  1383.                         </div>
  1384.                         <div class=\"form-group\">
  1385.                             <table class=\"table table-hover\">
  1386.                                 <thead>
  1387.                                     <tr class=\"table-active\">
  1388.                                         <th scope=\"col\">Année</th>
  1389.                                         <th scope=\"col\">Titre</th>
  1390.                                         <th scope=\"col\">Réalisation</th>
  1391.                                         <th scope=\"col\">Format</th>
  1392.                                         <th scope=\"col\">Catégorie</th>
  1393.                                         <th scope=\"col\">Production</th>
  1394.                                     </tr>
  1395.                                 </thead>
  1396.                                 <tbody>
  1397.                                     ";
  1398.                     // line 574
  1399.                     $context['_parent'] = $context;
  1400.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "prestataireTechniqueExperiences", [], "any"falsefalsefalse574));
  1401.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  1402.                         // line 575
  1403.                         echo "                                    <tr>
  1404.                                         <td>";
  1405.                         // line 576
  1406.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse576), "html"nulltrue);
  1407.                         echo "</td>
  1408.                                         <td>";
  1409.                         // line 577
  1410.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse577), "html"nulltrue);
  1411.                         echo "</td>
  1412.                                         <td>";
  1413.                         // line 578
  1414.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse578), "html"nulltrue);
  1415.                         echo "</td>
  1416.                                         <td>";
  1417.                         // line 579
  1418.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse579), "html"nulltrue);
  1419.                         echo "</td>
  1420.                                         <td>";
  1421.                         // line 580
  1422.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse580), "html"nulltrue);
  1423.                         echo "</td>
  1424.                                         <td>";
  1425.                         // line 581
  1426.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse581), "html"nulltrue);
  1427.                         echo "</td>
  1428.                                     </tr>
  1429.                                     ";
  1430.                     }
  1431.                     $_parent $context['_parent'];
  1432.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  1433.                     $context array_intersect_key($context$_parent) + $_parent;
  1434.                     // line 584
  1435.                     echo "                                </tbody>
  1436.                             </table>
  1437.                         </div>
  1438.                     ";
  1439.                 }
  1440.                 // line 588
  1441.                 echo "
  1442.                     ";
  1443.                 // line 589
  1444.                 if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "langues", [], "any"falsefalsefalse589) != "")) {
  1445.                     // line 590
  1446.                     echo "                        <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1447.                            informations complémentaires
  1448.                         </div>
  1449.                         ";
  1450.                     // line 594
  1451.                     if ((((((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonCalvados", [], "any"falsefalsefalse594) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonEure", [], "any"falsefalsefalse594)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonManche", [], "any"falsefalsefalse594)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonOrne", [], "any"falsefalsefalse594)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonSeineMaritime", [], "any"falsefalsefalse594)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonHorsNormandie", [], "any"falsefalsefalse594))) {
  1452.                         // line 595
  1453.                         echo "                            <div class=\"form-group\">
  1454.                                 Rayon d'intervention :
  1455.                                 <ul>
  1456.                                     ";
  1457.                         // line 598
  1458.                         if (((((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonCalvados", [], "any"falsefalsefalse598) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonEure", [], "any"falsefalsefalse598)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonManche", [], "any"falsefalsefalse598)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonOrne", [], "any"falsefalsefalse598)) || twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonSeineMaritime", [], "any"falsefalsefalse598))) {
  1459.                             // line 599
  1460.                             echo "                                        ";
  1461.                             $context["rayon_normandie"] = " ";
  1462.                             // line 600
  1463.                             echo "                                        ";
  1464.                             if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonCalvados", [], "any"falsefalsefalse600)) {
  1465.                                 $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'600$this->source); })()) . "Calvados, ");
  1466.                             }
  1467.                             // line 601
  1468.                             echo "                                        ";
  1469.                             if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonEure", [], "any"falsefalsefalse601)) {
  1470.                                 $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'601$this->source); })()) . "Eure, ");
  1471.                                 echo " ";
  1472.                             }
  1473.                             // line 602
  1474.                             echo "                                        ";
  1475.                             if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonManche", [], "any"falsefalsefalse602)) {
  1476.                                 $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'602$this->source); })()) . "Manche, ");
  1477.                                 echo " ";
  1478.                             }
  1479.                             // line 603
  1480.                             echo "                                        ";
  1481.                             if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonOrne", [], "any"falsefalsefalse603)) {
  1482.                                 $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'603$this->source); })()) . "Orne, ");
  1483.                                 echo " ";
  1484.                             }
  1485.                             // line 604
  1486.                             echo "                                        ";
  1487.                             if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonSeineMaritime", [], "any"falsefalsefalse604)) {
  1488.                                 $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'604$this->source); })()) . "Seine-Maritime, ");
  1489.                                 echo " ";
  1490.                             }
  1491.                             // line 605
  1492.                             echo "                                        <li>
  1493.                                             En Normandie : ";
  1494.                             // line 606
  1495.                             echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'606$this->source); })()), 0,  -2), "html"nulltrue);
  1496.                             echo "
  1497.                                         </li>
  1498.                                     ";
  1499.                         }
  1500.                         // line 609
  1501.                         echo "                                    ";
  1502.                         if (twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonHorsNormandie", [], "any"falsefalsefalse609)) {
  1503.                             // line 610
  1504.                             echo "                                        <li>Hors Normandie : ";
  1505.                             echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "rayonHorsNormandie", [], "any"falsefalsefalse610)), "html"nulltrue);
  1506.                             echo "</li>
  1507.                                     ";
  1508.                         }
  1509.                         // line 612
  1510.                         echo "                                </ul>
  1511.                             </div>
  1512.                         ";
  1513.                     }
  1514.                     // line 615
  1515.                     echo "
  1516.                         ";
  1517.                     // line 616
  1518.                     if ((twig_get_attribute($this->env$this->source$context["prestamoyenstech"], "langues", [], "any"falsefalsefalse616) != "")) {
  1519.                         // line 617
  1520.                         echo "                            <div class=\"form-group\">
  1521.                                 Langue(s) pratiquée(s) : ";
  1522.                         // line 618
  1523.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestamoyenstech"], "langues", [], "any"falsefalsefalse618), "html"nulltrue);
  1524.                         echo "
  1525.                             </div>
  1526.                         ";
  1527.                     }
  1528.                     // line 621
  1529.                     echo "
  1530.                     ";
  1531.                 }
  1532.                 // line 623
  1533.                 echo "
  1534.                 ";
  1535.             }
  1536.             $_parent $context['_parent'];
  1537.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prestamoyenstech'], $context['_parent'], $context['loop']);
  1538.             $context array_intersect_key($context$_parent) + $_parent;
  1539.             // line 625
  1540.             echo "
  1541.         ";
  1542.         }
  1543.         // line 627
  1544.         echo "
  1545.         ";
  1546.         // line 628
  1547.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'628$this->source); })()) == "prestataireservices")) {
  1548.             // line 629
  1549.             echo "
  1550.             ";
  1551.             // line 630
  1552.             $context['_parent'] = $context;
  1553.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'630$this->source); })()), "prestatairesLogistiques", [], "any"falsefalsefalse630));
  1554.             foreach ($context['_seq'] as $context["_key"] => $context["prestaservices"]) {
  1555.                 // line 631
  1556.                 echo "
  1557.                 ";
  1558.                 // line 632
  1559.                 $context["cantineongletactif"] = "";
  1560.                 // line 633
  1561.                 echo "                ";
  1562.                 $context["droneongletactif"] = "";
  1563.                 // line 634
  1564.                 echo "                ";
  1565.                 $context["costumeongletactif"] = "";
  1566.                 // line 635
  1567.                 echo "                ";
  1568.                 $context["accessoireongletactif"] = "";
  1569.                 // line 636
  1570.                 echo "                ";
  1571.                 $context["decorongletactif"] = "";
  1572.                 // line 637
  1573.                 echo "                ";
  1574.                 $context["dresseurongletactif"] = "";
  1575.                 // line 638
  1576.                 echo "                ";
  1577.                 $context["effetsSpeciauxongletactif"] = "";
  1578.                 // line 639
  1579.                 echo "                ";
  1580.                 $context["securiteongletactif"] = "";
  1581.                 // line 640
  1582.                 echo "                ";
  1583.                 $context["vehiculeJeuongletactif"] = "";
  1584.                 // line 641
  1585.                 echo "                ";
  1586.                 $context["ressourcerieongletactif"] = "";
  1587.                 // line 642
  1588.                 echo "                ";
  1589.                 $context["vehiculeTransportongletactif"] = "";
  1590.                 // line 643
  1591.                 echo "                ";
  1592.                 $context["vehiculeTechniqueongletactif"] = "";
  1593.                 // line 644
  1594.                 echo "
  1595.                 ";
  1596.                 // line 645
  1597.                 $context["cantinecontenuactif"] = "";
  1598.                 // line 646
  1599.                 echo "                ";
  1600.                 $context["dronecontenuactif"] = "";
  1601.                 // line 647
  1602.                 echo "                ";
  1603.                 $context["costumecontenuactif"] = "";
  1604.                 // line 648
  1605.                 echo "                ";
  1606.                 $context["accessoirecontenuactif"] = "";
  1607.                 // line 649
  1608.                 echo "                ";
  1609.                 $context["decorcontenuactif"] = "";
  1610.                 // line 650
  1611.                 echo "                ";
  1612.                 $context["dresseurcontenuactif"] = "";
  1613.                 // line 651
  1614.                 echo "                ";
  1615.                 $context["effetsSpeciauxcontenuactif"] = "";
  1616.                 // line 652
  1617.                 echo "                ";
  1618.                 $context["securitecontenuactif"] = "";
  1619.                 // line 653
  1620.                 echo "                ";
  1621.                 $context["vehiculeJeucontenuactif"] = "";
  1622.                 // line 654
  1623.                 echo "                ";
  1624.                 $context["ressourceriecontenuactif"] = "";
  1625.                 // line 655
  1626.                 echo "                ";
  1627.                 $context["vehiculeTransportcontenuactif"] = "";
  1628.                 // line 656
  1629.                 echo "                ";
  1630.                 $context["vehiculeTechniquecontenuactif"] = "";
  1631.                 // line 657
  1632.                 echo "
  1633.                 ";
  1634.                 // line 658
  1635.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "catering", [], "any"falsefalsefalse658)) {
  1636.                     // line 659
  1637.                     echo "                    ";
  1638.                     $context["cantineongletactif"] = "active";
  1639.                     // line 660
  1640.                     echo "                    ";
  1641.                     $context["cantinecontenuactif"] = "show active";
  1642.                     // line 661
  1643.                     echo "                ";
  1644.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "costume", [], "any"falsefalsefalse661)) {
  1645.                     // line 662
  1646.                     echo "                    ";
  1647.                     $context["costumeongletactif"] = "active";
  1648.                     // line 663
  1649.                     echo "                    ";
  1650.                     $context["costumecontenuactif"] = "show active";
  1651.                     // line 664
  1652.                     echo "                ";
  1653.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoire", [], "any"falsefalsefalse664)) {
  1654.                     // line 665
  1655.                     echo "                    ";
  1656.                     $context["accessoireongletactif"] = "active";
  1657.                     // line 666
  1658.                     echo "                    ";
  1659.                     $context["accessoirecontenuactif"] = "show active";
  1660.                     // line 667
  1661.                     echo "                ";
  1662.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "decor", [], "any"falsefalsefalse667)) {
  1663.                     // line 668
  1664.                     echo "                    ";
  1665.                     $context["decorongletactif"] = "active";
  1666.                     // line 669
  1667.                     echo "                    ";
  1668.                     $context["decorcontenuactif"] = "show active";
  1669.                     // line 670
  1670.                     echo "                ";
  1671.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseur", [], "any"falsefalsefalse670)) {
  1672.                     // line 671
  1673.                     echo "                    ";
  1674.                     $context["dresseurongletactif"] = "active";
  1675.                     // line 672
  1676.                     echo "                    ";
  1677.                     $context["dresseurcontenuactif"] = "show active";
  1678.                     // line 673
  1679.                     echo "                ";
  1680.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetsSpeciaux", [], "any"falsefalsefalse673)) {
  1681.                     // line 674
  1682.                     echo "                    ";
  1683.                     $context["effetsSpeciauxongletactif"] = "active";
  1684.                     // line 675
  1685.                     echo "                    ";
  1686.                     $context["effetsSpeciauxcontenuactif"] = "show active";
  1687.                     // line 676
  1688.                     echo "                ";
  1689.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechnique", [], "any"falsefalsefalse676)) {
  1690.                     // line 677
  1691.                     echo "                    ";
  1692.                     $context["vehiculeTechniqueongletactif"] = "active";
  1693.                     // line 678
  1694.                     echo "                    ";
  1695.                     $context["vehiculeTechniquecontenuactif"] = "show active";
  1696.                     // line 679
  1697.                     echo "                ";
  1698.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "securite", [], "any"falsefalsefalse679)) {
  1699.                     // line 680
  1700.                     echo "                    ";
  1701.                     $context["securiteongletactif"] = "active";
  1702.                     // line 681
  1703.                     echo "                    ";
  1704.                     $context["securitecontenuactif"] = "show active";
  1705.                     // line 682
  1706.                     echo "                ";
  1707.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeu", [], "any"falsefalsefalse682)) {
  1708.                     // line 683
  1709.                     echo "                    ";
  1710.                     $context["vehiculeJeuongletactif"] = "active";
  1711.                     // line 684
  1712.                     echo "                    ";
  1713.                     $context["vehiculeJeucontenuactif"] = "show active";
  1714.                     // line 685
  1715.                     echo "                ";
  1716.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerie", [], "any"falsefalsefalse685)) {
  1717.                     // line 686
  1718.                     echo "                    ";
  1719.                     $context["ressourcerieongletactif"] = "active";
  1720.                     // line 687
  1721.                     echo "                    ";
  1722.                     $context["ressourceriecontenuactif"] = "show active";
  1723.                     // line 688
  1724.                     echo "                ";
  1725.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransport", [], "any"falsefalsefalse688)) {
  1726.                     // line 689
  1727.                     echo "                    ";
  1728.                     $context["vehiculeTransportongletactif"] = "active";
  1729.                     // line 690
  1730.                     echo "                    ";
  1731.                     $context["vehiculeTransportcontenuactif"] = "show active";
  1732.                     // line 691
  1733.                     echo "                ";
  1734.                 } elseif (twig_get_attribute($this->env$this->source$context["prestaservices"], "drone", [], "any"falsefalsefalse691)) {
  1735.                     // line 692
  1736.                     echo "                    ";
  1737.                     $context["droneongletactif"] = "active";
  1738.                     // line 693
  1739.                     echo "                    ";
  1740.                     $context["dronecontenuactif"] = "show active";
  1741.                     // line 694
  1742.                     echo "                ";
  1743.                 }
  1744.                 // line 695
  1745.                 echo "
  1746.                 <div class=\"form-group col-12\">
  1747.                     <div class=\"form-group text-uppercase mb-2\" style=\"color: #01A7AB; font-size: 1.2rem\">
  1748.                         prestation(s) proposée(s)
  1749.                     </div>
  1750.                     <ul class=\"nav nav-tabs\">
  1751.                         ";
  1752.                 // line 703
  1753.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "catering", [], "any"falsefalsefalse703)) {
  1754.                     // line 704
  1755.                     echo "                            <li class=\"nav-item\">
  1756.                                 <a class=\"nav-link ";
  1757.                     // line 705
  1758.                     echo twig_escape_filter($this->env, (isset($context["cantineongletactif"]) || array_key_exists("cantineongletactif"$context) ? $context["cantineongletactif"] : (function () { throw new RuntimeError('Variable "cantineongletactif" does not exist.'705$this->source); })()), "html"nulltrue);
  1759.                     echo "\" data-toggle=\"tab\" href=\"#cantine\">Cantine et catering</a>
  1760.                             </li>
  1761.                         ";
  1762.                 }
  1763.                 // line 708
  1764.                 echo "                        ";
  1765.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costume", [], "any"falsefalsefalse708)) {
  1766.                     // line 709
  1767.                     echo "                            <li class=\"nav-item\">
  1768.                                 <a class=\"nav-link ";
  1769.                     // line 710
  1770.                     echo twig_escape_filter($this->env, (isset($context["costumeongletactif"]) || array_key_exists("costumeongletactif"$context) ? $context["costumeongletactif"] : (function () { throw new RuntimeError('Variable "costumeongletactif" does not exist.'710$this->source); })()), "html"nulltrue);
  1771.                     echo "\" data-toggle=\"tab\" href=\"#costume\">Costume : atelier et stockage</a>
  1772.                             </li>
  1773.                         ";
  1774.                 }
  1775.                 // line 713
  1776.                 echo "                        ";
  1777.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoire", [], "any"falsefalsefalse713)) {
  1778.                     // line 714
  1779.                     echo "                            <li class=\"nav-item\">
  1780.                                 <a class=\"nav-link ";
  1781.                     // line 715
  1782.                     echo twig_escape_filter($this->env, (isset($context["accessoireongletactif"]) || array_key_exists("accessoireongletactif"$context) ? $context["accessoireongletactif"] : (function () { throw new RuntimeError('Variable "accessoireongletactif" does not exist.'715$this->source); })()), "html"nulltrue);
  1783.                     echo "\" data-toggle=\"tab\" href=\"#accessoire\">Décoration : accessoire de collection</a>
  1784.                             </li>
  1785.                         ";
  1786.                 }
  1787.                 // line 718
  1788.                 echo "                        ";
  1789.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decor", [], "any"falsefalsefalse718)) {
  1790.                     // line 719
  1791.                     echo "                            <li class=\"nav-item\">
  1792.                                 <a class=\"nav-link ";
  1793.                     // line 720
  1794.                     echo twig_escape_filter($this->env, (isset($context["decorongletactif"]) || array_key_exists("decorongletactif"$context) ? $context["decorongletactif"] : (function () { throw new RuntimeError('Variable "decorongletactif" does not exist.'720$this->source); })()), "html"nulltrue);
  1795.                     echo "\" data-toggle=\"tab\" href=\"#decor\">Décoration : atelier et stockage</a>
  1796.                             </li>
  1797.                         ";
  1798.                 }
  1799.                 // line 723
  1800.                 echo "                        ";
  1801.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseur", [], "any"falsefalsefalse723)) {
  1802.                     // line 724
  1803.                     echo "                            <li class=\"nav-item\">
  1804.                                 <a class=\"nav-link ";
  1805.                     // line 725
  1806.                     echo twig_escape_filter($this->env, (isset($context["dresseurongletactif"]) || array_key_exists("dresseurongletactif"$context) ? $context["dresseurongletactif"] : (function () { throw new RuntimeError('Variable "dresseurongletactif" does not exist.'725$this->source); })()), "html"nulltrue);
  1807.                     echo "\" data-toggle=\"tab\" href=\"#dresseur\">Dressage animalier</a>
  1808.                             </li>
  1809.                         ";
  1810.                 }
  1811.                 // line 728
  1812.                 echo "                        ";
  1813.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetsSpeciaux", [], "any"falsefalsefalse728)) {
  1814.                     // line 729
  1815.                     echo "                            <li class=\"nav-item\">
  1816.                                 <a class=\"nav-link ";
  1817.                     // line 730
  1818.                     echo twig_escape_filter($this->env, (isset($context["effetsSpeciauxongletactif"]) || array_key_exists("effetsSpeciauxongletactif"$context) ? $context["effetsSpeciauxongletactif"] : (function () { throw new RuntimeError('Variable "effetsSpeciauxongletactif" does not exist.'730$this->source); })()), "html"nulltrue);
  1819.                     echo "\" data-toggle=\"tab\" href=\"#effetsSpeciaux\">Effets spéciaux mécaniques</a>
  1820.                             </li>
  1821.                         ";
  1822.                 }
  1823.                 // line 733
  1824.                 echo "                        ";
  1825.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securite", [], "any"falsefalsefalse733)) {
  1826.                     // line 734
  1827.                     echo "                            <li class=\"nav-item\">
  1828.                                 <a class=\"nav-link ";
  1829.                     // line 735
  1830.                     echo twig_escape_filter($this->env, (isset($context["securiteongletactif"]) || array_key_exists("securiteongletactif"$context) ? $context["securiteongletactif"] : (function () { throw new RuntimeError('Variable "securiteongletactif" does not exist.'735$this->source); })()), "html"nulltrue);
  1831.                     echo "\" data-toggle=\"tab\" href=\"#securite\">Gardiennage, ventousage et convoyage</a>
  1832.                             </li>
  1833.                         ";
  1834.                 }
  1835.                 // line 738
  1836.                 echo "                        ";
  1837.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechnique", [], "any"falsefalsefalse738)) {
  1838.                     // line 739
  1839.                     echo "                            <li class=\"nav-item\">
  1840.                                 <a class=\"nav-link ";
  1841.                     // line 740
  1842.                     echo twig_escape_filter($this->env, (isset($context["vehiculeTechniqueongletactif"]) || array_key_exists("vehiculeTechniqueongletactif"$context) ? $context["vehiculeTechniqueongletactif"] : (function () { throw new RuntimeError('Variable "vehiculeTechniqueongletactif" does not exist.'740$this->source); })()), "html"nulltrue);
  1843.                     echo "\" data-toggle=\"tab\" href=\"#vehiculeTechnique\">Régie : matériel et véhicule</a>
  1844.                             </li>
  1845.                         ";
  1846.                 }
  1847.                 // line 743
  1848.                 echo "                        ";
  1849.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeu", [], "any"falsefalsefalse743)) {
  1850.                     // line 744
  1851.                     echo "                            <li class=\"nav-item\">
  1852.                                 <a class=\"nav-link ";
  1853.                     // line 745
  1854.                     echo twig_escape_filter($this->env, (isset($context["vehiculeJeuongletactif"]) || array_key_exists("vehiculeJeuongletactif"$context) ? $context["vehiculeJeuongletactif"] : (function () { throw new RuntimeError('Variable "vehiculeJeuongletactif" does not exist.'745$this->source); })()), "html"nulltrue);
  1855.                     echo "\" data-toggle=\"tab\" href=\"#vehiculeJeu\">Véhicule de jeu</a>
  1856.                             </li>
  1857.                         ";
  1858.                 }
  1859.                 // line 748
  1860.                 echo "                        ";
  1861.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerie", [], "any"falsefalsefalse748)) {
  1862.                     // line 749
  1863.                     echo "                            <li class=\"nav-item\">
  1864.                                 <a class=\"nav-link ";
  1865.                     // line 750
  1866.                     echo twig_escape_filter($this->env, (isset($context["ressourcerieongletactif"]) || array_key_exists("ressourcerieongletactif"$context) ? $context["ressourcerieongletactif"] : (function () { throw new RuntimeError('Variable "ressourcerieongletactif" does not exist.'750$this->source); })()), "html"nulltrue);
  1867.                     echo "\" data-toggle=\"tab\" href=\"#ressourcerie\">Ressourcerie/Recyclerie</a>
  1868.                             </li>
  1869.                         ";
  1870.                 }
  1871.                 // line 753
  1872.                 echo "                        ";
  1873.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransport", [], "any"falsefalsefalse753)) {
  1874.                     // line 754
  1875.                     echo "                            <li class=\"nav-item\">
  1876.                                 <a class=\"nav-link ";
  1877.                     // line 755
  1878.                     echo twig_escape_filter($this->env, (isset($context["vehiculeTransportongletactif"]) || array_key_exists("vehiculeTransportongletactif"$context) ? $context["vehiculeTransportongletactif"] : (function () { throw new RuntimeError('Variable "vehiculeTransportongletactif" does not exist.'755$this->source); })()), "html"nulltrue);
  1879.                     echo "\" data-toggle=\"tab\" href=\"#vehiculeTransport\">Véhicule de transport de personnes</a>
  1880.                             </li>
  1881.                         ";
  1882.                 }
  1883.                 // line 758
  1884.                 echo "                        ";
  1885.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "drone", [], "any"falsefalsefalse758)) {
  1886.                     // line 759
  1887.                     echo "                            <li class=\"nav-item\">
  1888.                                 <a class=\"nav-link ";
  1889.                     // line 760
  1890.                     echo twig_escape_filter($this->env, (isset($context["droneongletactif"]) || array_key_exists("droneongletactif"$context) ? $context["droneongletactif"] : (function () { throw new RuntimeError('Variable "droneongletactif" does not exist.'760$this->source); })()), "html"nulltrue);
  1891.                     echo "\" data-toggle=\"tab\" href=\"#drone\">Vues aériennes / Drone</a>
  1892.                             </li>
  1893.                         ";
  1894.                 }
  1895.                 // line 763
  1896.                 echo "                    </ul>
  1897.                     <div id=\"myTabContent\" class=\"tab-content\">
  1898.                         ";
  1899.                 // line 768
  1900.                 echo "                        <div class=\"tab-pane fade ";
  1901.                 echo twig_escape_filter($this->env, (isset($context["cantinecontenuactif"]) || array_key_exists("cantinecontenuactif"$context) ? $context["cantinecontenuactif"] : (function () { throw new RuntimeError('Variable "cantinecontenuactif" does not exist.'768$this->source); })()), "html"nulltrue);
  1902.                 echo " p-2\" id=\"cantine\" style=\"border-left: solid #DEE2E6 1px\">
  1903.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1904.                                 descriptif général de l'activité
  1905.                             </div>
  1906.                             <div class=\"form-group\">
  1907.                                 ";
  1908.                 // line 773
  1909.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringDescriptif", [], "any"falsefalsefalse773), "html"nulltrue);
  1910.                 echo "
  1911.                             </div>
  1912.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1913.                                 spécialité(s) culinaire(s) ou approche spécifique
  1914.                             </div>
  1915.                             <div class=\"form-group\">
  1916.                                 ";
  1917.                 // line 780
  1918.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringSpecialiteCulinaire", [], "any"falsefalsefalse780), "html"nulltrue);
  1919.                 echo "
  1920.                             </div>
  1921.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1922.                                 Capacité de couverts par service
  1923.                             </div>
  1924.                             <div class=\"form-group\">
  1925.                                 ";
  1926.                 // line 787
  1927.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringCapaciteCouverts", [], "any"falsefalsefalse787), "html"nulltrue);
  1928.                 echo "
  1929.                             </div>
  1930.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1931.                                 Infrastructure et capacité d’accueil
  1932.                             </div>
  1933.                             <div class=\"form-group\">
  1934.                                 ";
  1935.                 // line 794
  1936.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringInfrastructure", [], "any"falsefalsefalse794), "html"nulltrue);
  1937.                 echo "
  1938.                             </div>
  1939.                             ";
  1940.                 // line 797
  1941.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringExperiences", [], "any"falsefalsefalse797)) > 0)) {
  1942.                     // line 798
  1943.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  1944.                                     Expérience(s) de tournage(s)
  1945.                                 </div>
  1946.                                 <div class=\"form-group\">
  1947.                                     <table class=\"table table-hover\">
  1948.                                         <thead>
  1949.                                             <tr class=\"table-active\">
  1950.                                                 <th scope=\"col\">Année</th>
  1951.                                                 <th scope=\"col\">Titre</th>
  1952.                                                 <th scope=\"col\">Réalisation</th>
  1953.                                                 <th scope=\"col\">Format</th>
  1954.                                                 <th scope=\"col\">Catégorie</th>
  1955.                                                 <th scope=\"col\">Production</th>
  1956.                                             </tr>
  1957.                                         </thead>
  1958.                                         <tbody>
  1959.                                             ";
  1960.                     // line 814
  1961.                     $context['_parent'] = $context;
  1962.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "cateringExperiences", [], "any"falsefalsefalse814));
  1963.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  1964.                         // line 815
  1965.                         echo "                                            <tr>
  1966.                                                 <td>";
  1967.                         // line 816
  1968.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse816), "html"nulltrue);
  1969.                         echo "</td>
  1970.                                                 <td>";
  1971.                         // line 817
  1972.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse817), "html"nulltrue);
  1973.                         echo "</td>
  1974.                                                 <td>";
  1975.                         // line 818
  1976.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse818), "html"nulltrue);
  1977.                         echo "</td>
  1978.                                                 <td>";
  1979.                         // line 819
  1980.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse819), "html"nulltrue);
  1981.                         echo "</td>
  1982.                                                 <td>";
  1983.                         // line 820
  1984.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse820), "html"nulltrue);
  1985.                         echo "</td>
  1986.                                                 <td>";
  1987.                         // line 821
  1988.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse821), "html"nulltrue);
  1989.                         echo "</td>
  1990.                                             </tr>
  1991.                                             ";
  1992.                     }
  1993.                     $_parent $context['_parent'];
  1994.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  1995.                     $context array_intersect_key($context$_parent) + $_parent;
  1996.                     // line 824
  1997.                     echo "                                        </tbody>
  1998.                                     </table>
  1999.                                 </div>
  2000.                             ";
  2001.                 }
  2002.                 // line 828
  2003.                 echo "
  2004.                             ";
  2005.                 // line 829
  2006.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "cateringExperienceAutre", [], "any"falsefalsefalse829)) {
  2007.                     // line 830
  2008.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2009.                                    Autre(s) expérience(s)
  2010.                                 </div>
  2011.                                 <div class=\"form-group\">
  2012.                                         ";
  2013.                     // line 834
  2014.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "cateringExperienceAutre", [], "any"falsefalsefalse834), "html"nulltrue);
  2015.                     echo "
  2016.                                 </div>
  2017.                             ";
  2018.                 }
  2019.                 // line 837
  2020.                 echo "
  2021.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2022.                                    informations complémentaires
  2023.                             </div>
  2024.                             ";
  2025.                 // line 841
  2026.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse841) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse841)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse841)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse841)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse841)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse841))) {
  2027.                     // line 842
  2028.                     echo "                                <div class=\"form-group\">
  2029.                                     Rayon d'intervention :
  2030.                                     <ul>
  2031.                                         ";
  2032.                     // line 845
  2033.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse845) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse845)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse845)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse845)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse845))) {
  2034.                         // line 846
  2035.                         echo "                                            ";
  2036.                         $context["rayon_normandie"] = " ";
  2037.                         // line 847
  2038.                         echo "                                            ";
  2039.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse847)) {
  2040.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'847$this->source); })()) . "Calvados, ");
  2041.                         }
  2042.                         // line 848
  2043.                         echo "                                            ";
  2044.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse848)) {
  2045.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'848$this->source); })()) . "Eure, ");
  2046.                             echo " ";
  2047.                         }
  2048.                         // line 849
  2049.                         echo "                                            ";
  2050.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse849)) {
  2051.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'849$this->source); })()) . "Manche, ");
  2052.                             echo " ";
  2053.                         }
  2054.                         // line 850
  2055.                         echo "                                            ";
  2056.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse850)) {
  2057.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'850$this->source); })()) . "Orne, ");
  2058.                             echo " ";
  2059.                         }
  2060.                         // line 851
  2061.                         echo "                                            ";
  2062.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse851)) {
  2063.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'851$this->source); })()) . "Seine-Maritime, ");
  2064.                             echo " ";
  2065.                         }
  2066.                         // line 852
  2067.                         echo "                                            <li>
  2068.                                                 En Normandie : ";
  2069.                         // line 853
  2070.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'853$this->source); })()), 0,  -2), "html"nulltrue);
  2071.                         echo "
  2072.                                             </li>
  2073.                                         ";
  2074.                     }
  2075.                     // line 856
  2076.                     echo "                                        ";
  2077.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse856)) {
  2078.                         // line 857
  2079.                         echo "                                            <li>Hors Normandie : ";
  2080.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse857)), "html"nulltrue);
  2081.                         echo "</li>
  2082.                                         ";
  2083.                     }
  2084.                     // line 859
  2085.                     echo "                                    </ul>
  2086.                                 </div>
  2087.                             ";
  2088.                 }
  2089.                 // line 862
  2090.                 echo "
  2091.                             ";
  2092.                 // line 863
  2093.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse863) != "")) {
  2094.                     // line 864
  2095.                     echo "                                <div class=\"form-group\">
  2096.                                     Langue(s) pratiquée(s) : ";
  2097.                     // line 865
  2098.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse865), "html"nulltrue);
  2099.                     echo "
  2100.                                 </div>
  2101.                             ";
  2102.                 }
  2103.                 // line 868
  2104.                 echo "
  2105.                         </div>
  2106.                         ";
  2107.                 // line 872
  2108.                 echo "                        <div class=\"tab-pane fade ";
  2109.                 echo twig_escape_filter($this->env, (isset($context["costumecontenuactif"]) || array_key_exists("costumecontenuactif"$context) ? $context["costumecontenuactif"] : (function () { throw new RuntimeError('Variable "costumecontenuactif" does not exist.'872$this->source); })()), "html"nulltrue);
  2110.                 echo " p-2\" id=\"costume\" style=\"border-left: solid #DEE2E6 1px\">
  2111.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2112.                                 descriptif général de l'activité
  2113.                             </div>
  2114.                             <div class=\"form-group\">
  2115.                                 ";
  2116.                 // line 877
  2117.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "costumeDescriptif", [], "any"falsefalsefalse877), "html"nulltrue);
  2118.                 echo "
  2119.                             </div>
  2120.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2121.                                 costumes et accessoires d’habillage en possession
  2122.                             </div>
  2123.                             <div class=\"form-group\">
  2124.                                 ";
  2125.                 // line 884
  2126.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "costumeQuantite", [], "any"falsefalsefalse884), "html"nulltrue);
  2127.                 echo "
  2128.                             </div>
  2129.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2130.                                 Services proposés
  2131.                             </div>
  2132.                             <div class=\"form-group\">
  2133.                                 <ul>
  2134.                                     ";
  2135.                 // line 892
  2136.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLocationCostume", [], "any"falsefalsefalse892)) {
  2137.                     echo "<li>Location de costumes/accessoires d’habillage</li>";
  2138.                 }
  2139.                 // line 893
  2140.                 echo "                                    ";
  2141.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeCreation", [], "any"falsefalsefalse893)) {
  2142.                     echo "<li>Création de costumes/accessoires d’habillage</li>";
  2143.                 }
  2144.                 // line 894
  2145.                 echo "                                    ";
  2146.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeRetouche", [], "any"falsefalsefalse894)) {
  2147.                     echo "<li>Retouches de costumes/accessoires d’habillage</li>";
  2148.                 }
  2149.                 // line 895
  2150.                 echo "                                    ";
  2151.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLieuFabrication", [], "any"falsefalsefalse895)) {
  2152.                     echo "<li>Mise à disposition d’un lieu de fabrication</li>";
  2153.                 }
  2154.                 // line 896
  2155.                 echo "                                    ";
  2156.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLieuHabillage", [], "any"falsefalsefalse896)) {
  2157.                     echo "<li>Mise à disposition d’un lieu d’habillage</li>";
  2158.                 }
  2159.                 // line 897
  2160.                 echo "                                    ";
  2161.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLocationMaterielConception", [], "any"falsefalsefalse897)) {
  2162.                     echo "<li>Location matériel de conception/retouche</li>";
  2163.                 }
  2164.                 // line 898
  2165.                 echo "                                    ";
  2166.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLocationMaterielEntretien", [], "any"falsefalsefalse898)) {
  2167.                     echo "<li>Location matériel d’entretien</li>";
  2168.                 }
  2169.                 // line 899
  2170.                 echo "                                    ";
  2171.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeLivraison", [], "any"falsefalsefalse899)) {
  2172.                     echo "<li>Livraison sur site</li>";
  2173.                 }
  2174.                 // line 900
  2175.                 echo "                                </ul>
  2176.                             </div>
  2177.                             ";
  2178.                 // line 903
  2179.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "costumeExperiences", [], "any"falsefalsefalse903)) > 0)) {
  2180.                     // line 904
  2181.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2182.                                     Expérience(s) de tournage(s)
  2183.                                 </div>
  2184.                                 <div class=\"form-group\">
  2185.                                     <table class=\"table table-hover\">
  2186.                                         <thead>
  2187.                                             <tr class=\"table-active\">
  2188.                                                 <th scope=\"col\">Année</th>
  2189.                                                 <th scope=\"col\">Titre</th>
  2190.                                                 <th scope=\"col\">Réalisation</th>
  2191.                                                 <th scope=\"col\">Format</th>
  2192.                                                 <th scope=\"col\">Catégorie</th>
  2193.                                                 <th scope=\"col\">Production</th>
  2194.                                             </tr>
  2195.                                         </thead>
  2196.                                         <tbody>
  2197.                                             ";
  2198.                     // line 920
  2199.                     $context['_parent'] = $context;
  2200.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeExperiences", [], "any"falsefalsefalse920));
  2201.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  2202.                         // line 921
  2203.                         echo "                                            <tr>
  2204.                                                 <td>";
  2205.                         // line 922
  2206.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse922), "html"nulltrue);
  2207.                         echo "</td>
  2208.                                                 <td>";
  2209.                         // line 923
  2210.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse923), "html"nulltrue);
  2211.                         echo "</td>
  2212.                                                 <td>";
  2213.                         // line 924
  2214.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse924), "html"nulltrue);
  2215.                         echo "</td>
  2216.                                                 <td>";
  2217.                         // line 925
  2218.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse925), "html"nulltrue);
  2219.                         echo "</td>
  2220.                                                 <td>";
  2221.                         // line 926
  2222.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse926), "html"nulltrue);
  2223.                         echo "</td>
  2224.                                                 <td>";
  2225.                         // line 927
  2226.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse927), "html"nulltrue);
  2227.                         echo "</td>
  2228.                                             </tr>
  2229.                                             ";
  2230.                     }
  2231.                     $_parent $context['_parent'];
  2232.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  2233.                     $context array_intersect_key($context$_parent) + $_parent;
  2234.                     // line 930
  2235.                     echo "                                        </tbody>
  2236.                                     </table>
  2237.                                 </div>
  2238.                             ";
  2239.                 }
  2240.                 // line 934
  2241.                 echo "
  2242.                             ";
  2243.                 // line 935
  2244.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "costumeExperienceAutre", [], "any"falsefalsefalse935)) {
  2245.                     // line 936
  2246.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2247.                                    Autre(s) expérience(s)
  2248.                                 </div>
  2249.                                 <div class=\"form-group\">
  2250.                                         ";
  2251.                     // line 940
  2252.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "costumeExperienceAutre", [], "any"falsefalsefalse940), "html"nulltrue);
  2253.                     echo "
  2254.                                 </div>
  2255.                             ";
  2256.                 }
  2257.                 // line 943
  2258.                 echo "
  2259.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2260.                                    informations complémentaires
  2261.                             </div>
  2262.                             ";
  2263.                 // line 947
  2264.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse947) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse947)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse947)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse947)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse947)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse947))) {
  2265.                     // line 948
  2266.                     echo "                                <div class=\"form-group\">
  2267.                                     Rayon d'intervention :
  2268.                                     <ul>
  2269.                                         ";
  2270.                     // line 951
  2271.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse951) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse951)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse951)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse951)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse951))) {
  2272.                         // line 952
  2273.                         echo "                                            ";
  2274.                         $context["rayon_normandie"] = " ";
  2275.                         // line 953
  2276.                         echo "                                            ";
  2277.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse953)) {
  2278.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'953$this->source); })()) . "Calvados, ");
  2279.                         }
  2280.                         // line 954
  2281.                         echo "                                            ";
  2282.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse954)) {
  2283.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'954$this->source); })()) . "Eure, ");
  2284.                             echo " ";
  2285.                         }
  2286.                         // line 955
  2287.                         echo "                                            ";
  2288.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse955)) {
  2289.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'955$this->source); })()) . "Manche, ");
  2290.                             echo " ";
  2291.                         }
  2292.                         // line 956
  2293.                         echo "                                            ";
  2294.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse956)) {
  2295.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'956$this->source); })()) . "Orne, ");
  2296.                             echo " ";
  2297.                         }
  2298.                         // line 957
  2299.                         echo "                                            ";
  2300.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse957)) {
  2301.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'957$this->source); })()) . "Seine-Maritime, ");
  2302.                             echo " ";
  2303.                         }
  2304.                         // line 958
  2305.                         echo "                                            <li>
  2306.                                                 En Normandie : ";
  2307.                         // line 959
  2308.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'959$this->source); })()), 0,  -2), "html"nulltrue);
  2309.                         echo "
  2310.                                             </li>
  2311.                                         ";
  2312.                     }
  2313.                     // line 962
  2314.                     echo "                                        ";
  2315.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse962)) {
  2316.                         // line 963
  2317.                         echo "                                            <li>Hors Normandie : ";
  2318.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse963)), "html"nulltrue);
  2319.                         echo "</li>
  2320.                                         ";
  2321.                     }
  2322.                     // line 965
  2323.                     echo "                                    </ul>
  2324.                                 </div>
  2325.                             ";
  2326.                 }
  2327.                 // line 968
  2328.                 echo "
  2329.                             ";
  2330.                 // line 969
  2331.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse969) != "")) {
  2332.                     // line 970
  2333.                     echo "                                <div class=\"form-group\">
  2334.                                     Langue(s) pratiquée(s) : ";
  2335.                     // line 971
  2336.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse971), "html"nulltrue);
  2337.                     echo "
  2338.                                 </div>
  2339.                             ";
  2340.                 }
  2341.                 // line 974
  2342.                 echo "                        </div>
  2343.                         ";
  2344.                 // line 977
  2345.                 echo "                        <div class=\"tab-pane fade ";
  2346.                 echo twig_escape_filter($this->env, (isset($context["accessoirecontenuactif"]) || array_key_exists("accessoirecontenuactif"$context) ? $context["accessoirecontenuactif"] : (function () { throw new RuntimeError('Variable "accessoirecontenuactif" does not exist.'977$this->source); })()), "html"nulltrue);
  2347.                 echo " p-2\" id=\"accessoire\" style=\"border-left: solid #DEE2E6 1px\">
  2348.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2349.                                 descriptif général de l'activité
  2350.                             </div>
  2351.                             <div class=\"form-group\">
  2352.                                 ";
  2353.                 // line 982
  2354.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireDescriptif", [], "any"falsefalsefalse982), "html"nulltrue);
  2355.                 echo "
  2356.                             </div>
  2357.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2358.                                 éléments de décors et/ou d’accessoires en possession
  2359.                             </div>
  2360.                             <div class=\"form-group\">
  2361.                                 ";
  2362.                 // line 989
  2363.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireQuantite", [], "any"falsefalsefalse989), "html"nulltrue);
  2364.                 echo "
  2365.                             </div>
  2366.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2367.                                 Services proposés
  2368.                             </div>
  2369.                             <div class=\"form-group\">
  2370.                                 <ul>
  2371.                                     ";
  2372.                 // line 997
  2373.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireLocation", [], "any"falsefalsefalse997)) {
  2374.                     echo "<li>Location d’accessoires de collection</li>";
  2375.                 }
  2376.                 // line 998
  2377.                 echo "                                    ";
  2378.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireLivraison", [], "any"falsefalsefalse998)) {
  2379.                     echo "<li>Livraison sur site</li>";
  2380.                 }
  2381.                 // line 999
  2382.                 echo "                                </ul>
  2383.                             </div>
  2384.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2385.                                 Descriptif détaillé des accessoires
  2386.                             </div>
  2387.                             <div class=\"form-group\">
  2388.                                 <table class=\"table table-hover\">
  2389.                                     <thead>
  2390.                                         <tr class=\"table-active\">
  2391.                                             <th scope=\"col\">Type</th>
  2392.                                             <th scope=\"col\">Nombre</th>
  2393.                                             <th scope=\"col\">Année</th>
  2394.                                             <th scope=\"col\">Caracteristiques</th>
  2395.                                         </tr>
  2396.                                     </thead>
  2397.                                     <tbody>
  2398.                                         ";
  2399.                 // line 1016
  2400.                 $context['_parent'] = $context;
  2401.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireListes", [], "any"falsefalsefalse1016));
  2402.                 foreach ($context['_seq'] as $context["_key"] => $context["accessoire"]) {
  2403.                     // line 1017
  2404.                     echo "                                        <tr>
  2405.                                             <td>";
  2406.                     // line 1018
  2407.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["accessoire"], "type", [], "any"falsefalsefalse1018), "html"nulltrue);
  2408.                     echo "</td>
  2409.                                             <td>";
  2410.                     // line 1019
  2411.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["accessoire"], "nombre", [], "any"falsefalsefalse1019), "html"nulltrue);
  2412.                     echo "</td>
  2413.                                             <td>";
  2414.                     // line 1020
  2415.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["accessoire"], "annee", [], "any"falsefalsefalse1020), "html"nulltrue);
  2416.                     echo "</td>
  2417.                                             <td>";
  2418.                     // line 1021
  2419.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["accessoire"], "caracteristiques", [], "any"falsefalsefalse1021), "html"nulltrue);
  2420.                     echo "</td>
  2421.                                         </tr>
  2422.                                         ";
  2423.                 }
  2424.                 $_parent $context['_parent'];
  2425.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['accessoire'], $context['_parent'], $context['loop']);
  2426.                 $context array_intersect_key($context$_parent) + $_parent;
  2427.                 // line 1024
  2428.                 echo "                                    </tbody>
  2429.                                 </table>
  2430.                             </div>
  2431.                             ";
  2432.                 // line 1028
  2433.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireExperiences", [], "any"falsefalsefalse1028)) > 0)) {
  2434.                     // line 1029
  2435.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2436.                                     Expérience(s) de tournage(s)
  2437.                                 </div>
  2438.                                 <div class=\"form-group\">
  2439.                                     <table class=\"table table-hover\">
  2440.                                         <thead>
  2441.                                             <tr class=\"table-active\">
  2442.                                                 <th scope=\"col\">Titre</th>
  2443.                                                 <th scope=\"col\">Réalisation</th>
  2444.                                                 <th scope=\"col\">Format</th>
  2445.                                                 <th scope=\"col\">Catégorie</th>
  2446.                                                 <th scope=\"col\">Production</th>
  2447.                                             </tr>
  2448.                                         </thead>
  2449.                                         <tbody>
  2450.                                             ";
  2451.                     // line 1044
  2452.                     $context['_parent'] = $context;
  2453.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireExperiences", [], "any"falsefalsefalse1044));
  2454.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  2455.                         // line 1045
  2456.                         echo "                                            <tr>
  2457.                                                 <td>";
  2458.                         // line 1046
  2459.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1046), "html"nulltrue);
  2460.                         echo "</td>
  2461.                                                 <td>";
  2462.                         // line 1047
  2463.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1047), "html"nulltrue);
  2464.                         echo "</td>
  2465.                                                 <td>";
  2466.                         // line 1048
  2467.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1048), "html"nulltrue);
  2468.                         echo "</td>
  2469.                                                 <td>";
  2470.                         // line 1049
  2471.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1049), "html"nulltrue);
  2472.                         echo "</td>
  2473.                                                 <td>";
  2474.                         // line 1050
  2475.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1050), "html"nulltrue);
  2476.                         echo "</td>
  2477.                                                 <td>";
  2478.                         // line 1051
  2479.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1051), "html"nulltrue);
  2480.                         echo "</td>
  2481.                                             </tr>
  2482.                                             ";
  2483.                     }
  2484.                     $_parent $context['_parent'];
  2485.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  2486.                     $context array_intersect_key($context$_parent) + $_parent;
  2487.                     // line 1054
  2488.                     echo "                                        </tbody>
  2489.                                     </table>
  2490.                                 </div>
  2491.                             ";
  2492.                 }
  2493.                 // line 1058
  2494.                 echo "
  2495.                             ";
  2496.                 // line 1059
  2497.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireExperienceAutre", [], "any"falsefalsefalse1059)) {
  2498.                     // line 1060
  2499.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2500.                                    Autre(s) expérience(s)
  2501.                                 </div>
  2502.                                 <div class=\"form-group\">
  2503.                                         ";
  2504.                     // line 1064
  2505.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "accessoireExperienceAutre", [], "any"falsefalsefalse1064), "html"nulltrue);
  2506.                     echo "
  2507.                                 </div>
  2508.                             ";
  2509.                 }
  2510.                 // line 1067
  2511.                 echo "
  2512.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2513.                                    informations complémentaires
  2514.                             </div>
  2515.                             ";
  2516.                 // line 1071
  2517.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1071) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1071)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1071)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1071)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1071)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1071))) {
  2518.                     // line 1072
  2519.                     echo "                                <div class=\"form-group\">
  2520.                                     Rayon d'intervention :
  2521.                                     <ul>
  2522.                                         ";
  2523.                     // line 1075
  2524.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1075) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1075)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1075)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1075)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1075))) {
  2525.                         // line 1076
  2526.                         echo "                                            ";
  2527.                         $context["rayon_normandie"] = " ";
  2528.                         // line 1077
  2529.                         echo "                                            ";
  2530.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1077)) {
  2531.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1077$this->source); })()) . "Calvados, ");
  2532.                         }
  2533.                         // line 1078
  2534.                         echo "                                            ";
  2535.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1078)) {
  2536.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1078$this->source); })()) . "Eure, ");
  2537.                             echo " ";
  2538.                         }
  2539.                         // line 1079
  2540.                         echo "                                            ";
  2541.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1079)) {
  2542.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1079$this->source); })()) . "Manche, ");
  2543.                             echo " ";
  2544.                         }
  2545.                         // line 1080
  2546.                         echo "                                            ";
  2547.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1080)) {
  2548.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1080$this->source); })()) . "Orne, ");
  2549.                             echo " ";
  2550.                         }
  2551.                         // line 1081
  2552.                         echo "                                            ";
  2553.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1081)) {
  2554.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1081$this->source); })()) . "Seine-Maritime, ");
  2555.                             echo " ";
  2556.                         }
  2557.                         // line 1082
  2558.                         echo "                                            <li>
  2559.                                                 En Normandie : ";
  2560.                         // line 1083
  2561.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1083$this->source); })()), 0,  -2), "html"nulltrue);
  2562.                         echo "
  2563.                                             </li>
  2564.                                         ";
  2565.                     }
  2566.                     // line 1086
  2567.                     echo "                                        ";
  2568.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1086)) {
  2569.                         // line 1087
  2570.                         echo "                                            <li>Hors Normandie : ";
  2571.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1087)), "html"nulltrue);
  2572.                         echo "</li>
  2573.                                         ";
  2574.                     }
  2575.                     // line 1089
  2576.                     echo "                                    </ul>
  2577.                                 </div>
  2578.                             ";
  2579.                 }
  2580.                 // line 1092
  2581.                 echo "
  2582.                             ";
  2583.                 // line 1093
  2584.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1093) != "")) {
  2585.                     // line 1094
  2586.                     echo "                                <div class=\"form-group\">
  2587.                                     Langue(s) pratiquée(s) : ";
  2588.                     // line 1095
  2589.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1095), "html"nulltrue);
  2590.                     echo "
  2591.                                 </div>
  2592.                             ";
  2593.                 }
  2594.                 // line 1098
  2595.                 echo "                        </div>
  2596.                         ";
  2597.                 // line 1101
  2598.                 echo "                        <div class=\"tab-pane fade ";
  2599.                 echo twig_escape_filter($this->env, (isset($context["decorcontenuactif"]) || array_key_exists("decorcontenuactif"$context) ? $context["decorcontenuactif"] : (function () { throw new RuntimeError('Variable "decorcontenuactif" does not exist.'1101$this->source); })()), "html"nulltrue);
  2600.                 echo " p-2\" id=\"decor\" style=\"border-left: solid #DEE2E6 1px\">
  2601.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2602.                                 descriptif général de l'activité
  2603.                             </div>
  2604.                             <div class=\"form-group\">
  2605.                                 ";
  2606.                 // line 1106
  2607.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "decorDescriptif", [], "any"falsefalsefalse1106), "html"nulltrue);
  2608.                 echo "
  2609.                             </div>
  2610.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2611.                                 éléments de décors et/ou d’accessoires en possession
  2612.                             </div>
  2613.                             <div class=\"form-group\">
  2614.                                 ";
  2615.                 // line 1113
  2616.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "decorQuantite", [], "any"falsefalsefalse1113), "html"nulltrue);
  2617.                 echo "
  2618.                             </div>
  2619.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2620.                                 Services proposés
  2621.                             </div>
  2622.                             <div class=\"form-group\">
  2623.                                 <ul>
  2624.                                     ";
  2625.                 // line 1121
  2626.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorCreationDecors", [], "any"falsefalsefalse1121)) {
  2627.                     // line 1122
  2628.                     echo "                                        <li>Création d’éléments de décors ou d'accessoires</li>
  2629.                                         <ul>
  2630.                                             ";
  2631.                     // line 1124
  2632.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorConceptionDecors", [], "any"falsefalsefalse1124)) {
  2633.                         echo "<li>Conception</li>";
  2634.                     }
  2635.                     // line 1125
  2636.                     echo "                                            ";
  2637.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorModelisationDecors", [], "any"falsefalsefalse1125)) {
  2638.                         echo "<li>Modélisation</li>";
  2639.                     }
  2640.                     // line 1126
  2641.                     echo "                                            ";
  2642.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorAtelierFabricationDecors", [], "any"falsefalsefalse1126)) {
  2643.                         // line 1127
  2644.                         echo "                                                <li>Atelier de fabrication</li>
  2645.                                                 <ul>
  2646.                                                     ";
  2647.                         // line 1129
  2648.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorCreationMoule", [], "any"falsefalsefalse1129)) {
  2649.                             echo "<li>Création de moules et prototypes</li>";
  2650.                         }
  2651.                         // line 1130
  2652.                         echo "                                                    ";
  2653.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorDecoupe", [], "any"falsefalsefalse1130)) {
  2654.                             echo "<li>Découpe et/ou usinage de polystyrène, mousse PU, bois, pvc,...</li>";
  2655.                         }
  2656.                         // line 1131
  2657.                         echo "                                                    ";
  2658.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorProjectionResine", [], "any"falsefalsefalse1131)) {
  2659.                             echo "<li>Projection de résine et/ou stratification</li>";
  2660.                         }
  2661.                         // line 1132
  2662.                         echo "                                                    ";
  2663.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorCreationStructure", [], "any"falsefalsefalse1132)) {
  2664.                             echo "<li>Création de structures bois ou métalliques</li>";
  2665.                         }
  2666.                         // line 1133
  2667.                         echo "                                                    ";
  2668.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorMisePeinture", [], "any"falsefalsefalse1133)) {
  2669.                             echo "<li>Mise en peinture et/ou vernis</li>";
  2670.                         }
  2671.                         // line 1134
  2672.                         echo "                                                </ul>
  2673.                                             ";
  2674.                     }
  2675.                     // line 1136
  2676.                     echo "                                        </ul>
  2677.                                     ";
  2678.                 }
  2679.                 // line 1138
  2680.                 echo "                                    ";
  2681.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorCreationAccessoire", [], "any"falsefalsefalse1138)) {
  2682.                     // line 1139
  2683.                     echo "                                        <li>Création d’accessoires de décors</li>
  2684.                                         <ul>
  2685.                                             ";
  2686.                     // line 1141
  2687.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorAccessoireConception", [], "any"falsefalsefalse1141)) {
  2688.                         echo "<li>Conception</li>";
  2689.                     }
  2690.                     // line 1142
  2691.                     echo "                                            ";
  2692.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorAccessoireModelisation", [], "any"falsefalsefalse1142)) {
  2693.                         echo "<li>Modélisation</li>";
  2694.                     }
  2695.                     // line 1143
  2696.                     echo "                                            ";
  2697.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorAccessoireAtelier", [], "any"falsefalsefalse1143)) {
  2698.                         echo "<li>Atelier de fabrication : ";
  2699.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "decorAccessoireAtelierPrecision", [], "any"falsefalsefalse1143), "html"nulltrue);
  2700.                         echo "</li>";
  2701.                     }
  2702.                     // line 1144
  2703.                     echo "                                        </ul>
  2704.                                     ";
  2705.                 }
  2706.                 // line 1146
  2707.                 echo "                                    ";
  2708.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorLocationDecors", [], "any"falsefalsefalse1146)) {
  2709.                     echo "<li>Location d’éléments de décors ou d'accessoires</li>";
  2710.                 }
  2711.                 // line 1147
  2712.                 echo "                                    ";
  2713.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorLivraison", [], "any"falsefalsefalse1147)) {
  2714.                     echo "<li>Livraison sur site</li>";
  2715.                 }
  2716.                 // line 1148
  2717.                 echo "                                </ul>
  2718.                             </div>
  2719.                             ";
  2720.                 // line 1151
  2721.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "decorExperiences", [], "any"falsefalsefalse1151)) > 0)) {
  2722.                     // line 1152
  2723.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2724.                                     Expérience(s) de tournage(s)
  2725.                                 </div>
  2726.                                 <div class=\"form-group\">
  2727.                                     <table class=\"table table-hover\">
  2728.                                         <thead>
  2729.                                             <tr class=\"table-active\">
  2730.                                                 <th scope=\"col\">Année</th>
  2731.                                                 <th scope=\"col\">Titre</th>
  2732.                                                 <th scope=\"col\">Réalisation</th>
  2733.                                                 <th scope=\"col\">Format</th>
  2734.                                                 <th scope=\"col\">Catégorie</th>
  2735.                                                 <th scope=\"col\">Production</th>
  2736.                                             </tr>
  2737.                                         </thead>
  2738.                                         <tbody>
  2739.                                             ";
  2740.                     // line 1168
  2741.                     $context['_parent'] = $context;
  2742.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "decorExperiences", [], "any"falsefalsefalse1168));
  2743.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  2744.                         // line 1169
  2745.                         echo "                                            <tr>
  2746.                                                 <td>";
  2747.                         // line 1170
  2748.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1170), "html"nulltrue);
  2749.                         echo "</td>
  2750.                                                 <td>";
  2751.                         // line 1171
  2752.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1171), "html"nulltrue);
  2753.                         echo "</td>
  2754.                                                 <td>";
  2755.                         // line 1172
  2756.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1172), "html"nulltrue);
  2757.                         echo "</td>
  2758.                                                 <td>";
  2759.                         // line 1173
  2760.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1173), "html"nulltrue);
  2761.                         echo "</td>
  2762.                                                 <td>";
  2763.                         // line 1174
  2764.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1174), "html"nulltrue);
  2765.                         echo "</td>
  2766.                                                 <td>";
  2767.                         // line 1175
  2768.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1175), "html"nulltrue);
  2769.                         echo "</td>
  2770.                                             </tr>
  2771.                                             ";
  2772.                     }
  2773.                     $_parent $context['_parent'];
  2774.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  2775.                     $context array_intersect_key($context$_parent) + $_parent;
  2776.                     // line 1178
  2777.                     echo "                                        </tbody>
  2778.                                     </table>
  2779.                                 </div>
  2780.                             ";
  2781.                 }
  2782.                 // line 1182
  2783.                 echo "
  2784.                             ";
  2785.                 // line 1183
  2786.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "decorExperienceAutre", [], "any"falsefalsefalse1183)) {
  2787.                     // line 1184
  2788.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2789.                                    Autre(s) expérience(s)
  2790.                                 </div>
  2791.                                 <div class=\"form-group\">
  2792.                                         ";
  2793.                     // line 1188
  2794.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "decorExperienceAutre", [], "any"falsefalsefalse1188), "html"nulltrue);
  2795.                     echo "
  2796.                                 </div>
  2797.                             ";
  2798.                 }
  2799.                 // line 1191
  2800.                 echo "
  2801.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2802.                                    informations complémentaires
  2803.                             </div>
  2804.                             ";
  2805.                 // line 1195
  2806.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1195) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1195)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1195)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1195)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1195)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1195))) {
  2807.                     // line 1196
  2808.                     echo "                                <div class=\"form-group\">
  2809.                                     Rayon d'intervention :
  2810.                                     <ul>
  2811.                                         ";
  2812.                     // line 1199
  2813.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1199) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1199)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1199)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1199)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1199))) {
  2814.                         // line 1200
  2815.                         echo "                                            ";
  2816.                         $context["rayon_normandie"] = " ";
  2817.                         // line 1201
  2818.                         echo "                                            ";
  2819.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1201)) {
  2820.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1201$this->source); })()) . "Calvados, ");
  2821.                         }
  2822.                         // line 1202
  2823.                         echo "                                            ";
  2824.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1202)) {
  2825.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1202$this->source); })()) . "Eure, ");
  2826.                             echo " ";
  2827.                         }
  2828.                         // line 1203
  2829.                         echo "                                            ";
  2830.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1203)) {
  2831.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1203$this->source); })()) . "Manche, ");
  2832.                             echo " ";
  2833.                         }
  2834.                         // line 1204
  2835.                         echo "                                            ";
  2836.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1204)) {
  2837.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1204$this->source); })()) . "Orne, ");
  2838.                             echo " ";
  2839.                         }
  2840.                         // line 1205
  2841.                         echo "                                            ";
  2842.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1205)) {
  2843.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1205$this->source); })()) . "Seine-Maritime, ");
  2844.                             echo " ";
  2845.                         }
  2846.                         // line 1206
  2847.                         echo "                                            <li>
  2848.                                                 En Normandie : ";
  2849.                         // line 1207
  2850.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1207$this->source); })()), 0,  -2), "html"nulltrue);
  2851.                         echo "
  2852.                                             </li>
  2853.                                         ";
  2854.                     }
  2855.                     // line 1210
  2856.                     echo "                                        ";
  2857.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1210)) {
  2858.                         // line 1211
  2859.                         echo "                                            <li>Hors Normandie : ";
  2860.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1211)), "html"nulltrue);
  2861.                         echo "</li>
  2862.                                         ";
  2863.                     }
  2864.                     // line 1213
  2865.                     echo "                                    </ul>
  2866.                                 </div>
  2867.                             ";
  2868.                 }
  2869.                 // line 1216
  2870.                 echo "
  2871.                             ";
  2872.                 // line 1217
  2873.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1217) != "")) {
  2874.                     // line 1218
  2875.                     echo "                                <div class=\"form-group\">
  2876.                                     Langue(s) pratiquée(s) : ";
  2877.                     // line 1219
  2878.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1219), "html"nulltrue);
  2879.                     echo "
  2880.                                 </div>
  2881.                             ";
  2882.                 }
  2883.                 // line 1222
  2884.                 echo "                        </div>
  2885.                         ";
  2886.                 // line 1225
  2887.                 echo "                        <div class=\"tab-pane fade ";
  2888.                 echo twig_escape_filter($this->env, (isset($context["dresseurcontenuactif"]) || array_key_exists("dresseurcontenuactif"$context) ? $context["dresseurcontenuactif"] : (function () { throw new RuntimeError('Variable "dresseurcontenuactif" does not exist.'1225$this->source); })()), "html"nulltrue);
  2889.                 echo " p-2\" id=\"dresseur\" style=\"border-left: solid #DEE2E6 1px\">
  2890.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2891.                                 descriptif général de l'activité
  2892.                             </div>
  2893.                             <div class=\"form-group\">
  2894.                                 ";
  2895.                 // line 1230
  2896.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurDescriptif", [], "any"falsefalsefalse1230), "html"nulltrue);
  2897.                 echo "
  2898.                             </div>
  2899.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2900.                                 Services proposés
  2901.                             </div>
  2902.                             <div class=\"form-group\">
  2903.                                 <ul>
  2904.                                     ";
  2905.                 // line 1238
  2906.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurAnimal", [], "any"falsefalsefalse1238)) {
  2907.                     echo "<li>Dresseur animal</li>";
  2908.                 }
  2909.                 // line 1239
  2910.                 echo "                                    ";
  2911.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurConseiller", [], "any"falsefalsefalse1239)) {
  2912.                     echo "<li>Conseiller mise en scène</li>";
  2913.                 }
  2914.                 // line 1240
  2915.                 echo "                                    ";
  2916.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurCascade", [], "any"falsefalsefalse1240)) {
  2917.                     echo "<li>Animaux pratiquant la cascade</li>";
  2918.                 }
  2919.                 // line 1241
  2920.                 echo "                                </ul>
  2921.                             </div>
  2922.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2923.                                 Liste d'animaux
  2924.                             </div>
  2925.                             <div class=\"form-group\">
  2926.                                 <table class=\"table table-hover\">
  2927.                                     <thead>
  2928.                                         <tr class=\"table-active\">
  2929.                                             <th scope=\"col\">Type d'animal</th>
  2930.                                             <th scope=\"col\">Nombre</th>
  2931.                                             <th scope=\"col\">Commentaire</th>
  2932.                                         </tr>
  2933.                                     </thead>
  2934.                                     <tbody>
  2935.                                         ";
  2936.                 // line 1257
  2937.                 $context['_parent'] = $context;
  2938.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurListes", [], "any"falsefalsefalse1257));
  2939.                 foreach ($context['_seq'] as $context["_key"] => $context["animal"]) {
  2940.                     // line 1258
  2941.                     echo "                                        <tr>
  2942.                                             <td>";
  2943.                     // line 1259
  2944.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["animal"], "type", [], "any"falsefalsefalse1259), "html"nulltrue);
  2945.                     echo "</td>
  2946.                                             <td>";
  2947.                     // line 1260
  2948.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["animal"], "nombre", [], "any"falsefalsefalse1260), "html"nulltrue);
  2949.                     echo "</td>
  2950.                                             <td>";
  2951.                     // line 1261
  2952.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["animal"], "commentaire", [], "any"falsefalsefalse1261), "html"nulltrue);
  2953.                     echo "</td>
  2954.                                         </tr>
  2955.                                         ";
  2956.                 }
  2957.                 $_parent $context['_parent'];
  2958.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['animal'], $context['_parent'], $context['loop']);
  2959.                 $context array_intersect_key($context$_parent) + $_parent;
  2960.                 // line 1264
  2961.                 echo "                                    </tbody>
  2962.                                 </table>
  2963.                             </div>
  2964.                             ";
  2965.                 // line 1268
  2966.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurExperiences", [], "any"falsefalsefalse1268)) > 0)) {
  2967.                     // line 1269
  2968.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  2969.                                     Expérience(s) de tournage(s)
  2970.                                 </div>
  2971.                                 <div class=\"form-group\">
  2972.                                     <table class=\"table table-hover\">
  2973.                                         <thead>
  2974.                                             <tr class=\"table-active\">
  2975.                                                 <th scope=\"col\">Année</th>
  2976.                                                 <th scope=\"col\">Titre</th>
  2977.                                                 <th scope=\"col\">Réalisation</th>
  2978.                                                 <th scope=\"col\">Format</th>
  2979.                                                 <th scope=\"col\">Catégorie</th>
  2980.                                                 <th scope=\"col\">Production</th>
  2981.                                             </tr>
  2982.                                         </thead>
  2983.                                         <tbody>
  2984.                                             ";
  2985.                     // line 1285
  2986.                     $context['_parent'] = $context;
  2987.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurExperiences", [], "any"falsefalsefalse1285));
  2988.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  2989.                         // line 1286
  2990.                         echo "                                            <tr>
  2991.                                                 <td>";
  2992.                         // line 1287
  2993.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1287), "html"nulltrue);
  2994.                         echo "</td>
  2995.                                                 <td>";
  2996.                         // line 1288
  2997.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1288), "html"nulltrue);
  2998.                         echo "</td>
  2999.                                                 <td>";
  3000.                         // line 1289
  3001.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1289), "html"nulltrue);
  3002.                         echo "</td>
  3003.                                                 <td>";
  3004.                         // line 1290
  3005.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1290), "html"nulltrue);
  3006.                         echo "</td>
  3007.                                                 <td>";
  3008.                         // line 1291
  3009.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1291), "html"nulltrue);
  3010.                         echo "</td>
  3011.                                                 <td>";
  3012.                         // line 1292
  3013.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1292), "html"nulltrue);
  3014.                         echo "</td>
  3015.                                             </tr>
  3016.                                             ";
  3017.                     }
  3018.                     $_parent $context['_parent'];
  3019.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  3020.                     $context array_intersect_key($context$_parent) + $_parent;
  3021.                     // line 1295
  3022.                     echo "                                        </tbody>
  3023.                                     </table>
  3024.                                 </div>
  3025.                             ";
  3026.                 }
  3027.                 // line 1299
  3028.                 echo "
  3029.                             ";
  3030.                 // line 1300
  3031.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurExperienceAutre", [], "any"falsefalsefalse1300)) {
  3032.                     // line 1301
  3033.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3034.                                    Autre(s) expérience(s)
  3035.                                 </div>
  3036.                                 <div class=\"form-group\">
  3037.                                         ";
  3038.                     // line 1305
  3039.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "dresseurExperienceAutre", [], "any"falsefalsefalse1305), "html"nulltrue);
  3040.                     echo "
  3041.                                 </div>
  3042.                             ";
  3043.                 }
  3044.                 // line 1308
  3045.                 echo "
  3046.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3047.                                    informations complémentaires
  3048.                             </div>
  3049.                             ";
  3050.                 // line 1312
  3051.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1312) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1312)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1312)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1312)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1312)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1312))) {
  3052.                     // line 1313
  3053.                     echo "                                <div class=\"form-group\">
  3054.                                     Rayon d'intervention :
  3055.                                     <ul>
  3056.                                         ";
  3057.                     // line 1316
  3058.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1316) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1316)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1316)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1316)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1316))) {
  3059.                         // line 1317
  3060.                         echo "                                            ";
  3061.                         $context["rayon_normandie"] = " ";
  3062.                         // line 1318
  3063.                         echo "                                            ";
  3064.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1318)) {
  3065.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1318$this->source); })()) . "Calvados, ");
  3066.                         }
  3067.                         // line 1319
  3068.                         echo "                                            ";
  3069.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1319)) {
  3070.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1319$this->source); })()) . "Eure, ");
  3071.                             echo " ";
  3072.                         }
  3073.                         // line 1320
  3074.                         echo "                                            ";
  3075.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1320)) {
  3076.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1320$this->source); })()) . "Manche, ");
  3077.                             echo " ";
  3078.                         }
  3079.                         // line 1321
  3080.                         echo "                                            ";
  3081.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1321)) {
  3082.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1321$this->source); })()) . "Orne, ");
  3083.                             echo " ";
  3084.                         }
  3085.                         // line 1322
  3086.                         echo "                                            ";
  3087.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1322)) {
  3088.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1322$this->source); })()) . "Seine-Maritime, ");
  3089.                             echo " ";
  3090.                         }
  3091.                         // line 1323
  3092.                         echo "                                            <li>
  3093.                                                 En Normandie : ";
  3094.                         // line 1324
  3095.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1324$this->source); })()), 0,  -2), "html"nulltrue);
  3096.                         echo "
  3097.                                             </li>
  3098.                                         ";
  3099.                     }
  3100.                     // line 1327
  3101.                     echo "                                        ";
  3102.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1327)) {
  3103.                         // line 1328
  3104.                         echo "                                            <li>Hors Normandie : ";
  3105.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1328)), "html"nulltrue);
  3106.                         echo "</li>
  3107.                                         ";
  3108.                     }
  3109.                     // line 1330
  3110.                     echo "                                    </ul>
  3111.                                 </div>
  3112.                             ";
  3113.                 }
  3114.                 // line 1333
  3115.                 echo "
  3116.                             ";
  3117.                 // line 1334
  3118.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1334) != "")) {
  3119.                     // line 1335
  3120.                     echo "                                <div class=\"form-group\">
  3121.                                     Langue(s) pratiquée(s) : ";
  3122.                     // line 1336
  3123.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1336), "html"nulltrue);
  3124.                     echo "
  3125.                                 </div>
  3126.                             ";
  3127.                 }
  3128.                 // line 1339
  3129.                 echo "                        </div>
  3130.                         ";
  3131.                 // line 1342
  3132.                 echo "                        <div class=\"tab-pane fade ";
  3133.                 echo twig_escape_filter($this->env, (isset($context["effetsSpeciauxcontenuactif"]) || array_key_exists("effetsSpeciauxcontenuactif"$context) ? $context["effetsSpeciauxcontenuactif"] : (function () { throw new RuntimeError('Variable "effetsSpeciauxcontenuactif" does not exist.'1342$this->source); })()), "html"nulltrue);
  3134.                 echo " p-2\" id=\"effetsSpeciaux\" style=\"border-left: solid #DEE2E6 1px\">
  3135.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3136.                                 descriptif général de l'activité
  3137.                             </div>
  3138.                             <div class=\"form-group\">
  3139.                                 ";
  3140.                 // line 1347
  3141.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialDescriptif", [], "any"falsefalsefalse1347), "html"nulltrue);
  3142.                 echo "
  3143.                             </div>
  3144.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3145.                                 Services proposés
  3146.                             </div>
  3147.                             <div class=\"form-group\">
  3148.                                 <ul>
  3149.                                     ";
  3150.                 // line 1355
  3151.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialEffetAtmospherique", [], "any"falsefalsefalse1355)) {
  3152.                     echo "<li>Effets atmosphériques (pluie, vent, brouillard, neige,…)</li>";
  3153.                 }
  3154.                 // line 1356
  3155.                 echo "                                    ";
  3156.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialEffetAquatique", [], "any"falsefalsefalse1356)) {
  3157.                     echo "<li>Effets aquatiques (création de bassins, de cascades,…)</li>";
  3158.                 }
  3159.                 // line 1357
  3160.                 echo "                                    ";
  3161.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExplosionDecorNaturel", [], "any"falsefalsefalse1357)) {
  3162.                     echo "<li>Explosion en décor naturel</li>";
  3163.                 }
  3164.                 // line 1358
  3165.                 echo "                                    ";
  3166.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExplosionStudio", [], "any"falsefalsefalse1358)) {
  3167.                     echo "<li>Explosion en studio</li>";
  3168.                 }
  3169.                 // line 1359
  3170.                 echo "                                    ";
  3171.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialTirImpact", [], "any"falsefalsefalse1359)) {
  3172.                     echo "<li>Tir & impact</li>";
  3173.                 }
  3174.                 // line 1360
  3175.                 echo "                                    ";
  3176.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialTorcheHumaine", [], "any"falsefalsefalse1360)) {
  3177.                     echo "<li>Torche humaine</li>";
  3178.                 }
  3179.                 // line 1361
  3180.                 echo "                                    ";
  3181.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialFeu", [], "any"falsefalsefalse1361)) {
  3182.                     echo "<li>Feu, incendie, embrasement de site</li>";
  3183.                 }
  3184.                 // line 1362
  3185.                 echo "                                    ";
  3186.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialFeuxArtificePerso", [], "any"falsefalsefalse1362)) {
  3187.                     echo "<li>Feux d’artifices personnalisés</li>";
  3188.                 }
  3189.                 // line 1363
  3190.                 echo "                                    ";
  3191.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialRegleurSceneAccident", [], "any"falsefalsefalse1363)) {
  3192.                     echo "<li>Régleur de scène d’accident</li>";
  3193.                 }
  3194.                 // line 1364
  3195.                 echo "                                    ";
  3196.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialCascadeAuto", [], "any"falsefalsefalse1364)) {
  3197.                     echo "<li>Cascade auto</li>";
  3198.                 }
  3199.                 // line 1365
  3200.                 echo "                                    ";
  3201.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialCascadeCamion", [], "any"falsefalsefalse1365)) {
  3202.                     echo "<li>Cascade camion</li>";
  3203.                 }
  3204.                 // line 1366
  3205.                 echo "                                    ";
  3206.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialCascadeMoto", [], "any"falsefalsefalse1366)) {
  3207.                     echo "<li>Cascade moto</li>";
  3208.                 }
  3209.                 // line 1367
  3210.                 echo "                                    ";
  3211.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialCascadePhysique", [], "any"falsefalsefalse1367)) {
  3212.                     echo "<li>Cascade physique</li>";
  3213.                 }
  3214.                 // line 1368
  3215.                 echo "                                    ";
  3216.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialRegleurCombat", [], "any"falsefalsefalse1368)) {
  3217.                     echo "<li>Régleur de combat</li>";
  3218.                 }
  3219.                 // line 1369
  3220.                 echo "                                    ";
  3221.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialEffetMaquillage", [], "any"falsefalsefalse1369)) {
  3222.                     echo "<li>Effets de maquillage (bloody effects,…)</li>";
  3223.                 }
  3224.                 // line 1370
  3225.                 echo "                                    ";
  3226.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialCreationProthese", [], "any"falsefalsefalse1370)) {
  3227.                     echo "<li>Création de prothèses & masques (de créatures, de déformations corporelles,…)</li>";
  3228.                 }
  3229.                 // line 1371
  3230.                 echo "                                    ";
  3231.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialMiniature", [], "any"falsefalsefalse1371)) {
  3232.                     echo "<li>Miniatures et modelage (création de maquettes de décor, de figurines et miniatures,…)</li>";
  3233.                 }
  3234.                 // line 1372
  3235.                 echo "                                    ";
  3236.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialAccessoiresTrucage", [], "any"falsefalsefalse1372)) {
  3237.                     echo "<li>Accessoires SF (création d’armes, … )</li>";
  3238.                 }
  3239.                 // line 1373
  3240.                 echo "                                    ";
  3241.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialAutre", [], "any"falsefalsefalse1373)) {
  3242.                     echo "<li>Autre(s) : ";
  3243.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialAutrePrecision", [], "any"falsefalsefalse1373), "html"nulltrue);
  3244.                     echo "</li>";
  3245.                 }
  3246.                 // line 1374
  3247.                 echo "                                </ul>
  3248.                             </div>
  3249.                             ";
  3250.                 // line 1377
  3251.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExperiences", [], "any"falsefalsefalse1377)) > 0)) {
  3252.                     // line 1378
  3253.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3254.                                     Expérience(s) de tournage(s)
  3255.                                 </div>
  3256.                                 <div class=\"form-group\">
  3257.                                     <table class=\"table table-hover\">
  3258.                                         <thead>
  3259.                                             <tr class=\"table-active\">
  3260.                                                 <th scope=\"col\">Année</th>
  3261.                                                 <th scope=\"col\">Titre</th>
  3262.                                                 <th scope=\"col\">Réalisation</th>
  3263.                                                 <th scope=\"col\">Format</th>
  3264.                                                 <th scope=\"col\">Catégorie</th>
  3265.                                                 <th scope=\"col\">Production</th>
  3266.                                             </tr>
  3267.                                         </thead>
  3268.                                         <tbody>
  3269.                                             ";
  3270.                     // line 1394
  3271.                     $context['_parent'] = $context;
  3272.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExperiences", [], "any"falsefalsefalse1394));
  3273.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  3274.                         // line 1395
  3275.                         echo "                                            <tr>
  3276.                                                 <td>";
  3277.                         // line 1396
  3278.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1396), "html"nulltrue);
  3279.                         echo "</td>
  3280.                                                 <td>";
  3281.                         // line 1397
  3282.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1397), "html"nulltrue);
  3283.                         echo "</td>
  3284.                                                 <td>";
  3285.                         // line 1398
  3286.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1398), "html"nulltrue);
  3287.                         echo "</td>
  3288.                                                 <td>";
  3289.                         // line 1399
  3290.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1399), "html"nulltrue);
  3291.                         echo "</td>
  3292.                                                 <td>";
  3293.                         // line 1400
  3294.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1400), "html"nulltrue);
  3295.                         echo "</td>
  3296.                                                 <td>";
  3297.                         // line 1401
  3298.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1401), "html"nulltrue);
  3299.                         echo "</td>
  3300.                                             </tr>
  3301.                                             ";
  3302.                     }
  3303.                     $_parent $context['_parent'];
  3304.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  3305.                     $context array_intersect_key($context$_parent) + $_parent;
  3306.                     // line 1404
  3307.                     echo "                                        </tbody>
  3308.                                     </table>
  3309.                                 </div>
  3310.                             ";
  3311.                 }
  3312.                 // line 1408
  3313.                 echo "
  3314.                             ";
  3315.                 // line 1409
  3316.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExperienceAutre", [], "any"falsefalsefalse1409)) {
  3317.                     // line 1410
  3318.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3319.                                    Autre(s) expérience(s)
  3320.                                 </div>
  3321.                                 <div class=\"form-group\">
  3322.                                         ";
  3323.                     // line 1414
  3324.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "effetSpecialExperienceAutre", [], "any"falsefalsefalse1414), "html"nulltrue);
  3325.                     echo "
  3326.                                 </div>
  3327.                             ";
  3328.                 }
  3329.                 // line 1417
  3330.                 echo "
  3331.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3332.                                    informations complémentaires
  3333.                             </div>
  3334.                             ";
  3335.                 // line 1421
  3336.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1421) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1421)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1421)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1421)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1421)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1421))) {
  3337.                     // line 1422
  3338.                     echo "                                <div class=\"form-group\">
  3339.                                     Rayon d'intervention :
  3340.                                     <ul>
  3341.                                         ";
  3342.                     // line 1425
  3343.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1425) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1425)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1425)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1425)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1425))) {
  3344.                         // line 1426
  3345.                         echo "                                            ";
  3346.                         $context["rayon_normandie"] = " ";
  3347.                         // line 1427
  3348.                         echo "                                            ";
  3349.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1427)) {
  3350.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1427$this->source); })()) . "Calvados, ");
  3351.                         }
  3352.                         // line 1428
  3353.                         echo "                                            ";
  3354.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1428)) {
  3355.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1428$this->source); })()) . "Eure, ");
  3356.                             echo " ";
  3357.                         }
  3358.                         // line 1429
  3359.                         echo "                                            ";
  3360.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1429)) {
  3361.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1429$this->source); })()) . "Manche, ");
  3362.                             echo " ";
  3363.                         }
  3364.                         // line 1430
  3365.                         echo "                                            ";
  3366.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1430)) {
  3367.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1430$this->source); })()) . "Orne, ");
  3368.                             echo " ";
  3369.                         }
  3370.                         // line 1431
  3371.                         echo "                                            ";
  3372.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1431)) {
  3373.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1431$this->source); })()) . "Seine-Maritime, ");
  3374.                             echo " ";
  3375.                         }
  3376.                         // line 1432
  3377.                         echo "                                            <li>
  3378.                                                 En Normandie : ";
  3379.                         // line 1433
  3380.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1433$this->source); })()), 0,  -2), "html"nulltrue);
  3381.                         echo "
  3382.                                             </li>
  3383.                                         ";
  3384.                     }
  3385.                     // line 1436
  3386.                     echo "                                        ";
  3387.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1436)) {
  3388.                         // line 1437
  3389.                         echo "                                            <li>Hors Normandie : ";
  3390.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1437)), "html"nulltrue);
  3391.                         echo "</li>
  3392.                                         ";
  3393.                     }
  3394.                     // line 1439
  3395.                     echo "                                    </ul>
  3396.                                 </div>
  3397.                             ";
  3398.                 }
  3399.                 // line 1442
  3400.                 echo "
  3401.                             ";
  3402.                 // line 1443
  3403.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1443) != "")) {
  3404.                     // line 1444
  3405.                     echo "                                <div class=\"form-group\">
  3406.                                     Langue(s) pratiquée(s) : ";
  3407.                     // line 1445
  3408.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1445), "html"nulltrue);
  3409.                     echo "
  3410.                                 </div>
  3411.                             ";
  3412.                 }
  3413.                 // line 1448
  3414.                 echo "                        </div>
  3415.                         ";
  3416.                 // line 1451
  3417.                 echo "                        <div class=\"tab-pane fade ";
  3418.                 echo twig_escape_filter($this->env, (isset($context["securitecontenuactif"]) || array_key_exists("securitecontenuactif"$context) ? $context["securitecontenuactif"] : (function () { throw new RuntimeError('Variable "securitecontenuactif" does not exist.'1451$this->source); })()), "html"nulltrue);
  3419.                 echo " p-2\" id=\"securite\" style=\"border-left: solid #DEE2E6 1px\">
  3420.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3421.                                 descriptif général de l'activité
  3422.                             </div>
  3423.                             <div class=\"form-group\">
  3424.                                 ";
  3425.                 // line 1456
  3426.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "securiteDescriptif", [], "any"falsefalsefalse1456), "html"nulltrue);
  3427.                 echo "
  3428.                             </div>
  3429.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3430.                                 Services proposés
  3431.                             </div>
  3432.                             <div class=\"form-group\">
  3433.                                 <ul>
  3434.                                     ";
  3435.                 // line 1464
  3436.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteAssistanceVisiteur", [], "any"falsefalsefalse1464)) {
  3437.                     echo "<li>Assistance aux visiteurs</li>";
  3438.                 }
  3439.                 // line 1465
  3440.                 echo "                                    ";
  3441.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteConvoyage", [], "any"falsefalsefalse1465)) {
  3442.                     echo "<li>Convoyage</li>";
  3443.                 }
  3444.                 // line 1466
  3445.                 echo "                                    ";
  3446.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteFiltrage", [], "any"falsefalsefalse1466)) {
  3447.                     echo "<li>Filtrage et contrôle d’accès</li>";
  3448.                 }
  3449.                 // line 1467
  3450.                 echo "                                    ";
  3451.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteProtectionRapprochee", [], "any"falsefalsefalse1467)) {
  3452.                     echo "<li>Protection rapprochée</li>";
  3453.                 }
  3454.                 // line 1468
  3455.                 echo "                                    ";
  3456.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteRondes", [], "any"falsefalsefalse1468)) {
  3457.                     echo "<li>Rondes à vue diurnes et/ou nocturnes</li>";
  3458.                 }
  3459.                 // line 1469
  3460.                 echo "                                    ";
  3461.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteSecuriteInvite", [], "any"falsefalsefalse1469)) {
  3462.                     echo "<li>Sécurité d’invités</li>";
  3463.                 }
  3464.                 // line 1470
  3465.                 echo "                                    ";
  3466.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteSurveillanceCanine", [], "any"falsefalsefalse1470)) {
  3467.                     echo "<li>Surveillance avec chien</li>";
  3468.                 }
  3469.                 // line 1471
  3470.                 echo "                                    ";
  3471.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteSurveillanceStatique", [], "any"falsefalsefalse1471)) {
  3472.                     echo "<li>Surveillance statique</li>";
  3473.                 }
  3474.                 // line 1472
  3475.                 echo "                                    ";
  3476.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteTenueMainCourante", [], "any"falsefalsefalse1472)) {
  3477.                     echo "<li>Tenue de la main-courante</li>";
  3478.                 }
  3479.                 // line 1473
  3480.                 echo "                                    ";
  3481.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteTransport", [], "any"falsefalsefalse1473)) {
  3482.                     echo "<li>Véhicule de transport en protection rapprochée</li>";
  3483.                 }
  3484.                 // line 1474
  3485.                 echo "                                    ";
  3486.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteVentousage", [], "any"falsefalsefalse1474)) {
  3487.                     echo "<li>Ventousage</li>";
  3488.                 }
  3489.                 // line 1475
  3490.                 echo "                                    ";
  3491.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteVerifSysteme", [], "any"falsefalsefalse1475)) {
  3492.                     echo "<li>Vérification des installations et systèmes de sécurité</li>";
  3493.                 }
  3494.                 // line 1476
  3495.                 echo "                                    ";
  3496.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteVerifPrevention", [], "any"falsefalsefalse1476)) {
  3497.                     echo "<li>Vérification et suivi des installations de prévention incendie</li>";
  3498.                 }
  3499.                 // line 1477
  3500.                 echo "                                </ul>
  3501.                             </div>
  3502.                             ";
  3503.                 // line 1480
  3504.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteCertification", [], "any"falsefalsefalse1480) || (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteCertificationPrecision", [], "any"falsefalsefalse1480) != ""))) {
  3505.                     // line 1481
  3506.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3507.                                     Certification
  3508.                                 </div>
  3509.                                 <div class=\"form-group\">
  3510.                                     ";
  3511.                     // line 1485
  3512.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "securiteCertificationPrecision", [], "any"falsefalsefalse1485), "html"nulltrue);
  3513.                     echo "
  3514.                                 </div>
  3515.                             ";
  3516.                 }
  3517.                 // line 1488
  3518.                 echo "
  3519.                             ";
  3520.                 // line 1489
  3521.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "securiteExperiences", [], "any"falsefalsefalse1489)) > 0)) {
  3522.                     // line 1490
  3523.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3524.                                     Expérience(s) de tournage(s)
  3525.                                 </div>
  3526.                                 <div class=\"form-group\">
  3527.                                     <table class=\"table table-hover\">
  3528.                                         <thead>
  3529.                                             <tr class=\"table-active\">
  3530.                                                 <th scope=\"col\">Année</th>
  3531.                                                 <th scope=\"col\">Titre</th>
  3532.                                                 <th scope=\"col\">Réalisation</th>
  3533.                                                 <th scope=\"col\">Format</th>
  3534.                                                 <th scope=\"col\">Catégorie</th>
  3535.                                                 <th scope=\"col\">Production</th>
  3536.                                             </tr>
  3537.                                         </thead>
  3538.                                         <tbody>
  3539.                                             ";
  3540.                     // line 1506
  3541.                     $context['_parent'] = $context;
  3542.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteExperiences", [], "any"falsefalsefalse1506));
  3543.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  3544.                         // line 1507
  3545.                         echo "                                            <tr>
  3546.                                                 <td>";
  3547.                         // line 1508
  3548.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1508), "html"nulltrue);
  3549.                         echo "</td>
  3550.                                                 <td>";
  3551.                         // line 1509
  3552.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1509), "html"nulltrue);
  3553.                         echo "</td>
  3554.                                                 <td>";
  3555.                         // line 1510
  3556.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1510), "html"nulltrue);
  3557.                         echo "</td>
  3558.                                                 <td>";
  3559.                         // line 1511
  3560.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1511), "html"nulltrue);
  3561.                         echo "</td>
  3562.                                                 <td>";
  3563.                         // line 1512
  3564.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1512), "html"nulltrue);
  3565.                         echo "</td>
  3566.                                                 <td>";
  3567.                         // line 1513
  3568.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1513), "html"nulltrue);
  3569.                         echo "</td>
  3570.                                             </tr>
  3571.                                             ";
  3572.                     }
  3573.                     $_parent $context['_parent'];
  3574.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  3575.                     $context array_intersect_key($context$_parent) + $_parent;
  3576.                     // line 1516
  3577.                     echo "                                        </tbody>
  3578.                                     </table>
  3579.                                 </div>
  3580.                             ";
  3581.                 }
  3582.                 // line 1520
  3583.                 echo "
  3584.                             ";
  3585.                 // line 1521
  3586.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "securiteExperienceAutre", [], "any"falsefalsefalse1521)) {
  3587.                     // line 1522
  3588.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3589.                                    Autre(s) expérience(s)
  3590.                                 </div>
  3591.                                 <div class=\"form-group\">
  3592.                                         ";
  3593.                     // line 1526
  3594.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "securiteExperienceAutre", [], "any"falsefalsefalse1526), "html"nulltrue);
  3595.                     echo "
  3596.                                 </div>
  3597.                             ";
  3598.                 }
  3599.                 // line 1529
  3600.                 echo "
  3601.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3602.                                    informations complémentaires
  3603.                             </div>
  3604.                             ";
  3605.                 // line 1533
  3606.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1533) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1533)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1533)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1533)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1533)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1533))) {
  3607.                     // line 1534
  3608.                     echo "                                <div class=\"form-group\">
  3609.                                     Rayon d'intervention :
  3610.                                     <ul>
  3611.                                         ";
  3612.                     // line 1537
  3613.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1537) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1537)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1537)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1537)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1537))) {
  3614.                         // line 1538
  3615.                         echo "                                            ";
  3616.                         $context["rayon_normandie"] = " ";
  3617.                         // line 1539
  3618.                         echo "                                            ";
  3619.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1539)) {
  3620.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1539$this->source); })()) . "Calvados, ");
  3621.                         }
  3622.                         // line 1540
  3623.                         echo "                                            ";
  3624.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1540)) {
  3625.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1540$this->source); })()) . "Eure, ");
  3626.                             echo " ";
  3627.                         }
  3628.                         // line 1541
  3629.                         echo "                                            ";
  3630.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1541)) {
  3631.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1541$this->source); })()) . "Manche, ");
  3632.                             echo " ";
  3633.                         }
  3634.                         // line 1542
  3635.                         echo "                                            ";
  3636.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1542)) {
  3637.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1542$this->source); })()) . "Orne, ");
  3638.                             echo " ";
  3639.                         }
  3640.                         // line 1543
  3641.                         echo "                                            ";
  3642.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1543)) {
  3643.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1543$this->source); })()) . "Seine-Maritime, ");
  3644.                             echo " ";
  3645.                         }
  3646.                         // line 1544
  3647.                         echo "                                            <li>
  3648.                                                 En Normandie : ";
  3649.                         // line 1545
  3650.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1545$this->source); })()), 0,  -2), "html"nulltrue);
  3651.                         echo "
  3652.                                             </li>
  3653.                                         ";
  3654.                     }
  3655.                     // line 1548
  3656.                     echo "                                        ";
  3657.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1548)) {
  3658.                         // line 1549
  3659.                         echo "                                            <li>Hors Normandie : ";
  3660.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1549)), "html"nulltrue);
  3661.                         echo "</li>
  3662.                                         ";
  3663.                     }
  3664.                     // line 1551
  3665.                     echo "                                    </ul>
  3666.                                 </div>
  3667.                             ";
  3668.                 }
  3669.                 // line 1554
  3670.                 echo "
  3671.                             ";
  3672.                 // line 1555
  3673.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1555) != "")) {
  3674.                     // line 1556
  3675.                     echo "                                <div class=\"form-group\">
  3676.                                     Langue(s) pratiquée(s) : ";
  3677.                     // line 1557
  3678.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1557), "html"nulltrue);
  3679.                     echo "
  3680.                                 </div>
  3681.                             ";
  3682.                 }
  3683.                 // line 1560
  3684.                 echo "                        </div>
  3685.                         ";
  3686.                 // line 1563
  3687.                 echo "                        <div class=\"tab-pane fade ";
  3688.                 echo twig_escape_filter($this->env, (isset($context["vehiculeTechniquecontenuactif"]) || array_key_exists("vehiculeTechniquecontenuactif"$context) ? $context["vehiculeTechniquecontenuactif"] : (function () { throw new RuntimeError('Variable "vehiculeTechniquecontenuactif" does not exist.'1563$this->source); })()), "html"nulltrue);
  3689.                 echo " p-2\" id=\"vehiculeTechnique\" style=\"border-left: solid #DEE2E6 1px\">
  3690.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3691.                                 descriptif général de l'activité
  3692.                             </div>
  3693.                             <div class=\"form-group\">
  3694.                                 ";
  3695.                 // line 1568
  3696.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueDescriptif", [], "any"falsefalsefalse1568), "html"nulltrue);
  3697.                 echo "
  3698.                             </div>
  3699.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3700.                                 Services proposés
  3701.                             </div>
  3702.                             <div class=\"form-group\">
  3703.                                 ";
  3704.                 // line 1575
  3705.                 if ((((twig_get_attribute($this->env$this->source,                 // line 1576
  3706. $context["prestaservices"], "vehiculeTechniqueCamionRegie", [], "any"falsefalsefalse1576) || twig_get_attribute($this->env$this->source,                 // line 1577
  3707. $context["prestaservices"], "vehiculeTechniqueLogeMobile", [], "any"falsefalsefalse1577)) || twig_get_attribute($this->env$this->source,                 // line 1578
  3708. $context["prestaservices"], "vehiculeTechniqueRemorque", [], "any"falsefalsefalse1578)) || twig_get_attribute($this->env$this->source,                 // line 1579
  3709. $context["prestaservices"], "vehiculeTechniqueToiletteMobile", [], "any"falsefalsefalse1579))) {
  3710.                     // line 1581
  3711.                     echo "                                    <ul>
  3712.                                         ";
  3713.                     // line 1582
  3714.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueCamionRegie", [], "any"falsefalsefalse1582)) {
  3715.                         echo "<li>Camions régie</li>";
  3716.                     }
  3717.                     // line 1583
  3718.                     echo "                                        ";
  3719.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueLogeMobile", [], "any"falsefalsefalse1583)) {
  3720.                         echo "<li>Loges mobiles</li>";
  3721.                     }
  3722.                     // line 1584
  3723.                     echo "                                        ";
  3724.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueRemorque", [], "any"falsefalsefalse1584)) {
  3725.                         echo "<li>Remorques et plateaux</li>";
  3726.                     }
  3727.                     // line 1585
  3728.                     echo "                                        ";
  3729.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueToiletteMobile", [], "any"falsefalsefalse1585)) {
  3730.                         echo "<li>Toilettes mobiles</li>";
  3731.                     }
  3732.                     // line 1586
  3733.                     echo "                                    </ul>
  3734.                                 ";
  3735.                 }
  3736.                 // line 1588
  3737.                 echo "                                ";
  3738.                 if (((((((((((twig_get_attribute($this->env$this->source,                 // line 1589
  3739. $context["prestaservices"], "vehiculeTechniqueAppAlimentaire", [], "any"falsefalsefalse1589) || twig_get_attribute($this->env$this->source,                 // line 1590
  3740. $context["prestaservices"], "vehiculeTechniqueAssiseTable", [], "any"falsefalsefalse1590)) || twig_get_attribute($this->env$this->source,                 // line 1591
  3741. $context["prestaservices"], "vehiculeTechniqueBureau", [], "any"falsefalsefalse1591)) || twig_get_attribute($this->env$this->source,                 // line 1592
  3742. $context["prestaservices"], "vehiculeTechniqueCaisse", [], "any"falsefalsefalse1592)) || twig_get_attribute($this->env$this->source,                 // line 1593
  3743. $context["prestaservices"], "vehiculeTechniqueChauffage", [], "any"falsefalsefalse1593)) || twig_get_attribute($this->env$this->source,                 // line 1594
  3744. $context["prestaservices"], "vehiculeTechniqueEnergie", [], "any"falsefalsefalse1594)) || twig_get_attribute($this->env$this->source,                 // line 1595
  3745. $context["prestaservices"], "vehiculeTechniqueEnginElevation", [], "any"falsefalsefalse1595)) || twig_get_attribute($this->env$this->source,                 // line 1596
  3746. $context["prestaservices"], "vehiculeTechniqueMaterielHmc", [], "any"falsefalsefalse1596)) || twig_get_attribute($this->env$this->source,                 // line 1597
  3747. $context["prestaservices"], "vehiculeTechniqueMaterielSecurite", [], "any"falsefalsefalse1597)) || twig_get_attribute($this->env$this->source,                 // line 1598
  3748. $context["prestaservices"], "vehiculeTechniqueOutilCom", [], "any"falsefalsefalse1598)) || twig_get_attribute($this->env$this->source,                 // line 1599
  3749. $context["prestaservices"], "vehiculeTechniqueTente", [], "any"falsefalsefalse1599))) {
  3750.                     // line 1601
  3751.                     echo "                                    <ul>
  3752.                                         ";
  3753.                     // line 1602
  3754.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueAppAlimentaire", [], "any"falsefalsefalse1602)) {
  3755.                         echo "<li>Appareils alimentaires (café, eau, …)</li>";
  3756.                     }
  3757.                     // line 1603
  3758.                     echo "                                        ";
  3759.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueAssiseTable", [], "any"falsefalsefalse1603)) {
  3760.                         echo "<li>Assises, tables</li>";
  3761.                     }
  3762.                     // line 1604
  3763.                     echo "                                        ";
  3764.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueBureau", [], "any"falsefalsefalse1604)) {
  3765.                         echo "<li>Bureaux de production</li>";
  3766.                     }
  3767.                     // line 1605
  3768.                     echo "                                        ";
  3769.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueCaisse", [], "any"falsefalsefalse1605)) {
  3770.                         echo "<li>Caisses roulantes</li>";
  3771.                     }
  3772.                     // line 1606
  3773.                     echo "                                        ";
  3774.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueChauffage", [], "any"falsefalsefalse1606)) {
  3775.                         echo "<li>Chauffages</li>";
  3776.                     }
  3777.                     // line 1607
  3778.                     echo "                                        ";
  3779.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueEnergie", [], "any"falsefalsefalse1607)) {
  3780.                         echo "<li>Énergie (groupes électrogènes, câbles …)</li>";
  3781.                     }
  3782.                     // line 1608
  3783.                     echo "                                        ";
  3784.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueEnginElevation", [], "any"falsefalsefalse1608)) {
  3785.                         echo "<li>Engins d'élévation (nacelles, grues....)</li>";
  3786.                     }
  3787.                     // line 1609
  3788.                     echo "                                        ";
  3789.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueMaterielHmc", [], "any"falsefalsefalse1609)) {
  3790.                         echo "<li>Matériel HMC (miroirs, repassage …)</li>";
  3791.                     }
  3792.                     // line 1610
  3793.                     echo "                                        ";
  3794.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueMaterielSecurite", [], "any"falsefalsefalse1610)) {
  3795.                         echo "<li>Matériel sécurité (balises, plots ...)</li>";
  3796.                     }
  3797.                     // line 1611
  3798.                     echo "                                        ";
  3799.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueOutilCom", [], "any"falsefalsefalse1611)) {
  3800.                         echo "<li>Outils de communication (talkies...)</li>";
  3801.                     }
  3802.                     // line 1612
  3803.                     echo "                                        ";
  3804.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueTente", [], "any"falsefalsefalse1612)) {
  3805.                         echo "<li>Tentes, parquets</li>";
  3806.                     }
  3807.                     // line 1613
  3808.                     echo "                                    </ul>
  3809.                                 ";
  3810.                 }
  3811.                 // line 1615
  3812.                 echo "                                ";
  3813.                 if (((twig_get_attribute($this->env$this->source,                 // line 1616
  3814. $context["prestaservices"], "vehiculeTechniqueVentousage", [], "any"falsefalsefalse1616) || twig_get_attribute($this->env$this->source,                 // line 1617
  3815. $context["prestaservices"], "vehiculeTechniqueConvoyage", [], "any"falsefalsefalse1617)) || twig_get_attribute($this->env$this->source,                 // line 1618
  3816. $context["prestaservices"], "vehiculeTechniqueLivraison", [], "any"falsefalsefalse1618))) {
  3817.                     // line 1620
  3818.                     echo "                                    <ul>
  3819.                                         ";
  3820.                     // line 1621
  3821.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueVentousage", [], "any"falsefalsefalse1621)) {
  3822.                         echo "<li>Ventousage</li>";
  3823.                     }
  3824.                     // line 1622
  3825.                     echo "                                        ";
  3826.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueConvoyage", [], "any"falsefalsefalse1622)) {
  3827.                         echo "<li>Convoyage</li>";
  3828.                     }
  3829.                     // line 1623
  3830.                     echo "                                        ";
  3831.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueLivraison", [], "any"falsefalsefalse1623)) {
  3832.                         echo "<li>Livraison sur site</li>";
  3833.                     }
  3834.                     // line 1624
  3835.                     echo "                                    </ul>
  3836.                                 ";
  3837.                 }
  3838.                 // line 1626
  3839.                 echo "                            </div>
  3840.                             ";
  3841.                 // line 1628
  3842.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueExperiences", [], "any"falsefalsefalse1628)) > 0)) {
  3843.                     // line 1629
  3844.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3845.                                     Expérience(s) de tournage(s)
  3846.                                 </div>
  3847.                                 <div class=\"form-group\">
  3848.                                     <table class=\"table table-hover\">
  3849.                                         <thead>
  3850.                                             <tr class=\"table-active\">
  3851.                                                 <th scope=\"col\">Année</th>
  3852.                                                 <th scope=\"col\">Titre</th>
  3853.                                                 <th scope=\"col\">Réalisation</th>
  3854.                                                 <th scope=\"col\">Format</th>
  3855.                                                 <th scope=\"col\">Catégorie</th>
  3856.                                                 <th scope=\"col\">Production</th>
  3857.                                             </tr>
  3858.                                         </thead>
  3859.                                         <tbody>
  3860.                                             ";
  3861.                     // line 1645
  3862.                     $context['_parent'] = $context;
  3863.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueExperiences", [], "any"falsefalsefalse1645));
  3864.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  3865.                         // line 1646
  3866.                         echo "                                            <tr>
  3867.                                                 <td>";
  3868.                         // line 1647
  3869.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1647), "html"nulltrue);
  3870.                         echo "</td>
  3871.                                                 <td>";
  3872.                         // line 1648
  3873.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1648), "html"nulltrue);
  3874.                         echo "</td>
  3875.                                                 <td>";
  3876.                         // line 1649
  3877.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1649), "html"nulltrue);
  3878.                         echo "</td>
  3879.                                                 <td>";
  3880.                         // line 1650
  3881.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1650), "html"nulltrue);
  3882.                         echo "</td>
  3883.                                                 <td>";
  3884.                         // line 1651
  3885.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1651), "html"nulltrue);
  3886.                         echo "</td>
  3887.                                                 <td>";
  3888.                         // line 1652
  3889.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1652), "html"nulltrue);
  3890.                         echo "</td>
  3891.                                             </tr>
  3892.                                             ";
  3893.                     }
  3894.                     $_parent $context['_parent'];
  3895.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  3896.                     $context array_intersect_key($context$_parent) + $_parent;
  3897.                     // line 1655
  3898.                     echo "                                        </tbody>
  3899.                                     </table>
  3900.                                 </div>
  3901.                             ";
  3902.                 }
  3903.                 // line 1659
  3904.                 echo "
  3905.                             ";
  3906.                 // line 1660
  3907.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueExperienceAutre", [], "any"falsefalsefalse1660)) {
  3908.                     // line 1661
  3909.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3910.                                    Autre(s) expérience(s)
  3911.                                 </div>
  3912.                                 <div class=\"form-group\">
  3913.                                         ";
  3914.                     // line 1665
  3915.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTechniqueExperienceAutre", [], "any"falsefalsefalse1665), "html"nulltrue);
  3916.                     echo "
  3917.                                 </div>
  3918.                             ";
  3919.                 }
  3920.                 // line 1668
  3921.                 echo "
  3922.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  3923.                                    informations complémentaires
  3924.                             </div>
  3925.                             ";
  3926.                 // line 1672
  3927.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1672) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1672)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1672)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1672)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1672)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1672))) {
  3928.                     // line 1673
  3929.                     echo "                                <div class=\"form-group\">
  3930.                                     Rayon d'intervention :
  3931.                                     <ul>
  3932.                                         ";
  3933.                     // line 1676
  3934.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1676) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1676)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1676)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1676)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1676))) {
  3935.                         // line 1677
  3936.                         echo "                                            ";
  3937.                         $context["rayon_normandie"] = " ";
  3938.                         // line 1678
  3939.                         echo "                                            ";
  3940.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1678)) {
  3941.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1678$this->source); })()) . "Calvados, ");
  3942.                         }
  3943.                         // line 1679
  3944.                         echo "                                            ";
  3945.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1679)) {
  3946.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1679$this->source); })()) . "Eure, ");
  3947.                             echo " ";
  3948.                         }
  3949.                         // line 1680
  3950.                         echo "                                            ";
  3951.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1680)) {
  3952.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1680$this->source); })()) . "Manche, ");
  3953.                             echo " ";
  3954.                         }
  3955.                         // line 1681
  3956.                         echo "                                            ";
  3957.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1681)) {
  3958.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1681$this->source); })()) . "Orne, ");
  3959.                             echo " ";
  3960.                         }
  3961.                         // line 1682
  3962.                         echo "                                            ";
  3963.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1682)) {
  3964.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1682$this->source); })()) . "Seine-Maritime, ");
  3965.                             echo " ";
  3966.                         }
  3967.                         // line 1683
  3968.                         echo "                                            <li>
  3969.                                                 En Normandie : ";
  3970.                         // line 1684
  3971.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1684$this->source); })()), 0,  -2), "html"nulltrue);
  3972.                         echo "
  3973.                                             </li>
  3974.                                         ";
  3975.                     }
  3976.                     // line 1687
  3977.                     echo "                                        ";
  3978.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1687)) {
  3979.                         // line 1688
  3980.                         echo "                                            <li>Hors Normandie : ";
  3981.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1688)), "html"nulltrue);
  3982.                         echo "</li>
  3983.                                         ";
  3984.                     }
  3985.                     // line 1690
  3986.                     echo "                                    </ul>
  3987.                                 </div>
  3988.                             ";
  3989.                 }
  3990.                 // line 1693
  3991.                 echo "
  3992.                             ";
  3993.                 // line 1694
  3994.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1694) != "")) {
  3995.                     // line 1695
  3996.                     echo "                                <div class=\"form-group\">
  3997.                                     Langue(s) pratiquée(s) : ";
  3998.                     // line 1696
  3999.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1696), "html"nulltrue);
  4000.                     echo "
  4001.                                 </div>
  4002.                             ";
  4003.                 }
  4004.                 // line 1699
  4005.                 echo "                        </div>
  4006.                         ";
  4007.                 // line 1702
  4008.                 echo "                        <div class=\"tab-pane fade ";
  4009.                 echo twig_escape_filter($this->env, (isset($context["vehiculeJeucontenuactif"]) || array_key_exists("vehiculeJeucontenuactif"$context) ? $context["vehiculeJeucontenuactif"] : (function () { throw new RuntimeError('Variable "vehiculeJeucontenuactif" does not exist.'1702$this->source); })()), "html"nulltrue);
  4010.                 echo " p-2\" id=\"vehiculeJeu\" style=\"border-left: solid #DEE2E6 1px\">
  4011.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4012.                                 descriptif général de l'activité
  4013.                             </div>
  4014.                             <div class=\"form-group\">
  4015.                                 ";
  4016.                 // line 1707
  4017.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuDescriptif", [], "any"falsefalsefalse1707), "html"nulltrue);
  4018.                 echo "
  4019.                             </div>
  4020.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4021.                                 véhicules en possession
  4022.                             </div>
  4023.                             <div class=\"form-group\">
  4024.                                 ";
  4025.                 // line 1714
  4026.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuQuantite", [], "any"falsefalsefalse1714), "html"nulltrue);
  4027.                 echo "
  4028.                             </div>
  4029.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4030.                                 Services proposés
  4031.                             </div>
  4032.                             <div class=\"form-group\">
  4033.                                 <ul>
  4034.                                     ";
  4035.                 // line 1722
  4036.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuLocation", [], "any"falsefalsefalse1722)) {
  4037.                     echo "<li>Location de véhicules de jeu</li>";
  4038.                 }
  4039.                 // line 1723
  4040.                 echo "                                    ";
  4041.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuGestion", [], "any"falsefalsefalse1723)) {
  4042.                     echo "<li>Gestion intégrale du parc automobile sur tournage</li>";
  4043.                 }
  4044.                 // line 1724
  4045.                 echo "                                    ";
  4046.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuLivraison", [], "any"falsefalsefalse1724)) {
  4047.                     echo "<li>Livraison sur site</li>";
  4048.                 }
  4049.                 // line 1725
  4050.                 echo "                                </ul>
  4051.                             </div>
  4052.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4053.                                 Descriptif détaillé du parc de véhicule de jeu
  4054.                             </div>
  4055.                             <div class=\"form-group\">
  4056.                                 <table class=\"table table-hover\">
  4057.                                     <thead>
  4058.                                         <tr class=\"table-active\">
  4059.                                             <th scope=\"col\">Type de véhicule</th>
  4060.                                             <th scope=\"col\">Nombre</th>
  4061.                                             <th scope=\"col\">Caractéristiques</th>
  4062.                                             <th scope=\"col\">Année</th>
  4063.                                             <th scope=\"col\">Origine</th>
  4064.                                         </tr>
  4065.                                     </thead>
  4066.                                     <tbody>
  4067.                                         ";
  4068.                 // line 1743
  4069.                 $context['_parent'] = $context;
  4070.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuListes", [], "any"falsefalsefalse1743));
  4071.                 foreach ($context['_seq'] as $context["_key"] => $context["vehiculeJeu"]) {
  4072.                     // line 1744
  4073.                     echo "                                        <tr>
  4074.                                             <td>";
  4075.                     // line 1745
  4076.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeJeu"], "type", [], "any"falsefalsefalse1745), "html"nulltrue);
  4077.                     echo "</td>
  4078.                                             <td>";
  4079.                     // line 1746
  4080.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeJeu"], "nombre", [], "any"falsefalsefalse1746), "html"nulltrue);
  4081.                     echo "</td>
  4082.                                             <td>";
  4083.                     // line 1747
  4084.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeJeu"], "caracteristique", [], "any"falsefalsefalse1747), "html"nulltrue);
  4085.                     echo "</td>
  4086.                                             <td>";
  4087.                     // line 1748
  4088.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeJeu"], "annee", [], "any"falsefalsefalse1748), "html"nulltrue);
  4089.                     echo "</td>
  4090.                                             <td>";
  4091.                     // line 1749
  4092.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeJeu"], "origine", [], "any"falsefalsefalse1749), "html"nulltrue);
  4093.                     echo "</td>
  4094.                                         </tr>
  4095.                                         ";
  4096.                 }
  4097.                 $_parent $context['_parent'];
  4098.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['vehiculeJeu'], $context['_parent'], $context['loop']);
  4099.                 $context array_intersect_key($context$_parent) + $_parent;
  4100.                 // line 1752
  4101.                 echo "                                    </tbody>
  4102.                                 </table>
  4103.                             </div>
  4104.                             ";
  4105.                 // line 1756
  4106.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuExperiences", [], "any"falsefalsefalse1756)) > 0)) {
  4107.                     // line 1757
  4108.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4109.                                     Expérience(s) de tournage(s)
  4110.                                 </div>
  4111.                                 <div class=\"form-group\">
  4112.                                     <table class=\"table table-hover\">
  4113.                                         <thead>
  4114.                                             <tr class=\"table-active\">
  4115.                                                 <th scope=\"col\">Année</th>
  4116.                                                 <th scope=\"col\">Titre</th>
  4117.                                                 <th scope=\"col\">Réalisation</th>
  4118.                                                 <th scope=\"col\">Format</th>
  4119.                                                 <th scope=\"col\">Catégorie</th>
  4120.                                                 <th scope=\"col\">Production</th>
  4121.                                             </tr>
  4122.                                         </thead>
  4123.                                         <tbody>
  4124.                                             ";
  4125.                     // line 1773
  4126.                     $context['_parent'] = $context;
  4127.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuExperiences", [], "any"falsefalsefalse1773));
  4128.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  4129.                         // line 1774
  4130.                         echo "                                            <tr>
  4131.                                                 <td>";
  4132.                         // line 1775
  4133.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1775), "html"nulltrue);
  4134.                         echo "</td>
  4135.                                                 <td>";
  4136.                         // line 1776
  4137.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1776), "html"nulltrue);
  4138.                         echo "</td>
  4139.                                                 <td>";
  4140.                         // line 1777
  4141.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1777), "html"nulltrue);
  4142.                         echo "</td>
  4143.                                                 <td>";
  4144.                         // line 1778
  4145.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1778), "html"nulltrue);
  4146.                         echo "</td>
  4147.                                                 <td>";
  4148.                         // line 1779
  4149.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1779), "html"nulltrue);
  4150.                         echo "</td>
  4151.                                                 <td>";
  4152.                         // line 1780
  4153.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1780), "html"nulltrue);
  4154.                         echo "</td>
  4155.                                             </tr>
  4156.                                             ";
  4157.                     }
  4158.                     $_parent $context['_parent'];
  4159.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  4160.                     $context array_intersect_key($context$_parent) + $_parent;
  4161.                     // line 1783
  4162.                     echo "                                        </tbody>
  4163.                                     </table>
  4164.                                 </div>
  4165.                             ";
  4166.                 }
  4167.                 // line 1787
  4168.                 echo "
  4169.                             ";
  4170.                 // line 1788
  4171.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuExperienceAutre", [], "any"falsefalsefalse1788)) {
  4172.                     // line 1789
  4173.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4174.                                    Autre(s) expérience(s)
  4175.                                 </div>
  4176.                                 <div class=\"form-group\">
  4177.                                         ";
  4178.                     // line 1793
  4179.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeJeuExperienceAutre", [], "any"falsefalsefalse1793), "html"nulltrue);
  4180.                     echo "
  4181.                                 </div>
  4182.                             ";
  4183.                 }
  4184.                 // line 1796
  4185.                 echo "
  4186.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4187.                                    informations complémentaires
  4188.                             </div>
  4189.                             ";
  4190.                 // line 1800
  4191.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1800) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1800)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1800)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1800)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1800)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1800))) {
  4192.                     // line 1801
  4193.                     echo "                                <div class=\"form-group\">
  4194.                                     Rayon d'intervention :
  4195.                                     <ul>
  4196.                                         ";
  4197.                     // line 1804
  4198.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1804) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1804)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1804)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1804)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1804))) {
  4199.                         // line 1805
  4200.                         echo "                                            ";
  4201.                         $context["rayon_normandie"] = " ";
  4202.                         // line 1806
  4203.                         echo "                                            ";
  4204.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1806)) {
  4205.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1806$this->source); })()) . "Calvados, ");
  4206.                         }
  4207.                         // line 1807
  4208.                         echo "                                            ";
  4209.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1807)) {
  4210.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1807$this->source); })()) . "Eure, ");
  4211.                             echo " ";
  4212.                         }
  4213.                         // line 1808
  4214.                         echo "                                            ";
  4215.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1808)) {
  4216.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1808$this->source); })()) . "Manche, ");
  4217.                             echo " ";
  4218.                         }
  4219.                         // line 1809
  4220.                         echo "                                            ";
  4221.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1809)) {
  4222.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1809$this->source); })()) . "Orne, ");
  4223.                             echo " ";
  4224.                         }
  4225.                         // line 1810
  4226.                         echo "                                            ";
  4227.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1810)) {
  4228.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1810$this->source); })()) . "Seine-Maritime, ");
  4229.                             echo " ";
  4230.                         }
  4231.                         // line 1811
  4232.                         echo "                                            <li>
  4233.                                                 En Normandie : ";
  4234.                         // line 1812
  4235.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1812$this->source); })()), 0,  -2), "html"nulltrue);
  4236.                         echo "
  4237.                                             </li>
  4238.                                         ";
  4239.                     }
  4240.                     // line 1815
  4241.                     echo "                                        ";
  4242.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1815)) {
  4243.                         // line 1816
  4244.                         echo "                                            <li>Hors Normandie : ";
  4245.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1816)), "html"nulltrue);
  4246.                         echo "</li>
  4247.                                         ";
  4248.                     }
  4249.                     // line 1818
  4250.                     echo "                                    </ul>
  4251.                                 </div>
  4252.                             ";
  4253.                 }
  4254.                 // line 1821
  4255.                 echo "
  4256.                             ";
  4257.                 // line 1822
  4258.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1822) != "")) {
  4259.                     // line 1823
  4260.                     echo "                                <div class=\"form-group\">
  4261.                                     Langue(s) pratiquée(s) : ";
  4262.                     // line 1824
  4263.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1824), "html"nulltrue);
  4264.                     echo "
  4265.                                 </div>
  4266.                             ";
  4267.                 }
  4268.                 // line 1827
  4269.                 echo "                        </div>
  4270.                         ";
  4271.                 // line 1830
  4272.                 echo "                        <div class=\"tab-pane fade ";
  4273.                 echo twig_escape_filter($this->env, (isset($context["ressourceriecontenuactif"]) || array_key_exists("ressourceriecontenuactif"$context) ? $context["ressourceriecontenuactif"] : (function () { throw new RuntimeError('Variable "ressourceriecontenuactif" does not exist.'1830$this->source); })()), "html"nulltrue);
  4274.                 echo " p-2\" id=\"ressourcerie\" style=\"border-left: solid #DEE2E6 1px\">
  4275.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4276.                                 descriptif général de l'activité
  4277.                             </div>
  4278.                             <div class=\"form-group\">
  4279.                                 ";
  4280.                 // line 1835
  4281.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieDescriptif", [], "any"falsefalsefalse1835), "html"nulltrue);
  4282.                 echo "
  4283.                             </div>
  4284.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4285.                                 estimation quantité des matériels et équipements en possession
  4286.                             </div>
  4287.                             <div class=\"form-group\">
  4288.                                 ";
  4289.                 // line 1842
  4290.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieMateriel", [], "any"falsefalsefalse1842), "html"nulltrue);
  4291.                 echo "
  4292.                             </div>
  4293.                             ";
  4294.                 // line 1845
  4295.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieExperiences", [], "any"falsefalsefalse1845)) > 0)) {
  4296.                     // line 1846
  4297.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4298.                                     Expérience(s) de tournage(s)
  4299.                                 </div>
  4300.                                 <div class=\"form-group\">
  4301.                                     <table class=\"table table-hover\">
  4302.                                         <thead>
  4303.                                             <tr class=\"table-active\">
  4304.                                                 <th scope=\"col\">Année</th>
  4305.                                                 <th scope=\"col\">Titre</th>
  4306.                                                 <th scope=\"col\">Réalisation</th>
  4307.                                                 <th scope=\"col\">Format</th>
  4308.                                                 <th scope=\"col\">Catégorie</th>
  4309.                                                 <th scope=\"col\">Production</th>
  4310.                                             </tr>
  4311.                                         </thead>
  4312.                                         <tbody>
  4313.                                             ";
  4314.                     // line 1862
  4315.                     $context['_parent'] = $context;
  4316.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieExperiences", [], "any"falsefalsefalse1862));
  4317.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  4318.                         // line 1863
  4319.                         echo "                                            <tr>
  4320.                                                 <td>";
  4321.                         // line 1864
  4322.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1864), "html"nulltrue);
  4323.                         echo "</td>
  4324.                                                 <td>";
  4325.                         // line 1865
  4326.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1865), "html"nulltrue);
  4327.                         echo "</td>
  4328.                                                 <td>";
  4329.                         // line 1866
  4330.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1866), "html"nulltrue);
  4331.                         echo "</td>
  4332.                                                 <td>";
  4333.                         // line 1867
  4334.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1867), "html"nulltrue);
  4335.                         echo "</td>
  4336.                                                 <td>";
  4337.                         // line 1868
  4338.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1868), "html"nulltrue);
  4339.                         echo "</td>
  4340.                                                 <td>";
  4341.                         // line 1869
  4342.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1869), "html"nulltrue);
  4343.                         echo "</td>
  4344.                                             </tr>
  4345.                                             ";
  4346.                     }
  4347.                     $_parent $context['_parent'];
  4348.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  4349.                     $context array_intersect_key($context$_parent) + $_parent;
  4350.                     // line 1872
  4351.                     echo "                                        </tbody>
  4352.                                     </table>
  4353.                                 </div>
  4354.                             ";
  4355.                 }
  4356.                 // line 1876
  4357.                 echo "
  4358.                             ";
  4359.                 // line 1877
  4360.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieExperienceAutre", [], "any"falsefalsefalse1877)) {
  4361.                     // line 1878
  4362.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4363.                                    Autre(s) expérience(s)
  4364.                                 </div>
  4365.                                 <div class=\"form-group\">
  4366.                                         ";
  4367.                     // line 1882
  4368.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "ressourcerieExperienceAutre", [], "any"falsefalsefalse1882), "html"nulltrue);
  4369.                     echo "
  4370.                                 </div>
  4371.                             ";
  4372.                 }
  4373.                 // line 1885
  4374.                 echo "
  4375.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4376.                                    informations complémentaires
  4377.                             </div>
  4378.                             ";
  4379.                 // line 1889
  4380.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1889) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1889)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1889)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1889)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1889)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1889))) {
  4381.                     // line 1890
  4382.                     echo "                                <div class=\"form-group\">
  4383.                                     Rayon d'intervention :
  4384.                                     <ul>
  4385.                                         ";
  4386.                     // line 1893
  4387.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1893) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1893)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1893)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1893)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1893))) {
  4388.                         // line 1894
  4389.                         echo "                                            ";
  4390.                         $context["rayon_normandie"] = " ";
  4391.                         // line 1895
  4392.                         echo "                                            ";
  4393.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse1895)) {
  4394.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1895$this->source); })()) . "Calvados, ");
  4395.                         }
  4396.                         // line 1896
  4397.                         echo "                                            ";
  4398.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse1896)) {
  4399.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1896$this->source); })()) . "Eure, ");
  4400.                             echo " ";
  4401.                         }
  4402.                         // line 1897
  4403.                         echo "                                            ";
  4404.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse1897)) {
  4405.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1897$this->source); })()) . "Manche, ");
  4406.                             echo " ";
  4407.                         }
  4408.                         // line 1898
  4409.                         echo "                                            ";
  4410.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse1898)) {
  4411.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1898$this->source); })()) . "Orne, ");
  4412.                             echo " ";
  4413.                         }
  4414.                         // line 1899
  4415.                         echo "                                            ";
  4416.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse1899)) {
  4417.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1899$this->source); })()) . "Seine-Maritime, ");
  4418.                             echo " ";
  4419.                         }
  4420.                         // line 1900
  4421.                         echo "                                            <li>
  4422.                                                 En Normandie : ";
  4423.                         // line 1901
  4424.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'1901$this->source); })()), 0,  -2), "html"nulltrue);
  4425.                         echo "
  4426.                                             </li>
  4427.                                         ";
  4428.                     }
  4429.                     // line 1904
  4430.                     echo "                                        ";
  4431.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1904)) {
  4432.                         // line 1905
  4433.                         echo "                                            <li>Hors Normandie : ";
  4434.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse1905)), "html"nulltrue);
  4435.                         echo "</li>
  4436.                                         ";
  4437.                     }
  4438.                     // line 1907
  4439.                     echo "                                    </ul>
  4440.                                 </div>
  4441.                             ";
  4442.                 }
  4443.                 // line 1910
  4444.                 echo "
  4445.                             ";
  4446.                 // line 1911
  4447.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1911) != "")) {
  4448.                     // line 1912
  4449.                     echo "                                <div class=\"form-group\">
  4450.                                     Langue(s) pratiquée(s) : ";
  4451.                     // line 1913
  4452.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse1913), "html"nulltrue);
  4453.                     echo "
  4454.                                 </div>
  4455.                             ";
  4456.                 }
  4457.                 // line 1916
  4458.                 echo "                        </div>
  4459.                         ";
  4460.                 // line 1919
  4461.                 echo "                        <div class=\"tab-pane fade ";
  4462.                 echo twig_escape_filter($this->env, (isset($context["vehiculeTransportcontenuactif"]) || array_key_exists("vehiculeTransportcontenuactif"$context) ? $context["vehiculeTransportcontenuactif"] : (function () { throw new RuntimeError('Variable "vehiculeTransportcontenuactif" does not exist.'1919$this->source); })()), "html"nulltrue);
  4463.                 echo " p-2\" id=\"vehiculeTransport\" style=\"border-left: solid #DEE2E6 1px\">
  4464.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4465.                                 descriptif général de l'activité
  4466.                             </div>
  4467.                             <div class=\"form-group\">
  4468.                                 ";
  4469.                 // line 1924
  4470.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportDescriptif", [], "any"falsefalsefalse1924), "html"nulltrue);
  4471.                 echo "
  4472.                             </div>
  4473.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4474.                                 Services proposés
  4475.                             </div>
  4476.                             <div class=\"form-group\">
  4477.                                 <ul>
  4478.                                     ";
  4479.                 // line 1932
  4480.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportLocation", [], "any"falsefalsefalse1932)) {
  4481.                     echo "<li>Location de véhicules de transport de personne</li>";
  4482.                 }
  4483.                 // line 1933
  4484.                 echo "                                    ";
  4485.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportLivraison", [], "any"falsefalsefalse1933)) {
  4486.                     echo "<li>Livraison sur site</li>";
  4487.                 }
  4488.                 // line 1934
  4489.                 echo "                                </ul>
  4490.                             </div>
  4491.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4492.                                 Descriptif détaillé du parc de véhicule de transport
  4493.                             </div>
  4494.                             <div class=\"form-group\">
  4495.                                 <table class=\"table table-hover\">
  4496.                                     <thead>
  4497.                                         <tr class=\"table-active\">
  4498.                                             <th scope=\"col\">Type de véhicule</th>
  4499.                                             <th scope=\"col\">Nombre</th>
  4500.                                             <th scope=\"col\">Caractéristiques</th>
  4501.                                         </tr>
  4502.                                     </thead>
  4503.                                     <tbody>
  4504.                                         ";
  4505.                 // line 1950
  4506.                 $context['_parent'] = $context;
  4507.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportListes", [], "any"falsefalsefalse1950));
  4508.                 foreach ($context['_seq'] as $context["_key"] => $context["vehiculeTransport"]) {
  4509.                     // line 1951
  4510.                     echo "                                        <tr>
  4511.                                             <td>";
  4512.                     // line 1952
  4513.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeTransport"], "type", [], "any"falsefalsefalse1952), "html"nulltrue);
  4514.                     echo "</td>
  4515.                                             <td>";
  4516.                     // line 1953
  4517.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeTransport"], "nombre", [], "any"falsefalsefalse1953), "html"nulltrue);
  4518.                     echo "</td>
  4519.                                             <td>";
  4520.                     // line 1954
  4521.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["vehiculeTransport"], "caracteristique", [], "any"falsefalsefalse1954), "html"nulltrue);
  4522.                     echo "</td>
  4523.                                         </tr>
  4524.                                         ";
  4525.                 }
  4526.                 $_parent $context['_parent'];
  4527.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['vehiculeTransport'], $context['_parent'], $context['loop']);
  4528.                 $context array_intersect_key($context$_parent) + $_parent;
  4529.                 // line 1957
  4530.                 echo "                                    </tbody>
  4531.                                 </table>
  4532.                             </div>
  4533.                             ";
  4534.                 // line 1961
  4535.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportExperiences", [], "any"falsefalsefalse1961)) > 0)) {
  4536.                     // line 1962
  4537.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4538.                                     Expérience(s) de tournage(s)
  4539.                                 </div>
  4540.                                 <div class=\"form-group\">
  4541.                                     <table class=\"table table-hover\">
  4542.                                         <thead>
  4543.                                             <tr class=\"table-active\">
  4544.                                                 <th scope=\"col\">Année</th>
  4545.                                                 <th scope=\"col\">Titre</th>
  4546.                                                 <th scope=\"col\">Réalisation</th>
  4547.                                                 <th scope=\"col\">Format</th>
  4548.                                                 <th scope=\"col\">Catégorie</th>
  4549.                                                 <th scope=\"col\">Production</th>
  4550.                                             </tr>
  4551.                                         </thead>
  4552.                                         <tbody>
  4553.                                             ";
  4554.                     // line 1978
  4555.                     $context['_parent'] = $context;
  4556.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportExperiences", [], "any"falsefalsefalse1978));
  4557.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  4558.                         // line 1979
  4559.                         echo "                                            <tr>
  4560.                                                 <td>";
  4561.                         // line 1980
  4562.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse1980), "html"nulltrue);
  4563.                         echo "</td>
  4564.                                                 <td>";
  4565.                         // line 1981
  4566.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse1981), "html"nulltrue);
  4567.                         echo "</td>
  4568.                                                 <td>";
  4569.                         // line 1982
  4570.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse1982), "html"nulltrue);
  4571.                         echo "</td>
  4572.                                                 <td>";
  4573.                         // line 1983
  4574.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse1983), "html"nulltrue);
  4575.                         echo "</td>
  4576.                                                 <td>";
  4577.                         // line 1984
  4578.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse1984), "html"nulltrue);
  4579.                         echo "</td>
  4580.                                                 <td>";
  4581.                         // line 1985
  4582.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse1985), "html"nulltrue);
  4583.                         echo "</td>
  4584.                                             </tr>
  4585.                                             ";
  4586.                     }
  4587.                     $_parent $context['_parent'];
  4588.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  4589.                     $context array_intersect_key($context$_parent) + $_parent;
  4590.                     // line 1988
  4591.                     echo "                                        </tbody>
  4592.                                     </table>
  4593.                                 </div>
  4594.                             ";
  4595.                 }
  4596.                 // line 1992
  4597.                 echo "
  4598.                             ";
  4599.                 // line 1993
  4600.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportExperienceAutre", [], "any"falsefalsefalse1993)) {
  4601.                     // line 1994
  4602.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4603.                                    Autre(s) expérience(s)
  4604.                                 </div>
  4605.                                 <div class=\"form-group\">
  4606.                                         ";
  4607.                     // line 1998
  4608.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "vehiculeTransportExperienceAutre", [], "any"falsefalsefalse1998), "html"nulltrue);
  4609.                     echo "
  4610.                                 </div>
  4611.                             ";
  4612.                 }
  4613.                 // line 2001
  4614.                 echo "
  4615.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4616.                                    informations complémentaires
  4617.                             </div>
  4618.                             ";
  4619.                 // line 2005
  4620.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2005) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2005)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2005)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2005)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2005)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2005))) {
  4621.                     // line 2006
  4622.                     echo "                                <div class=\"form-group\">
  4623.                                     Rayon d'intervention :
  4624.                                     <ul>
  4625.                                         ";
  4626.                     // line 2009
  4627.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2009) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2009)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2009)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2009)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2009))) {
  4628.                         // line 2010
  4629.                         echo "                                            ";
  4630.                         $context["rayon_normandie"] = " ";
  4631.                         // line 2011
  4632.                         echo "                                            ";
  4633.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2011)) {
  4634.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2011$this->source); })()) . "Calvados, ");
  4635.                         }
  4636.                         // line 2012
  4637.                         echo "                                            ";
  4638.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2012)) {
  4639.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2012$this->source); })()) . "Eure, ");
  4640.                             echo " ";
  4641.                         }
  4642.                         // line 2013
  4643.                         echo "                                            ";
  4644.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2013)) {
  4645.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2013$this->source); })()) . "Manche, ");
  4646.                             echo " ";
  4647.                         }
  4648.                         // line 2014
  4649.                         echo "                                            ";
  4650.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2014)) {
  4651.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2014$this->source); })()) . "Orne, ");
  4652.                             echo " ";
  4653.                         }
  4654.                         // line 2015
  4655.                         echo "                                            ";
  4656.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2015)) {
  4657.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2015$this->source); })()) . "Seine-Maritime, ");
  4658.                             echo " ";
  4659.                         }
  4660.                         // line 2016
  4661.                         echo "                                            <li>
  4662.                                                 En Normandie : ";
  4663.                         // line 2017
  4664.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2017$this->source); })()), 0,  -2), "html"nulltrue);
  4665.                         echo "
  4666.                                             </li>
  4667.                                         ";
  4668.                     }
  4669.                     // line 2020
  4670.                     echo "                                        ";
  4671.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2020)) {
  4672.                         // line 2021
  4673.                         echo "                                            <li>Hors Normandie : ";
  4674.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2021)), "html"nulltrue);
  4675.                         echo "</li>
  4676.                                         ";
  4677.                     }
  4678.                     // line 2023
  4679.                     echo "                                    </ul>
  4680.                                 </div>
  4681.                             ";
  4682.                 }
  4683.                 // line 2026
  4684.                 echo "
  4685.                             ";
  4686.                 // line 2027
  4687.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse2027) != "")) {
  4688.                     // line 2028
  4689.                     echo "                                <div class=\"form-group\">
  4690.                                     Langue(s) pratiquée(s) : ";
  4691.                     // line 2029
  4692.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse2029), "html"nulltrue);
  4693.                     echo "
  4694.                                 </div>
  4695.                             ";
  4696.                 }
  4697.                 // line 2032
  4698.                 echo "                        </div>
  4699.                         ";
  4700.                 // line 2035
  4701.                 echo "                        <div class=\"tab-pane fade ";
  4702.                 echo twig_escape_filter($this->env, (isset($context["dronecontenuactif"]) || array_key_exists("dronecontenuactif"$context) ? $context["dronecontenuactif"] : (function () { throw new RuntimeError('Variable "dronecontenuactif" does not exist.'2035$this->source); })()), "html"nulltrue);
  4703.                 echo " p-2\" id=\"drone\" style=\"border-left: solid #DEE2E6 1px\">
  4704.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4705.                                 descriptif général de l'activité
  4706.                             </div>
  4707.                             <div class=\"form-group\">
  4708.                                 ";
  4709.                 // line 2040
  4710.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "droneDescriptif", [], "any"falsefalsefalse2040), "html"nulltrue);
  4711.                 echo "
  4712.                             </div>
  4713.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4714.                                 Services proposés
  4715.                             </div>
  4716.                             <div class=\"form-group\">
  4717.                                 <ul>
  4718.                                     ";
  4719.                 // line 2048
  4720.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dronePhoto", [], "any"falsefalsefalse2048)) {
  4721.                     echo "<li>Photographie</li>";
  4722.                 }
  4723.                 // line 2049
  4724.                 echo "                                    ";
  4725.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneVideo", [], "any"falsefalsefalse2049)) {
  4726.                     echo "<li>Vidéo</li>";
  4727.                 }
  4728.                 // line 2050
  4729.                 echo "                                    ";
  4730.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneTimeLapse", [], "any"falsefalsefalse2050)) {
  4731.                     echo "<li>Time-Lapse</li>";
  4732.                 }
  4733.                 // line 2051
  4734.                 echo "                                    ";
  4735.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneModelisation3d", [], "any"falsefalsefalse2051)) {
  4736.                     echo "<li>Modélisation 3D</li>";
  4737.                 }
  4738.                 // line 2052
  4739.                 echo "                                    ";
  4740.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneLocAeroAvecPilote", [], "any"falsefalsefalse2052)) {
  4741.                     echo "<li>Location d’aéronef avec pilote à bord</li>";
  4742.                 }
  4743.                 // line 2053
  4744.                 echo "                                    ";
  4745.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneLocAeroSansPilote", [], "any"falsefalsefalse2053)) {
  4746.                     echo "<li>Location d’aéronef sans pilote à bord</li>";
  4747.                 }
  4748.                 // line 2054
  4749.                 echo "                                    ";
  4750.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "dronePiloteQualifie", [], "any"falsefalsefalse2054)) {
  4751.                     echo "<li>Pilote qualifié et déclaré à la DGAC</li>";
  4752.                 }
  4753.                 // line 2055
  4754.                 echo "                                </ul>
  4755.                             </div>
  4756.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4757.                                 Descriptif détaillé du parc d’aéronef
  4758.                             </div>
  4759.                             <div class=\"form-group\">
  4760.                                 <table class=\"table table-hover\">
  4761.                                     <thead>
  4762.                                         <tr class=\"table-active\">
  4763.                                             <th scope=\"col\">Type d'aéronef</th>
  4764.                                             <th scope=\"col\">Nombre</th>
  4765.                                             <th scope=\"col\">Caractéristiques</th>
  4766.                                         </tr>
  4767.                                     </thead>
  4768.                                     <tbody>
  4769.                                         ";
  4770.                 // line 2071
  4771.                 $context['_parent'] = $context;
  4772.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "droneListes", [], "any"falsefalsefalse2071));
  4773.                 foreach ($context['_seq'] as $context["_key"] => $context["aeronef"]) {
  4774.                     // line 2072
  4775.                     echo "                                        <tr>
  4776.                                             <td>";
  4777.                     // line 2073
  4778.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["aeronef"], "type", [], "any"falsefalsefalse2073), "html"nulltrue);
  4779.                     echo "</td>
  4780.                                             <td>";
  4781.                     // line 2074
  4782.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["aeronef"], "nombre", [], "any"falsefalsefalse2074), "html"nulltrue);
  4783.                     echo "</td>
  4784.                                             <td>";
  4785.                     // line 2075
  4786.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["aeronef"], "caracteristique", [], "any"falsefalsefalse2075), "html"nulltrue);
  4787.                     echo "</td>
  4788.                                         </tr>
  4789.                                         ";
  4790.                 }
  4791.                 $_parent $context['_parent'];
  4792.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['aeronef'], $context['_parent'], $context['loop']);
  4793.                 $context array_intersect_key($context$_parent) + $_parent;
  4794.                 // line 2078
  4795.                 echo "                                    </tbody>
  4796.                                 </table>
  4797.                             </div>
  4798.                             ";
  4799.                 // line 2082
  4800.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "droneExperiences", [], "any"falsefalsefalse2082)) > 0)) {
  4801.                     // line 2083
  4802.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4803.                                     Expérience(s) de tournage(s)
  4804.                                 </div>
  4805.                                 <div class=\"form-group\">
  4806.                                     <table class=\"table table-hover\">
  4807.                                         <thead>
  4808.                                             <tr class=\"table-active\">
  4809.                                                 <th scope=\"col\">Année</th>
  4810.                                                 <th scope=\"col\">Titre</th>
  4811.                                                 <th scope=\"col\">Réalisation</th>
  4812.                                                 <th scope=\"col\">Format</th>
  4813.                                                 <th scope=\"col\">Catégorie</th>
  4814.                                                 <th scope=\"col\">Production</th>
  4815.                                             </tr>
  4816.                                         </thead>
  4817.                                         <tbody>
  4818.                                             ";
  4819.                     // line 2099
  4820.                     $context['_parent'] = $context;
  4821.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prestaservices"], "droneExperiences", [], "any"falsefalsefalse2099));
  4822.                     foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  4823.                         // line 2100
  4824.                         echo "                                            <tr>
  4825.                                                 <td>";
  4826.                         // line 2101
  4827.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "annee", [], "any"falsefalsefalse2101), "html"nulltrue);
  4828.                         echo "</td>
  4829.                                                 <td>";
  4830.                         // line 2102
  4831.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "titre", [], "any"falsefalsefalse2102), "html"nulltrue);
  4832.                         echo "</td>
  4833.                                                 <td>";
  4834.                         // line 2103
  4835.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "realisation", [], "any"falsefalsefalse2103), "html"nulltrue);
  4836.                         echo "</td>
  4837.                                                 <td>";
  4838.                         // line 2104
  4839.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "format", [], "any"falsefalsefalse2104), "html"nulltrue);
  4840.                         echo "</td>
  4841.                                                 <td>";
  4842.                         // line 2105
  4843.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "categorie", [], "any"falsefalsefalse2105), "html"nulltrue);
  4844.                         echo "</td>
  4845.                                                 <td>";
  4846.                         // line 2106
  4847.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["experience"], "production", [], "any"falsefalsefalse2106), "html"nulltrue);
  4848.                         echo "</td>
  4849.                                             </tr>
  4850.                                             ";
  4851.                     }
  4852.                     $_parent $context['_parent'];
  4853.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  4854.                     $context array_intersect_key($context$_parent) + $_parent;
  4855.                     // line 2109
  4856.                     echo "                                        </tbody>
  4857.                                     </table>
  4858.                                 </div>
  4859.                             ";
  4860.                 }
  4861.                 // line 2113
  4862.                 echo "
  4863.                             ";
  4864.                 // line 2114
  4865.                 if (twig_get_attribute($this->env$this->source$context["prestaservices"], "droneExperienceAutre", [], "any"falsefalsefalse2114)) {
  4866.                     // line 2115
  4867.                     echo "                                <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4868.                                    Autre(s) expérience(s)
  4869.                                 </div>
  4870.                                 <div class=\"form-group\">
  4871.                                         ";
  4872.                     // line 2119
  4873.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "droneExperienceAutre", [], "any"falsefalsefalse2119), "html"nulltrue);
  4874.                     echo "
  4875.                                 </div>
  4876.                             ";
  4877.                 }
  4878.                 // line 2122
  4879.                 echo "
  4880.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4881.                                    informations complémentaires
  4882.                             </div>
  4883.                             ";
  4884.                 // line 2126
  4885.                 if ((((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2126) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2126)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2126)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2126)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2126)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2126))) {
  4886.                     // line 2127
  4887.                     echo "                                <div class=\"form-group\">
  4888.                                     Rayon d'intervention :
  4889.                                     <ul>
  4890.                                         ";
  4891.                     // line 2130
  4892.                     if (((((twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2130) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2130)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2130)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2130)) || twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2130))) {
  4893.                         // line 2131
  4894.                         echo "                                            ";
  4895.                         $context["rayon_normandie"] = " ";
  4896.                         // line 2132
  4897.                         echo "                                            ";
  4898.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonCalvados", [], "any"falsefalsefalse2132)) {
  4899.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2132$this->source); })()) . "Calvados, ");
  4900.                         }
  4901.                         // line 2133
  4902.                         echo "                                            ";
  4903.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonEure", [], "any"falsefalsefalse2133)) {
  4904.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2133$this->source); })()) . "Eure, ");
  4905.                             echo " ";
  4906.                         }
  4907.                         // line 2134
  4908.                         echo "                                            ";
  4909.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonManche", [], "any"falsefalsefalse2134)) {
  4910.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2134$this->source); })()) . "Manche, ");
  4911.                             echo " ";
  4912.                         }
  4913.                         // line 2135
  4914.                         echo "                                            ";
  4915.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonOrne", [], "any"falsefalsefalse2135)) {
  4916.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2135$this->source); })()) . "Orne, ");
  4917.                             echo " ";
  4918.                         }
  4919.                         // line 2136
  4920.                         echo "                                            ";
  4921.                         if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonSeineMaritime", [], "any"falsefalsefalse2136)) {
  4922.                             $context["rayon_normandie"] = ((isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2136$this->source); })()) . "Seine-Maritime, ");
  4923.                             echo " ";
  4924.                         }
  4925.                         // line 2137
  4926.                         echo "                                            <li>
  4927.                                                 En Normandie : ";
  4928.                         // line 2138
  4929.                         echo twig_escape_filter($this->envtwig_slice($this->env, (isset($context["rayon_normandie"]) || array_key_exists("rayon_normandie"$context) ? $context["rayon_normandie"] : (function () { throw new RuntimeError('Variable "rayon_normandie" does not exist.'2138$this->source); })()), 0,  -2), "html"nulltrue);
  4930.                         echo "
  4931.                                             </li>
  4932.                                         ";
  4933.                     }
  4934.                     // line 2141
  4935.                     echo "                                        ";
  4936.                     if (twig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2141)) {
  4937.                         // line 2142
  4938.                         echo "                                            <li>Hors Normandie : ";
  4939.                         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "rayonHorsNormandie", [], "any"falsefalsefalse2142)), "html"nulltrue);
  4940.                         echo "</li>
  4941.                                         ";
  4942.                     }
  4943.                     // line 2144
  4944.                     echo "                                    </ul>
  4945.                                 </div>
  4946.                             ";
  4947.                 }
  4948.                 // line 2147
  4949.                 echo "
  4950.                             ";
  4951.                 // line 2148
  4952.                 if ((twig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse2148) != "")) {
  4953.                     // line 2149
  4954.                     echo "                                <div class=\"form-group\">
  4955.                                     Langue(s) pratiquée(s) : ";
  4956.                     // line 2150
  4957.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prestaservices"], "langues", [], "any"falsefalsefalse2150), "html"nulltrue);
  4958.                     echo "
  4959.                                 </div>
  4960.                             ";
  4961.                 }
  4962.                 // line 2153
  4963.                 echo "
  4964.                         </div>
  4965.                 </div>
  4966.              ";
  4967.             }
  4968.             $_parent $context['_parent'];
  4969.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prestaservices'], $context['_parent'], $context['loop']);
  4970.             $context array_intersect_key($context$_parent) + $_parent;
  4971.             // line 2158
  4972.             echo "
  4973.         ";
  4974.         }
  4975.         // line 2160
  4976.         echo "
  4977.         ";
  4978.         // line 2161
  4979.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'2161$this->source); })()) == "prodoeuvres")) {
  4980.             // line 2162
  4981.             echo "
  4982.             ";
  4983.             // line 2163
  4984.             $context['_parent'] = $context;
  4985.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'2163$this->source); })()), "productionsCineAudio", [], "any"falsefalsefalse2163));
  4986.             foreach ($context['_seq'] as $context["_key"] => $context["prodoeuvre"]) {
  4987.                 // line 2164
  4988.                 echo "                <div class=\"form-group col-12\">
  4989.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  4990.                         Ligne éditoriale
  4991.                     </div>
  4992.                     ";
  4993.                 // line 2169
  4994.                 if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "presentation", [], "any"falsefalsefalse2169) != "")) {
  4995.                     // line 2170
  4996.                     echo "                        <div class=\"form-group\">
  4997.                             ";
  4998.                     // line 2171
  4999.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "presentation", [], "any"falsefalsefalse2171), "html"nulltrue);
  5000.                     echo "
  5001.                         </div>
  5002.                     ";
  5003.                 }
  5004.                 // line 2174
  5005.                 echo "
  5006.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5007.                         Type(s) de production
  5008.                     </div>
  5009.                     ";
  5010.                 // line 2179
  5011.                 if ((((((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmFiction", [], "any"falsefalsefalse2179) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmDoc", [], "any"falsefalsefalse2179)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmAnim", [], "any"falsefalsefalse2179)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmFiction", [], "any"falsefalsefalse2179)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmDoc", [], "any"falsefalsefalse2179)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmAnim", [], "any"falsefalsefalse2179))) {
  5012.                     // line 2180
  5013.                     echo "                        <div class=\"form-group\">
  5014.                             Cinéma :
  5015.                             <ul>
  5016.                                 ";
  5017.                     // line 2183
  5018.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmFiction", [], "any"falsefalsefalse2183)) {
  5019.                         echo "<li>Court métrage de fiction : ";
  5020.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmFictionNb", [], "any"falsefalsefalse2183), "html"nulltrue);
  5021.                         echo "</li>";
  5022.                     }
  5023.                     // line 2184
  5024.                     echo "                                ";
  5025.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmDoc", [], "any"falsefalsefalse2184)) {
  5026.                         echo "<li>Court métrage documentaire : ";
  5027.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmDocNb", [], "any"falsefalsefalse2184), "html"nulltrue);
  5028.                         echo "</li>";
  5029.                     }
  5030.                     // line 2185
  5031.                     echo "                                ";
  5032.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmAnim", [], "any"falsefalsefalse2185)) {
  5033.                         echo "<li>Court métrage d’animation : ";
  5034.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineCmAnimNb", [], "any"falsefalsefalse2185), "html"nulltrue);
  5035.                         echo "</li>";
  5036.                     }
  5037.                     // line 2186
  5038.                     echo "                                ";
  5039.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmFiction", [], "any"falsefalsefalse2186)) {
  5040.                         echo "<li>Long métrage de fiction : ";
  5041.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmFictionNb", [], "any"falsefalsefalse2186), "html"nulltrue);
  5042.                         echo "</li>";
  5043.                     }
  5044.                     // line 2187
  5045.                     echo "                                ";
  5046.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmDoc", [], "any"falsefalsefalse2187)) {
  5047.                         echo "<li>Long métrage documentaire : ";
  5048.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmDocNb", [], "any"falsefalsefalse2187), "html"nulltrue);
  5049.                         echo "</li>";
  5050.                     }
  5051.                     // line 2188
  5052.                     echo "                                ";
  5053.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmAnim", [], "any"falsefalsefalse2188)) {
  5054.                         echo "<li>Long métrage d'animation : ";
  5055.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "cineLmAnimNb", [], "any"falsefalsefalse2188), "html"nulltrue);
  5056.                         echo "</li>";
  5057.                     }
  5058.                     // line 2189
  5059.                     echo "                            </ul>
  5060.                         </div>
  5061.                     ";
  5062.                 }
  5063.                 // line 2192
  5064.                 echo "
  5065.                     ";
  5066.                 // line 2193
  5067.                 if ((((((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitFiction", [], "any"falsefalsefalse2193) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitDoc", [], "any"falsefalsefalse2193)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitAnim", [], "any"falsefalsefalse2193)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieFiction", [], "any"falsefalsefalse2193)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieDoc", [], "any"falsefalsefalse2193)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieAnim", [], "any"falsefalsefalse2193))) {
  5068.                     // line 2194
  5069.                     echo "                        <div class=\"form-group\">
  5070.                             Télévision :
  5071.                             <ul>
  5072.                                 ";
  5073.                     // line 2197
  5074.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitFiction", [], "any"falsefalsefalse2197)) {
  5075.                         echo "<li>Unitaire de fiction : ";
  5076.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitFictionNb", [], "any"falsefalsefalse2197), "html"nulltrue);
  5077.                         echo "</li>";
  5078.                     }
  5079.                     // line 2198
  5080.                     echo "                                ";
  5081.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitDoc", [], "any"falsefalsefalse2198)) {
  5082.                         echo "<li>Unitaire documentaire : ";
  5083.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitDocNb", [], "any"falsefalsefalse2198), "html"nulltrue);
  5084.                         echo "</li>";
  5085.                     }
  5086.                     // line 2199
  5087.                     echo "                                ";
  5088.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitAnim", [], "any"falsefalsefalse2199)) {
  5089.                         echo "<li>Unitaire d’animation : ";
  5090.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioUnitAnimNb", [], "any"falsefalsefalse2199), "html"nulltrue);
  5091.                         echo "</li>";
  5092.                     }
  5093.                     // line 2200
  5094.                     echo "                                ";
  5095.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieFiction", [], "any"falsefalsefalse2200)) {
  5096.                         echo "<li>Série de fiction : ";
  5097.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieFictionNb", [], "any"falsefalsefalse2200), "html"nulltrue);
  5098.                         echo "</li>";
  5099.                     }
  5100.                     // line 2201
  5101.                     echo "                                ";
  5102.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieDoc", [], "any"falsefalsefalse2201)) {
  5103.                         echo "<li>Série documentaire : ";
  5104.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieDocNb", [], "any"falsefalsefalse2201), "html"nulltrue);
  5105.                         echo "</li>";
  5106.                     }
  5107.                     // line 2202
  5108.                     echo "                                ";
  5109.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieAnim", [], "any"falsefalsefalse2202)) {
  5110.                         echo "<li>Série d’animation : ";
  5111.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioSerieAnimNb", [], "any"falsefalsefalse2202), "html"nulltrue);
  5112.                         echo "</li>";
  5113.                     }
  5114.                     // line 2203
  5115.                     echo "                            </ul>
  5116.                         </div>
  5117.                     ";
  5118.                 }
  5119.                 // line 2206
  5120.                 echo "
  5121.                     ";
  5122.                 // line 2207
  5123.                 if (((((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webFiction", [], "any"falsefalsefalse2207) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webDoc", [], "any"falsefalsefalse2207)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteAug", [], "any"falsefalsefalse2207)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteVirtuelle", [], "any"falsefalsefalse2207)) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioAutre", [], "any"falsefalsefalse2207))) {
  5124.                     // line 2208
  5125.                     echo "                        <div class=\"form-group\">
  5126.                             Web et création numérique :
  5127.                             <ul>
  5128.                                 ";
  5129.                     // line 2211
  5130.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webFiction", [], "any"falsefalsefalse2211)) {
  5131.                         echo "<li>Web fiction : ";
  5132.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "webFictionNb", [], "any"falsefalsefalse2211), "html"nulltrue);
  5133.                         echo "</li>";
  5134.                     }
  5135.                     // line 2212
  5136.                     echo "                                ";
  5137.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webDoc", [], "any"falsefalsefalse2212)) {
  5138.                         echo "<li>Web documentaire : ";
  5139.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "webDocNb", [], "any"falsefalsefalse2212), "html"nulltrue);
  5140.                         echo "</li>";
  5141.                     }
  5142.                     // line 2213
  5143.                     echo "                                ";
  5144.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteAug", [], "any"falsefalsefalse2213)) {
  5145.                         echo "<li>Web réalité augmentée : ";
  5146.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteAugNb", [], "any"falsefalsefalse2213), "html"nulltrue);
  5147.                         echo "</li>";
  5148.                     }
  5149.                     // line 2214
  5150.                     echo "                                ";
  5151.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteVirtuelle", [], "any"falsefalsefalse2214)) {
  5152.                         echo "<li>Web réalité virtuelle : ";
  5153.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "webRealiteVirtuelleNb", [], "any"falsefalsefalse2214), "html"nulltrue);
  5154.                         echo "</li>";
  5155.                     }
  5156.                     // line 2215
  5157.                     echo "                                ";
  5158.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioAutre", [], "any"falsefalsefalse2215)) {
  5159.                         echo "<li>";
  5160.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioAutrePrecision", [], "any"falsefalsefalse2215), "html"nulltrue);
  5161.                         echo " : ";
  5162.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "audioAutreNb", [], "any"falsefalsefalse2215), "html"nulltrue);
  5163.                         echo "</li>";
  5164.                     }
  5165.                     // line 2216
  5166.                     echo "                            </ul>
  5167.                         </div>
  5168.                     ";
  5169.                 }
  5170.                 // line 2219
  5171.                 echo "
  5172.                     ";
  5173.                 // line 2220
  5174.                 if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision1", [], "any"falsefalsefalse2220) || twig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision2", [], "any"falsefalsefalse2220))) {
  5175.                     // line 2221
  5176.                     echo "                        <div class=\"form-group\">
  5177.                             Autre :
  5178.                             <ul>
  5179.                                 ";
  5180.                     // line 2224
  5181.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision1", [], "any"falsefalsefalse2224)) {
  5182.                         echo "<li>";
  5183.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision1", [], "any"falsefalsefalse2224), "html"nulltrue);
  5184.                         echo " : ";
  5185.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision1Nb", [], "any"falsefalsefalse2224), "html"nulltrue);
  5186.                         echo "</li>";
  5187.                     }
  5188.                     // line 2225
  5189.                     echo "                                ";
  5190.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision2", [], "any"falsefalsefalse2225)) {
  5191.                         echo "<li>";
  5192.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision2", [], "any"falsefalsefalse2225), "html"nulltrue);
  5193.                         echo " : ";
  5194.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "autrePrecision2Nb", [], "any"falsefalsefalse2225), "html"nulltrue);
  5195.                         echo "</li>";
  5196.                     }
  5197.                     // line 2226
  5198.                     echo "                            </ul>
  5199.                         </div>
  5200.                     ";
  5201.                 }
  5202.                 // line 2229
  5203.                 echo "
  5204.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5205.                         Production(s) représentative(s)
  5206.                     </div>
  5207.                     <div class=\"form-group\">
  5208.                         <table class=\"table table-hover\">
  5209.                             <thead>
  5210.                                 <tr class=\"table-active\">
  5211.                                     <th scope=\"col\">Année</th>
  5212.                                     <th scope=\"col\">Titre</th>
  5213.                                     <th scope=\"col\">Réalisation</th>
  5214.                                     <th scope=\"col\">Format</th>
  5215.                                     <th scope=\"col\">Genre</th>
  5216.                                     <th scope=\"col\">Minutes</th>
  5217.                                     <th scope=\"col\">Coproduction(s)</th>
  5218.                                 </tr>
  5219.                             </thead>
  5220.                             <tbody>
  5221.                                 ";
  5222.                 // line 2247
  5223.                 $context['_parent'] = $context;
  5224.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prodoeuvre"], "filmographies", [], "any"falsefalsefalse2247));
  5225.                 foreach ($context['_seq'] as $context["_key"] => $context["filmo"]) {
  5226.                     // line 2248
  5227.                     echo "                                <tr>
  5228.                                     <td>";
  5229.                     // line 2249
  5230.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "annee", [], "any"falsefalsefalse2249), "html"nulltrue);
  5231.                     echo "</td>
  5232.                                     <td>";
  5233.                     // line 2250
  5234.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "titre", [], "any"falsefalsefalse2250), "html"nulltrue);
  5235.                     echo "</td>
  5236.                                     <td>";
  5237.                     // line 2251
  5238.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "realisation", [], "any"falsefalsefalse2251), "html"nulltrue);
  5239.                     echo "</td>
  5240.                                     <td>";
  5241.                     // line 2252
  5242.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "type", [], "any"falsefalsefalse2252), "html"nulltrue);
  5243.                     echo "</td>
  5244.                                     <td>";
  5245.                     // line 2253
  5246.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "genre", [], "any"falsefalsefalse2253), "html"nulltrue);
  5247.                     echo "</td>
  5248.                                     <td>";
  5249.                     // line 2254
  5250.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "duree", [], "any"falsefalsefalse2254), "html"nulltrue);
  5251.                     echo "</td>
  5252.                                     <td>";
  5253.                     // line 2255
  5254.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["filmo"], "coprod", [], "any"falsefalsefalse2255), "html"nulltrue);
  5255.                     echo "</td>
  5256.                                 </tr>
  5257.                                 ";
  5258.                 }
  5259.                 $_parent $context['_parent'];
  5260.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['filmo'], $context['_parent'], $context['loop']);
  5261.                 $context array_intersect_key($context$_parent) + $_parent;
  5262.                 // line 2258
  5263.                 echo "                            </tbody>
  5264.                         </table>
  5265.                     </div>
  5266.                     ";
  5267.                 // line 2262
  5268.                 if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["prodoeuvre"], "catalogueComplet", [], "any"falsefalsefalse2262), "name", [], "any"falsefalsefalse2262)) {
  5269.                     // line 2263
  5270.                     echo "                        <div class=\"my-3\">
  5271.                             <a href=\"";
  5272.                     // line 2264
  5273.                     echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["prodoeuvre"], "catalogueCompletFile"), "html"nulltrue);
  5274.                     echo "\" target=\"_blank\">
  5275.                               Voir le catalogue
  5276.                             </a>
  5277.                         </div>
  5278.                     ";
  5279.                 }
  5280.                 // line 2269
  5281.                 echo "                    <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5282.                        informations complémentaires
  5283.                     </div>
  5284.                     <div class=\"form-group\">
  5285.                         ";
  5286.                 // line 2273
  5287.                 if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "adherent", [], "any"falsefalsefalse2273) == "Oui")) {
  5288.                     // line 2274
  5289.                     echo "                            Structure de production adhérente à ";
  5290.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "adherentPrecision", [], "any"falsefalsefalse2274), "html"nulltrue);
  5291.                     echo "<br>
  5292.                         ";
  5293.                 }
  5294.                 // line 2276
  5295.                 echo "                        ";
  5296.                 if (((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "coprodInter", [], "any"falsefalsefalse2276) == "occasionnellement") || (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "coprodInter", [], "any"falsefalsefalse2276) == "regulierement"))) {
  5297.                     // line 2277
  5298.                     echo "                            Développe
  5299.                             ";
  5300.                     // line 2278
  5301.                     if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "coprodInter", [], "any"falsefalsefalse2278) == "occasionnellement")) {
  5302.                         // line 2279
  5303.                         echo "                                occasionnellement
  5304.                             ";
  5305.                     } else {
  5306.                         // line 2281
  5307.                         echo "                                régulièrement
  5308.                             ";
  5309.                     }
  5310.                     // line 2283
  5311.                     echo "                            des productions internationales<br>
  5312.                         ";
  5313.                 }
  5314.                 // line 2285
  5315.                 echo "                        ";
  5316.                 if (((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExe", [], "any"falsefalsefalse2285) == "occasionnellement") || (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExe", [], "any"falsefalsefalse2285) == "regulierement"))) {
  5317.                     // line 2286
  5318.                     echo "                            Production exécutive
  5319.                             ";
  5320.                     // line 2287
  5321.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExeNationale", [], "any"falsefalsefalse2287)) {
  5322.                         // line 2288
  5323.                         echo "                                nationale
  5324.                             ";
  5325.                     }
  5326.                     // line 2290
  5327.                     echo "                            ";
  5328.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExeInternationale", [], "any"falsefalsefalse2290)) {
  5329.                         // line 2291
  5330.                         echo "                                ";
  5331.                         if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExeNationale", [], "any"falsefalsefalse2291)) {
  5332.                             // line 2292
  5333.                             echo "                                et
  5334.                                 ";
  5335.                         }
  5336.                         // line 2294
  5337.                         echo "                                internationale
  5338.                             ";
  5339.                     }
  5340.                     // line 2296
  5341.                     echo "                            ";
  5342.                     if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "prodExe", [], "any"falsefalsefalse2296) == "occasionnellement")) {
  5343.                         // line 2297
  5344.                         echo "                                occasionnelle
  5345.                             ";
  5346.                     } else {
  5347.                         // line 2299
  5348.                         echo "                                régulière
  5349.                             ";
  5350.                     }
  5351.                     // line 2301
  5352.                     echo "                            <br>
  5353.                         ";
  5354.                 }
  5355.                 // line 2303
  5356.                 echo "                        ";
  5357.                 if ((twig_get_attribute($this->env$this->source$context["prodoeuvre"], "distribution", [], "any"falsefalsefalse2303) == "Oui")) {
  5358.                     // line 2304
  5359.                     echo "                            Distributeur
  5360.                             ";
  5361.                     // line 2305
  5362.                     if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "distributionFilmType", [], "any"falsefalsefalse2305)) {
  5363.                         // line 2306
  5364.                         echo "                                de ";
  5365.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "distributionFilmType", [], "any"falsefalsefalse2306), "html"nulltrue);
  5366.                         echo "
  5367.                             ";
  5368.                     }
  5369.                     // line 2308
  5370.                     echo "                        ";
  5371.                 }
  5372.                 // line 2309
  5373.                 echo "                        ";
  5374.                 if (twig_get_attribute($this->env$this->source$context["prodoeuvre"], "langueEtrangerePrecision", [], "any"falsefalsefalse2309)) {
  5375.                     echo " Langue(s) pratiquée(s) : ";
  5376.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodoeuvre"], "langueEtrangerePrecision", [], "any"falsefalsefalse2309), "html"nulltrue);
  5377.                     echo "<br>";
  5378.                 }
  5379.                 // line 2310
  5380.                 echo "                    </div>
  5381.                 ";
  5382.             }
  5383.             $_parent $context['_parent'];
  5384.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prodoeuvre'], $context['_parent'], $context['loop']);
  5385.             $context array_intersect_key($context$_parent) + $_parent;
  5386.             // line 2314
  5387.             echo "
  5388.         ";
  5389.         }
  5390.         // line 2316
  5391.         echo "
  5392.         ";
  5393.         // line 2317
  5394.         if (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'2317$this->source); })()) == "prodfilmscom")) {
  5395.             // line 2318
  5396.             echo "
  5397.                 ";
  5398.             // line 2319
  5399.             $context['_parent'] = $context;
  5400.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'2319$this->source); })()), "productionsCom", [], "any"falsefalsefalse2319));
  5401.             foreach ($context['_seq'] as $context["_key"] => $context["prodfilmcom"]) {
  5402.                 // line 2320
  5403.                 echo "                    <div class=\"form-group col-12\">
  5404.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5405.                             Descriptif de l'activité principale de production
  5406.                         </div>
  5407.                         ";
  5408.                 // line 2325
  5409.                 if ((twig_get_attribute($this->env$this->source$context["prodfilmcom"], "presentation", [], "any"falsefalsefalse2325) != "")) {
  5410.                     // line 2326
  5411.                     echo "                            <div class=\"form-group\">
  5412.                                 ";
  5413.                     // line 2327
  5414.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "presentation", [], "any"falsefalsefalse2327), "html"nulltrue);
  5415.                     echo "
  5416.                             </div>
  5417.                         ";
  5418.                 }
  5419.                 // line 2330
  5420.                 echo "
  5421.                         ";
  5422.                 // line 2331
  5423.                 if (((((((((twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreCaptation", [], "any"falsefalsefalse2331) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreClipMusic", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreFilmPeda", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreMagazine", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genrePub", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreReportage", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreTeaser", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreVideo", [], "any"falsefalsefalse2331)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreAutre", [], "any"falsefalsefalse2331))) {
  5424.                     // line 2332
  5425.                     echo "                            <div class=\"form-group\">
  5426.                                 Genre de production :
  5427.                                 <ul>
  5428.                                     ";
  5429.                     // line 2335
  5430.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreCaptation", [], "any"falsefalsefalse2335)) {
  5431.                         echo "<li>Captation</li>";
  5432.                     }
  5433.                     // line 2336
  5434.                     echo "                                    ";
  5435.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreClipMusic", [], "any"falsefalsefalse2336)) {
  5436.                         echo "<li>Clip musical</li>";
  5437.                     }
  5438.                     // line 2337
  5439.                     echo "                                    ";
  5440.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreFilmPeda", [], "any"falsefalsefalse2337)) {
  5441.                         echo "<li>Film pédagogique</li>";
  5442.                     }
  5443.                     // line 2338
  5444.                     echo "                                    ";
  5445.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreMagazine", [], "any"falsefalsefalse2338)) {
  5446.                         echo "<li>Magazine corporate</li>";
  5447.                     }
  5448.                     // line 2339
  5449.                     echo "                                    ";
  5450.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genrePub", [], "any"falsefalsefalse2339)) {
  5451.                         echo "<li>Publicité</li>";
  5452.                     }
  5453.                     // line 2340
  5454.                     echo "                                    ";
  5455.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreReportage", [], "any"falsefalsefalse2340)) {
  5456.                         echo "<li>Reportage</li>";
  5457.                     }
  5458.                     // line 2341
  5459.                     echo "                                    ";
  5460.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreTeaser", [], "any"falsefalsefalse2341)) {
  5461.                         echo "<li>Teaser</li>";
  5462.                     }
  5463.                     // line 2342
  5464.                     echo "                                    ";
  5465.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreVideo", [], "any"falsefalsefalse2342)) {
  5466.                         echo "<li>Vidéo de présentation</li>";
  5467.                     }
  5468.                     // line 2343
  5469.                     echo "                                    ";
  5470.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreAutre", [], "any"falsefalsefalse2343)) {
  5471.                         echo "<li>";
  5472.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "genreAutrePrecision", [], "any"falsefalsefalse2343), "html"nulltrue);
  5473.                         echo "</li>";
  5474.                     }
  5475.                     // line 2344
  5476.                     echo "                                </ul>
  5477.                             </div>
  5478.                         ";
  5479.                 }
  5480.                 // line 2347
  5481.                 echo "
  5482.                         ";
  5483.                 // line 2348
  5484.                 if (((((((twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techAnim", [], "any"falsefalsefalse2348) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techPriseVueSol", [], "any"falsefalsefalse2348)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techRealAug", [], "any"falsefalsefalse2348)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techVideo360", [], "any"falsefalsefalse2348)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techVr", [], "any"falsefalsefalse2348)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techWeb", [], "any"falsefalsefalse2348)) || twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techAutre", [], "any"falsefalsefalse2348))) {
  5485.                     // line 2349
  5486.                     echo "                            <div class=\"form-group\">
  5487.                                 Technique et format :
  5488.                                 <ul>
  5489.                                     ";
  5490.                     // line 2352
  5491.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techAnim", [], "any"falsefalsefalse2352)) {
  5492.                         echo "<li>Animation/Motion design</li>";
  5493.                     }
  5494.                     // line 2353
  5495.                     echo "                                    ";
  5496.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techPriseVueSol", [], "any"falsefalsefalse2353)) {
  5497.                         echo "<li>Prise vue au sol</li>";
  5498.                     }
  5499.                     // line 2354
  5500.                     echo "                                    ";
  5501.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techRealAug", [], "any"falsefalsefalse2354)) {
  5502.                         echo "<li>Réalité augmentée</li>";
  5503.                     }
  5504.                     // line 2355
  5505.                     echo "                                    ";
  5506.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techVideo360", [], "any"falsefalsefalse2355)) {
  5507.                         echo "<li>Vidéo 360°</li>";
  5508.                     }
  5509.                     // line 2356
  5510.                     echo "                                    ";
  5511.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techVr", [], "any"falsefalsefalse2356)) {
  5512.                         echo "<li>VR</li>";
  5513.                     }
  5514.                     // line 2357
  5515.                     echo "                                    ";
  5516.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techWeb", [], "any"falsefalsefalse2357)) {
  5517.                         echo "<li>Web</li>";
  5518.                     }
  5519.                     // line 2358
  5520.                     echo "                                    ";
  5521.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "techAutre", [], "any"falsefalsefalse2358)) {
  5522.                         echo "<li>";
  5523.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "techAutrePrecision", [], "any"falsefalsefalse2358), "html"nulltrue);
  5524.                         echo "</li>";
  5525.                     }
  5526.                     // line 2359
  5527.                     echo "                                </ul>
  5528.                             </div>
  5529.                         ";
  5530.                 }
  5531.                 // line 2362
  5532.                 echo "
  5533.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5534.                             Travaux représentatifs
  5535.                         </div>
  5536.                         <div class=\"form-group\">
  5537.                             <table class=\"table table-hover\">
  5538.                                 <thead>
  5539.                                     <tr class=\"table-active\">
  5540.                                         <th scope=\"col\">Année</th>
  5541.                                         <th scope=\"col\">Titre</th>
  5542.                                         <th scope=\"col\">Genre de production</th>
  5543.                                         <th scope=\"col\">Lien</th>
  5544.                                     </tr>
  5545.                                 </thead>
  5546.                                 <tbody>
  5547.                                     ";
  5548.                 // line 2377
  5549.                 $context['_parent'] = $context;
  5550.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["prodfilmcom"], "travaux", [], "any"falsefalsefalse2377));
  5551.                 foreach ($context['_seq'] as $context["_key"] => $context["travaux"]) {
  5552.                     // line 2378
  5553.                     echo "                                        <tr>
  5554.                                             <td>";
  5555.                     // line 2379
  5556.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["travaux"], "annee", [], "any"falsefalsefalse2379), "html"nulltrue);
  5557.                     echo "</td>
  5558.                                             <td>";
  5559.                     // line 2380
  5560.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["travaux"], "titre", [], "any"falsefalsefalse2380), "html"nulltrue);
  5561.                     echo "</td>
  5562.                                             <td>";
  5563.                     // line 2381
  5564.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["travaux"], "typeVideo", [], "any"falsefalsefalse2381), "html"nulltrue);
  5565.                     echo "</td>
  5566.                                             <td>";
  5567.                     // line 2382
  5568.                     if (twig_get_attribute($this->env$this->source$context["travaux"], "lienUrl", [], "any"falsefalsefalse2382)) {
  5569.                         echo "<a href=\"";
  5570.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["travaux"], "lienUrl", [], "any"falsefalsefalse2382), "html"nulltrue);
  5571.                         echo "\" target=\"_blank\">accéder à la page</a>";
  5572.                     }
  5573.                     echo "</td>
  5574.                                         </tr>
  5575.                                     ";
  5576.                 }
  5577.                 $_parent $context['_parent'];
  5578.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['travaux'], $context['_parent'], $context['loop']);
  5579.                 $context array_intersect_key($context$_parent) + $_parent;
  5580.                 // line 2385
  5581.                 echo "                                </tbody>
  5582.                             </table>
  5583.                         </div>
  5584.                         ";
  5585.                 // line 2388
  5586.                 if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "lienDemo", [], "any"falsefalsefalse2388)) {
  5587.                     // line 2389
  5588.                     echo "                            <div class=\"form-group\">
  5589.                                 Démo : <a href=\"";
  5590.                     // line 2390
  5591.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "lienDemo", [], "any"falsefalsefalse2390), "html"nulltrue);
  5592.                     echo "\" target=\"_blank\">accéder à la démo</a>
  5593.                             </div>
  5594.                         ";
  5595.                 }
  5596.                 // line 2393
  5597.                 echo "                        ";
  5598.                 if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "lienAutreProjet", [], "any"falsefalsefalse2393)) {
  5599.                     // line 2394
  5600.                     echo "                            <div class=\"form-group\">
  5601.                                 Chaîne web : <a href=\"";
  5602.                     // line 2395
  5603.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "lienAutreProjet", [], "any"falsefalsefalse2395), "html"nulltrue);
  5604.                     echo "\" target=\"_blank\">accéder à la chaîne web</a>
  5605.                             </div>
  5606.                         ";
  5607.                 }
  5608.                 // line 2398
  5609.                 echo "
  5610.                         ";
  5611.                 // line 2399
  5612.                 if ((twig_get_attribute($this->env$this->source$context["prodfilmcom"], "langueEtrangerePrecision", [], "any"falsefalsefalse2399) != "")) {
  5613.                     // line 2400
  5614.                     echo "                            <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5615.                                informations complémentaires sur votre activité de production
  5616.                             </div>
  5617.                             <div class=\"form-group\">
  5618.                                 ";
  5619.                     // line 2404
  5620.                     if (twig_get_attribute($this->env$this->source$context["prodfilmcom"], "langueEtrangerePrecision", [], "any"falsefalsefalse2404)) {
  5621.                         echo "Langue(s) pratiquée(s) : ";
  5622.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["prodfilmcom"], "langueEtrangerePrecision", [], "any"falsefalsefalse2404), "html"nulltrue);
  5623.                         echo "<br>";
  5624.                     }
  5625.                     // line 2405
  5626.                     echo "                            </div>
  5627.                         ";
  5628.                 }
  5629.                 // line 2407
  5630.                 echo "
  5631.                     ";
  5632.             }
  5633.             $_parent $context['_parent'];
  5634.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prodfilmcom'], $context['_parent'], $context['loop']);
  5635.             $context array_intersect_key($context$_parent) + $_parent;
  5636.             // line 2409
  5637.             echo "
  5638.             ";
  5639.         }
  5640.         // line 2411
  5641.         echo "    </div>
  5642. ";
  5643.         
  5644.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  5645.         
  5646.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  5647.     }
  5648.     // line 2414
  5649.     public function block_javascripts($context, array $blocks = [])
  5650.     {
  5651.         $macros $this->macros;
  5652.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  5653.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  5654.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  5655.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  5656.         // line 2415
  5657.         echo "    <script>
  5658.         jQuery(document).ready(function() {
  5659.             \$('a').popover();
  5660.             \$('#modal').modal({
  5661.                 backdrop: 'static'
  5662.             });
  5663.         })
  5664.     </script>
  5665. ";
  5666.         
  5667.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  5668.         
  5669.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  5670.     }
  5671.     public function getTemplateName()
  5672.     {
  5673.         return "catalogue/fiche.html.twig";
  5674.     }
  5675.     public function isTraitable()
  5676.     {
  5677.         return false;
  5678.     }
  5679.     public function getDebugInfo()
  5680.     {
  5681.         return array (  5747 => 2415,  5737 => 2414,  5726 => 2411,  5722 => 2409,  5715 => 2407,  5711 => 2405,  5705 => 2404,  5699 => 2400,  5697 => 2399,  5694 => 2398,  5688 => 2395,  5685 => 2394,  5682 => 2393,  5676 => 2390,  5673 => 2389,  5671 => 2388,  5666 => 2385,  5653 => 2382,  5649 => 2381,  5645 => 2380,  5641 => 2379,  5638 => 2378,  5634 => 2377,  5617 => 2362,  5612 => 2359,  5605 => 2358,  5600 => 2357,  5595 => 2356,  5590 => 2355,  5585 => 2354,  5580 => 2353,  5576 => 2352,  5571 => 2349,  5569 => 2348,  5566 => 2347,  5561 => 2344,  5554 => 2343,  5549 => 2342,  5544 => 2341,  5539 => 2340,  5534 => 2339,  5529 => 2338,  5524 => 2337,  5519 => 2336,  5515 => 2335,  5510 => 2332,  5508 => 2331,  5505 => 2330,  5499 => 2327,  5496 => 2326,  5494 => 2325,  5487 => 2320,  5483 => 2319,  5480 => 2318,  5478 => 2317,  5475 => 2316,  5471 => 2314,  5462 => 2310,  5455 => 2309,  5452 => 2308,  5446 => 2306,  5444 => 2305,  5441 => 2304,  5438 => 2303,  5434 => 2301,  5430 => 2299,  5426 => 2297,  5423 => 2296,  5419 => 2294,  5415 => 2292,  5412 => 2291,  5409 => 2290,  5405 => 2288,  5403 => 2287,  5400 => 2286,  5397 => 2285,  5393 => 2283,  5389 => 2281,  5385 => 2279,  5383 => 2278,  5380 => 2277,  5377 => 2276,  5371 => 2274,  5369 => 2273,  5363 => 2269,  5355 => 2264,  5352 => 2263,  5350 => 2262,  5344 => 2258,  5335 => 2255,  5331 => 2254,  5327 => 2253,  5323 => 2252,  5319 => 2251,  5315 => 2250,  5311 => 2249,  5308 => 2248,  5304 => 2247,  5284 => 2229,  5279 => 2226,  5270 => 2225,  5262 => 2224,  5257 => 2221,  5255 => 2220,  5252 => 2219,  5247 => 2216,  5238 => 2215,  5231 => 2214,  5224 => 2213,  5217 => 2212,  5211 => 2211,  5206 => 2208,  5204 => 2207,  5201 => 2206,  5196 => 2203,  5189 => 2202,  5182 => 2201,  5175 => 2200,  5168 => 2199,  5161 => 2198,  5155 => 2197,  5150 => 2194,  5148 => 2193,  5145 => 2192,  5140 => 2189,  5133 => 2188,  5126 => 2187,  5119 => 2186,  5112 => 2185,  5105 => 2184,  5099 => 2183,  5094 => 2180,  5092 => 2179,  5085 => 2174,  5079 => 2171,  5076 => 2170,  5074 => 2169,  5067 => 2164,  5063 => 2163,  5060 => 2162,  5058 => 2161,  5055 => 2160,  5051 => 2158,  5041 => 2153,  5035 => 2150,  5032 => 2149,  5030 => 2148,  5027 => 2147,  5022 => 2144,  5016 => 2142,  5013 => 2141,  5007 => 2138,  5004 => 2137,  4998 => 2136,  4992 => 2135,  4986 => 2134,  4980 => 2133,  4975 => 2132,  4972 => 2131,  4970 => 2130,  4965 => 2127,  4963 => 2126,  4957 => 2122,  4951 => 2119,  4945 => 2115,  4943 => 2114,  4940 => 2113,  4934 => 2109,  4925 => 2106,  4921 => 2105,  4917 => 2104,  4913 => 2103,  4909 => 2102,  4905 => 2101,  4902 => 2100,  4898 => 2099,  4880 => 2083,  4878 => 2082,  4872 => 2078,  4863 => 2075,  4859 => 2074,  4855 => 2073,  4852 => 2072,  4848 => 2071,  4830 => 2055,  4825 => 2054,  4820 => 2053,  4815 => 2052,  4810 => 2051,  4805 => 2050,  4800 => 2049,  4796 => 2048,  4785 => 2040,  4776 => 2035,  4772 => 2032,  4766 => 2029,  4763 => 2028,  4761 => 2027,  4758 => 2026,  4753 => 2023,  4747 => 2021,  4744 => 2020,  4738 => 2017,  4735 => 2016,  4729 => 2015,  4723 => 2014,  4717 => 2013,  4711 => 2012,  4706 => 2011,  4703 => 2010,  4701 => 2009,  4696 => 2006,  4694 => 2005,  4688 => 2001,  4682 => 1998,  4676 => 1994,  4674 => 1993,  4671 => 1992,  4665 => 1988,  4656 => 1985,  4652 => 1984,  4648 => 1983,  4644 => 1982,  4640 => 1981,  4636 => 1980,  4633 => 1979,  4629 => 1978,  4611 => 1962,  4609 => 1961,  4603 => 1957,  4594 => 1954,  4590 => 1953,  4586 => 1952,  4583 => 1951,  4579 => 1950,  4561 => 1934,  4556 => 1933,  4552 => 1932,  4541 => 1924,  4532 => 1919,  4528 => 1916,  4522 => 1913,  4519 => 1912,  4517 => 1911,  4514 => 1910,  4509 => 1907,  4503 => 1905,  4500 => 1904,  4494 => 1901,  4491 => 1900,  4485 => 1899,  4479 => 1898,  4473 => 1897,  4467 => 1896,  4462 => 1895,  4459 => 1894,  4457 => 1893,  4452 => 1890,  4450 => 1889,  4444 => 1885,  4438 => 1882,  4432 => 1878,  4430 => 1877,  4427 => 1876,  4421 => 1872,  4412 => 1869,  4408 => 1868,  4404 => 1867,  4400 => 1866,  4396 => 1865,  4392 => 1864,  4389 => 1863,  4385 => 1862,  4367 => 1846,  4365 => 1845,  4359 => 1842,  4349 => 1835,  4340 => 1830,  4336 => 1827,  4330 => 1824,  4327 => 1823,  4325 => 1822,  4322 => 1821,  4317 => 1818,  4311 => 1816,  4308 => 1815,  4302 => 1812,  4299 => 1811,  4293 => 1810,  4287 => 1809,  4281 => 1808,  4275 => 1807,  4270 => 1806,  4267 => 1805,  4265 => 1804,  4260 => 1801,  4258 => 1800,  4252 => 1796,  4246 => 1793,  4240 => 1789,  4238 => 1788,  4235 => 1787,  4229 => 1783,  4220 => 1780,  4216 => 1779,  4212 => 1778,  4208 => 1777,  4204 => 1776,  4200 => 1775,  4197 => 1774,  4193 => 1773,  4175 => 1757,  4173 => 1756,  4167 => 1752,  4158 => 1749,  4154 => 1748,  4150 => 1747,  4146 => 1746,  4142 => 1745,  4139 => 1744,  4135 => 1743,  4115 => 1725,  4110 => 1724,  4105 => 1723,  4101 => 1722,  4090 => 1714,  4080 => 1707,  4071 => 1702,  4067 => 1699,  4061 => 1696,  4058 => 1695,  4056 => 1694,  4053 => 1693,  4048 => 1690,  4042 => 1688,  4039 => 1687,  4033 => 1684,  4030 => 1683,  4024 => 1682,  4018 => 1681,  4012 => 1680,  4006 => 1679,  4001 => 1678,  3998 => 1677,  3996 => 1676,  3991 => 1673,  3989 => 1672,  3983 => 1668,  3977 => 1665,  3971 => 1661,  3969 => 1660,  3966 => 1659,  3960 => 1655,  3951 => 1652,  3947 => 1651,  3943 => 1650,  3939 => 1649,  3935 => 1648,  3931 => 1647,  3928 => 1646,  3924 => 1645,  3906 => 1629,  3904 => 1628,  3900 => 1626,  3896 => 1624,  3891 => 1623,  3886 => 1622,  3882 => 1621,  3879 => 1620,  3877 => 1618,  3876 => 1617,  3875 => 1616,  3873 => 1615,  3869 => 1613,  3864 => 1612,  3859 => 1611,  3854 => 1610,  3849 => 1609,  3844 => 1608,  3839 => 1607,  3834 => 1606,  3829 => 1605,  3824 => 1604,  3819 => 1603,  3815 => 1602,  3812 => 1601,  3810 => 1599,  3809 => 1598,  3808 => 1597,  3807 => 1596,  3806 => 1595,  3805 => 1594,  3804 => 1593,  3803 => 1592,  3802 => 1591,  3801 => 1590,  3800 => 1589,  3798 => 1588,  3794 => 1586,  3789 => 1585,  3784 => 1584,  3779 => 1583,  3775 => 1582,  3772 => 1581,  3770 => 1579,  3769 => 1578,  3768 => 1577,  3767 => 1576,  3766 => 1575,  3756 => 1568,  3747 => 1563,  3743 => 1560,  3737 => 1557,  3734 => 1556,  3732 => 1555,  3729 => 1554,  3724 => 1551,  3718 => 1549,  3715 => 1548,  3709 => 1545,  3706 => 1544,  3700 => 1543,  3694 => 1542,  3688 => 1541,  3682 => 1540,  3677 => 1539,  3674 => 1538,  3672 => 1537,  3667 => 1534,  3665 => 1533,  3659 => 1529,  3653 => 1526,  3647 => 1522,  3645 => 1521,  3642 => 1520,  3636 => 1516,  3627 => 1513,  3623 => 1512,  3619 => 1511,  3615 => 1510,  3611 => 1509,  3607 => 1508,  3604 => 1507,  3600 => 1506,  3582 => 1490,  3580 => 1489,  3577 => 1488,  3571 => 1485,  3565 => 1481,  3563 => 1480,  3558 => 1477,  3553 => 1476,  3548 => 1475,  3543 => 1474,  3538 => 1473,  3533 => 1472,  3528 => 1471,  3523 => 1470,  3518 => 1469,  3513 => 1468,  3508 => 1467,  3503 => 1466,  3498 => 1465,  3494 => 1464,  3483 => 1456,  3474 => 1451,  3470 => 1448,  3464 => 1445,  3461 => 1444,  3459 => 1443,  3456 => 1442,  3451 => 1439,  3445 => 1437,  3442 => 1436,  3436 => 1433,  3433 => 1432,  3427 => 1431,  3421 => 1430,  3415 => 1429,  3409 => 1428,  3404 => 1427,  3401 => 1426,  3399 => 1425,  3394 => 1422,  3392 => 1421,  3386 => 1417,  3380 => 1414,  3374 => 1410,  3372 => 1409,  3369 => 1408,  3363 => 1404,  3354 => 1401,  3350 => 1400,  3346 => 1399,  3342 => 1398,  3338 => 1397,  3334 => 1396,  3331 => 1395,  3327 => 1394,  3309 => 1378,  3307 => 1377,  3302 => 1374,  3295 => 1373,  3290 => 1372,  3285 => 1371,  3280 => 1370,  3275 => 1369,  3270 => 1368,  3265 => 1367,  3260 => 1366,  3255 => 1365,  3250 => 1364,  3245 => 1363,  3240 => 1362,  3235 => 1361,  3230 => 1360,  3225 => 1359,  3220 => 1358,  3215 => 1357,  3210 => 1356,  3206 => 1355,  3195 => 1347,  3186 => 1342,  3182 => 1339,  3176 => 1336,  3173 => 1335,  3171 => 1334,  3168 => 1333,  3163 => 1330,  3157 => 1328,  3154 => 1327,  3148 => 1324,  3145 => 1323,  3139 => 1322,  3133 => 1321,  3127 => 1320,  3121 => 1319,  3116 => 1318,  3113 => 1317,  3111 => 1316,  3106 => 1313,  3104 => 1312,  3098 => 1308,  3092 => 1305,  3086 => 1301,  3084 => 1300,  3081 => 1299,  3075 => 1295,  3066 => 1292,  3062 => 1291,  3058 => 1290,  3054 => 1289,  3050 => 1288,  3046 => 1287,  3043 => 1286,  3039 => 1285,  3021 => 1269,  3019 => 1268,  3013 => 1264,  3004 => 1261,  3000 => 1260,  2996 => 1259,  2993 => 1258,  2989 => 1257,  2971 => 1241,  2966 => 1240,  2961 => 1239,  2957 => 1238,  2946 => 1230,  2937 => 1225,  2933 => 1222,  2927 => 1219,  2924 => 1218,  2922 => 1217,  2919 => 1216,  2914 => 1213,  2908 => 1211,  2905 => 1210,  2899 => 1207,  2896 => 1206,  2890 => 1205,  2884 => 1204,  2878 => 1203,  2872 => 1202,  2867 => 1201,  2864 => 1200,  2862 => 1199,  2857 => 1196,  2855 => 1195,  2849 => 1191,  2843 => 1188,  2837 => 1184,  2835 => 1183,  2832 => 1182,  2826 => 1178,  2817 => 1175,  2813 => 1174,  2809 => 1173,  2805 => 1172,  2801 => 1171,  2797 => 1170,  2794 => 1169,  2790 => 1168,  2772 => 1152,  2770 => 1151,  2765 => 1148,  2760 => 1147,  2755 => 1146,  2751 => 1144,  2744 => 1143,  2739 => 1142,  2735 => 1141,  2731 => 1139,  2728 => 1138,  2724 => 1136,  2720 => 1134,  2715 => 1133,  2710 => 1132,  2705 => 1131,  2700 => 1130,  2696 => 1129,  2692 => 1127,  2689 => 1126,  2684 => 1125,  2680 => 1124,  2676 => 1122,  2674 => 1121,  2663 => 1113,  2653 => 1106,  2644 => 1101,  2640 => 1098,  2634 => 1095,  2631 => 1094,  2629 => 1093,  2626 => 1092,  2621 => 1089,  2615 => 1087,  2612 => 1086,  2606 => 1083,  2603 => 1082,  2597 => 1081,  2591 => 1080,  2585 => 1079,  2579 => 1078,  2574 => 1077,  2571 => 1076,  2569 => 1075,  2564 => 1072,  2562 => 1071,  2556 => 1067,  2550 => 1064,  2544 => 1060,  2542 => 1059,  2539 => 1058,  2533 => 1054,  2524 => 1051,  2520 => 1050,  2516 => 1049,  2512 => 1048,  2508 => 1047,  2504 => 1046,  2501 => 1045,  2497 => 1044,  2480 => 1029,  2478 => 1028,  2472 => 1024,  2463 => 1021,  2459 => 1020,  2455 => 1019,  2451 => 1018,  2448 => 1017,  2444 => 1016,  2425 => 999,  2420 => 998,  2416 => 997,  2405 => 989,  2395 => 982,  2386 => 977,  2382 => 974,  2376 => 971,  2373 => 970,  2371 => 969,  2368 => 968,  2363 => 965,  2357 => 963,  2354 => 962,  2348 => 959,  2345 => 958,  2339 => 957,  2333 => 956,  2327 => 955,  2321 => 954,  2316 => 953,  2313 => 952,  2311 => 951,  2306 => 948,  2304 => 947,  2298 => 943,  2292 => 940,  2286 => 936,  2284 => 935,  2281 => 934,  2275 => 930,  2266 => 927,  2262 => 926,  2258 => 925,  2254 => 924,  2250 => 923,  2246 => 922,  2243 => 921,  2239 => 920,  2221 => 904,  2219 => 903,  2214 => 900,  2209 => 899,  2204 => 898,  2199 => 897,  2194 => 896,  2189 => 895,  2184 => 894,  2179 => 893,  2175 => 892,  2164 => 884,  2154 => 877,  2145 => 872,  2140 => 868,  2134 => 865,  2131 => 864,  2129 => 863,  2126 => 862,  2121 => 859,  2115 => 857,  2112 => 856,  2106 => 853,  2103 => 852,  2097 => 851,  2091 => 850,  2085 => 849,  2079 => 848,  2074 => 847,  2071 => 846,  2069 => 845,  2064 => 842,  2062 => 841,  2056 => 837,  2050 => 834,  2044 => 830,  2042 => 829,  2039 => 828,  2033 => 824,  2024 => 821,  2020 => 820,  2016 => 819,  2012 => 818,  2008 => 817,  2004 => 816,  2001 => 815,  1997 => 814,  1979 => 798,  1977 => 797,  1971 => 794,  1961 => 787,  1951 => 780,  1941 => 773,  1932 => 768,  1926 => 763,  1920 => 760,  1917 => 759,  1914 => 758,  1908 => 755,  1905 => 754,  1902 => 753,  1896 => 750,  1893 => 749,  1890 => 748,  1884 => 745,  1881 => 744,  1878 => 743,  1872 => 740,  1869 => 739,  1866 => 738,  1860 => 735,  1857 => 734,  1854 => 733,  1848 => 730,  1845 => 729,  1842 => 728,  1836 => 725,  1833 => 724,  1830 => 723,  1824 => 720,  1821 => 719,  1818 => 718,  1812 => 715,  1809 => 714,  1806 => 713,  1800 => 710,  1797 => 709,  1794 => 708,  1788 => 705,  1785 => 704,  1783 => 703,  1773 => 695,  1770 => 694,  1767 => 693,  1764 => 692,  1761 => 691,  1758 => 690,  1755 => 689,  1752 => 688,  1749 => 687,  1746 => 686,  1743 => 685,  1740 => 684,  1737 => 683,  1734 => 682,  1731 => 681,  1728 => 680,  1725 => 679,  1722 => 678,  1719 => 677,  1716 => 676,  1713 => 675,  1710 => 674,  1707 => 673,  1704 => 672,  1701 => 671,  1698 => 670,  1695 => 669,  1692 => 668,  1689 => 667,  1686 => 666,  1683 => 665,  1680 => 664,  1677 => 663,  1674 => 662,  1671 => 661,  1668 => 660,  1665 => 659,  1663 => 658,  1660 => 657,  1657 => 656,  1654 => 655,  1651 => 654,  1648 => 653,  1645 => 652,  1642 => 651,  1639 => 650,  1636 => 649,  1633 => 648,  1630 => 647,  1627 => 646,  1625 => 645,  1622 => 644,  1619 => 643,  1616 => 642,  1613 => 641,  1610 => 640,  1607 => 639,  1604 => 638,  1601 => 637,  1598 => 636,  1595 => 635,  1592 => 634,  1589 => 633,  1587 => 632,  1584 => 631,  1580 => 630,  1577 => 629,  1575 => 628,  1572 => 627,  1568 => 625,  1561 => 623,  1557 => 621,  1551 => 618,  1548 => 617,  1546 => 616,  1543 => 615,  1538 => 612,  1532 => 610,  1529 => 609,  1523 => 606,  1520 => 605,  1514 => 604,  1508 => 603,  1502 => 602,  1496 => 601,  1491 => 600,  1488 => 599,  1486 => 598,  1481 => 595,  1479 => 594,  1473 => 590,  1471 => 589,  1468 => 588,  1462 => 584,  1453 => 581,  1449 => 580,  1445 => 579,  1441 => 578,  1437 => 577,  1433 => 576,  1430 => 575,  1426 => 574,  1408 => 558,  1406 => 557,  1403 => 556,  1398 => 553,  1394 => 551,  1386 => 547,  1384 => 546,  1380 => 544,  1377 => 543,  1373 => 541,  1365 => 537,  1363 => 536,  1359 => 534,  1356 => 533,  1352 => 531,  1344 => 527,  1341 => 526,  1337 => 525,  1334 => 524,  1331 => 523,  1327 => 521,  1319 => 517,  1317 => 516,  1313 => 514,  1310 => 513,  1306 => 511,  1298 => 507,  1296 => 506,  1292 => 504,  1289 => 503,  1285 => 501,  1277 => 497,  1275 => 496,  1271 => 494,  1269 => 493,  1264 => 490,  1262 => 488,  1261 => 487,  1260 => 486,  1259 => 485,  1258 => 484,  1257 => 483,  1256 => 482,  1255 => 481,  1254 => 480,  1253 => 479,  1252 => 478,  1249 => 477,  1244 => 474,  1240 => 472,  1232 => 468,  1229 => 467,  1225 => 466,  1222 => 465,  1219 => 464,  1215 => 462,  1207 => 458,  1204 => 457,  1200 => 456,  1197 => 455,  1194 => 454,  1190 => 452,  1182 => 448,  1179 => 447,  1175 => 446,  1172 => 445,  1169 => 444,  1165 => 442,  1157 => 438,  1154 => 437,  1150 => 436,  1147 => 435,  1144 => 434,  1140 => 432,  1132 => 428,  1129 => 427,  1125 => 426,  1122 => 425,  1119 => 424,  1115 => 422,  1107 => 418,  1104 => 417,  1100 => 416,  1097 => 415,  1094 => 414,  1090 => 412,  1082 => 408,  1079 => 407,  1075 => 406,  1072 => 405,  1069 => 404,  1065 => 402,  1057 => 398,  1054 => 397,  1050 => 396,  1047 => 395,  1044 => 394,  1040 => 392,  1032 => 388,  1029 => 387,  1025 => 386,  1022 => 385,  1020 => 384,  1015 => 381,  1013 => 379,  1012 => 378,  1011 => 377,  1010 => 376,  1009 => 375,  1008 => 374,  1007 => 373,  1006 => 372,  1005 => 371,  1004 => 370,  1003 => 369,  1002 => 368,  1001 => 367,  1000 => 366,  999 => 365,  998 => 364,  997 => 363,  996 => 362,  995 => 361,  994 => 360,  993 => 359,  992 => 358,  991 => 357,  990 => 356,  989 => 355,  988 => 354,  987 => 353,  986 => 352,  983 => 351,  977 => 347,  973 => 345,  965 => 341,  962 => 340,  956 => 339,  953 => 338,  950 => 337,  946 => 335,  938 => 331,  935 => 330,  929 => 329,  926 => 328,  923 => 327,  919 => 325,  911 => 321,  908 => 320,  902 => 319,  899 => 318,  896 => 317,  892 => 315,  884 => 311,  881 => 310,  875 => 309,  872 => 308,  869 => 307,  865 => 305,  857 => 301,  855 => 300,  851 => 299,  848 => 298,  841 => 297,  834 => 296,  831 => 295,  827 => 293,  819 => 289,  817 => 288,  813 => 287,  810 => 286,  803 => 285,  796 => 284,  793 => 283,  789 => 281,  781 => 277,  779 => 276,  775 => 275,  772 => 274,  765 => 273,  758 => 272,  755 => 271,  751 => 269,  743 => 265,  741 => 264,  737 => 263,  734 => 262,  727 => 261,  720 => 260,  717 => 259,  713 => 257,  705 => 253,  703 => 252,  699 => 251,  696 => 250,  689 => 249,  682 => 248,  679 => 247,  675 => 245,  667 => 241,  665 => 240,  661 => 239,  658 => 238,  651 => 237,  644 => 236,  641 => 235,  639 => 234,  634 => 231,  632 => 229,  631 => 228,  630 => 227,  629 => 226,  628 => 225,  627 => 224,  626 => 223,  625 => 222,  624 => 221,  623 => 220,  622 => 219,  621 => 218,  620 => 217,  619 => 216,  618 => 215,  617 => 214,  616 => 213,  615 => 212,  614 => 211,  613 => 210,  612 => 209,  611 => 208,  610 => 207,  609 => 206,  608 => 205,  607 => 204,  606 => 203,  599 => 198,  594 => 195,  589 => 194,  584 => 193,  579 => 192,  575 => 191,  570 => 188,  567 => 187,  561 => 184,  555 => 180,  552 => 179,  546 => 176,  543 => 175,  541 => 174,  534 => 169,  530 => 168,  527 => 167,  525 => 166,  522 => 165,  512 => 160,  507 => 157,  503 => 155,  497 => 154,  488 => 150,  486 => 149,  478 => 146,  476 => 145,  468 => 142,  466 => 141,  458 => 138,  456 => 137,  448 => 134,  446 => 133,  438 => 130,  436 => 129,  428 => 126,  426 => 125,  418 => 122,  415 => 121,  412 => 120,  409 => 119,  406 => 118,  403 => 117,  399 => 116,  394 => 113,  391 => 112,  383 => 110,  375 => 108,  372 => 107,  370 => 106,  366 => 104,  358 => 102,  345 => 100,  343 => 99,  336 => 98,  333 => 97,  327 => 96,  320 => 94,  309 => 93,  305 => 92,  298 => 91,  295 => 90,  290 => 89,  288 => 88,  284 => 86,  282 => 85,  279 => 84,  274 => 82,  271 => 81,  268 => 80,  263 => 78,  260 => 77,  258 => 76,  252 => 75,  247 => 74,  241 => 72,  239 => 71,  229 => 64,  226 => 63,  222 => 62,  212 => 55,  206 => 52,  201 => 49,  198 => 48,  192 => 47,  189 => 46,  184 => 45,  181 => 44,  178 => 43,  172 => 42,  169 => 41,  164 => 40,  161 => 39,  158 => 38,  152 => 37,  149 => 36,  144 => 35,  141 => 34,  138 => 33,  132 => 32,  129 => 31,  124 => 30,  121 => 29,  119 => 28,  115 => 26,  105 => 25,  81 => 9,  71 => 8,  61 => 2414,  58 => 2413,  56 => 25,  53 => 24,  51 => 8,  48 => 7,  46 => 1,);
  5682.     }
  5683.     public function getSourceContext()
  5684.     {
  5685.         return new Source("{% form_theme form  with
  5686.     [
  5687.         'bootstrap_4_layout.html.twig',
  5688.         'catalogue/_structure.html.twig',
  5689.     ]
  5690. %}
  5691. {% block stylesheets %}
  5692.     <style>
  5693. .table th, .table td {
  5694.     padding: 0.2rem;
  5695.     vertical-align: top;
  5696.     border: 1px solid #dee2e6;
  5697. }
  5698. .nav-link {
  5699.     display: block;
  5700.     padding: 0.5rem 1rem;
  5701. }
  5702. .nav-tabs .nav-link {
  5703.     border: 1px solid #f5f5f5;
  5704. }
  5705.     </style>
  5706. {% endblock %}
  5707. {% block body %}
  5708.     <div class=\"container-fluid \">
  5709.         {% set validation_date = \"\" %}
  5710.         {% if type == 'prestamoyenstech' %}
  5711.             {% for prestamoyenstech in user.prestatairesTechniques %}
  5712.                 {% set validation_date = prestamoyenstech.statutDate %}
  5713.             {% endfor %}
  5714.         {% endif %}
  5715.         {% if type == 'prestataireservices' %}
  5716.             {% for prestaservices in user.prestatairesLogistiques %}
  5717.                 {% set validation_date = prestaservices.statutDate %}
  5718.             {% endfor %}
  5719.         {% endif %}
  5720.         {% if type == 'prodoeuvres' %}
  5721.             {% for prodoeuvre in user.productionsCineAudio %}
  5722.                 {% set validation_date = prodoeuvre.statutDate %}
  5723.             {% endfor %}
  5724.         {% endif %}
  5725.         {% if type == 'prodfilmscom' %}
  5726.             {% for prodfilmcom in user.productionsCom %}
  5727.                 {% set validation_date = prodfilmcom.statutDate %}
  5728.             {% endfor %}
  5729.         {% endif %}
  5730.         <div class=\"row col-12\">
  5731.             <div class=\"form-group font-weight-bold text-left col-6\" style=\"color: #000000;\">
  5732.                 Profil validé le {{ validation_date|date('d/m/Y') }}
  5733.             </div>
  5734.             <div class=\"form-group font-weight-bold text-right col-6\" style=\"color: #000000;\">
  5735.                 <a href=\"{{ path('catalogue_pdf', {'id' : user.id, 'type' : type}) }} \"target=\"_blank\" class=\"\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Télécharger\" data-content=\"Fiche de la structure\" style=\"cursor: pointer\">
  5736.                     <i class=\"fas fa-file-pdf\" style=\"color: red; font-size: 1.5rem\"></i>
  5737.                 </a>
  5738.             </div>
  5739.         </div>
  5740.         {% for structure in user.structures %}
  5741.             <div class=\"form-group p-4 text-center mb-0\" style=\"background-color: #07628D; color: #FFFFFF; font-size: 2rem; line-height: 2rem; border: solid 1px #dddddd\">
  5742.                 {{ structure.nom | upper }}
  5743.             </div>
  5744.             <div class=\"form-group mx-3\">
  5745.                 <div class=\"row\">
  5746.                     <div class=\"form-group p-2 col-12\" style=\"background-image: linear-gradient(#016C93, #01A7AB); color: #FFFFFF; line-height: 0.6rem\">
  5747.                         <div class=\"form-group row col-12 pt-2 mb-0\">
  5748.                             <div class=\"form-group col-5\">
  5749.                                 {% if structure.adresseType %}
  5750.                                     <b><u>{{ structure.adresseType }}</u></b><br><br>
  5751.                                 {% endif %}
  5752.                                 {{ structure.adresse }}<br><br>
  5753.                                 {{ structure.codePostal }} {{ structure.ville }}<br><br>
  5754.                                 {% if structure.formeJuridique %}
  5755.                                     <strong><u>Forme juridique</u></strong><br/><br/>
  5756.                                     {{ structure.formeJuridique }}<br/><br/>
  5757.                                 {% endif %}
  5758.                                 {% if structure.dateCreation %}
  5759.                                    <strong><u>Création de la structure</u></strong><br/><br/>
  5760.                                    {{ structure.dateCreation|date('d/m/Y') }}<br/><br/>
  5761.                                 {% endif %}
  5762.                             </div>
  5763.                             {% if user.type == \"structure\" %}
  5764.                                 <div class=\"form-group col-4\">
  5765.                                     <strong><u>Contact</u></strong><br><br>
  5766.                                     {% if structure.referent != \"dirigeant\" and structure.contacts|length > 0 %}
  5767.                                         {% for contact in structure.contacts %}
  5768.                                             {% if contact.referent == true %}
  5769.                                                 {{ contact.prenom }} {{ contact.nom | upper }}<br/><br/>
  5770.                                                 {{ contact.fonction }}<br/><br/>
  5771.                                                 {% if contact.telephoneFixe %}{{ contact.telephoneFixe }}{% endif %} {% if contact.telephoneMobile %} | {{ contact.telephoneMobile }}{% endif %}<br/><br/>
  5772.                                                 <a style=\"color: #fff;\" href=\"mailto:{{ contact.mail }}\">{{ contact.mail }}</a>
  5773.                                             {% endif %}
  5774.                                         {% endfor %}
  5775.                                     {% else %}
  5776.                                         {{ structure.dirigeantPrenom }} {{ structure.dirigeantNom | upper }}<br/><br/>
  5777.                                         {% if structure.dirigeantTelephoneFixe == true or structure.dirigeantTelephoneMobile == true %}
  5778.                                             {% if structure.dirigeantTelephoneFixe == true %}{{ structure.dirigeantTelephoneFixe }}{% endif %} {% if structure.dirigeantTelephoneMobile == true %} | {{ structure.dirigeantTelephoneMobile }}{% endif %}<br/><br/>
  5779.                                         {% endif %}
  5780.                                         <a style=\"color: #fff;\" href=\"mailto:{{ structure.dirigeantMail }}\">{{ structure.dirigeantMail }}</a>
  5781.                                     {% endif %}
  5782.                                 </div>
  5783.                                 <div class=\"form-group col-3\">
  5784.                                     {% set test_url = structure.site[:4] %}
  5785.                                     {% if test_url != \"http\" %}
  5786.                                         <a style=\"color: #fff;\" href=\"http://{{ structure.site }}\" target=\"_blank\">{{ structure.site }}</a><br/><br/>
  5787.                                     {% else %}
  5788.                                         <a style=\"color: #fff;\" href=\"{{ structure.site }}\" target=\"_blank\">{{ structure.site }}</a><br/><br/>
  5789.                                     {% endif %}
  5790.                                     {% if structure.reseauxSociaux|length > 0 %}
  5791.                                         <strong><u>Réseaux sociaux</u></strong><br/><br/>
  5792.                                         <div class=\"form-group mb-0\" style=\"line-height: normal\">
  5793.                                             {% for reseau in structure.reseauxSociaux %}
  5794.                                                 {%  set enteteurl = \"\" %}
  5795.                                                 {% if not(reseau.url starts with 'http') %}
  5796.                                                     {%  set enteteurl = \"http://\" %}
  5797.                                                 {% endif %}
  5798.                                                 {% if reseau.nom == 'Facebook'%}
  5799.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Facebook\" class=\"pr-1\">
  5800.                                                         <img src=\"/images/facebook.png\" alt=\"Facebook\" width=\"20px\">
  5801.                                                     </a>
  5802.                                                 {% elseif reseau.nom == 'Flickr'%}
  5803.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Flickr\" class=\"pr-1\">
  5804.                                                         <img src=\"/images/flickr.png\" alt=\"Flickr\" width=\"20px\">
  5805.                                                     </a>
  5806.                                                 {% elseif reseau.nom == 'Instagram'%}
  5807.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Instagram\" class=\"pr-1\">
  5808.                                                         <img src=\"/images/instagram.png\" alt=\"Instagram\" width=\"20px\">
  5809.                                                     </a>
  5810.                                                  {% elseif reseau.nom == 'LinkedIn'%}
  5811.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"LinkedIn\" class=\"pr-1\">
  5812.                                                         <img src=\"/images/linkdin.png\" alt=\"LinkedIn\" width=\"20px\">
  5813.                                                     </a>
  5814.                                                 {% elseif reseau.nom == 'Tumblr'%}
  5815.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Tumblr\" class=\"pr-1\">
  5816.                                                         <img src=\"/images/tumblr.png\" alt=\"Tumblr\" width=\"20px\">
  5817.                                                     </a>
  5818.                                                 {% elseif reseau.nom == 'Twitter'%}
  5819.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Twitter\" class=\"pr-1\">
  5820.                                                         <img src=\"/images/twitter.png\" alt=\"Twitter\" width=\"20px\">
  5821.                                                     </a>
  5822.                                                 {% elseif reseau.nom == 'Vimeo'%}
  5823.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Vimeo\" class=\"pr-1\">
  5824.                                                         <img src=\"/images/vimeo.png\" alt=\"Vimeo\" width=\"20px\">
  5825.                                                     </a>
  5826.                                                 {% elseif reseau.nom == 'Youtube'%}
  5827.                                                     <a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Youtube\">
  5828.                                                         <img src=\"/images/youtube.png\" alt=\"Youtube\" width=\"20px\">
  5829.                                                     </a>
  5830.                                                 {% endif %}
  5831.                                             {% endfor %}
  5832.                                         </div>
  5833.                                     {% endif %}
  5834.                                 </div>
  5835.                             {% endif %}
  5836.                         </div>
  5837.                     </div>
  5838.                 </div>
  5839.             </div>
  5840.         {% endfor %}
  5841.         {% if type == 'prestamoyenstech' %}
  5842.             {% for prestamoyenstech in user.prestatairesTechniques %}
  5843.                 <div class=\"form-group col-12\">
  5844.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5845.                         descriptif général de l’activité
  5846.                     </div>
  5847.                     {% if prestamoyenstech.presentation != '' %}
  5848.                         <div class=\"form-group\">
  5849.                             {{ prestamoyenstech.presentation }}
  5850.                         </div>
  5851.                     {% endif %}
  5852.                     {% if prestamoyenstech.activiteSecond != '' %}
  5853.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5854.                             activité secondaire
  5855.                         </div>
  5856.                         <div class=\"form-group\">
  5857.                             {{ prestamoyenstech.activiteSecond }}
  5858.                         </div>
  5859.                     {% endif %}
  5860.                     {% if prestamoyenstech.serviceVente or prestamoyenstech.serviceLocAvecOp or prestamoyenstech.serviceLocSansOp or prestamoyenstech.serviceSav %}
  5861.                         <div class=\"form-group\">
  5862.                             <b>Type(s) de service(s) :</b>
  5863.                             <ul>
  5864.                                 {% if prestamoyenstech.serviceVente %}<li>Vente</li>{% endif %}
  5865.                                 {% if prestamoyenstech.serviceLocSansOp %}<li>Location sans opérateur</li>{% endif %}
  5866.                                 {% if prestamoyenstech.serviceLocAvecOp %}<li>Location avec opérateur</li>{% endif %}
  5867.                                 {% if prestamoyenstech.serviceSav %}<li>SAV</li>{% endif %}
  5868.                             </ul>
  5869.                         </div>
  5870.                     {% endif %}
  5871.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  5872.                         matériel et services proposés
  5873.                     </div>
  5874.                     {% if
  5875.                         prestamoyenstech.tournageCameraVideo == true or
  5876.                         prestamoyenstech.tournageCameraCinema == true or
  5877.                         prestamoyenstech.tournageCameraCommentaires != '' or
  5878.                         prestamoyenstech.tournageEquipementSpeVideo == true or
  5879.                         prestamoyenstech.tournageEquipementSpeCinema == true or
  5880.                         prestamoyenstech.tournageEquipementSpeCommentaires != '' or
  5881.                         prestamoyenstech.tournageImageAutreVideo == true or
  5882.                         prestamoyenstech.tournageImageAutreCinema == true or
  5883.                         prestamoyenstech.tournageImageAutreDescriptif == true or
  5884.                         prestamoyenstech.tournageLumiereVideo == true or
  5885.                         prestamoyenstech.tournageLumiereCinema == true or
  5886.                         prestamoyenstech.tournageLumiereCommentaires != '' or
  5887.                         prestamoyenstech.tournageMachineVideo == true or
  5888.                         prestamoyenstech.tournageMachineCinema == true or
  5889.                         prestamoyenstech.tournageMachineCommentaires != '' or
  5890.                         prestamoyenstech.tournageSonVideo == true or
  5891.                         prestamoyenstech.tournageSonCinema == true or
  5892.                         prestamoyenstech.tournageSonCommentaires != '' or
  5893.                         prestamoyenstech.tournageStudioSimpleSurface != '' or
  5894.                         prestamoyenstech.tournageStudioSimpleCommentaires != '' or
  5895.                         prestamoyenstech.tournageStudioVirtuelSurface != '' or
  5896.                         prestamoyenstech.tournageStudioVirtuelCommentaires != '' or
  5897.                         prestamoyenstech.tournagePlateauTvSurface != '' or
  5898.                         prestamoyenstech.tournagePlateauTvCommentaires != '' or
  5899.                         prestamoyenstech.tournageLocauxAutreSurface != '' or
  5900.                         prestamoyenstech.tournageLocauxAutreDescriptif != ''
  5901.                     %}
  5902.                         <div class=\"form-group\">
  5903.                             <b>Tournage :</b>
  5904.                             <ul>
  5905.                                 {% if prestamoyenstech.tournageCameraVideo == true or prestamoyenstech.tournageCameraCinema == true %}
  5906.                                     {% set camera = '' %}
  5907.                                     {% if prestamoyenstech.tournageCameraVideo == true  %} {% set camera = 'pour la vidéo et ' %} {% endif %}
  5908.                                     {% if prestamoyenstech.tournageCameraCinema == true  %} {% set camera = camera ~ 'pour le cinéma et ' %} {% endif %}
  5909.                                     <li>
  5910.                                         Caméra {{ camera|slice(0, -4) }}
  5911.                                         {% if prestamoyenstech.tournageCameraCinema == true and prestamoyenstech.tournageCameraCommentaires != '' %}
  5912.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageCameraCommentaires }}\">
  5913.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5914.                                             </a>
  5915.                                         {% endif %}
  5916.                                     </li>
  5917.                                 {% endif %}
  5918.                                 {% if prestamoyenstech.tournageEquipementSpeVideo == true or prestamoyenstech.tournageEquipementSpeCinema == true %}
  5919.                                     {% if prestamoyenstech.tournageEquipementSpeVideo == true  %} {% set equipementspe = 'pour la vidéo et ' %} {% endif %}
  5920.                                     {% if prestamoyenstech.tournageEquipementSpeCinema == true  %} {% set equipementspe = equipementspe ~ 'pour le cinéma et ' %} {% endif %}
  5921.                                     <li>
  5922.                                         Equipement spécialisé {{ equipementspe|slice(0, -4) }}
  5923.                                         {% if prestamoyenstech.tournageEquipementSpeCinema == true and prestamoyenstech.tournageEquipementSpeCommentaires != ''  %}
  5924.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageEquipementSpeCommentaires }}\">
  5925.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5926.                                             </a>
  5927.                                         {% endif %}
  5928.                                     </li>
  5929.                                 {% endif %}
  5930.                                 {% if prestamoyenstech.tournageImageAutreVideo == true or prestamoyenstech.tournageImageAutreCinema == true %}
  5931.                                     {% if prestamoyenstech.tournageImageAutreVideo == true  %} {% set imageautre = 'pour la vidéo et ' %} {% endif %}
  5932.                                     {% if prestamoyenstech.tournageImageAutreCinema == true  %} {% set imageautre = imageautre ~ 'pour le cinéma et ' %} {% endif %}
  5933.                                     <li>
  5934.                                         Autre {{ imageautre|slice(0, -4) }}
  5935.                                         {% if prestamoyenstech.tournageImageAutreCinema == true and prestamoyenstech.tournageImageAutreDescriptif != ''  %}
  5936.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageImageAutreDescriptif }}\">
  5937.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5938.                                             </a>
  5939.                                         {% endif %}
  5940.                                     </li>
  5941.                                 {% endif %}
  5942.                                 {% if prestamoyenstech.tournageLumiereVideo == true or prestamoyenstech.tournageLumiereCinema == true %}
  5943.                                     {% if prestamoyenstech.tournageLumiereVideo == true  %} {% set lumiere = 'pour la vidéo et ' %} {% endif %}
  5944.                                     {% if prestamoyenstech.tournageLumiereCinema == true  %} {% set lumiere = lumiere ~ 'pour le cinéma et ' %} {% endif %}
  5945.                                     <li>
  5946.                                         Lumière et accessoires {{ lumiere|slice(0, -4) }}
  5947.                                         {% if prestamoyenstech.tournageLumiereCinema == true and prestamoyenstech.tournageLumiereCommentaires != ''  %}
  5948.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageLumiereCommentaires }}\">
  5949.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5950.                                             </a>
  5951.                                         {% endif %}
  5952.                                     </li>
  5953.                                 {% endif %}
  5954.                                 {% if prestamoyenstech.tournageMachineVideo == true or prestamoyenstech.tournageMachineCommentaires == true %}
  5955.                                     {% if prestamoyenstech.tournageMachineVideo == true  %} {% set machine = 'pour la vidéo et ' %} {% endif %}
  5956.                                     {% if prestamoyenstech.tournageMachineCinema == true  %} {% set machine = machine ~ 'pour le cinéma et ' %} {% endif %}
  5957.                                     <li>
  5958.                                         Machinerie et accessoires {{ machine|slice(0, -4) }}
  5959.                                         {% if prestamoyenstech.tournageMachineCinema == true and prestamoyenstech.tournageLumiereCommentaires != ''  %}
  5960.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageMachineCommentaires }}\">
  5961.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5962.                                             </a>
  5963.                                         {% endif %}
  5964.                                     </li>
  5965.                                 {% endif %}
  5966.                                 {% if prestamoyenstech.tournageSonVideo == true or prestamoyenstech.tournageSonCinema == true %}
  5967.                                     {% if prestamoyenstech.tournageSonVideo == true  %} {% set son = 'pour la vidéo et ' %} {% endif %}
  5968.                                     {% if prestamoyenstech.tournageSonCinema == true  %} {% set son = son ~ 'pour le cinéma et ' %} {% endif %}
  5969.                                     <li>
  5970.                                         Son et accessoires {{ son|slice(0, -4) }}
  5971.                                         {% if prestamoyenstech.tournageSonCinema == true and prestamoyenstech.tournageSonCommentaires != ''  %}
  5972.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageSonCommentaires }}\">
  5973.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5974.                                             </a>
  5975.                                         {% endif %}
  5976.                                     </li>
  5977.                                 {% endif %}
  5978.                                 {% if prestamoyenstech.tournageStudioSimpleSurface != '' or prestamoyenstech.tournageStudioSimpleCommentaires != '' %}
  5979.                                     <li>
  5980.                                         Studio simple {% if prestamoyenstech.tournageStudioSimpleSurface != ''  %} {{ prestamoyenstech.tournageStudioSimpleSurface }} m² {% endif %}
  5981.                                         {% if prestamoyenstech.tournageStudioSimpleCommentaires != ''  %}
  5982.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageStudioSimpleCommentaires }}\">
  5983.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5984.                                             </a>
  5985.                                         {% endif %}
  5986.                                     </li>
  5987.                                 {% endif %}
  5988.                                 {% if prestamoyenstech.tournageStudioVirtuelSurface != '' or prestamoyenstech.tournageStudioVirtuelCommentaires != '' %}
  5989.                                     <li>
  5990.                                         Studio virtuel {% if prestamoyenstech.tournageStudioVirtuelSurface != ''  %} {{ prestamoyenstech.tournageStudioVirtuelSurface }} m² {% endif %}
  5991.                                         {% if prestamoyenstech.tournageStudioVirtuelCommentaires != ''  %}
  5992.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageStudioVirtuelCommentaires }}\">
  5993.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  5994.                                             </a>
  5995.                                         {% endif %}
  5996.                                     </li>
  5997.                                 {% endif %}
  5998.                                 {% if prestamoyenstech.tournagePlateauTvSurface != '' or prestamoyenstech.tournagePlateauTvCommentaires != '' %}
  5999.                                     <li>
  6000.                                         Plateau type TV {% if prestamoyenstech.tournagePlateauTvSurface != ''  %} {{ prestamoyenstech.tournagePlateauTvSurface }} m² {% endif %}
  6001.                                         {% if prestamoyenstech.tournagePlateauTvCommentaires != ''  %}
  6002.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournagePlateauTvCommentaires }}\">
  6003.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6004.                                             </a>
  6005.                                         {% endif %}
  6006.                                     </li>
  6007.                                 {% endif %}
  6008.                                 {% if prestamoyenstech.tournageLocauxAutreSurface != '' or prestamoyenstech.tournageStudioSimpleCommentaires != '' %}
  6009.                                     <li>
  6010.                                         Autres locaux de tournage {% if prestamoyenstech.tournageLocauxAutreSurface != ''  %} {{ prestamoyenstech.tournageLocauxAutreSurface }} m² {% endif %}
  6011.                                         {% if prestamoyenstech.tournageLocauxAutreDescriptif != ''  %}
  6012.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageLocauxAutreDescriptif }}\">
  6013.                                                 <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6014.                                             </a>
  6015.                                         {% endif %}
  6016.                                     </li>
  6017.                                 {% endif %}
  6018.                             </ul>
  6019.                         </div>
  6020.                     {% endif %}
  6021.                     {% if
  6022.                         prestamoyenstech.postprodImageMontage == true or
  6023.                         prestamoyenstech.postprodImageMontageLocaux == true or
  6024.                         prestamoyenstech.postprodImageMontageDescriptif != '' or
  6025.                         prestamoyenstech.postprodImageTrucage == true or
  6026.                         prestamoyenstech.postprodImageTrucageLocaux == true or
  6027.                         prestamoyenstech.postprodImageTrucageDescriptif != '' or
  6028.                         prestamoyenstech.postprodImageTitrage == true or
  6029.                         prestamoyenstech.postprodImageTitrageLocaux == true or
  6030.                         prestamoyenstech.postprodImageTitrageDescriptif != '' or
  6031.                         prestamoyenstech.postprodImageAnim == true or
  6032.                         prestamoyenstech.postprodImageAnimLocaux == true or
  6033.                         prestamoyenstech.postprodImageAnimDescriptif != '' or
  6034.                         prestamoyenstech.postprodImageEtalon == true or
  6035.                         prestamoyenstech.postprodImageEtalonLocaux == true or
  6036.                         prestamoyenstech.postprodImageEtalonDescriptif != '' or
  6037.                         prestamoyenstech.postprodSonMusique == true or
  6038.                         prestamoyenstech.postprodSonMusiqueLocaux == true or
  6039.                         prestamoyenstech.postprodSonMusiqueDescriptif != '' or
  6040.                         prestamoyenstech.postprodSonVoixoff == true or
  6041.                         prestamoyenstech.postprodSonVoixoffLocaux == true or
  6042.                         prestamoyenstech.postprodSonVoixoffDescriptif != '' or
  6043.                         prestamoyenstech.postprodSonBruitage == true or
  6044.                         prestamoyenstech.postprodSonBruitageLocaux == true or
  6045.                         prestamoyenstech.postprodSonBruitageDescriptif != '' or
  6046.                         prestamoyenstech.postprodSonMixage == true or
  6047.                         prestamoyenstech.postprodSonMixageLocaux == true or
  6048.                         prestamoyenstech.postprodSonMixageDescriptif != ''
  6049.                     %}
  6050.                         <div class=\"form-group\">
  6051.                             <b>Post-production :</b>
  6052.                             <ul>
  6053.                                 {% if prestamoyenstech.postprodImageMontage == true or prestamoyenstech.postprodImageMontageLocaux == true %}
  6054.                                     <li>
  6055.                                         Station de montage {% if prestamoyenstech.tournageLocauxAutreSurface != ''  %} (locaux à disposition) {% endif %}
  6056.                                         {% if prestamoyenstech.postprodImageMontageDescriptif != '' %}
  6057.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageMontageDescriptif }}\">
  6058.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6059.                                             </a>
  6060.                                         {% endif %}
  6061.                                     </li>
  6062.                                 {% endif %}
  6063.                                 {% if prestamoyenstech.postprodImageTrucage == true or prestamoyenstech.postprodImageTrucageLocaux == true %}
  6064.                                     <li>
  6065.                                         Trucage & effets spéciaux {% if prestamoyenstech.postprodImageTrucageLocaux != ''  %} (locaux à disposition) {% endif %}
  6066.                                         {% if prestamoyenstech.postprodImageTrucageDescriptif != '' %}
  6067.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageMontageDescriptif }}\">
  6068.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6069.                                             </a>
  6070.                                         {% endif %}
  6071.                                     </li>
  6072.                                 {% endif %}
  6073.                                 {% if prestamoyenstech.postprodImageTitrage == true or prestamoyenstech.postprodImageTitrageLocaux == true %}
  6074.                                     <li>
  6075.                                         Titrage {% if prestamoyenstech.postprodImageTitrageLocaux != ''  %} (locaux à disposition) {% endif %}
  6076.                                         {% if prestamoyenstech.postprodImageTitrageDescriptif != '' %}
  6077.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageTitrageDescriptif }}\">
  6078.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6079.                                             </a>
  6080.                                         {% endif %}
  6081.                                     </li>
  6082.                                 {% endif %}
  6083.                                 {% if prestamoyenstech.postprodImageAnim == true or prestamoyenstech.postprodImageAnimLocaux == true %}
  6084.                                     <li>
  6085.                                         Animation/motion design {% if prestamoyenstech.postprodImageAnimLocaux != ''  %} (locaux à disposition) {% endif %}
  6086.                                         {% if prestamoyenstech.postprodImageAnimDescriptif != '' %}
  6087.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageAnimDescriptif }}\">
  6088.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6089.                                             </a>
  6090.                                         {% endif %}
  6091.                                     </li>
  6092.                                 {% endif %}
  6093.                                 {% if prestamoyenstech.postprodImageEtalon == true or prestamoyenstech.postprodImageEtalonLocaux == true %}
  6094.                                     <li>
  6095.                                         Station d'étalonnage {% if prestamoyenstech.postprodImageEtalonLocaux != ''  %} (locaux à disposition) {% endif %}
  6096.                                         {% if prestamoyenstech.postprodImageEtalonDescriptif != '' %}
  6097.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageEtalonDescriptif }}\">
  6098.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6099.                                             </a>
  6100.                                         {% endif %}
  6101.                                     </li>
  6102.                                 {% endif %}
  6103.                                 {% if prestamoyenstech.postprodSonMusique == true or prestamoyenstech.postprodSonMusiqueLocaux == true %}
  6104.                                     <li>
  6105.                                         Studio d'enregistrement musique {% if prestamoyenstech.postprodSonMusiqueLocaux != ''  %} (locaux à disposition) {% endif %}
  6106.                                         {% if prestamoyenstech.postprodSonMusiqueDescriptif != '' %}
  6107.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonMusiqueDescriptif }}\">
  6108.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6109.                                             </a>
  6110.                                         {% endif %}
  6111.                                     </li>
  6112.                                 {% endif %}
  6113.                                 {% if prestamoyenstech.postprodSonVoixoff == true or prestamoyenstech.postprodSonVoixoffLocaux == true %}
  6114.                                     <li>
  6115.                                         Studio d'enregistrement voix-off/doublage {% if prestamoyenstech.postprodSonVoixoffLocaux != ''  %} (locaux à disposition) {% endif %}
  6116.                                         {% if prestamoyenstech.postprodSonVoixoffDescriptif != '' %}
  6117.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonVoixoffDescriptif }}\">
  6118.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6119.                                             </a>
  6120.                                         {% endif %}
  6121.                                     </li>
  6122.                                 {% endif %}
  6123.                                 {% if prestamoyenstech.postprodSonBruitage == true or prestamoyenstech.postprodSonBruitageLocaux == true %}
  6124.                                     <li>
  6125.                                         Studio d'enregistrement de bruitage {% if prestamoyenstech.postprodSonBruitageLocaux != ''  %} (locaux à disposition) {% endif %}
  6126.                                         {% if prestamoyenstech.postprodSonBruitageDescriptif != '' %}
  6127.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonBruitageDescriptif }}\">
  6128.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6129.                                             </a>
  6130.                                         {% endif %}
  6131.                                     </li>
  6132.                                 {% endif %}
  6133.                                 {% if prestamoyenstech.postprodSonMixage == true or prestamoyenstech.postprodSonMixageLocaux == true %}
  6134.                                     <li>
  6135.                                         Studio de mixage {% if prestamoyenstech.postprodSonMixageLocaux != ''  %} (locaux à disposition) {% endif %}
  6136.                                         {% if prestamoyenstech.postprodSonMixageDescriptif != '' %}
  6137.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonMixageDescriptif }}\">
  6138.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6139.                                             </a>
  6140.                                         {% endif %}
  6141.                                     </li>
  6142.                                 {% endif %}
  6143.                             </ul>
  6144.                         </div>
  6145.                     {% endif %}
  6146.                     {% if
  6147.                         prestamoyenstech.diffTechLabo == true or
  6148.                         prestamoyenstech.diffTechMaster == true or
  6149.                         prestamoyenstech.diffTechAuthor == true or
  6150.                         prestamoyenstech.diffOutilsEcran == true or
  6151.                         prestamoyenstech.diffOutilsEcranLocaux == true or
  6152.                         prestamoyenstech.diffOutilsEcranCommentaires != '' or
  6153.                         prestamoyenstech.diffOutilsCasque == true or
  6154.                         prestamoyenstech.diffOutilsCasqueCommentaires != '' or
  6155.                         prestamoyenstech.diffOutilsAutre == true or
  6156.                         prestamoyenstech.diffOutilsAutreDescriptif != ''
  6157.                     %}
  6158.                         <div class=\"form-group\">
  6159.                             <b>Diffusion :</b>
  6160.                             <ul>
  6161.                                 {% if prestamoyenstech.diffTechLabo == true %}
  6162.                                     <li>
  6163.                                         Laboratoire cinéma
  6164.                                         {% if prestamoyenstech.diffTechLaboCommentaires != '' %}
  6165.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechLaboCommentaires }}\">
  6166.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6167.                                             </a>
  6168.                                         {% endif %}
  6169.                                     </li>
  6170.                                 {% endif %}
  6171.                                 {% if prestamoyenstech.diffTechMaster == true %}
  6172.                                     <li>
  6173.                                         Mastering et encodage
  6174.                                         {% if prestamoyenstech.diffTechMasterCommentaires != '' %}
  6175.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechMasterCommentaires }}\">
  6176.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6177.                                             </a>
  6178.                                         {% endif %}
  6179.                                     </li>
  6180.                                 {% endif %}
  6181.                                 {% if prestamoyenstech.diffTechAuthor == true %}
  6182.                                     <li>
  6183.                                         Authoring et duplication
  6184.                                         {% if prestamoyenstech.diffTechAuthorCommentaires != '' %}
  6185.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechAuthorCommentaires }}\">
  6186.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6187.                                             </a>
  6188.                                         {% endif %}
  6189.                                     </li>
  6190.                                 {% endif %}
  6191.                                 {% if prestamoyenstech.diffOutilsEcran == true or prestamoyenstech.diffOutilsEcranLocaux == true %}
  6192.                                     <li>
  6193.                                         Ecran & projection {% if prestamoyenstech.diffOutilsEcranLocaux != ''  %} (locaux à disposition) {% endif %}
  6194.                                         {% if prestamoyenstech.diffOutilsEcranCommentaires != '' %}
  6195.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsEcranCommentaires }}\">
  6196.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6197.                                             </a>
  6198.                                         {% endif %}
  6199.                                     </li>
  6200.                                 {% endif %}
  6201.                                 {% if prestamoyenstech.diffOutilsCasque == true %}
  6202.                                     <li>
  6203.                                         Casque de réalité virtuelle
  6204.                                         {% if prestamoyenstech.diffOutilsCasqueCommentaires != '' %}
  6205.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsCasqueCommentaires }}\">
  6206.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6207.                                             </a>
  6208.                                         {% endif %}
  6209.                                     </li>
  6210.                                 {% endif %}
  6211.                                 {% if prestamoyenstech.diffOutilsAutre == true %}
  6212.                                     <li>
  6213.                                         Autre équipement
  6214.                                         {% if prestamoyenstech.diffOutilsAutreDescriptif != '' %}
  6215.                                             <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsAutreDescriptif }}\">
  6216.                                                <img src=\"/images/info_bleu_45.png\" alt=\"info\"  style=\"width : 15px;\">
  6217.                                             </a>
  6218.                                         {% endif %}
  6219.                                     </li>
  6220.                                 {% endif %}
  6221.                             </ul>
  6222.                         </div>
  6223.                     {% endif %}
  6224.                     {% if prestamoyenstech.prestataireTechniqueExperiences|length > 0 %}
  6225.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6226.                             Expérience(s) de tournage(s)
  6227.                         </div>
  6228.                         <div class=\"form-group\">
  6229.                             <table class=\"table table-hover\">
  6230.                                 <thead>
  6231.                                     <tr class=\"table-active\">
  6232.                                         <th scope=\"col\">Année</th>
  6233.                                         <th scope=\"col\">Titre</th>
  6234.                                         <th scope=\"col\">Réalisation</th>
  6235.                                         <th scope=\"col\">Format</th>
  6236.                                         <th scope=\"col\">Catégorie</th>
  6237.                                         <th scope=\"col\">Production</th>
  6238.                                     </tr>
  6239.                                 </thead>
  6240.                                 <tbody>
  6241.                                     {% for experience in prestamoyenstech.prestataireTechniqueExperiences %}
  6242.                                     <tr>
  6243.                                         <td>{{ experience.annee }}</td>
  6244.                                         <td>{{ experience.titre }}</td>
  6245.                                         <td>{{ experience.realisation }}</td>
  6246.                                         <td>{{ experience.format }}</td>
  6247.                                         <td>{{ experience.categorie }}</td>
  6248.                                         <td>{{ experience.production }}</td>
  6249.                                     </tr>
  6250.                                     {% endfor %}
  6251.                                 </tbody>
  6252.                             </table>
  6253.                         </div>
  6254.                     {% endif %}
  6255.                     {% if prestamoyenstech.langues != '' %}
  6256.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6257.                            informations complémentaires
  6258.                         </div>
  6259.                         {% if prestamoyenstech.rayonCalvados or prestamoyenstech.rayonEure or prestamoyenstech.rayonManche or prestamoyenstech.rayonOrne or prestamoyenstech.rayonSeineMaritime or prestamoyenstech.rayonHorsNormandie  %}
  6260.                             <div class=\"form-group\">
  6261.                                 Rayon d'intervention :
  6262.                                 <ul>
  6263.                                     {% if prestamoyenstech.rayonCalvados or prestamoyenstech.rayonEure or prestamoyenstech.rayonManche or prestamoyenstech.rayonOrne or prestamoyenstech.rayonSeineMaritime %}
  6264.                                         {% set rayon_normandie = \" \" %}
  6265.                                         {% if prestamoyenstech.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6266.                                         {% if prestamoyenstech.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6267.                                         {% if prestamoyenstech.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6268.                                         {% if prestamoyenstech.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6269.                                         {% if prestamoyenstech.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6270.                                         <li>
  6271.                                             En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6272.                                         </li>
  6273.                                     {% endif %}
  6274.                                     {% if prestamoyenstech.rayonHorsNormandie %}
  6275.                                         <li>Hors Normandie : {{ prestamoyenstech.rayonHorsNormandie | capitalize }}</li>
  6276.                                     {% endif %}
  6277.                                 </ul>
  6278.                             </div>
  6279.                         {% endif %}
  6280.                         {% if prestamoyenstech.langues != '' %}
  6281.                             <div class=\"form-group\">
  6282.                                 Langue(s) pratiquée(s) : {{ prestamoyenstech.langues }}
  6283.                             </div>
  6284.                         {% endif %}
  6285.                     {% endif %}
  6286.                 {% endfor %}
  6287.         {% endif %}
  6288.         {% if type == 'prestataireservices' %}
  6289.             {% for prestaservices in user.prestatairesLogistiques %}
  6290.                 {% set cantineongletactif = '' %}
  6291.                 {% set droneongletactif = '' %}
  6292.                 {% set costumeongletactif = '' %}
  6293.                 {% set accessoireongletactif = '' %}
  6294.                 {% set decorongletactif = '' %}
  6295.                 {% set dresseurongletactif = '' %}
  6296.                 {% set effetsSpeciauxongletactif = '' %}
  6297.                 {% set securiteongletactif = '' %}
  6298.                 {% set vehiculeJeuongletactif = '' %}
  6299.                 {% set ressourcerieongletactif = '' %}
  6300.                 {% set vehiculeTransportongletactif = '' %}
  6301.                 {% set vehiculeTechniqueongletactif = '' %}
  6302.                 {% set cantinecontenuactif = '' %}
  6303.                 {% set dronecontenuactif = '' %}
  6304.                 {% set costumecontenuactif = '' %}
  6305.                 {% set accessoirecontenuactif = '' %}
  6306.                 {% set decorcontenuactif = '' %}
  6307.                 {% set dresseurcontenuactif = '' %}
  6308.                 {% set effetsSpeciauxcontenuactif = '' %}
  6309.                 {% set securitecontenuactif = '' %}
  6310.                 {% set vehiculeJeucontenuactif = '' %}
  6311.                 {% set ressourceriecontenuactif = '' %}
  6312.                 {% set vehiculeTransportcontenuactif = '' %}
  6313.                 {% set vehiculeTechniquecontenuactif = '' %}
  6314.                 {% if prestaservices.catering %}
  6315.                     {% set cantineongletactif = 'active' %}
  6316.                     {% set cantinecontenuactif = 'show active' %}
  6317.                 {% elseif prestaservices.costume %}
  6318.                     {% set costumeongletactif = 'active' %}
  6319.                     {% set costumecontenuactif = 'show active' %}
  6320.                 {% elseif prestaservices.accessoire %}
  6321.                     {% set accessoireongletactif = 'active' %}
  6322.                     {% set accessoirecontenuactif = 'show active' %}
  6323.                 {% elseif prestaservices.decor %}
  6324.                     {% set decorongletactif = 'active' %}
  6325.                     {% set decorcontenuactif = 'show active' %}
  6326.                 {% elseif prestaservices.dresseur %}
  6327.                     {% set dresseurongletactif = 'active' %}
  6328.                     {% set dresseurcontenuactif = 'show active' %}
  6329.                 {% elseif prestaservices.effetsSpeciaux %}
  6330.                     {% set effetsSpeciauxongletactif = 'active' %}
  6331.                     {% set effetsSpeciauxcontenuactif = 'show active' %}
  6332.                 {% elseif prestaservices.vehiculeTechnique %}
  6333.                     {% set vehiculeTechniqueongletactif = 'active' %}
  6334.                     {% set vehiculeTechniquecontenuactif = 'show active' %}
  6335.                 {% elseif prestaservices.securite %}
  6336.                     {% set securiteongletactif = 'active' %}
  6337.                     {% set securitecontenuactif = 'show active' %}
  6338.                 {% elseif prestaservices.vehiculeJeu %}
  6339.                     {% set vehiculeJeuongletactif = 'active' %}
  6340.                     {% set vehiculeJeucontenuactif = 'show active' %}
  6341.                 {% elseif prestaservices.ressourcerie %}
  6342.                     {% set ressourcerieongletactif = 'active' %}
  6343.                     {% set ressourceriecontenuactif = 'show active' %}
  6344.                 {% elseif prestaservices.vehiculeTransport %}
  6345.                     {% set vehiculeTransportongletactif = 'active' %}
  6346.                     {% set vehiculeTransportcontenuactif = 'show active' %}
  6347.                 {% elseif prestaservices.drone %}
  6348.                     {% set droneongletactif = 'active' %}
  6349.                     {% set dronecontenuactif = 'show active' %}
  6350.                 {% endif %}
  6351.                 <div class=\"form-group col-12\">
  6352.                     <div class=\"form-group text-uppercase mb-2\" style=\"color: #01A7AB; font-size: 1.2rem\">
  6353.                         prestation(s) proposée(s)
  6354.                     </div>
  6355.                     <ul class=\"nav nav-tabs\">
  6356.                         {% if prestaservices.catering %}
  6357.                             <li class=\"nav-item\">
  6358.                                 <a class=\"nav-link {{ cantineongletactif }}\" data-toggle=\"tab\" href=\"#cantine\">Cantine et catering</a>
  6359.                             </li>
  6360.                         {% endif %}
  6361.                         {% if prestaservices.costume %}
  6362.                             <li class=\"nav-item\">
  6363.                                 <a class=\"nav-link {{ costumeongletactif }}\" data-toggle=\"tab\" href=\"#costume\">Costume : atelier et stockage</a>
  6364.                             </li>
  6365.                         {% endif %}
  6366.                         {% if prestaservices.accessoire %}
  6367.                             <li class=\"nav-item\">
  6368.                                 <a class=\"nav-link {{ accessoireongletactif }}\" data-toggle=\"tab\" href=\"#accessoire\">Décoration : accessoire de collection</a>
  6369.                             </li>
  6370.                         {% endif %}
  6371.                         {% if prestaservices.decor %}
  6372.                             <li class=\"nav-item\">
  6373.                                 <a class=\"nav-link {{ decorongletactif }}\" data-toggle=\"tab\" href=\"#decor\">Décoration : atelier et stockage</a>
  6374.                             </li>
  6375.                         {% endif %}
  6376.                         {% if prestaservices.dresseur %}
  6377.                             <li class=\"nav-item\">
  6378.                                 <a class=\"nav-link {{ dresseurongletactif }}\" data-toggle=\"tab\" href=\"#dresseur\">Dressage animalier</a>
  6379.                             </li>
  6380.                         {% endif %}
  6381.                         {% if prestaservices.effetsSpeciaux %}
  6382.                             <li class=\"nav-item\">
  6383.                                 <a class=\"nav-link {{ effetsSpeciauxongletactif }}\" data-toggle=\"tab\" href=\"#effetsSpeciaux\">Effets spéciaux mécaniques</a>
  6384.                             </li>
  6385.                         {% endif %}
  6386.                         {% if prestaservices.securite %}
  6387.                             <li class=\"nav-item\">
  6388.                                 <a class=\"nav-link {{ securiteongletactif }}\" data-toggle=\"tab\" href=\"#securite\">Gardiennage, ventousage et convoyage</a>
  6389.                             </li>
  6390.                         {% endif %}
  6391.                         {% if prestaservices.vehiculeTechnique %}
  6392.                             <li class=\"nav-item\">
  6393.                                 <a class=\"nav-link {{ vehiculeTechniqueongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeTechnique\">Régie : matériel et véhicule</a>
  6394.                             </li>
  6395.                         {% endif %}
  6396.                         {% if prestaservices.vehiculeJeu %}
  6397.                             <li class=\"nav-item\">
  6398.                                 <a class=\"nav-link {{ vehiculeJeuongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeJeu\">Véhicule de jeu</a>
  6399.                             </li>
  6400.                         {% endif %}
  6401.                         {% if prestaservices.ressourcerie %}
  6402.                             <li class=\"nav-item\">
  6403.                                 <a class=\"nav-link {{ ressourcerieongletactif }}\" data-toggle=\"tab\" href=\"#ressourcerie\">Ressourcerie/Recyclerie</a>
  6404.                             </li>
  6405.                         {% endif %}
  6406.                         {% if prestaservices.vehiculeTransport %}
  6407.                             <li class=\"nav-item\">
  6408.                                 <a class=\"nav-link {{ vehiculeTransportongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeTransport\">Véhicule de transport de personnes</a>
  6409.                             </li>
  6410.                         {% endif %}
  6411.                         {% if prestaservices.drone %}
  6412.                             <li class=\"nav-item\">
  6413.                                 <a class=\"nav-link {{ droneongletactif }}\" data-toggle=\"tab\" href=\"#drone\">Vues aériennes / Drone</a>
  6414.                             </li>
  6415.                         {% endif %}
  6416.                     </ul>
  6417.                     <div id=\"myTabContent\" class=\"tab-content\">
  6418.                         {# Cantine et catering #}
  6419.                         <div class=\"tab-pane fade {{ cantinecontenuactif }} p-2\" id=\"cantine\" style=\"border-left: solid #DEE2E6 1px\">
  6420.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6421.                                 descriptif général de l'activité
  6422.                             </div>
  6423.                             <div class=\"form-group\">
  6424.                                 {{ prestaservices.cateringDescriptif }}
  6425.                             </div>
  6426.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6427.                                 spécialité(s) culinaire(s) ou approche spécifique
  6428.                             </div>
  6429.                             <div class=\"form-group\">
  6430.                                 {{ prestaservices.cateringSpecialiteCulinaire }}
  6431.                             </div>
  6432.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6433.                                 Capacité de couverts par service
  6434.                             </div>
  6435.                             <div class=\"form-group\">
  6436.                                 {{ prestaservices.cateringCapaciteCouverts }}
  6437.                             </div>
  6438.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6439.                                 Infrastructure et capacité d’accueil
  6440.                             </div>
  6441.                             <div class=\"form-group\">
  6442.                                 {{ prestaservices.cateringInfrastructure }}
  6443.                             </div>
  6444.                             {% if prestaservices.cateringExperiences|length > 0 %}
  6445.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6446.                                     Expérience(s) de tournage(s)
  6447.                                 </div>
  6448.                                 <div class=\"form-group\">
  6449.                                     <table class=\"table table-hover\">
  6450.                                         <thead>
  6451.                                             <tr class=\"table-active\">
  6452.                                                 <th scope=\"col\">Année</th>
  6453.                                                 <th scope=\"col\">Titre</th>
  6454.                                                 <th scope=\"col\">Réalisation</th>
  6455.                                                 <th scope=\"col\">Format</th>
  6456.                                                 <th scope=\"col\">Catégorie</th>
  6457.                                                 <th scope=\"col\">Production</th>
  6458.                                             </tr>
  6459.                                         </thead>
  6460.                                         <tbody>
  6461.                                             {% for experience in prestaservices.cateringExperiences %}
  6462.                                             <tr>
  6463.                                                 <td>{{ experience.annee }}</td>
  6464.                                                 <td>{{ experience.titre }}</td>
  6465.                                                 <td>{{ experience.realisation }}</td>
  6466.                                                 <td>{{ experience.format }}</td>
  6467.                                                 <td>{{ experience.categorie }}</td>
  6468.                                                 <td>{{ experience.production }}</td>
  6469.                                             </tr>
  6470.                                             {% endfor %}
  6471.                                         </tbody>
  6472.                                     </table>
  6473.                                 </div>
  6474.                             {% endif %}
  6475.                             {% if prestaservices.cateringExperienceAutre %}
  6476.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6477.                                    Autre(s) expérience(s)
  6478.                                 </div>
  6479.                                 <div class=\"form-group\">
  6480.                                         {{ prestaservices.cateringExperienceAutre }}
  6481.                                 </div>
  6482.                             {% endif %}
  6483.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6484.                                    informations complémentaires
  6485.                             </div>
  6486.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  6487.                                 <div class=\"form-group\">
  6488.                                     Rayon d'intervention :
  6489.                                     <ul>
  6490.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  6491.                                             {% set rayon_normandie = \" \" %}
  6492.                                             {% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6493.                                             {% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6494.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6495.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6496.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6497.                                             <li>
  6498.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6499.                                             </li>
  6500.                                         {% endif %}
  6501.                                         {% if prestaservices.rayonHorsNormandie %}
  6502.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  6503.                                         {% endif %}
  6504.                                     </ul>
  6505.                                 </div>
  6506.                             {% endif %}
  6507.                             {% if prestaservices.langues != '' %}
  6508.                                 <div class=\"form-group\">
  6509.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  6510.                                 </div>
  6511.                             {% endif %}
  6512.                         </div>
  6513.                         {# Costume #}
  6514.                         <div class=\"tab-pane fade {{ costumecontenuactif }} p-2\" id=\"costume\" style=\"border-left: solid #DEE2E6 1px\">
  6515.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6516.                                 descriptif général de l'activité
  6517.                             </div>
  6518.                             <div class=\"form-group\">
  6519.                                 {{ prestaservices.costumeDescriptif }}
  6520.                             </div>
  6521.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6522.                                 costumes et accessoires d’habillage en possession
  6523.                             </div>
  6524.                             <div class=\"form-group\">
  6525.                                 {{ prestaservices.costumeQuantite }}
  6526.                             </div>
  6527.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6528.                                 Services proposés
  6529.                             </div>
  6530.                             <div class=\"form-group\">
  6531.                                 <ul>
  6532.                                     {% if prestaservices.costumeLocationCostume %}<li>Location de costumes/accessoires d’habillage</li>{% endif %}
  6533.                                     {% if prestaservices.costumeCreation %}<li>Création de costumes/accessoires d’habillage</li>{% endif %}
  6534.                                     {% if prestaservices.costumeRetouche %}<li>Retouches de costumes/accessoires d’habillage</li>{% endif %}
  6535.                                     {% if prestaservices.costumeLieuFabrication %}<li>Mise à disposition d’un lieu de fabrication</li>{% endif %}
  6536.                                     {% if prestaservices.costumeLieuHabillage %}<li>Mise à disposition d’un lieu d’habillage</li>{% endif %}
  6537.                                     {% if prestaservices.costumeLocationMaterielConception %}<li>Location matériel de conception/retouche</li>{% endif %}
  6538.                                     {% if prestaservices.costumeLocationMaterielEntretien %}<li>Location matériel d’entretien</li>{% endif %}
  6539.                                     {% if prestaservices.costumeLivraison %}<li>Livraison sur site</li>{% endif %}
  6540.                                 </ul>
  6541.                             </div>
  6542.                             {% if prestaservices.costumeExperiences|length > 0 %}
  6543.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6544.                                     Expérience(s) de tournage(s)
  6545.                                 </div>
  6546.                                 <div class=\"form-group\">
  6547.                                     <table class=\"table table-hover\">
  6548.                                         <thead>
  6549.                                             <tr class=\"table-active\">
  6550.                                                 <th scope=\"col\">Année</th>
  6551.                                                 <th scope=\"col\">Titre</th>
  6552.                                                 <th scope=\"col\">Réalisation</th>
  6553.                                                 <th scope=\"col\">Format</th>
  6554.                                                 <th scope=\"col\">Catégorie</th>
  6555.                                                 <th scope=\"col\">Production</th>
  6556.                                             </tr>
  6557.                                         </thead>
  6558.                                         <tbody>
  6559.                                             {% for experience in prestaservices.costumeExperiences %}
  6560.                                             <tr>
  6561.                                                 <td>{{ experience.annee }}</td>
  6562.                                                 <td>{{ experience.titre }}</td>
  6563.                                                 <td>{{ experience.realisation }}</td>
  6564.                                                 <td>{{ experience.format }}</td>
  6565.                                                 <td>{{ experience.categorie }}</td>
  6566.                                                 <td>{{ experience.production }}</td>
  6567.                                             </tr>
  6568.                                             {% endfor %}
  6569.                                         </tbody>
  6570.                                     </table>
  6571.                                 </div>
  6572.                             {% endif %}
  6573.                             {% if prestaservices.costumeExperienceAutre %}
  6574.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6575.                                    Autre(s) expérience(s)
  6576.                                 </div>
  6577.                                 <div class=\"form-group\">
  6578.                                         {{ prestaservices.costumeExperienceAutre }}
  6579.                                 </div>
  6580.                             {% endif %}
  6581.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6582.                                    informations complémentaires
  6583.                             </div>
  6584.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  6585.                                 <div class=\"form-group\">
  6586.                                     Rayon d'intervention :
  6587.                                     <ul>
  6588.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  6589.                                             {% set rayon_normandie = \" \" %}
  6590.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6591.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6592.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6593.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6594.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6595.                                             <li>
  6596.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6597.                                             </li>
  6598.                                         {% endif %}
  6599.                                         {% if prestaservices.rayonHorsNormandie %}
  6600.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  6601.                                         {% endif %}
  6602.                                     </ul>
  6603.                                 </div>
  6604.                             {% endif %}
  6605.                             {% if prestaservices.langues != '' %}
  6606.                                 <div class=\"form-group\">
  6607.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  6608.                                 </div>
  6609.                             {% endif %}
  6610.                         </div>
  6611.                         {# Accessoire #}
  6612.                         <div class=\"tab-pane fade {{ accessoirecontenuactif }} p-2\" id=\"accessoire\" style=\"border-left: solid #DEE2E6 1px\">
  6613.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6614.                                 descriptif général de l'activité
  6615.                             </div>
  6616.                             <div class=\"form-group\">
  6617.                                 {{ prestaservices.accessoireDescriptif }}
  6618.                             </div>
  6619.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6620.                                 éléments de décors et/ou d’accessoires en possession
  6621.                             </div>
  6622.                             <div class=\"form-group\">
  6623.                                 {{ prestaservices.accessoireQuantite }}
  6624.                             </div>
  6625.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6626.                                 Services proposés
  6627.                             </div>
  6628.                             <div class=\"form-group\">
  6629.                                 <ul>
  6630.                                     {% if prestaservices.accessoireLocation %}<li>Location d’accessoires de collection</li>{% endif %}
  6631.                                     {% if prestaservices.accessoireLivraison %}<li>Livraison sur site</li>{% endif %}
  6632.                                 </ul>
  6633.                             </div>
  6634.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6635.                                 Descriptif détaillé des accessoires
  6636.                             </div>
  6637.                             <div class=\"form-group\">
  6638.                                 <table class=\"table table-hover\">
  6639.                                     <thead>
  6640.                                         <tr class=\"table-active\">
  6641.                                             <th scope=\"col\">Type</th>
  6642.                                             <th scope=\"col\">Nombre</th>
  6643.                                             <th scope=\"col\">Année</th>
  6644.                                             <th scope=\"col\">Caracteristiques</th>
  6645.                                         </tr>
  6646.                                     </thead>
  6647.                                     <tbody>
  6648.                                         {% for accessoire in prestaservices.accessoireListes %}
  6649.                                         <tr>
  6650.                                             <td>{{ accessoire.type }}</td>
  6651.                                             <td>{{ accessoire.nombre }}</td>
  6652.                                             <td>{{ accessoire.annee }}</td>
  6653.                                             <td>{{ accessoire.caracteristiques }}</td>
  6654.                                         </tr>
  6655.                                         {% endfor %}
  6656.                                     </tbody>
  6657.                                 </table>
  6658.                             </div>
  6659.                             {% if prestaservices.accessoireExperiences|length > 0 %}
  6660.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6661.                                     Expérience(s) de tournage(s)
  6662.                                 </div>
  6663.                                 <div class=\"form-group\">
  6664.                                     <table class=\"table table-hover\">
  6665.                                         <thead>
  6666.                                             <tr class=\"table-active\">
  6667.                                                 <th scope=\"col\">Titre</th>
  6668.                                                 <th scope=\"col\">Réalisation</th>
  6669.                                                 <th scope=\"col\">Format</th>
  6670.                                                 <th scope=\"col\">Catégorie</th>
  6671.                                                 <th scope=\"col\">Production</th>
  6672.                                             </tr>
  6673.                                         </thead>
  6674.                                         <tbody>
  6675.                                             {% for experience in prestaservices.accessoireExperiences %}
  6676.                                             <tr>
  6677.                                                 <td>{{ experience.annee }}</td>
  6678.                                                 <td>{{ experience.titre }}</td>
  6679.                                                 <td>{{ experience.realisation }}</td>
  6680.                                                 <td>{{ experience.format }}</td>
  6681.                                                 <td>{{ experience.categorie }}</td>
  6682.                                                 <td>{{ experience.production }}</td>
  6683.                                             </tr>
  6684.                                             {% endfor %}
  6685.                                         </tbody>
  6686.                                     </table>
  6687.                                 </div>
  6688.                             {% endif %}
  6689.                             {% if prestaservices.accessoireExperienceAutre %}
  6690.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6691.                                    Autre(s) expérience(s)
  6692.                                 </div>
  6693.                                 <div class=\"form-group\">
  6694.                                         {{ prestaservices.accessoireExperienceAutre }}
  6695.                                 </div>
  6696.                             {% endif %}
  6697.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6698.                                    informations complémentaires
  6699.                             </div>
  6700.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  6701.                                 <div class=\"form-group\">
  6702.                                     Rayon d'intervention :
  6703.                                     <ul>
  6704.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  6705.                                             {% set rayon_normandie = \" \" %}
  6706.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6707.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6708.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6709.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6710.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6711.                                             <li>
  6712.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6713.                                             </li>
  6714.                                         {% endif %}
  6715.                                         {% if prestaservices.rayonHorsNormandie %}
  6716.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  6717.                                         {% endif %}
  6718.                                     </ul>
  6719.                                 </div>
  6720.                             {% endif %}
  6721.                             {% if prestaservices.langues != '' %}
  6722.                                 <div class=\"form-group\">
  6723.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  6724.                                 </div>
  6725.                             {% endif %}
  6726.                         </div>
  6727.                         {# Decor #}
  6728.                         <div class=\"tab-pane fade {{ decorcontenuactif }} p-2\" id=\"decor\" style=\"border-left: solid #DEE2E6 1px\">
  6729.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6730.                                 descriptif général de l'activité
  6731.                             </div>
  6732.                             <div class=\"form-group\">
  6733.                                 {{ prestaservices.decorDescriptif }}
  6734.                             </div>
  6735.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6736.                                 éléments de décors et/ou d’accessoires en possession
  6737.                             </div>
  6738.                             <div class=\"form-group\">
  6739.                                 {{ prestaservices.decorQuantite }}
  6740.                             </div>
  6741.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6742.                                 Services proposés
  6743.                             </div>
  6744.                             <div class=\"form-group\">
  6745.                                 <ul>
  6746.                                     {% if prestaservices.decorCreationDecors %}
  6747.                                         <li>Création d’éléments de décors ou d'accessoires</li>
  6748.                                         <ul>
  6749.                                             {% if prestaservices.decorConceptionDecors %}<li>Conception</li>{% endif %}
  6750.                                             {% if prestaservices.decorModelisationDecors %}<li>Modélisation</li>{% endif %}
  6751.                                             {% if prestaservices.decorAtelierFabricationDecors %}
  6752.                                                 <li>Atelier de fabrication</li>
  6753.                                                 <ul>
  6754.                                                     {% if prestaservices.decorCreationMoule %}<li>Création de moules et prototypes</li>{% endif %}
  6755.                                                     {% if prestaservices.decorDecoupe %}<li>Découpe et/ou usinage de polystyrène, mousse PU, bois, pvc,...</li>{% endif %}
  6756.                                                     {% if prestaservices.decorProjectionResine %}<li>Projection de résine et/ou stratification</li>{% endif %}
  6757.                                                     {% if prestaservices.decorCreationStructure %}<li>Création de structures bois ou métalliques</li>{% endif %}
  6758.                                                     {% if prestaservices.decorMisePeinture %}<li>Mise en peinture et/ou vernis</li>{% endif %}
  6759.                                                 </ul>
  6760.                                             {% endif %}
  6761.                                         </ul>
  6762.                                     {% endif %}
  6763.                                     {% if prestaservices.decorCreationAccessoire %}
  6764.                                         <li>Création d’accessoires de décors</li>
  6765.                                         <ul>
  6766.                                             {% if prestaservices.decorAccessoireConception %}<li>Conception</li>{% endif %}
  6767.                                             {% if prestaservices.decorAccessoireModelisation %}<li>Modélisation</li>{% endif %}
  6768.                                             {% if prestaservices.decorAccessoireAtelier %}<li>Atelier de fabrication : {{ prestaservices.decorAccessoireAtelierPrecision }}</li>{% endif %}
  6769.                                         </ul>
  6770.                                     {% endif %}
  6771.                                     {% if prestaservices.decorLocationDecors %}<li>Location d’éléments de décors ou d'accessoires</li>{% endif %}
  6772.                                     {% if prestaservices.decorLivraison %}<li>Livraison sur site</li>{% endif %}
  6773.                                 </ul>
  6774.                             </div>
  6775.                             {% if prestaservices.decorExperiences|length > 0 %}
  6776.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6777.                                     Expérience(s) de tournage(s)
  6778.                                 </div>
  6779.                                 <div class=\"form-group\">
  6780.                                     <table class=\"table table-hover\">
  6781.                                         <thead>
  6782.                                             <tr class=\"table-active\">
  6783.                                                 <th scope=\"col\">Année</th>
  6784.                                                 <th scope=\"col\">Titre</th>
  6785.                                                 <th scope=\"col\">Réalisation</th>
  6786.                                                 <th scope=\"col\">Format</th>
  6787.                                                 <th scope=\"col\">Catégorie</th>
  6788.                                                 <th scope=\"col\">Production</th>
  6789.                                             </tr>
  6790.                                         </thead>
  6791.                                         <tbody>
  6792.                                             {% for experience in prestaservices.decorExperiences %}
  6793.                                             <tr>
  6794.                                                 <td>{{ experience.annee }}</td>
  6795.                                                 <td>{{ experience.titre }}</td>
  6796.                                                 <td>{{ experience.realisation }}</td>
  6797.                                                 <td>{{ experience.format }}</td>
  6798.                                                 <td>{{ experience.categorie }}</td>
  6799.                                                 <td>{{ experience.production }}</td>
  6800.                                             </tr>
  6801.                                             {% endfor %}
  6802.                                         </tbody>
  6803.                                     </table>
  6804.                                 </div>
  6805.                             {% endif %}
  6806.                             {% if prestaservices.decorExperienceAutre %}
  6807.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6808.                                    Autre(s) expérience(s)
  6809.                                 </div>
  6810.                                 <div class=\"form-group\">
  6811.                                         {{ prestaservices.decorExperienceAutre }}
  6812.                                 </div>
  6813.                             {% endif %}
  6814.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6815.                                    informations complémentaires
  6816.                             </div>
  6817.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  6818.                                 <div class=\"form-group\">
  6819.                                     Rayon d'intervention :
  6820.                                     <ul>
  6821.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  6822.                                             {% set rayon_normandie = \" \" %}
  6823.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6824.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6825.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6826.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6827.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6828.                                             <li>
  6829.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6830.                                             </li>
  6831.                                         {% endif %}
  6832.                                         {% if prestaservices.rayonHorsNormandie %}
  6833.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  6834.                                         {% endif %}
  6835.                                     </ul>
  6836.                                 </div>
  6837.                             {% endif %}
  6838.                             {% if prestaservices.langues != '' %}
  6839.                                 <div class=\"form-group\">
  6840.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  6841.                                 </div>
  6842.                             {% endif %}
  6843.                         </div>
  6844.                         {# Dresseur #}
  6845.                         <div class=\"tab-pane fade {{ dresseurcontenuactif }} p-2\" id=\"dresseur\" style=\"border-left: solid #DEE2E6 1px\">
  6846.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6847.                                 descriptif général de l'activité
  6848.                             </div>
  6849.                             <div class=\"form-group\">
  6850.                                 {{ prestaservices.dresseurDescriptif }}
  6851.                             </div>
  6852.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6853.                                 Services proposés
  6854.                             </div>
  6855.                             <div class=\"form-group\">
  6856.                                 <ul>
  6857.                                     {% if prestaservices.dresseurAnimal %}<li>Dresseur animal</li>{% endif %}
  6858.                                     {% if prestaservices.dresseurConseiller %}<li>Conseiller mise en scène</li>{% endif %}
  6859.                                     {% if prestaservices.dresseurCascade %}<li>Animaux pratiquant la cascade</li>{% endif %}
  6860.                                 </ul>
  6861.                             </div>
  6862.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6863.                                 Liste d'animaux
  6864.                             </div>
  6865.                             <div class=\"form-group\">
  6866.                                 <table class=\"table table-hover\">
  6867.                                     <thead>
  6868.                                         <tr class=\"table-active\">
  6869.                                             <th scope=\"col\">Type d'animal</th>
  6870.                                             <th scope=\"col\">Nombre</th>
  6871.                                             <th scope=\"col\">Commentaire</th>
  6872.                                         </tr>
  6873.                                     </thead>
  6874.                                     <tbody>
  6875.                                         {% for animal in prestaservices.dresseurListes %}
  6876.                                         <tr>
  6877.                                             <td>{{ animal.type }}</td>
  6878.                                             <td>{{ animal.nombre }}</td>
  6879.                                             <td>{{ animal.commentaire }}</td>
  6880.                                         </tr>
  6881.                                         {% endfor %}
  6882.                                     </tbody>
  6883.                                 </table>
  6884.                             </div>
  6885.                             {% if prestaservices.dresseurExperiences|length > 0 %}
  6886.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6887.                                     Expérience(s) de tournage(s)
  6888.                                 </div>
  6889.                                 <div class=\"form-group\">
  6890.                                     <table class=\"table table-hover\">
  6891.                                         <thead>
  6892.                                             <tr class=\"table-active\">
  6893.                                                 <th scope=\"col\">Année</th>
  6894.                                                 <th scope=\"col\">Titre</th>
  6895.                                                 <th scope=\"col\">Réalisation</th>
  6896.                                                 <th scope=\"col\">Format</th>
  6897.                                                 <th scope=\"col\">Catégorie</th>
  6898.                                                 <th scope=\"col\">Production</th>
  6899.                                             </tr>
  6900.                                         </thead>
  6901.                                         <tbody>
  6902.                                             {% for experience in prestaservices.dresseurExperiences %}
  6903.                                             <tr>
  6904.                                                 <td>{{ experience.annee }}</td>
  6905.                                                 <td>{{ experience.titre }}</td>
  6906.                                                 <td>{{ experience.realisation }}</td>
  6907.                                                 <td>{{ experience.format }}</td>
  6908.                                                 <td>{{ experience.categorie }}</td>
  6909.                                                 <td>{{ experience.production }}</td>
  6910.                                             </tr>
  6911.                                             {% endfor %}
  6912.                                         </tbody>
  6913.                                     </table>
  6914.                                 </div>
  6915.                             {% endif %}
  6916.                             {% if prestaservices.dresseurExperienceAutre %}
  6917.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6918.                                    Autre(s) expérience(s)
  6919.                                 </div>
  6920.                                 <div class=\"form-group\">
  6921.                                         {{ prestaservices.dresseurExperienceAutre }}
  6922.                                 </div>
  6923.                             {% endif %}
  6924.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6925.                                    informations complémentaires
  6926.                             </div>
  6927.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  6928.                                 <div class=\"form-group\">
  6929.                                     Rayon d'intervention :
  6930.                                     <ul>
  6931.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  6932.                                             {% set rayon_normandie = \" \" %}
  6933.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  6934.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  6935.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  6936.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  6937.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  6938.                                             <li>
  6939.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  6940.                                             </li>
  6941.                                         {% endif %}
  6942.                                         {% if prestaservices.rayonHorsNormandie %}
  6943.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  6944.                                         {% endif %}
  6945.                                     </ul>
  6946.                                 </div>
  6947.                             {% endif %}
  6948.                             {% if prestaservices.langues != '' %}
  6949.                                 <div class=\"form-group\">
  6950.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  6951.                                 </div>
  6952.                             {% endif %}
  6953.                         </div>
  6954.                         {# Effet spécial #}
  6955.                         <div class=\"tab-pane fade {{ effetsSpeciauxcontenuactif }} p-2\" id=\"effetsSpeciaux\" style=\"border-left: solid #DEE2E6 1px\">
  6956.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6957.                                 descriptif général de l'activité
  6958.                             </div>
  6959.                             <div class=\"form-group\">
  6960.                                 {{ prestaservices.effetSpecialDescriptif }}
  6961.                             </div>
  6962.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6963.                                 Services proposés
  6964.                             </div>
  6965.                             <div class=\"form-group\">
  6966.                                 <ul>
  6967.                                     {% if prestaservices.effetSpecialEffetAtmospherique %}<li>Effets atmosphériques (pluie, vent, brouillard, neige,…)</li>{% endif %}
  6968.                                     {% if prestaservices.effetSpecialEffetAquatique %}<li>Effets aquatiques (création de bassins, de cascades,…)</li>{% endif %}
  6969.                                     {% if prestaservices.effetSpecialExplosionDecorNaturel %}<li>Explosion en décor naturel</li>{% endif %}
  6970.                                     {% if prestaservices.effetSpecialExplosionStudio %}<li>Explosion en studio</li>{% endif %}
  6971.                                     {% if prestaservices.effetSpecialTirImpact %}<li>Tir & impact</li>{% endif %}
  6972.                                     {% if prestaservices.effetSpecialTorcheHumaine %}<li>Torche humaine</li>{% endif %}
  6973.                                     {% if prestaservices.effetSpecialFeu %}<li>Feu, incendie, embrasement de site</li>{% endif %}
  6974.                                     {% if prestaservices.effetSpecialFeuxArtificePerso %}<li>Feux d’artifices personnalisés</li>{% endif %}
  6975.                                     {% if prestaservices.effetSpecialRegleurSceneAccident %}<li>Régleur de scène d’accident</li>{% endif %}
  6976.                                     {% if prestaservices.effetSpecialCascadeAuto %}<li>Cascade auto</li>{% endif %}
  6977.                                     {% if prestaservices.effetSpecialCascadeCamion %}<li>Cascade camion</li>{% endif %}
  6978.                                     {% if prestaservices.effetSpecialCascadeMoto %}<li>Cascade moto</li>{% endif %}
  6979.                                     {% if prestaservices.effetSpecialCascadePhysique %}<li>Cascade physique</li>{% endif %}
  6980.                                     {% if prestaservices.effetSpecialRegleurCombat %}<li>Régleur de combat</li>{% endif %}
  6981.                                     {% if prestaservices.effetSpecialEffetMaquillage %}<li>Effets de maquillage (bloody effects,…)</li>{% endif %}
  6982.                                     {% if prestaservices.effetSpecialCreationProthese %}<li>Création de prothèses & masques (de créatures, de déformations corporelles,…)</li>{% endif %}
  6983.                                     {% if prestaservices.effetSpecialMiniature %}<li>Miniatures et modelage (création de maquettes de décor, de figurines et miniatures,…)</li>{% endif %}
  6984.                                     {% if prestaservices.effetSpecialAccessoiresTrucage %}<li>Accessoires SF (création d’armes, … )</li>{% endif %}
  6985.                                     {% if prestaservices.effetSpecialAutre %}<li>Autre(s) : {{ prestaservices.effetSpecialAutrePrecision }}</li>{% endif %}
  6986.                                 </ul>
  6987.                             </div>
  6988.                             {% if prestaservices.effetSpecialExperiences|length > 0 %}
  6989.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  6990.                                     Expérience(s) de tournage(s)
  6991.                                 </div>
  6992.                                 <div class=\"form-group\">
  6993.                                     <table class=\"table table-hover\">
  6994.                                         <thead>
  6995.                                             <tr class=\"table-active\">
  6996.                                                 <th scope=\"col\">Année</th>
  6997.                                                 <th scope=\"col\">Titre</th>
  6998.                                                 <th scope=\"col\">Réalisation</th>
  6999.                                                 <th scope=\"col\">Format</th>
  7000.                                                 <th scope=\"col\">Catégorie</th>
  7001.                                                 <th scope=\"col\">Production</th>
  7002.                                             </tr>
  7003.                                         </thead>
  7004.                                         <tbody>
  7005.                                             {% for experience in prestaservices.effetSpecialExperiences %}
  7006.                                             <tr>
  7007.                                                 <td>{{ experience.annee }}</td>
  7008.                                                 <td>{{ experience.titre }}</td>
  7009.                                                 <td>{{ experience.realisation }}</td>
  7010.                                                 <td>{{ experience.format }}</td>
  7011.                                                 <td>{{ experience.categorie }}</td>
  7012.                                                 <td>{{ experience.production }}</td>
  7013.                                             </tr>
  7014.                                             {% endfor %}
  7015.                                         </tbody>
  7016.                                     </table>
  7017.                                 </div>
  7018.                             {% endif %}
  7019.                             {% if prestaservices.effetSpecialExperienceAutre %}
  7020.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7021.                                    Autre(s) expérience(s)
  7022.                                 </div>
  7023.                                 <div class=\"form-group\">
  7024.                                         {{ prestaservices.effetSpecialExperienceAutre }}
  7025.                                 </div>
  7026.                             {% endif %}
  7027.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7028.                                    informations complémentaires
  7029.                             </div>
  7030.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7031.                                 <div class=\"form-group\">
  7032.                                     Rayon d'intervention :
  7033.                                     <ul>
  7034.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7035.                                             {% set rayon_normandie = \" \" %}
  7036.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7037.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7038.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7039.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7040.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7041.                                             <li>
  7042.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7043.                                             </li>
  7044.                                         {% endif %}
  7045.                                         {% if prestaservices.rayonHorsNormandie %}
  7046.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7047.                                         {% endif %}
  7048.                                     </ul>
  7049.                                 </div>
  7050.                             {% endif %}
  7051.                             {% if prestaservices.langues != '' %}
  7052.                                 <div class=\"form-group\">
  7053.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7054.                                 </div>
  7055.                             {% endif %}
  7056.                         </div>
  7057.                         {# Securite #}
  7058.                         <div class=\"tab-pane fade {{ securitecontenuactif }} p-2\" id=\"securite\" style=\"border-left: solid #DEE2E6 1px\">
  7059.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7060.                                 descriptif général de l'activité
  7061.                             </div>
  7062.                             <div class=\"form-group\">
  7063.                                 {{ prestaservices.securiteDescriptif }}
  7064.                             </div>
  7065.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7066.                                 Services proposés
  7067.                             </div>
  7068.                             <div class=\"form-group\">
  7069.                                 <ul>
  7070.                                     {% if prestaservices.securiteAssistanceVisiteur %}<li>Assistance aux visiteurs</li>{% endif %}
  7071.                                     {% if prestaservices.securiteConvoyage %}<li>Convoyage</li>{% endif %}
  7072.                                     {% if prestaservices.securiteFiltrage %}<li>Filtrage et contrôle d’accès</li>{% endif %}
  7073.                                     {% if prestaservices.securiteProtectionRapprochee %}<li>Protection rapprochée</li>{% endif %}
  7074.                                     {% if prestaservices.securiteRondes %}<li>Rondes à vue diurnes et/ou nocturnes</li>{% endif %}
  7075.                                     {% if prestaservices.securiteSecuriteInvite %}<li>Sécurité d’invités</li>{% endif %}
  7076.                                     {% if prestaservices.securiteSurveillanceCanine %}<li>Surveillance avec chien</li>{% endif %}
  7077.                                     {% if prestaservices.securiteSurveillanceStatique %}<li>Surveillance statique</li>{% endif %}
  7078.                                     {% if prestaservices.securiteTenueMainCourante %}<li>Tenue de la main-courante</li>{% endif %}
  7079.                                     {% if prestaservices.securiteTransport %}<li>Véhicule de transport en protection rapprochée</li>{% endif %}
  7080.                                     {% if prestaservices.securiteVentousage %}<li>Ventousage</li>{% endif %}
  7081.                                     {% if prestaservices.securiteVerifSysteme %}<li>Vérification des installations et systèmes de sécurité</li>{% endif %}
  7082.                                     {% if prestaservices.securiteVerifPrevention %}<li>Vérification et suivi des installations de prévention incendie</li>{% endif %}
  7083.                                 </ul>
  7084.                             </div>
  7085.                             {% if prestaservices.securiteCertification or prestaservices.securiteCertificationPrecision != '' %}
  7086.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7087.                                     Certification
  7088.                                 </div>
  7089.                                 <div class=\"form-group\">
  7090.                                     {{ prestaservices.securiteCertificationPrecision }}
  7091.                                 </div>
  7092.                             {% endif %}
  7093.                             {% if prestaservices.securiteExperiences|length > 0 %}
  7094.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7095.                                     Expérience(s) de tournage(s)
  7096.                                 </div>
  7097.                                 <div class=\"form-group\">
  7098.                                     <table class=\"table table-hover\">
  7099.                                         <thead>
  7100.                                             <tr class=\"table-active\">
  7101.                                                 <th scope=\"col\">Année</th>
  7102.                                                 <th scope=\"col\">Titre</th>
  7103.                                                 <th scope=\"col\">Réalisation</th>
  7104.                                                 <th scope=\"col\">Format</th>
  7105.                                                 <th scope=\"col\">Catégorie</th>
  7106.                                                 <th scope=\"col\">Production</th>
  7107.                                             </tr>
  7108.                                         </thead>
  7109.                                         <tbody>
  7110.                                             {% for experience in prestaservices.securiteExperiences %}
  7111.                                             <tr>
  7112.                                                 <td>{{ experience.annee }}</td>
  7113.                                                 <td>{{ experience.titre }}</td>
  7114.                                                 <td>{{ experience.realisation }}</td>
  7115.                                                 <td>{{ experience.format }}</td>
  7116.                                                 <td>{{ experience.categorie }}</td>
  7117.                                                 <td>{{ experience.production }}</td>
  7118.                                             </tr>
  7119.                                             {% endfor %}
  7120.                                         </tbody>
  7121.                                     </table>
  7122.                                 </div>
  7123.                             {% endif %}
  7124.                             {% if prestaservices.securiteExperienceAutre %}
  7125.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7126.                                    Autre(s) expérience(s)
  7127.                                 </div>
  7128.                                 <div class=\"form-group\">
  7129.                                         {{ prestaservices.securiteExperienceAutre }}
  7130.                                 </div>
  7131.                             {% endif %}
  7132.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7133.                                    informations complémentaires
  7134.                             </div>
  7135.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7136.                                 <div class=\"form-group\">
  7137.                                     Rayon d'intervention :
  7138.                                     <ul>
  7139.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7140.                                             {% set rayon_normandie = \" \" %}
  7141.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7142.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7143.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7144.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7145.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7146.                                             <li>
  7147.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7148.                                             </li>
  7149.                                         {% endif %}
  7150.                                         {% if prestaservices.rayonHorsNormandie %}
  7151.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7152.                                         {% endif %}
  7153.                                     </ul>
  7154.                                 </div>
  7155.                             {% endif %}
  7156.                             {% if prestaservices.langues != '' %}
  7157.                                 <div class=\"form-group\">
  7158.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7159.                                 </div>
  7160.                             {% endif %}
  7161.                         </div>
  7162.                         {# Vehicule Technique #}
  7163.                         <div class=\"tab-pane fade {{ vehiculeTechniquecontenuactif }} p-2\" id=\"vehiculeTechnique\" style=\"border-left: solid #DEE2E6 1px\">
  7164.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7165.                                 descriptif général de l'activité
  7166.                             </div>
  7167.                             <div class=\"form-group\">
  7168.                                 {{ prestaservices.vehiculeTechniqueDescriptif }}
  7169.                             </div>
  7170.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7171.                                 Services proposés
  7172.                             </div>
  7173.                             <div class=\"form-group\">
  7174.                                 {% if
  7175.                                     prestaservices.vehiculeTechniqueCamionRegie or
  7176.                                     prestaservices.vehiculeTechniqueLogeMobile or
  7177.                                     prestaservices.vehiculeTechniqueRemorque or
  7178.                                     prestaservices.vehiculeTechniqueToiletteMobile
  7179.                                 %}
  7180.                                     <ul>
  7181.                                         {% if prestaservices.vehiculeTechniqueCamionRegie %}<li>Camions régie</li>{% endif %}
  7182.                                         {% if prestaservices.vehiculeTechniqueLogeMobile %}<li>Loges mobiles</li>{% endif %}
  7183.                                         {% if prestaservices.vehiculeTechniqueRemorque %}<li>Remorques et plateaux</li>{% endif %}
  7184.                                         {% if prestaservices.vehiculeTechniqueToiletteMobile %}<li>Toilettes mobiles</li>{% endif %}
  7185.                                     </ul>
  7186.                                 {% endif %}
  7187.                                 {% if
  7188.                                     prestaservices.vehiculeTechniqueAppAlimentaire or
  7189.                                     prestaservices.vehiculeTechniqueAssiseTable or
  7190.                                     prestaservices.vehiculeTechniqueBureau or
  7191.                                     prestaservices.vehiculeTechniqueCaisse or
  7192.                                     prestaservices.vehiculeTechniqueChauffage or
  7193.                                     prestaservices.vehiculeTechniqueEnergie or
  7194.                                     prestaservices.vehiculeTechniqueEnginElevation or
  7195.                                     prestaservices.vehiculeTechniqueMaterielHmc or
  7196.                                     prestaservices.vehiculeTechniqueMaterielSecurite or
  7197.                                     prestaservices.vehiculeTechniqueOutilCom or
  7198.                                     prestaservices.vehiculeTechniqueTente
  7199.                                 %}
  7200.                                     <ul>
  7201.                                         {% if prestaservices.vehiculeTechniqueAppAlimentaire %}<li>Appareils alimentaires (café, eau, …)</li>{% endif %}
  7202.                                         {% if prestaservices.vehiculeTechniqueAssiseTable %}<li>Assises, tables</li>{% endif %}
  7203.                                         {% if prestaservices.vehiculeTechniqueBureau %}<li>Bureaux de production</li>{% endif %}
  7204.                                         {% if prestaservices.vehiculeTechniqueCaisse %}<li>Caisses roulantes</li>{% endif %}
  7205.                                         {% if prestaservices.vehiculeTechniqueChauffage %}<li>Chauffages</li>{% endif %}
  7206.                                         {% if prestaservices.vehiculeTechniqueEnergie %}<li>Énergie (groupes électrogènes, câbles …)</li>{% endif %}
  7207.                                         {% if prestaservices.vehiculeTechniqueEnginElevation %}<li>Engins d'élévation (nacelles, grues....)</li>{% endif %}
  7208.                                         {% if prestaservices.vehiculeTechniqueMaterielHmc %}<li>Matériel HMC (miroirs, repassage …)</li>{% endif %}
  7209.                                         {% if prestaservices.vehiculeTechniqueMaterielSecurite %}<li>Matériel sécurité (balises, plots ...)</li>{% endif %}
  7210.                                         {% if prestaservices.vehiculeTechniqueOutilCom %}<li>Outils de communication (talkies...)</li>{% endif %}
  7211.                                         {% if prestaservices.vehiculeTechniqueTente %}<li>Tentes, parquets</li>{% endif %}
  7212.                                     </ul>
  7213.                                 {% endif %}
  7214.                                 {% if
  7215.                                     prestaservices.vehiculeTechniqueVentousage or
  7216.                                     prestaservices.vehiculeTechniqueConvoyage or
  7217.                                     prestaservices.vehiculeTechniqueLivraison
  7218.                                 %}
  7219.                                     <ul>
  7220.                                         {% if prestaservices.vehiculeTechniqueVentousage %}<li>Ventousage</li>{% endif %}
  7221.                                         {% if prestaservices.vehiculeTechniqueConvoyage %}<li>Convoyage</li>{% endif %}
  7222.                                         {% if prestaservices.vehiculeTechniqueLivraison %}<li>Livraison sur site</li>{% endif %}
  7223.                                     </ul>
  7224.                                 {% endif %}
  7225.                             </div>
  7226.                             {% if prestaservices.vehiculeTechniqueExperiences|length > 0 %}
  7227.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7228.                                     Expérience(s) de tournage(s)
  7229.                                 </div>
  7230.                                 <div class=\"form-group\">
  7231.                                     <table class=\"table table-hover\">
  7232.                                         <thead>
  7233.                                             <tr class=\"table-active\">
  7234.                                                 <th scope=\"col\">Année</th>
  7235.                                                 <th scope=\"col\">Titre</th>
  7236.                                                 <th scope=\"col\">Réalisation</th>
  7237.                                                 <th scope=\"col\">Format</th>
  7238.                                                 <th scope=\"col\">Catégorie</th>
  7239.                                                 <th scope=\"col\">Production</th>
  7240.                                             </tr>
  7241.                                         </thead>
  7242.                                         <tbody>
  7243.                                             {% for experience in prestaservices.vehiculeTechniqueExperiences %}
  7244.                                             <tr>
  7245.                                                 <td>{{ experience.annee }}</td>
  7246.                                                 <td>{{ experience.titre }}</td>
  7247.                                                 <td>{{ experience.realisation }}</td>
  7248.                                                 <td>{{ experience.format }}</td>
  7249.                                                 <td>{{ experience.categorie }}</td>
  7250.                                                 <td>{{ experience.production }}</td>
  7251.                                             </tr>
  7252.                                             {% endfor %}
  7253.                                         </tbody>
  7254.                                     </table>
  7255.                                 </div>
  7256.                             {% endif %}
  7257.                             {% if prestaservices.vehiculeTechniqueExperienceAutre %}
  7258.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7259.                                    Autre(s) expérience(s)
  7260.                                 </div>
  7261.                                 <div class=\"form-group\">
  7262.                                         {{ prestaservices.vehiculeTechniqueExperienceAutre }}
  7263.                                 </div>
  7264.                             {% endif %}
  7265.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7266.                                    informations complémentaires
  7267.                             </div>
  7268.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7269.                                 <div class=\"form-group\">
  7270.                                     Rayon d'intervention :
  7271.                                     <ul>
  7272.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7273.                                             {% set rayon_normandie = \" \" %}
  7274.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7275.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7276.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7277.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7278.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7279.                                             <li>
  7280.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7281.                                             </li>
  7282.                                         {% endif %}
  7283.                                         {% if prestaservices.rayonHorsNormandie %}
  7284.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7285.                                         {% endif %}
  7286.                                     </ul>
  7287.                                 </div>
  7288.                             {% endif %}
  7289.                             {% if prestaservices.langues != '' %}
  7290.                                 <div class=\"form-group\">
  7291.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7292.                                 </div>
  7293.                             {% endif %}
  7294.                         </div>
  7295.                         {# Vehicule Jeu #}
  7296.                         <div class=\"tab-pane fade {{ vehiculeJeucontenuactif }} p-2\" id=\"vehiculeJeu\" style=\"border-left: solid #DEE2E6 1px\">
  7297.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7298.                                 descriptif général de l'activité
  7299.                             </div>
  7300.                             <div class=\"form-group\">
  7301.                                 {{ prestaservices.vehiculeJeuDescriptif }}
  7302.                             </div>
  7303.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7304.                                 véhicules en possession
  7305.                             </div>
  7306.                             <div class=\"form-group\">
  7307.                                 {{ prestaservices.vehiculeJeuQuantite }}
  7308.                             </div>
  7309.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7310.                                 Services proposés
  7311.                             </div>
  7312.                             <div class=\"form-group\">
  7313.                                 <ul>
  7314.                                     {% if prestaservices.vehiculeJeuLocation %}<li>Location de véhicules de jeu</li>{% endif %}
  7315.                                     {% if prestaservices.vehiculeJeuGestion %}<li>Gestion intégrale du parc automobile sur tournage</li>{% endif %}
  7316.                                     {% if prestaservices.vehiculeJeuLivraison %}<li>Livraison sur site</li>{% endif %}
  7317.                                 </ul>
  7318.                             </div>
  7319.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7320.                                 Descriptif détaillé du parc de véhicule de jeu
  7321.                             </div>
  7322.                             <div class=\"form-group\">
  7323.                                 <table class=\"table table-hover\">
  7324.                                     <thead>
  7325.                                         <tr class=\"table-active\">
  7326.                                             <th scope=\"col\">Type de véhicule</th>
  7327.                                             <th scope=\"col\">Nombre</th>
  7328.                                             <th scope=\"col\">Caractéristiques</th>
  7329.                                             <th scope=\"col\">Année</th>
  7330.                                             <th scope=\"col\">Origine</th>
  7331.                                         </tr>
  7332.                                     </thead>
  7333.                                     <tbody>
  7334.                                         {% for vehiculeJeu in prestaservices.vehiculeJeuListes %}
  7335.                                         <tr>
  7336.                                             <td>{{ vehiculeJeu.type }}</td>
  7337.                                             <td>{{ vehiculeJeu.nombre }}</td>
  7338.                                             <td>{{ vehiculeJeu.caracteristique }}</td>
  7339.                                             <td>{{ vehiculeJeu.annee }}</td>
  7340.                                             <td>{{ vehiculeJeu.origine }}</td>
  7341.                                         </tr>
  7342.                                         {% endfor %}
  7343.                                     </tbody>
  7344.                                 </table>
  7345.                             </div>
  7346.                             {% if prestaservices.vehiculeJeuExperiences|length > 0 %}
  7347.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7348.                                     Expérience(s) de tournage(s)
  7349.                                 </div>
  7350.                                 <div class=\"form-group\">
  7351.                                     <table class=\"table table-hover\">
  7352.                                         <thead>
  7353.                                             <tr class=\"table-active\">
  7354.                                                 <th scope=\"col\">Année</th>
  7355.                                                 <th scope=\"col\">Titre</th>
  7356.                                                 <th scope=\"col\">Réalisation</th>
  7357.                                                 <th scope=\"col\">Format</th>
  7358.                                                 <th scope=\"col\">Catégorie</th>
  7359.                                                 <th scope=\"col\">Production</th>
  7360.                                             </tr>
  7361.                                         </thead>
  7362.                                         <tbody>
  7363.                                             {% for experience in prestaservices.vehiculeJeuExperiences %}
  7364.                                             <tr>
  7365.                                                 <td>{{ experience.annee }}</td>
  7366.                                                 <td>{{ experience.titre }}</td>
  7367.                                                 <td>{{ experience.realisation }}</td>
  7368.                                                 <td>{{ experience.format }}</td>
  7369.                                                 <td>{{ experience.categorie }}</td>
  7370.                                                 <td>{{ experience.production }}</td>
  7371.                                             </tr>
  7372.                                             {% endfor %}
  7373.                                         </tbody>
  7374.                                     </table>
  7375.                                 </div>
  7376.                             {% endif %}
  7377.                             {% if prestaservices.vehiculeJeuExperienceAutre %}
  7378.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7379.                                    Autre(s) expérience(s)
  7380.                                 </div>
  7381.                                 <div class=\"form-group\">
  7382.                                         {{ prestaservices.vehiculeJeuExperienceAutre }}
  7383.                                 </div>
  7384.                             {% endif %}
  7385.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7386.                                    informations complémentaires
  7387.                             </div>
  7388.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7389.                                 <div class=\"form-group\">
  7390.                                     Rayon d'intervention :
  7391.                                     <ul>
  7392.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7393.                                             {% set rayon_normandie = \" \" %}
  7394.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7395.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7396.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7397.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7398.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7399.                                             <li>
  7400.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7401.                                             </li>
  7402.                                         {% endif %}
  7403.                                         {% if prestaservices.rayonHorsNormandie %}
  7404.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7405.                                         {% endif %}
  7406.                                     </ul>
  7407.                                 </div>
  7408.                             {% endif %}
  7409.                             {% if prestaservices.langues != '' %}
  7410.                                 <div class=\"form-group\">
  7411.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7412.                                 </div>
  7413.                             {% endif %}
  7414.                         </div>
  7415.                         {# Ressourcerie #}
  7416.                         <div class=\"tab-pane fade {{ ressourceriecontenuactif }} p-2\" id=\"ressourcerie\" style=\"border-left: solid #DEE2E6 1px\">
  7417.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7418.                                 descriptif général de l'activité
  7419.                             </div>
  7420.                             <div class=\"form-group\">
  7421.                                 {{ prestaservices.ressourcerieDescriptif }}
  7422.                             </div>
  7423.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7424.                                 estimation quantité des matériels et équipements en possession
  7425.                             </div>
  7426.                             <div class=\"form-group\">
  7427.                                 {{ prestaservices.ressourcerieMateriel }}
  7428.                             </div>
  7429.                             {% if prestaservices.ressourcerieExperiences|length > 0 %}
  7430.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7431.                                     Expérience(s) de tournage(s)
  7432.                                 </div>
  7433.                                 <div class=\"form-group\">
  7434.                                     <table class=\"table table-hover\">
  7435.                                         <thead>
  7436.                                             <tr class=\"table-active\">
  7437.                                                 <th scope=\"col\">Année</th>
  7438.                                                 <th scope=\"col\">Titre</th>
  7439.                                                 <th scope=\"col\">Réalisation</th>
  7440.                                                 <th scope=\"col\">Format</th>
  7441.                                                 <th scope=\"col\">Catégorie</th>
  7442.                                                 <th scope=\"col\">Production</th>
  7443.                                             </tr>
  7444.                                         </thead>
  7445.                                         <tbody>
  7446.                                             {% for experience in prestaservices.ressourcerieExperiences %}
  7447.                                             <tr>
  7448.                                                 <td>{{ experience.annee }}</td>
  7449.                                                 <td>{{ experience.titre }}</td>
  7450.                                                 <td>{{ experience.realisation }}</td>
  7451.                                                 <td>{{ experience.format }}</td>
  7452.                                                 <td>{{ experience.categorie }}</td>
  7453.                                                 <td>{{ experience.production }}</td>
  7454.                                             </tr>
  7455.                                             {% endfor %}
  7456.                                         </tbody>
  7457.                                     </table>
  7458.                                 </div>
  7459.                             {% endif %}
  7460.                             {% if prestaservices.ressourcerieExperienceAutre %}
  7461.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7462.                                    Autre(s) expérience(s)
  7463.                                 </div>
  7464.                                 <div class=\"form-group\">
  7465.                                         {{ prestaservices.ressourcerieExperienceAutre }}
  7466.                                 </div>
  7467.                             {% endif %}
  7468.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7469.                                    informations complémentaires
  7470.                             </div>
  7471.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7472.                                 <div class=\"form-group\">
  7473.                                     Rayon d'intervention :
  7474.                                     <ul>
  7475.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7476.                                             {% set rayon_normandie = \" \" %}
  7477.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7478.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7479.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7480.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7481.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7482.                                             <li>
  7483.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7484.                                             </li>
  7485.                                         {% endif %}
  7486.                                         {% if prestaservices.rayonHorsNormandie %}
  7487.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7488.                                         {% endif %}
  7489.                                     </ul>
  7490.                                 </div>
  7491.                             {% endif %}
  7492.                             {% if prestaservices.langues != '' %}
  7493.                                 <div class=\"form-group\">
  7494.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7495.                                 </div>
  7496.                             {% endif %}
  7497.                         </div>
  7498.                         {# Vehicule Transport #}
  7499.                         <div class=\"tab-pane fade {{ vehiculeTransportcontenuactif }} p-2\" id=\"vehiculeTransport\" style=\"border-left: solid #DEE2E6 1px\">
  7500.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7501.                                 descriptif général de l'activité
  7502.                             </div>
  7503.                             <div class=\"form-group\">
  7504.                                 {{ prestaservices.vehiculeTransportDescriptif }}
  7505.                             </div>
  7506.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7507.                                 Services proposés
  7508.                             </div>
  7509.                             <div class=\"form-group\">
  7510.                                 <ul>
  7511.                                     {% if prestaservices.vehiculeTransportLocation %}<li>Location de véhicules de transport de personne</li>{% endif %}
  7512.                                     {% if prestaservices.vehiculeTransportLivraison %}<li>Livraison sur site</li>{% endif %}
  7513.                                 </ul>
  7514.                             </div>
  7515.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7516.                                 Descriptif détaillé du parc de véhicule de transport
  7517.                             </div>
  7518.                             <div class=\"form-group\">
  7519.                                 <table class=\"table table-hover\">
  7520.                                     <thead>
  7521.                                         <tr class=\"table-active\">
  7522.                                             <th scope=\"col\">Type de véhicule</th>
  7523.                                             <th scope=\"col\">Nombre</th>
  7524.                                             <th scope=\"col\">Caractéristiques</th>
  7525.                                         </tr>
  7526.                                     </thead>
  7527.                                     <tbody>
  7528.                                         {% for vehiculeTransport in prestaservices.vehiculeTransportListes %}
  7529.                                         <tr>
  7530.                                             <td>{{ vehiculeTransport.type }}</td>
  7531.                                             <td>{{ vehiculeTransport.nombre }}</td>
  7532.                                             <td>{{ vehiculeTransport.caracteristique }}</td>
  7533.                                         </tr>
  7534.                                         {% endfor %}
  7535.                                     </tbody>
  7536.                                 </table>
  7537.                             </div>
  7538.                             {% if prestaservices.vehiculeTransportExperiences|length > 0 %}
  7539.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7540.                                     Expérience(s) de tournage(s)
  7541.                                 </div>
  7542.                                 <div class=\"form-group\">
  7543.                                     <table class=\"table table-hover\">
  7544.                                         <thead>
  7545.                                             <tr class=\"table-active\">
  7546.                                                 <th scope=\"col\">Année</th>
  7547.                                                 <th scope=\"col\">Titre</th>
  7548.                                                 <th scope=\"col\">Réalisation</th>
  7549.                                                 <th scope=\"col\">Format</th>
  7550.                                                 <th scope=\"col\">Catégorie</th>
  7551.                                                 <th scope=\"col\">Production</th>
  7552.                                             </tr>
  7553.                                         </thead>
  7554.                                         <tbody>
  7555.                                             {% for experience in prestaservices.vehiculeTransportExperiences %}
  7556.                                             <tr>
  7557.                                                 <td>{{ experience.annee }}</td>
  7558.                                                 <td>{{ experience.titre }}</td>
  7559.                                                 <td>{{ experience.realisation }}</td>
  7560.                                                 <td>{{ experience.format }}</td>
  7561.                                                 <td>{{ experience.categorie }}</td>
  7562.                                                 <td>{{ experience.production }}</td>
  7563.                                             </tr>
  7564.                                             {% endfor %}
  7565.                                         </tbody>
  7566.                                     </table>
  7567.                                 </div>
  7568.                             {% endif %}
  7569.                             {% if prestaservices.vehiculeTransportExperienceAutre %}
  7570.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7571.                                    Autre(s) expérience(s)
  7572.                                 </div>
  7573.                                 <div class=\"form-group\">
  7574.                                         {{ prestaservices.vehiculeTransportExperienceAutre }}
  7575.                                 </div>
  7576.                             {% endif %}
  7577.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7578.                                    informations complémentaires
  7579.                             </div>
  7580.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7581.                                 <div class=\"form-group\">
  7582.                                     Rayon d'intervention :
  7583.                                     <ul>
  7584.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7585.                                             {% set rayon_normandie = \" \" %}
  7586.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7587.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7588.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7589.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7590.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7591.                                             <li>
  7592.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7593.                                             </li>
  7594.                                         {% endif %}
  7595.                                         {% if prestaservices.rayonHorsNormandie %}
  7596.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7597.                                         {% endif %}
  7598.                                     </ul>
  7599.                                 </div>
  7600.                             {% endif %}
  7601.                             {% if prestaservices.langues != '' %}
  7602.                                 <div class=\"form-group\">
  7603.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7604.                                 </div>
  7605.                             {% endif %}
  7606.                         </div>
  7607.                         {#  Vues aériennes / Drone #}
  7608.                         <div class=\"tab-pane fade {{ dronecontenuactif }} p-2\" id=\"drone\" style=\"border-left: solid #DEE2E6 1px\">
  7609.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7610.                                 descriptif général de l'activité
  7611.                             </div>
  7612.                             <div class=\"form-group\">
  7613.                                 {{ prestaservices.droneDescriptif }}
  7614.                             </div>
  7615.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7616.                                 Services proposés
  7617.                             </div>
  7618.                             <div class=\"form-group\">
  7619.                                 <ul>
  7620.                                     {% if prestaservices.dronePhoto %}<li>Photographie</li>{% endif %}
  7621.                                     {% if prestaservices.droneVideo %}<li>Vidéo</li>{% endif %}
  7622.                                     {% if prestaservices.droneTimeLapse %}<li>Time-Lapse</li>{% endif %}
  7623.                                     {% if prestaservices.droneModelisation3d %}<li>Modélisation 3D</li>{% endif %}
  7624.                                     {% if prestaservices.droneLocAeroAvecPilote %}<li>Location d’aéronef avec pilote à bord</li>{% endif %}
  7625.                                     {% if prestaservices.droneLocAeroSansPilote %}<li>Location d’aéronef sans pilote à bord</li>{% endif %}
  7626.                                     {% if prestaservices.dronePiloteQualifie %}<li>Pilote qualifié et déclaré à la DGAC</li>{% endif %}
  7627.                                 </ul>
  7628.                             </div>
  7629.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7630.                                 Descriptif détaillé du parc d’aéronef
  7631.                             </div>
  7632.                             <div class=\"form-group\">
  7633.                                 <table class=\"table table-hover\">
  7634.                                     <thead>
  7635.                                         <tr class=\"table-active\">
  7636.                                             <th scope=\"col\">Type d'aéronef</th>
  7637.                                             <th scope=\"col\">Nombre</th>
  7638.                                             <th scope=\"col\">Caractéristiques</th>
  7639.                                         </tr>
  7640.                                     </thead>
  7641.                                     <tbody>
  7642.                                         {% for aeronef in prestaservices.droneListes %}
  7643.                                         <tr>
  7644.                                             <td>{{ aeronef.type }}</td>
  7645.                                             <td>{{ aeronef.nombre }}</td>
  7646.                                             <td>{{ aeronef.caracteristique }}</td>
  7647.                                         </tr>
  7648.                                         {% endfor %}
  7649.                                     </tbody>
  7650.                                 </table>
  7651.                             </div>
  7652.                             {% if prestaservices.droneExperiences|length > 0 %}
  7653.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7654.                                     Expérience(s) de tournage(s)
  7655.                                 </div>
  7656.                                 <div class=\"form-group\">
  7657.                                     <table class=\"table table-hover\">
  7658.                                         <thead>
  7659.                                             <tr class=\"table-active\">
  7660.                                                 <th scope=\"col\">Année</th>
  7661.                                                 <th scope=\"col\">Titre</th>
  7662.                                                 <th scope=\"col\">Réalisation</th>
  7663.                                                 <th scope=\"col\">Format</th>
  7664.                                                 <th scope=\"col\">Catégorie</th>
  7665.                                                 <th scope=\"col\">Production</th>
  7666.                                             </tr>
  7667.                                         </thead>
  7668.                                         <tbody>
  7669.                                             {% for experience in prestaservices.droneExperiences %}
  7670.                                             <tr>
  7671.                                                 <td>{{ experience.annee }}</td>
  7672.                                                 <td>{{ experience.titre }}</td>
  7673.                                                 <td>{{ experience.realisation }}</td>
  7674.                                                 <td>{{ experience.format }}</td>
  7675.                                                 <td>{{ experience.categorie }}</td>
  7676.                                                 <td>{{ experience.production }}</td>
  7677.                                             </tr>
  7678.                                             {% endfor %}
  7679.                                         </tbody>
  7680.                                     </table>
  7681.                                 </div>
  7682.                             {% endif %}
  7683.                             {% if prestaservices.droneExperienceAutre %}
  7684.                                 <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7685.                                    Autre(s) expérience(s)
  7686.                                 </div>
  7687.                                 <div class=\"form-group\">
  7688.                                         {{ prestaservices.droneExperienceAutre }}
  7689.                                 </div>
  7690.                             {% endif %}
  7691.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7692.                                    informations complémentaires
  7693.                             </div>
  7694.                             {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie  %}
  7695.                                 <div class=\"form-group\">
  7696.                                     Rayon d'intervention :
  7697.                                     <ul>
  7698.                                         {% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
  7699.                                             {% set rayon_normandie = \" \" %}
  7700.                                             {% if prestaservices.rayonCalvados  %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
  7701.                                             {% if prestaservices.rayonEure  %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
  7702.                                             {% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
  7703.                                             {% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
  7704.                                             {% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
  7705.                                             <li>
  7706.                                                 En Normandie : {{ rayon_normandie|slice(0, -2) }}
  7707.                                             </li>
  7708.                                         {% endif %}
  7709.                                         {% if prestaservices.rayonHorsNormandie %}
  7710.                                             <li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
  7711.                                         {% endif %}
  7712.                                     </ul>
  7713.                                 </div>
  7714.                             {% endif %}
  7715.                             {% if prestaservices.langues != '' %}
  7716.                                 <div class=\"form-group\">
  7717.                                     Langue(s) pratiquée(s) : {{ prestaservices.langues }}
  7718.                                 </div>
  7719.                             {% endif %}
  7720.                         </div>
  7721.                 </div>
  7722.              {% endfor %}
  7723.         {% endif %}
  7724.         {% if type == 'prodoeuvres' %}
  7725.             {% for prodoeuvre in user.productionsCineAudio %}
  7726.                 <div class=\"form-group col-12\">
  7727.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7728.                         Ligne éditoriale
  7729.                     </div>
  7730.                     {% if prodoeuvre.presentation != '' %}
  7731.                         <div class=\"form-group\">
  7732.                             {{ prodoeuvre.presentation }}
  7733.                         </div>
  7734.                     {% endif %}
  7735.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7736.                         Type(s) de production
  7737.                     </div>
  7738.                     {% if prodoeuvre.cineCmFiction or prodoeuvre.cineCmDoc or prodoeuvre.cineCmAnim or prodoeuvre.cineLmFiction or prodoeuvre.cineLmDoc or prodoeuvre.cineLmAnim %}
  7739.                         <div class=\"form-group\">
  7740.                             Cinéma :
  7741.                             <ul>
  7742.                                 {% if prodoeuvre.cineCmFiction %}<li>Court métrage de fiction : {{ prodoeuvre.cineCmFictionNb }}</li>{% endif %}
  7743.                                 {% if prodoeuvre.cineCmDoc %}<li>Court métrage documentaire : {{ prodoeuvre.cineCmDocNb }}</li>{% endif %}
  7744.                                 {% if prodoeuvre.cineCmAnim %}<li>Court métrage d’animation : {{ prodoeuvre.cineCmAnimNb }}</li>{% endif %}
  7745.                                 {% if prodoeuvre.cineLmFiction %}<li>Long métrage de fiction : {{ prodoeuvre.cineLmFictionNb }}</li>{% endif %}
  7746.                                 {% if prodoeuvre.cineLmDoc %}<li>Long métrage documentaire : {{ prodoeuvre.cineLmDocNb }}</li>{% endif %}
  7747.                                 {% if prodoeuvre.cineLmAnim %}<li>Long métrage d'animation : {{ prodoeuvre.cineLmAnimNb }}</li>{% endif %}
  7748.                             </ul>
  7749.                         </div>
  7750.                     {% endif %}
  7751.                     {% if prodoeuvre.audioUnitFiction or prodoeuvre.audioUnitDoc or prodoeuvre.audioUnitAnim or prodoeuvre.audioSerieFiction or prodoeuvre.audioSerieDoc or prodoeuvre.audioSerieAnim %}
  7752.                         <div class=\"form-group\">
  7753.                             Télévision :
  7754.                             <ul>
  7755.                                 {% if prodoeuvre.audioUnitFiction %}<li>Unitaire de fiction : {{ prodoeuvre.audioUnitFictionNb }}</li>{% endif %}
  7756.                                 {% if prodoeuvre.audioUnitDoc %}<li>Unitaire documentaire : {{ prodoeuvre.audioUnitDocNb }}</li>{% endif %}
  7757.                                 {% if prodoeuvre.audioUnitAnim %}<li>Unitaire d’animation : {{ prodoeuvre.audioUnitAnimNb }}</li>{% endif %}
  7758.                                 {% if prodoeuvre.audioSerieFiction %}<li>Série de fiction : {{ prodoeuvre.audioSerieFictionNb }}</li>{% endif %}
  7759.                                 {% if prodoeuvre.audioSerieDoc %}<li>Série documentaire : {{ prodoeuvre.audioSerieDocNb }}</li>{% endif %}
  7760.                                 {% if prodoeuvre.audioSerieAnim %}<li>Série d’animation : {{ prodoeuvre.audioSerieAnimNb }}</li>{% endif %}
  7761.                             </ul>
  7762.                         </div>
  7763.                     {% endif %}
  7764.                     {% if prodoeuvre.webFiction or prodoeuvre.webDoc or prodoeuvre.webRealiteAug or prodoeuvre.webRealiteVirtuelle or prodoeuvre.audioAutre %}
  7765.                         <div class=\"form-group\">
  7766.                             Web et création numérique :
  7767.                             <ul>
  7768.                                 {% if prodoeuvre.webFiction %}<li>Web fiction : {{ prodoeuvre.webFictionNb }}</li>{% endif %}
  7769.                                 {% if prodoeuvre.webDoc %}<li>Web documentaire : {{ prodoeuvre.webDocNb }}</li>{% endif %}
  7770.                                 {% if prodoeuvre.webRealiteAug %}<li>Web réalité augmentée : {{ prodoeuvre.webRealiteAugNb }}</li>{% endif %}
  7771.                                 {% if prodoeuvre.webRealiteVirtuelle %}<li>Web réalité virtuelle : {{ prodoeuvre.webRealiteVirtuelleNb }}</li>{% endif %}
  7772.                                 {% if prodoeuvre.audioAutre %}<li>{{ prodoeuvre.audioAutrePrecision }} : {{ prodoeuvre.audioAutreNb }}</li>{% endif %}
  7773.                             </ul>
  7774.                         </div>
  7775.                     {% endif %}
  7776.                     {% if prodoeuvre.autrePrecision1 or prodoeuvre.autrePrecision2  %}
  7777.                         <div class=\"form-group\">
  7778.                             Autre :
  7779.                             <ul>
  7780.                                 {% if prodoeuvre.autrePrecision1 %}<li>{{ prodoeuvre.autrePrecision1 }} : {{ prodoeuvre.autrePrecision1Nb }}</li>{% endif %}
  7781.                                 {% if prodoeuvre.autrePrecision2 %}<li>{{ prodoeuvre.autrePrecision2 }} : {{ prodoeuvre.autrePrecision2Nb }}</li>{% endif %}
  7782.                             </ul>
  7783.                         </div>
  7784.                     {% endif %}
  7785.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7786.                         Production(s) représentative(s)
  7787.                     </div>
  7788.                     <div class=\"form-group\">
  7789.                         <table class=\"table table-hover\">
  7790.                             <thead>
  7791.                                 <tr class=\"table-active\">
  7792.                                     <th scope=\"col\">Année</th>
  7793.                                     <th scope=\"col\">Titre</th>
  7794.                                     <th scope=\"col\">Réalisation</th>
  7795.                                     <th scope=\"col\">Format</th>
  7796.                                     <th scope=\"col\">Genre</th>
  7797.                                     <th scope=\"col\">Minutes</th>
  7798.                                     <th scope=\"col\">Coproduction(s)</th>
  7799.                                 </tr>
  7800.                             </thead>
  7801.                             <tbody>
  7802.                                 {% for filmo in prodoeuvre.filmographies %}
  7803.                                 <tr>
  7804.                                     <td>{{ filmo.annee }}</td>
  7805.                                     <td>{{ filmo.titre }}</td>
  7806.                                     <td>{{ filmo.realisation }}</td>
  7807.                                     <td>{{ filmo.type }}</td>
  7808.                                     <td>{{ filmo.genre }}</td>
  7809.                                     <td>{{ filmo.duree }}</td>
  7810.                                     <td>{{ filmo.coprod }}</td>
  7811.                                 </tr>
  7812.                                 {% endfor %}
  7813.                             </tbody>
  7814.                         </table>
  7815.                     </div>
  7816.                     {% if prodoeuvre.catalogueComplet.name %}
  7817.                         <div class=\"my-3\">
  7818.                             <a href=\"{{ vich_uploader_asset(prodoeuvre, 'catalogueCompletFile') }}\" target=\"_blank\">
  7819.                               Voir le catalogue
  7820.                             </a>
  7821.                         </div>
  7822.                     {% endif %}
  7823.                     <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7824.                        informations complémentaires
  7825.                     </div>
  7826.                     <div class=\"form-group\">
  7827.                         {% if prodoeuvre.adherent == 'Oui' %}
  7828.                             Structure de production adhérente à {{ prodoeuvre.adherentPrecision }}<br>
  7829.                         {% endif %}
  7830.                         {% if prodoeuvre.coprodInter == 'occasionnellement' or prodoeuvre.coprodInter == 'regulierement' %}
  7831.                             Développe
  7832.                             {% if prodoeuvre.coprodInter == 'occasionnellement' %}
  7833.                                 occasionnellement
  7834.                             {% else %}
  7835.                                 régulièrement
  7836.                             {% endif %}
  7837.                             des productions internationales<br>
  7838.                         {% endif %}
  7839.                         {% if prodoeuvre.prodExe == 'occasionnellement' or prodoeuvre.prodExe == 'regulierement' %}
  7840.                             Production exécutive
  7841.                             {% if prodoeuvre.prodExeNationale  %}
  7842.                                 nationale
  7843.                             {% endif %}
  7844.                             {% if prodoeuvre.prodExeInternationale  %}
  7845.                                 {% if prodoeuvre.prodExeNationale  %}
  7846.                                 et
  7847.                                 {% endif %}
  7848.                                 internationale
  7849.                             {% endif %}
  7850.                             {% if prodoeuvre.prodExe == 'occasionnellement' %}
  7851.                                 occasionnelle
  7852.                             {% else %}
  7853.                                 régulière
  7854.                             {% endif %}
  7855.                             <br>
  7856.                         {% endif %}
  7857.                         {% if prodoeuvre.distribution == \"Oui\"  %}
  7858.                             Distributeur
  7859.                             {% if prodoeuvre.distributionFilmType  %}
  7860.                                 de {{ prodoeuvre.distributionFilmType }}
  7861.                             {% endif %}
  7862.                         {% endif %}
  7863.                         {% if prodoeuvre.langueEtrangerePrecision  %} Langue(s) pratiquée(s) : {{ prodoeuvre.langueEtrangerePrecision }}<br>{% endif %}
  7864.                     </div>
  7865.                 {% endfor %}
  7866.         {% endif %}
  7867.         {% if type == 'prodfilmscom' %}
  7868.                 {% for prodfilmcom in user.productionsCom %}
  7869.                     <div class=\"form-group col-12\">
  7870.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7871.                             Descriptif de l'activité principale de production
  7872.                         </div>
  7873.                         {% if prodfilmcom.presentation != '' %}
  7874.                             <div class=\"form-group\">
  7875.                                 {{ prodfilmcom.presentation }}
  7876.                             </div>
  7877.                         {% endif %}
  7878.                         {% if prodfilmcom.genreCaptation or prodfilmcom.genreClipMusic or prodfilmcom.genreFilmPeda or prodfilmcom.genreMagazine or prodfilmcom.genrePub or prodfilmcom.genreReportage or prodfilmcom.genreTeaser or prodfilmcom.genreVideo or prodfilmcom.genreAutre %}
  7879.                             <div class=\"form-group\">
  7880.                                 Genre de production :
  7881.                                 <ul>
  7882.                                     {% if prodfilmcom.genreCaptation %}<li>Captation</li>{% endif %}
  7883.                                     {% if prodfilmcom.genreClipMusic %}<li>Clip musical</li>{% endif %}
  7884.                                     {% if prodfilmcom.genreFilmPeda %}<li>Film pédagogique</li>{% endif %}
  7885.                                     {% if prodfilmcom.genreMagazine %}<li>Magazine corporate</li>{% endif %}
  7886.                                     {% if prodfilmcom.genrePub %}<li>Publicité</li>{% endif %}
  7887.                                     {% if prodfilmcom.genreReportage %}<li>Reportage</li>{% endif %}
  7888.                                     {% if prodfilmcom.genreTeaser %}<li>Teaser</li>{% endif %}
  7889.                                     {% if prodfilmcom.genreVideo %}<li>Vidéo de présentation</li>{% endif %}
  7890.                                     {% if prodfilmcom.genreAutre %}<li>{{ prodfilmcom.genreAutrePrecision }}</li>{% endif %}
  7891.                                 </ul>
  7892.                             </div>
  7893.                         {% endif %}
  7894.                         {% if prodfilmcom.techAnim or prodfilmcom.techPriseVueSol or prodfilmcom.techRealAug or prodfilmcom.techVideo360 or prodfilmcom.techVr or prodfilmcom.techWeb or prodfilmcom.techAutre %}
  7895.                             <div class=\"form-group\">
  7896.                                 Technique et format :
  7897.                                 <ul>
  7898.                                     {% if prodfilmcom.techAnim %}<li>Animation/Motion design</li>{% endif %}
  7899.                                     {% if prodfilmcom.techPriseVueSol %}<li>Prise vue au sol</li>{% endif %}
  7900.                                     {% if prodfilmcom.techRealAug %}<li>Réalité augmentée</li>{% endif %}
  7901.                                     {% if prodfilmcom.techVideo360 %}<li>Vidéo 360°</li>{% endif %}
  7902.                                     {% if prodfilmcom.techVr %}<li>VR</li>{% endif %}
  7903.                                     {% if prodfilmcom.techWeb %}<li>Web</li>{% endif %}
  7904.                                     {% if prodfilmcom.techAutre %}<li>{{ prodfilmcom.techAutrePrecision }}</li>{% endif %}
  7905.                                 </ul>
  7906.                             </div>
  7907.                         {% endif %}
  7908.                         <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7909.                             Travaux représentatifs
  7910.                         </div>
  7911.                         <div class=\"form-group\">
  7912.                             <table class=\"table table-hover\">
  7913.                                 <thead>
  7914.                                     <tr class=\"table-active\">
  7915.                                         <th scope=\"col\">Année</th>
  7916.                                         <th scope=\"col\">Titre</th>
  7917.                                         <th scope=\"col\">Genre de production</th>
  7918.                                         <th scope=\"col\">Lien</th>
  7919.                                     </tr>
  7920.                                 </thead>
  7921.                                 <tbody>
  7922.                                     {% for travaux in prodfilmcom.travaux %}
  7923.                                         <tr>
  7924.                                             <td>{{ travaux.annee }}</td>
  7925.                                             <td>{{ travaux.titre }}</td>
  7926.                                             <td>{{ travaux.typeVideo }}</td>
  7927.                                             <td>{% if travaux.lienUrl %}<a href=\"{{ travaux.lienUrl }}\" target=\"_blank\">accéder à la page</a>{% endif %}</td>
  7928.                                         </tr>
  7929.                                     {% endfor %}
  7930.                                 </tbody>
  7931.                             </table>
  7932.                         </div>
  7933.                         {% if prodfilmcom.lienDemo %}
  7934.                             <div class=\"form-group\">
  7935.                                 Démo : <a href=\"{{ prodfilmcom.lienDemo  }}\" target=\"_blank\">accéder à la démo</a>
  7936.                             </div>
  7937.                         {% endif %}
  7938.                         {% if prodfilmcom.lienAutreProjet %}
  7939.                             <div class=\"form-group\">
  7940.                                 Chaîne web : <a href=\"{{ prodfilmcom.lienAutreProjet  }}\" target=\"_blank\">accéder à la chaîne web</a>
  7941.                             </div>
  7942.                         {% endif %}
  7943.                         {% if prodfilmcom.langueEtrangerePrecision != '' %}
  7944.                             <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
  7945.                                informations complémentaires sur votre activité de production
  7946.                             </div>
  7947.                             <div class=\"form-group\">
  7948.                                 {% if prodfilmcom.langueEtrangerePrecision  %}Langue(s) pratiquée(s) : {{ prodfilmcom.langueEtrangerePrecision }}<br>{% endif %}
  7949.                             </div>
  7950.                         {% endif %}
  7951.                     {% endfor %}
  7952.             {% endif %}
  7953.     </div>
  7954. {% endblock %}
  7955. {% block javascripts %}
  7956.     <script>
  7957.         jQuery(document).ready(function() {
  7958.             \$('a').popover();
  7959.             \$('#modal').modal({
  7960.                 backdrop: 'static'
  7961.             });
  7962.         })
  7963.     </script>
  7964. {% endblock %}""catalogue/fiche.html.twig""/home/normanv/www/annuairepro/templates/catalogue/fiche.html.twig");
  7965.     }
  7966. }