var/cache/dev/twig/34/3477739b447bde5878fff92b38aa0a954408c422e6eb61953d90036db1d2b6ba.php line 51

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. /* marche_public/show.html.twig */
  14. class __TwigTemplate_17f112c95aae990c237b2315020e9c672b2fab6c0a57a0c3973ad0d219195c27 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'sousTitre' => [$this'block_sousTitre'],
  25.             'sousSousTitre' => [$this'block_sousSousTitre'],
  26.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""marche_public/show.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""marche_public/show.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""marche_public/show.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         echo " Marché public | Synapse ";
  57.         
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  59.         
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  61.     }
  62.     // line 3
  63.     public function block_sousTitre($context, array $blocks = [])
  64.     {
  65.         $macros $this->macros;
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sousTitre"));
  68.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  69.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sousTitre"));
  70.         echo "Données essentielles des marchés publics.";
  71.         
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  73.         
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  75.     }
  76.     // line 4
  77.     public function block_sousSousTitre($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sousSousTitre"));
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sousSousTitre"));
  84.         echo "Fait le ";
  85.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'4$this->source); })()), "dateMade", [], "any"falsefalsefalse4), "d/m/Y"), "html"nulltrue);
  86.         
  87.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  88.         
  89.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  90.     }
  91.     // line 5
  92.     public function block_body($context, array $blocks = [])
  93.     {
  94.         $macros $this->macros;
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  96.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  97.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  98.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  99.         // line 6
  100.         echo "    <!-- Carte Principale -->
  101.     <div class=\"overflow-hidden\">
  102.         <!-- En-tête de la Carte Principale -->
  103.         <div class=\"section-title px-4 py-5 sm:px-6\">
  104.             <h3 class=\"text-lg leading-6 font-bold\">Détails du Marché Public</h3>
  105.         </div>
  106.         <!-- Contenu de la Carte Principale -->
  107.         <div>
  108.             <dl class=\"details-marche-public\">
  109.                 <!-- Sous-catégorie : Acheteur -->
  110.                 <div class=\"px-4 py-5\">
  111.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Informations générales</h4>
  112.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  113.                         <!-- Identifiant unique de marché public -->
  114.                         <div class=\"py-2\">
  115.                             <dt class=\"text-sm font-medium text-gray-500\">Identifiant unique du marché public</dt>
  116.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  117.         // line 22
  118.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'22$this->source); })()), "marchePublicIdentifiant", [], "any"falsefalsefalse22), "html"nulltrue);
  119.         echo "</dd>
  120.                         </div>
  121.                         <!-- Nom de l'acheteur -->
  122.                         <div class=\"py-2\">
  123.                             <dt class=\"text-sm font-medium text-gray-500\">Nom de l'acheteur</dt>
  124.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  125.         // line 27
  126.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'27$this->source); })()), "acheteurNom", [], "any"falsefalsefalse27), "html"nulltrue);
  127.         echo "</dd>
  128.                         </div>
  129.                         <!-- Identification SIRET -->
  130.                         <div class=\"py-2\">
  131.                             <dt class=\"text-sm font-medium text-gray-500\">SIRET</dt>
  132.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  133.         // line 32
  134.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'32$this->source); })()), "acheteurId", [], "any"falsefalsefalse32), "html"nulltrue);
  135.         echo "</dd>
  136.                         </div>
  137.                     </div>
  138.                 </div>
  139.                 <!-- Sous-catégorie : Caractéristiques du marché public -->
  140.                 <div class=\"px-4 py-5\">
  141.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Caractéristiques du marché public</h4>
  142.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  143.                         <!-- Nature du marché -->
  144.                         <div class=\"py-2\">
  145.                             <dt class=\"text-sm font-medium text-gray-500\">Nature du marché</dt>
  146.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  147.         // line 43
  148.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'43$this->source); })()), "nature", [], "any"falsefalsefalse43), "html"nulltrue);
  149.         echo "</dd>
  150.                         </div>
  151.                         <!-- Objet du marché ou du lot -->
  152.                         <div class=\"py-2\">
  153.                             <dt class=\"text-sm font-medium text-gray-500\">Objet du marché/lot</dt>
  154.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  155.         // line 48
  156.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'48$this->source); })()), "objet", [], "any"falsefalsefalse48), "html"nulltrue);
  157.         echo "</dd>
  158.                         </div>
  159.                         <!-- Code CPV principal -->
  160.                         <div class=\"py-2\">
  161.                             <dt class=\"text-sm font-medium text-gray-500\">Code CPV</dt>
  162.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  163.         // line 53
  164.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'53$this->source); })()), "codeCPV", [], "any"falsefalsefalse53), "html"nulltrue);
  165.         echo "</dd>
  166.                         </div>
  167.                         <!-- Procédure de passation -->
  168.                         <div class=\"py-2\">
  169.                             <dt class=\"text-sm font-medium text-gray-500\">Procédure de passation</dt>
  170.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  171.         // line 58
  172.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'58$this->source); })()), "marchePublicProcedure", [], "any"falsefalsefalse58), "html"nulltrue);
  173.         echo "</dd>
  174.                         </div>
  175.                     </div>
  176.                 </div>
  177.                 <div class=\"px-4 py-5\">
  178.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Lieu principal d'exécution</h4>
  179.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  180.                         <!-- Nature du marché -->
  181.                         <div class=\"py-2\">
  182.                             <dt class=\"text-sm font-medium text-gray-500\">Type de code du lieu d'exécution</dt>
  183.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  184.         // line 68
  185.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'68$this->source); })()), "lieuExecutionTypeCode", [], "any"falsefalsefalse68), "html"nulltrue);
  186.         echo "</dd>
  187.                         </div>
  188.                         <!-- Objet du marché ou du lot -->
  189.                         <div class=\"py-2\">
  190.                             <dt class=\"text-sm font-medium text-gray-500\">Code du lieu d'exécution</dt>
  191.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  192.         // line 73
  193.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'73$this->source); })()), "lieuExecutionCode", [], "any"falsefalsefalse73), "html"nulltrue);
  194.         echo "</dd>
  195.                         </div>
  196.                         <!-- Code CPV principal -->
  197.                         <div class=\"py-2\">
  198.                             <dt class=\"text-sm font-medium text-gray-500\">Nom du lieu d'exécution</dt>
  199.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  200.         // line 78
  201.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'78$this->source); })()), "lieuExecutionNom", [], "any"falsefalsefalse78), "html"nulltrue);
  202.         echo "</dd>
  203.                         </div>
  204.                     </div>
  205.                 </div>
  206.                 <div class=\"px-4 py-5\">
  207.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Durée et dates</h4>
  208.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  209.                         <!-- Nature du marché -->
  210.                         <div class=\"py-2\">
  211.                             <dt class=\"text-sm font-medium text-gray-500\"> Durée initiale du marché en nombre de mois</dt>
  212.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  213.         // line 88
  214.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'88$this->source); })()), "dureeMois", [], "any"falsefalsefalse88), "html"nulltrue);
  215.         echo "</dd>
  216.                         </div>
  217.                         <!-- Objet du marché ou du lot -->
  218.                         <div class=\"py-2\">
  219.                             <dt class=\"text-sm font-medium text-gray-500\">Date de notification</dt>
  220.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  221.         // line 93
  222.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'93$this->source); })()), "dateNotification", [], "any"falsefalsefalse93), "d/m/Y"), "html"nulltrue);
  223.         echo "</dd>
  224.                         </div>
  225.                         <!-- Code CPV principal -->
  226.                         <div class=\"py-2\">
  227.                             <dt class=\"text-sm font-medium text-gray-500\">Date initiale de publication des données essentielles</dt>
  228.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  229.         // line 98
  230.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'98$this->source); })()), "datePublicationDonnees", [], "any"falsefalsefalse98), "d/m/Y"), "html"nulltrue);
  231.         echo "</dd>
  232.                         </div>
  233.                     </div>
  234.                 </div>
  235.                 <div class=\"px-4 py-5\">
  236.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Caractéristiques financières</h4>
  237.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  238.                         <!-- Nature du marché -->
  239.                         <div class=\"py-2\">
  240.                             <dt class=\"text-sm font-medium text-gray-500\"> Montant forfaitaire ou estimé maximum</dt>
  241.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  242.         // line 108
  243.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'108$this->source); })()), "montant", [], "any"falsefalsefalse108), "html"nulltrue);
  244.         echo "€</dd>
  245.                         </div>
  246.                         <!-- Objet du marché ou du lot -->
  247.                         <div class=\"py-2\">
  248.                             <dt class=\"text-sm font-medium text-gray-500\">Forme de Prix</dt>
  249.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  250.         // line 113
  251.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'113$this->source); })()), "formePrix", [], "any"falsefalsefalse113), "html"nulltrue);
  252.         echo "</dd>
  253.                         </div>
  254.                         <!-- Code CPV principal -->
  255.                         <div class=\"py-2\">
  256.                             <dt class=\"text-sm font-medium text-gray-500\"> Type de Prix</dt>
  257.                             <dd class=\"mt-1 text-sm text-gray-900\">
  258.                                 ";
  259.         // line 119
  260.         $context['_parent'] = $context;
  261.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'119$this->source); })()), "typePrix", [], "any"falsefalsefalse119));
  262.         foreach ($context['_seq'] as $context["_key"] => $context["typePrix"]) {
  263.             // line 120
  264.             echo "                                    ";
  265.             echo twig_escape_filter($this->env$context["typePrix"], "html"nulltrue);
  266.             echo "<br>
  267.                                 ";
  268.         }
  269.         $_parent $context['_parent'];
  270.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['typePrix'], $context['_parent'], $context['loop']);
  271.         $context array_intersect_key($context$_parent) + $_parent;
  272.         // line 122
  273.         echo "                            </dd>
  274.                         </div>
  275.                         <div class=\"py-2\">
  276.                             <dt class=\"text-sm font-medium text-gray-500\"> Nombre d'offres reçues</dt>
  277.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  278.         // line 126
  279.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'126$this->source); })()), "offresRecues", [], "any"falsefalsefalse126), "html"nulltrue);
  280.         echo "</dd>
  281.                         </div>
  282.                         <div class=\"py-2\">
  283.                             <dt class=\"text-sm font-medium text-gray-500\"> Pourcentage des produits d'origine UE</dt>
  284.                             <dd class=\"mt-1 text-sm text-gray-900\">
  285.                                 ";
  286.         // line 131
  287.         if (twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'131$this->source); })()), "origineUe", [], "any"falsefalsefalse131))) {
  288.             // line 132
  289.             echo "                                   N/A
  290.                                 ";
  291.         } else {
  292.             // line 134
  293.             echo "                                    ";
  294.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'134$this->source); })()), "origineUe", [], "any"falsefalsefalse134), "html"nulltrue);
  295.             echo " %
  296.                                 ";
  297.         }
  298.         // line 136
  299.         echo "                            </dd>
  300.                         </div>
  301.                         <div class=\"py-2\">
  302.                             <dt class=\"text-sm font-medium text-gray-500\"> Pourcentage des produits d'origine France</dt>
  303.                             <dd class=\"mt-1 text-sm text-gray-900\">
  304.                                 ";
  305.         // line 141
  306.         if (twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'141$this->source); })()), "origineFrance", [], "any"falsefalsefalse141))) {
  307.             // line 142
  308.             echo "                                    N/A
  309.                                 ";
  310.         } else {
  311.             // line 144
  312.             echo "                                    ";
  313.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'144$this->source); })()), "origineFrance", [], "any"falsefalsefalse144), "html"nulltrue);
  314.             echo " %
  315.                                 ";
  316.         }
  317.         // line 146
  318.         echo "                            </dd>
  319.                         </div>
  320.                         <div class=\"py-2\">
  321.                             <dt class=\"text-sm font-medium text-gray-500\"> CCAG</dt>
  322.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  323.         // line 150
  324.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'150$this->source); })()), "ccag", [], "any"falsefalsefalse150), "html"nulltrue);
  325.         echo "</dd>
  326.                         </div>
  327.                         <div class=\"py-2\">
  328.                             <dt class=\"text-sm font-medium text-gray-500\">Technique d'achat</dt>
  329.                             <dd class=\"mt-1 text-sm text-gray-900\">
  330.                                 ";
  331.         // line 155
  332.         $context['_parent'] = $context;
  333.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'155$this->source); })()), "technique", [], "any"falsefalsefalse155));
  334.         foreach ($context['_seq'] as $context["_key"] => $context["technique"]) {
  335.             // line 156
  336.             echo "                                    ";
  337.             echo twig_escape_filter($this->env$context["technique"], "html"nulltrue);
  338.             echo "<br>
  339.                                 ";
  340.         }
  341.         $_parent $context['_parent'];
  342.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['technique'], $context['_parent'], $context['loop']);
  343.         $context array_intersect_key($context$_parent) + $_parent;
  344.         // line 158
  345.         echo "                            </dd>
  346.                         </div>
  347.                         <div class=\"py-2\">
  348.                             <dt class=\"text-sm font-medium text-gray-500\"> Marché public comportant des travaux, services ou fournitures innovants</dt>
  349.                             <dd class=\"mt-1 text-sm text-gray-900\">
  350.                                 ";
  351.         // line 163
  352.         if (twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'163$this->source); })()), "marcheInnovant", [], "any"falsefalsefalse163)) {
  353.             // line 164
  354.             echo "                                    Oui
  355.                                 ";
  356.         } else {
  357.             // line 166
  358.             echo "                                    Non
  359.                                 ";
  360.         }
  361.         // line 168
  362.         echo "                            </dd>
  363.                         </div>
  364.                         <div class=\"py-2\">
  365.                             <dt class=\"text-sm font-medium text-gray-500\"> I-6 Modalités d'exécution du marché public.</dt>
  366.                             <dd class=\"mt-1 text-sm text-gray-900\">
  367.                                 ";
  368.         // line 173
  369.         $context['_parent'] = $context;
  370.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'173$this->source); })()), "modaliteExecution", [], "any"falsefalsefalse173));
  371.         foreach ($context['_seq'] as $context["_key"] => $context["modalite"]) {
  372.             // line 174
  373.             echo "                                    ";
  374.             echo twig_escape_filter($this->env$context["modalite"], "html"nulltrue);
  375.             echo "<br>
  376.                                 ";
  377.         }
  378.         $_parent $context['_parent'];
  379.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['modalite'], $context['_parent'], $context['loop']);
  380.         $context array_intersect_key($context$_parent) + $_parent;
  381.         // line 176
  382.         echo "                            </dd>
  383.                         </div>
  384.                         <div class=\"py-2\">
  385.                             <dt class=\"text-sm font-medium text-gray-500\"> Numéro d'identification de marché public relevant de la technique d'achat accord-cadre</dt>
  386.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  387.         // line 180
  388.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'180$this->source); })()), "idAccordCadre", [], "any"falsefalsefalse180), "html"nulltrue);
  389.         echo "</dd>
  390.                         </div>
  391.                         <div class=\"py-2\">
  392.                             <dt class=\"text-sm font-medium text-gray-500\"> Sous-traitance déclarée</dt>
  393.                             ";
  394.         // line 184
  395.         if (twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'184$this->source); })()), "sousTraitanceDeclaree", [], "any"falsefalsefalse184)) {
  396.             // line 185
  397.             echo "                                <dd class=\"mt-1 text-sm text-gray-900\">Oui</dd>
  398.                             ";
  399.         } else {
  400.             // line 187
  401.             echo "                                <dd class=\"mt-1 text-sm text-gray-900\">Non</dd>
  402.                             ";
  403.         }
  404.         // line 189
  405.         echo "                        </div>
  406.                     </div>
  407.                 </div>
  408.                 <div class=\"px-4 py-5\">
  409.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Considérations sociales et environnementales</h4>
  410.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  411.                         <!-- Nature du marché -->
  412.                         <div class=\"py-2\">
  413.                             <dt class=\"text-sm font-medium text-gray-500\">Considérations sociales</dt>
  414.                             <dd class=\"mt-1 text-sm text-gray-900\">
  415.                                 ";
  416.         // line 199
  417.         $context['_parent'] = $context;
  418.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'199$this->source); })()), "considerationsSociales", [], "any"falsefalsefalse199));
  419.         foreach ($context['_seq'] as $context["_key"] => $context["social"]) {
  420.             // line 200
  421.             echo "                                    ";
  422.             echo twig_escape_filter($this->env$context["social"], "html"nulltrue);
  423.             echo "<br>
  424.                                 ";
  425.         }
  426.         $_parent $context['_parent'];
  427.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['social'], $context['_parent'], $context['loop']);
  428.         $context array_intersect_key($context$_parent) + $_parent;
  429.         // line 202
  430.         echo "                            </dd>
  431.                         </div>
  432.                         <!-- Objet du marché ou du lot -->
  433.                         <div class=\"py-2\">
  434.                             <dt class=\"text-sm font-medium text-gray-500\">Considérations environnementales</dt>
  435.                             <dd class=\"mt-1 text-sm text-gray-900\">
  436.                                 ";
  437.         // line 208
  438.         $context['_parent'] = $context;
  439.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'208$this->source); })()), "considerationsEnvironnementales", [], "any"falsefalsefalse208));
  440.         foreach ($context['_seq'] as $context["_key"] => $context["environnemental"]) {
  441.             // line 209
  442.             echo "                                    ";
  443.             echo twig_escape_filter($this->env$context["environnemental"], "html"nulltrue);
  444.             echo "<br>
  445.                                 ";
  446.         }
  447.         $_parent $context['_parent'];
  448.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['environnemental'], $context['_parent'], $context['loop']);
  449.         $context array_intersect_key($context$_parent) + $_parent;
  450.         // line 211
  451.         echo "                            </dd>
  452.                         </div>
  453.                     </div>
  454.                 </div>
  455.                 <div class=\"px-4 py-5\">
  456.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Titulaires</h4>
  457.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  458.                         <!-- Nature du marché -->
  459.                         <div class=\"py-2\">
  460.                             <dt class=\"text-sm font-medium text-gray-500\"> Type de groupement d'entreprises ou d'opérateurs économiques</dt>
  461.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  462.         // line 221
  463.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'221$this->source); })()), "typeGroupementOperateurs", [], "any"falsefalsefalse221), "html"nulltrue);
  464.         echo "</dd>
  465.                         </div>
  466.                         <!-- Objet du marché ou du lot -->
  467.                         <div class=\"py-2\">
  468.                             <dt class=\"text-sm font-medium text-gray-500\"> Une avance a été accordée au titulaire principal du marché public</dt>
  469.                             <dd class=\"mt-1 text-sm text-gray-900\">
  470.                                 ";
  471.         // line 227
  472.         if (twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'227$this->source); })()), "attributionAvance", [], "any"falsefalsefalse227)) {
  473.             // line 228
  474.             echo "                                    Oui
  475.                                 ";
  476.         } else {
  477.             // line 230
  478.             echo "                                    Non
  479.                                 ";
  480.         }
  481.         // line 232
  482.         echo "                            </dd>
  483.                         </div>
  484.                         <div class=\"py-2\">
  485.                             <dt class=\"text-sm font-medium text-gray-500\"> Taux de l'avance accordée au titulaire principal du marché public par rapport au montant du marché</dt>
  486.                             <dd class=\"mt-1 text-sm text-gray-900\">";
  487.         // line 236
  488.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'236$this->source); })()), "tauxAvance", [], "any"falsefalsefalse236), "html"nulltrue);
  489.         echo "</dd>
  490.                         </div>
  491.                     </div>
  492.                     ";
  493.         // line 239
  494.         $context["compteur"] = 1;
  495.         // line 240
  496.         echo "                    ";
  497.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'240$this->source); })()), "titulaire", [], "any"falsefalsefalse240)) > 0)) {
  498.             // line 241
  499.             echo "                        ";
  500.             $context['_parent'] = $context;
  501.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'241$this->source); })()), "titulaire", [], "any"falsefalsefalse241));
  502.             foreach ($context['_seq'] as $context["_key"] => $context["titulaire"]) {
  503.                 // line 242
  504.                 echo "                            <div class=\"px-4 py-5\">
  505.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Titulaire N°";
  506.                 // line 243
  507.                 echo twig_escape_filter($this->env, (isset($context["compteur"]) || array_key_exists("compteur"$context) ? $context["compteur"] : (function () { throw new RuntimeError('Variable "compteur" does not exist.'243$this->source); })()), "html"nulltrue);
  508.                 echo "</h4>
  509.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  510.                                     <div class=\"py-2\">
  511.                                         <dt class=\"text-sm font-medium text-gray-500\"> Dénomination sociale</dt>
  512.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  513.                 // line 247
  514.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "denominationSociale", [], "any"falsefalsefalse247), "html"nulltrue);
  515.                 echo "</dd>
  516.                                     </div>
  517.                                     <div class=\"py-2\">
  518.                                         <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant</dt>
  519.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  520.                 // line 251
  521.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "typeIdentifiant", [], "any"falsefalsefalse251), "html"nulltrue);
  522.                 echo "</dd>
  523.                                     </div>
  524.                                     <div class=\"py-2\">
  525.                                         <dt class=\"text-sm font-medium text-gray-500\">Identifiant</dt>
  526.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  527.                 // line 255
  528.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "identifiant", [], "any"falsefalsefalse255), "html"nulltrue);
  529.                 echo "</dd>
  530.                                     </div>
  531.                                 </div>
  532.                             </div>
  533.                         ";
  534.                 // line 259
  535.                 $context["compteur"] = ((isset($context["compteur"]) || array_key_exists("compteur"$context) ? $context["compteur"] : (function () { throw new RuntimeError('Variable "compteur" does not exist.'259$this->source); })()) + 1);
  536.                 // line 260
  537.                 echo "                        ";
  538.             }
  539.             $_parent $context['_parent'];
  540.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['titulaire'], $context['_parent'], $context['loop']);
  541.             $context array_intersect_key($context$_parent) + $_parent;
  542.             // line 261
  543.             echo "                    ";
  544.         }
  545.         // line 262
  546.         echo "                </div>
  547.             </dl>
  548.         </div>
  549.     </div>
  550.     ";
  551.         // line 266
  552.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'266$this->source); })()), "sousTraitance", [], "any"falsefalsefalse266)) > 0)) {
  553.             // line 267
  554.             echo "        <div class=\"overflow-hidden my-8\">
  555.             <!-- En-tête de la Carte Principale -->
  556.             <div class=\"section-title px-4 py-5 sm:px-6\">
  557.                 <h3 class=\"text-lg leading-6 font-bold\">Actes de Sous-traitance</h3>
  558.             </div>
  559.             ";
  560.             // line 272
  561.             $context['_parent'] = $context;
  562.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'272$this->source); })()), "sousTraitance", [], "any"falsefalsefalse272));
  563.             $context['loop'] = [
  564.               'parent' => $context['_parent'],
  565.               'index0' => 0,
  566.               'index'  => 1,
  567.               'first'  => true,
  568.             ];
  569.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  570.                 $length count($context['_seq']);
  571.                 $context['loop']['revindex0'] = $length 1;
  572.                 $context['loop']['revindex'] = $length;
  573.                 $context['loop']['length'] = $length;
  574.                 $context['loop']['last'] = === $length;
  575.             }
  576.             foreach ($context['_seq'] as $context["_key"] => $context["sousTraitance"]) {
  577.                 // line 273
  578.                 echo "                <div>
  579.                     <dl>
  580.                         <div class=\"px-4 py-5 ";
  581.                 // line 275
  582.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse275) % != 0)) {
  583.                     echo "bg-gray-100";
  584.                 } else {
  585.                     echo "bg-gray-200";
  586.                 }
  587.                 echo "\">
  588.                             <!-- Sous-catégorie : Acheteur -->
  589.                             <div class=\"px-4 py-5\">
  590.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">
  591.                                     Sous-traitant N°";
  592.                 // line 280
  593.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "identifiant", [], "any"falsefalsefalse280), "html"nulltrue);
  594.                 echo "
  595.                                 </h4>
  596.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  597.                                     <!-- Identifiant unique de marché public -->
  598.                                     <div class=\"py-2\">
  599.                                         <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant du sous-traitant</dt>
  600.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  601.                 // line 286
  602.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "typeIdentifiant", [], "any"falsefalsefalse286), "html"nulltrue);
  603.                 echo "</dd>
  604.                                     </div>
  605.                                     <div class=\"py-2\">
  606.                                         <dt class=\"text-sm font-medium text-gray-500\">Identifiant du sous-traitant</dt>
  607.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  608.                 // line 290
  609.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "sousTraitantId", [], "any"falsefalsefalse290), "html"nulltrue);
  610.                 echo "</dd>
  611.                                     </div>
  612.                                     <div class=\"py-2\">
  613.                                         <dt class=\"text-sm font-medium text-gray-500\">Dénomination sociale du sous-traitant</dt>
  614.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  615.                 // line 294
  616.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "denominationSociale", [], "any"falsefalsefalse294), "html"nulltrue);
  617.                 echo "</dd>
  618.                                     </div>
  619.                                     <div class=\"py-2\">
  620.                                         <dt class=\"text-sm font-medium text-gray-500\">Durée du contrat de sous-traitance en nombre de mois</dt>
  621.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  622.                 // line 298
  623.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "dureeMois", [], "any"falsefalsefalse298), "html"nulltrue);
  624.                 echo "</dd>
  625.                                     </div>
  626.                                     <div class=\"py-2\">
  627.                                         <dt class=\"text-sm font-medium text-gray-500\">Date de notification de l'acte spécial de sous-traitance par le sous-traitant</dt>
  628.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  629.                 // line 302
  630.                 echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "dateNotification", [], "any"falsefalsefalse302), "d/m/Y"), "html"nulltrue);
  631.                 echo "</dd>
  632.                                     </div>
  633.                                     <div class=\"py-2\">
  634.                                         <dt class=\"text-sm font-medium text-gray-500\">Montant estimé maximum attribué, montant HT en euros</dt>
  635.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  636.                 // line 306
  637.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "montant", [], "any"falsefalsefalse306), "html"nulltrue);
  638.                 echo " €</dd>
  639.                                     </div>
  640.                                     <div class=\"py-2\">
  641.                                         <dt class=\"text-sm font-medium text-gray-500\">Modalités de variation du prix du contrat de sous-traitance</dt>
  642.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  643.                 // line 310
  644.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "variationPrix", [], "any"falsefalsefalse310), "html"nulltrue);
  645.                 echo "</dd>
  646.                                     </div>
  647.                                     <div class=\"py-2\">
  648.                                         <dt class=\"text-sm font-medium text-gray-500\">Date de publication des données essentielles de l'acte spécial de sous-traitance</dt>
  649.                                         <dd class=\"mt-1 text-sm text-gray-900\">";
  650.                 // line 314
  651.                 echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "datePublicationDonnees", [], "any"falsefalsefalse314), "d/m/Y"), "html"nulltrue);
  652.                 echo "</dd>
  653.                                     </div>
  654.                                 </div>
  655.                             </div>
  656.                         </div>
  657.                     </dl>
  658.                 </div>
  659.             ";
  660.                 ++$context['loop']['index0'];
  661.                 ++$context['loop']['index'];
  662.                 $context['loop']['first'] = false;
  663.                 if (isset($context['loop']['length'])) {
  664.                     --$context['loop']['revindex0'];
  665.                     --$context['loop']['revindex'];
  666.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  667.                 }
  668.             }
  669.             $_parent $context['_parent'];
  670.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sousTraitance'], $context['_parent'], $context['loop']);
  671.             $context array_intersect_key($context$_parent) + $_parent;
  672.             // line 322
  673.             echo "        </div>
  674.     ";
  675.         }
  676.         // line 324
  677.         echo "    ";
  678.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'324$this->source); })()), "modification", [], "any"falsefalsefalse324)) > 0)) {
  679.             // line 325
  680.             echo "        <div class=\"overflow-hidden my-8\">
  681.             <!-- En-tête de la Carte Principale -->
  682.             <div class=\"section-title px-4 py-5 sm:px-6\">
  683.                 <h3 class=\"text-lg leading-6 font-bold\">Modifications</h3>
  684.             </div>
  685.             ";
  686.             // line 330
  687.             $context["compteurModification"] = 1;
  688.             // line 331
  689.             echo "            ";
  690.             $context['_parent'] = $context;
  691.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'331$this->source); })()), "Modification", [], "any"falsefalsefalse331));
  692.             $context['loop'] = [
  693.               'parent' => $context['_parent'],
  694.               'index0' => 0,
  695.               'index'  => 1,
  696.               'first'  => true,
  697.             ];
  698.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  699.                 $length count($context['_seq']);
  700.                 $context['loop']['revindex0'] = $length 1;
  701.                 $context['loop']['revindex'] = $length;
  702.                 $context['loop']['length'] = $length;
  703.                 $context['loop']['last'] = === $length;
  704.             }
  705.             foreach ($context['_seq'] as $context["_key"] => $context["modification"]) {
  706.                 // line 332
  707.                 echo "                ";
  708.                 // line 333
  709.                 echo "                <div>
  710.                     <dl>
  711.                         <div class=\"px-4 py-5 ";
  712.                 // line 335
  713.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse335) % != 0)) {
  714.                     echo "bg-gray-100";
  715.                 } else {
  716.                     echo "bg-gray-200";
  717.                 }
  718.                 echo "\">
  719.                             <div class=\"px-4 py-5\">
  720.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">
  721.                                     Modification N°";
  722.                 // line 338
  723.                 echo twig_escape_filter($this->env, (isset($context["compteurModification"]) || array_key_exists("compteurModification"$context) ? $context["compteurModification"] : (function () { throw new RuntimeError('Variable "compteurModification" does not exist.'338$this->source); })()), "html"nulltrue);
  724.                 echo "
  725.                                 </h4>
  726.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  727.                                     ";
  728.                 // line 342
  729.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["modification"], "objetModification", [], "any"falsefalsefalse342))) {
  730.                     // line 343
  731.                     echo "                                        <div class=\"py-2\">
  732.                                             <dt class=\"text-sm font-medium text-gray-500\">Objet de la modification</dt>
  733.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  734.                     // line 345
  735.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "objetModification", [], "any"falsefalsefalse345), "html"nulltrue);
  736.                     echo "</dd>
  737.                                         </div>
  738.                                     ";
  739.                 }
  740.                 // line 348
  741.                 echo "
  742.                                     ";
  743.                 // line 349
  744.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["modification"], "dureeMois", [], "any"falsefalsefalse349))) {
  745.                     // line 350
  746.                     echo "                                        <div class=\"py-2\">
  747.                                             <dt class=\"text-sm font-medium text-gray-500\">Durée modifiée en mois</dt>
  748.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  749.                     // line 352
  750.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "dureeMois", [], "any"falsefalsefalse352), "html"nulltrue);
  751.                     echo "</dd>
  752.                                         </div>
  753.                                     ";
  754.                 }
  755.                 // line 355
  756.                 echo "
  757.                                     ";
  758.                 // line 356
  759.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["modification"], "montant", [], "any"falsefalsefalse356))) {
  760.                     // line 357
  761.                     echo "                                        <div class=\"py-2\">
  762.                                             <dt class=\"text-sm font-medium text-gray-500\">Montant modifié en euros</dt>
  763.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  764.                     // line 359
  765.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "montant", [], "any"falsefalsefalse359), "html"nulltrue);
  766.                     echo "</dd>
  767.                                         </div>
  768.                                     ";
  769.                 }
  770.                 // line 362
  771.                 echo "                                    ";
  772.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["modification"], "dateNotificationModification", [], "any"falsefalsefalse362))) {
  773.                     // line 363
  774.                     echo "                                        <div class=\"py-2\">
  775.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de la notification de la modification apportée au marché public</dt>
  776.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  777.                     // line 365
  778.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "dateNotificationModification", [], "any"falsefalsefalse365), "d/m/Y"), "html"nulltrue);
  779.                     echo "</dd>
  780.                                         </div>
  781.                                     ";
  782.                 }
  783.                 // line 368
  784.                 echo "                                    ";
  785.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["modification"], "datePublicationDonneesModification", [], "any"falsefalsefalse368))) {
  786.                     // line 369
  787.                     echo "                                        <div class=\"py-2\">
  788.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de publication des données essentielles de la modification</dt>
  789.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  790.                     // line 371
  791.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "datePublicationDonneesModification", [], "any"falsefalsefalse371), "d/m/Y"), "html"nulltrue);
  792.                     echo "</dd>
  793.                                         </div>
  794.                                     ";
  795.                 }
  796.                 // line 374
  797.                 echo "                                </div>
  798.                             </div>
  799.                             ";
  800.                 // line 376
  801.                 $context["compteurTitulaire"] = 1;
  802.                 // line 377
  803.                 echo "                            ";
  804.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["modification"], "titulaire", [], "any"falsefalsefalse377)) > 0)) {
  805.                     // line 378
  806.                     echo "                                ";
  807.                     $context['_parent'] = $context;
  808.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["modification"], "titulaire", [], "any"falsefalsefalse378));
  809.                     foreach ($context['_seq'] as $context["_key"] => $context["titulaire"]) {
  810.                         // line 379
  811.                         echo "                                    <div class=\"px-4 py-5\">
  812.                                         <h4 class=\"text-md font-semibold text-gray-500 mb-2\">Titulaire N°";
  813.                         // line 380
  814.                         echo twig_escape_filter($this->env, (isset($context["compteurTitulaire"]) || array_key_exists("compteurTitulaire"$context) ? $context["compteurTitulaire"] : (function () { throw new RuntimeError('Variable "compteurTitulaire" does not exist.'380$this->source); })()), "html"nulltrue);
  815.                         echo "</h4>
  816.                                         <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  817.                                             <div class=\"py-2\">
  818.                                                 <dt class=\"text-sm font-medium text-gray-500\"> Dénomination sociale</dt>
  819.                                                 <dd class=\"mt-1 text-sm text-gray-900\">";
  820.                         // line 385
  821.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "denominationSociale", [], "any"falsefalsefalse385), "html"nulltrue);
  822.                         echo "</dd>
  823.                                             </div>
  824.                                             <div class=\"py-2\">
  825.                                                 <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant</dt>
  826.                                                 <dd class=\"mt-1 text-sm text-gray-900\">";
  827.                         // line 389
  828.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "typeIdentifiant", [], "any"falsefalsefalse389), "html"nulltrue);
  829.                         echo "</dd>
  830.                                             </div>
  831.                                             <div class=\"py-2\">
  832.                                                 <dt class=\"text-sm font-medium text-gray-500\">Identifiant</dt>
  833.                                                 <dd class=\"mt-1 text-sm text-gray-900\">";
  834.                         // line 393
  835.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["titulaire"], "identifiant", [], "any"falsefalsefalse393), "html"nulltrue);
  836.                         echo "</dd>
  837.                                             </div>
  838.                                         </div>
  839.                                     </div>
  840.                                     ";
  841.                         // line 397
  842.                         $context["compteurTitulaire"] = ((isset($context["compteurTitulaire"]) || array_key_exists("compteurTitulaire"$context) ? $context["compteurTitulaire"] : (function () { throw new RuntimeError('Variable "compteurTitulaire" does not exist.'397$this->source); })()) + 1);
  843.                         // line 398
  844.                         echo "                                ";
  845.                     }
  846.                     $_parent $context['_parent'];
  847.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['titulaire'], $context['_parent'], $context['loop']);
  848.                     $context array_intersect_key($context$_parent) + $_parent;
  849.                     // line 399
  850.                     echo "                            ";
  851.                 }
  852.                 // line 400
  853.                 echo "                        </div>
  854.                     </dl>
  855.                 </div>
  856.             ";
  857.                 // line 403
  858.                 $context["compteurModification"] = ((isset($context["compteurModification"]) || array_key_exists("compteurModification"$context) ? $context["compteurModification"] : (function () { throw new RuntimeError('Variable "compteurModification" does not exist.'403$this->source); })()) + 1);
  859.                 // line 404
  860.                 echo "            ";
  861.                 ++$context['loop']['index0'];
  862.                 ++$context['loop']['index'];
  863.                 $context['loop']['first'] = false;
  864.                 if (isset($context['loop']['length'])) {
  865.                     --$context['loop']['revindex0'];
  866.                     --$context['loop']['revindex'];
  867.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  868.                 }
  869.             }
  870.             $_parent $context['_parent'];
  871.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['modification'], $context['_parent'], $context['loop']);
  872.             $context array_intersect_key($context$_parent) + $_parent;
  873.             // line 405
  874.             echo "        </div>
  875.     ";
  876.         }
  877.         // line 407
  878.         echo "    ";
  879.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'407$this->source); })()), "modificationActeSousTraitance", [], "any"falsefalsefalse407)) > 0)) {
  880.             // line 408
  881.             echo "        <div class=\"overflow-hidden my-8\">
  882.             <!-- En-tête de la Carte Principale -->
  883.             <div class=\"section-title px-4 py-5 sm:px-6\">
  884.                 <h3 class=\"text-lg leading-6 font-bold\">Modifications de sous-traitance pendant l'exécution</h3>
  885.             </div>
  886.             ";
  887.             // line 413
  888.             $context['_parent'] = $context;
  889.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["mp"]) || array_key_exists("mp"$context) ? $context["mp"] : (function () { throw new RuntimeError('Variable "mp" does not exist.'413$this->source); })()), "modificationActeSousTraitance", [], "any"falsefalsefalse413));
  890.             $context['loop'] = [
  891.               'parent' => $context['_parent'],
  892.               'index0' => 0,
  893.               'index'  => 1,
  894.               'first'  => true,
  895.             ];
  896.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  897.                 $length count($context['_seq']);
  898.                 $context['loop']['revindex0'] = $length 1;
  899.                 $context['loop']['revindex'] = $length;
  900.                 $context['loop']['length'] = $length;
  901.                 $context['loop']['last'] = === $length;
  902.             }
  903.             foreach ($context['_seq'] as $context["_key"] => $context["sousTraitance"]) {
  904.                 // line 414
  905.                 echo "                <div>
  906.                     <dl>
  907.                         <div class=\"px-4 py-5 ";
  908.                 // line 416
  909.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse416) % != 0)) {
  910.                     echo "bg-gray-100";
  911.                 } else {
  912.                     echo "bg-gray-200";
  913.                 }
  914.                 echo "\">
  915.                             <!-- Sous-catégorie : Acheteur -->
  916.                             <div class=\"px-4 py-5\">
  917.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Numéro d'identification de l'acte spécial de sous-traitance modifié : ";
  918.                 // line 420
  919.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "modificationActeSousTraitanceId", [], "any"falsefalsefalse420), "html"nulltrue);
  920.                 echo "</h4>
  921.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  922.                                     ";
  923.                 // line 422
  924.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["sousTraitance"], "dateNotificationModificationActeSousTraitance", [], "any"falsefalsefalse422))) {
  925.                     // line 423
  926.                     echo "                                        <div class=\"py-2\">
  927.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de notification de la modification de l'acte spécial de sous-traitance</dt>
  928.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  929.                     // line 425
  930.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "dateNotificationModificationActeSousTraitance", [], "any"falsefalsefalse425), "d/m/Y"), "html"nulltrue);
  931.                     echo "</dd>
  932.                                         </div>
  933.                                     ";
  934.                 }
  935.                 // line 428
  936.                 echo "
  937.                                     ";
  938.                 // line 429
  939.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["sousTraitance"], "dureeMois", [], "any"falsefalsefalse429))) {
  940.                     // line 430
  941.                     echo "                                        <div class=\"py-2\">
  942.                                             <dt class=\"text-sm font-medium text-gray-500\">Durée initiale du marché en nombre de mois</dt>
  943.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  944.                     // line 432
  945.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "dureeMois", [], "any"falsefalsefalse432), "html"nulltrue);
  946.                     echo "</dd>
  947.                                         </div>
  948.                                     ";
  949.                 }
  950.                 // line 435
  951.                 echo "
  952.                                     ";
  953.                 // line 436
  954.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["sousTraitance"], "montantSousTraitance", [], "any"falsefalsefalse436))) {
  955.                     // line 437
  956.                     echo "                                        <div class=\"py-2\">
  957.                                             <dt class=\"text-sm font-medium text-gray-500\">Montant attribué au sous-traitant hors taxes en € (ou montant estimé maximum attribué en €)</dt>
  958.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  959.                     // line 439
  960.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "montantSousTraitance", [], "any"falsefalsefalse439), "html"nulltrue);
  961.                     echo "</dd>
  962.                                         </div>
  963.                                     ";
  964.                 }
  965.                 // line 442
  966.                 echo "
  967.                                     ";
  968.                 // line 443
  969.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["sousTraitance"], "datePublicationDonneesModificationActeSousTraitance", [], "any"falsefalsefalse443))) {
  970.                     // line 444
  971.                     echo "                                        <div class=\"py-2\">
  972.                                             <dt class=\"text-sm font-medium text-gray-500\">Date à laquelle les données essentielles sont republiées suite à la modification de l'acte spécial de sous-traitance.</dt>
  973.                                             <dd class=\"mt-1 text-sm text-gray-900\">";
  974.                     // line 446
  975.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["sousTraitance"], "datePublicationDonneesModificationActeSousTraitance", [], "any"falsefalsefalse446), "d/m/Y"), "html"nulltrue);
  976.                     echo "</dd>
  977.                                         </div>
  978.                                     ";
  979.                 }
  980.                 // line 449
  981.                 echo "                                </div>
  982.                             </div>
  983.                         </div>
  984.                     </dl>
  985.                 </div>
  986.             ";
  987.                 ++$context['loop']['index0'];
  988.                 ++$context['loop']['index'];
  989.                 $context['loop']['first'] = false;
  990.                 if (isset($context['loop']['length'])) {
  991.                     --$context['loop']['revindex0'];
  992.                     --$context['loop']['revindex'];
  993.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  994.                 }
  995.             }
  996.             $_parent $context['_parent'];
  997.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sousTraitance'], $context['_parent'], $context['loop']);
  998.             $context array_intersect_key($context$_parent) + $_parent;
  999.             // line 455
  1000.             echo "        </div>
  1001.     ";
  1002.         }
  1003.         
  1004.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1005.         
  1006.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1007.     }
  1008.     /**
  1009.      * @codeCoverageIgnore
  1010.      */
  1011.     public function getTemplateName()
  1012.     {
  1013.         return "marche_public/show.html.twig";
  1014.     }
  1015.     /**
  1016.      * @codeCoverageIgnore
  1017.      */
  1018.     public function isTraitable()
  1019.     {
  1020.         return false;
  1021.     }
  1022.     /**
  1023.      * @codeCoverageIgnore
  1024.      */
  1025.     public function getDebugInfo()
  1026.     {
  1027.         return array (  1033 => 455,  1014 => 449,  1008 => 446,  1004 => 444,  1002 => 443,  999 => 442,  993 => 439,  989 => 437,  987 => 436,  984 => 435,  978 => 432,  974 => 430,  972 => 429,  969 => 428,  963 => 425,  959 => 423,  957 => 422,  952 => 420,  941 => 416,  937 => 414,  920 => 413,  913 => 408,  910 => 407,  906 => 405,  892 => 404,  890 => 403,  885 => 400,  882 => 399,  876 => 398,  874 => 397,  867 => 393,  860 => 389,  853 => 385,  845 => 380,  842 => 379,  837 => 378,  834 => 377,  832 => 376,  828 => 374,  822 => 371,  818 => 369,  815 => 368,  809 => 365,  805 => 363,  802 => 362,  796 => 359,  792 => 357,  790 => 356,  787 => 355,  781 => 352,  777 => 350,  775 => 349,  772 => 348,  766 => 345,  762 => 343,  760 => 342,  753 => 338,  743 => 335,  739 => 333,  737 => 332,  719 => 331,  717 => 330,  710 => 325,  707 => 324,  703 => 322,  681 => 314,  674 => 310,  667 => 306,  660 => 302,  653 => 298,  646 => 294,  639 => 290,  632 => 286,  623 => 280,  611 => 275,  607 => 273,  590 => 272,  583 => 267,  581 => 266,  575 => 262,  572 => 261,  566 => 260,  564 => 259,  557 => 255,  550 => 251,  543 => 247,  536 => 243,  533 => 242,  528 => 241,  525 => 240,  523 => 239,  517 => 236,  511 => 232,  507 => 230,  503 => 228,  501 => 227,  492 => 221,  480 => 211,  471 => 209,  467 => 208,  459 => 202,  450 => 200,  446 => 199,  434 => 189,  430 => 187,  426 => 185,  424 => 184,  417 => 180,  411 => 176,  402 => 174,  398 => 173,  391 => 168,  387 => 166,  383 => 164,  381 => 163,  374 => 158,  365 => 156,  361 => 155,  353 => 150,  347 => 146,  341 => 144,  337 => 142,  335 => 141,  328 => 136,  322 => 134,  318 => 132,  316 => 131,  308 => 126,  302 => 122,  293 => 120,  289 => 119,  280 => 113,  272 => 108,  259 => 98,  251 => 93,  243 => 88,  230 => 78,  222 => 73,  214 => 68,  201 => 58,  193 => 53,  185 => 48,  177 => 43,  163 => 32,  155 => 27,  147 => 22,  129 => 6,  119 => 5,  99 => 4,  80 => 3,  61 => 2,  38 => 1,);
  1028.     }
  1029.     public function getSourceContext()
  1030.     {
  1031.         return new Source("{% extends 'base.html.twig' %}
  1032. {% block title %} Marché public | Synapse {% endblock %}
  1033. {% block sousTitre %}Données essentielles des marchés publics.{% endblock %}
  1034. {% block sousSousTitre %}Fait le {{ mp.dateMade|date('d/m/Y')}}{% endblock %}
  1035. {% block body %}
  1036.     <!-- Carte Principale -->
  1037.     <div class=\"overflow-hidden\">
  1038.         <!-- En-tête de la Carte Principale -->
  1039.         <div class=\"section-title px-4 py-5 sm:px-6\">
  1040.             <h3 class=\"text-lg leading-6 font-bold\">Détails du Marché Public</h3>
  1041.         </div>
  1042.         <!-- Contenu de la Carte Principale -->
  1043.         <div>
  1044.             <dl class=\"details-marche-public\">
  1045.                 <!-- Sous-catégorie : Acheteur -->
  1046.                 <div class=\"px-4 py-5\">
  1047.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Informations générales</h4>
  1048.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1049.                         <!-- Identifiant unique de marché public -->
  1050.                         <div class=\"py-2\">
  1051.                             <dt class=\"text-sm font-medium text-gray-500\">Identifiant unique du marché public</dt>
  1052.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.marchePublicIdentifiant }}</dd>
  1053.                         </div>
  1054.                         <!-- Nom de l'acheteur -->
  1055.                         <div class=\"py-2\">
  1056.                             <dt class=\"text-sm font-medium text-gray-500\">Nom de l'acheteur</dt>
  1057.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.acheteurNom }}</dd>
  1058.                         </div>
  1059.                         <!-- Identification SIRET -->
  1060.                         <div class=\"py-2\">
  1061.                             <dt class=\"text-sm font-medium text-gray-500\">SIRET</dt>
  1062.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.acheteurId }}</dd>
  1063.                         </div>
  1064.                     </div>
  1065.                 </div>
  1066.                 <!-- Sous-catégorie : Caractéristiques du marché public -->
  1067.                 <div class=\"px-4 py-5\">
  1068.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Caractéristiques du marché public</h4>
  1069.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1070.                         <!-- Nature du marché -->
  1071.                         <div class=\"py-2\">
  1072.                             <dt class=\"text-sm font-medium text-gray-500\">Nature du marché</dt>
  1073.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.nature }}</dd>
  1074.                         </div>
  1075.                         <!-- Objet du marché ou du lot -->
  1076.                         <div class=\"py-2\">
  1077.                             <dt class=\"text-sm font-medium text-gray-500\">Objet du marché/lot</dt>
  1078.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.objet }}</dd>
  1079.                         </div>
  1080.                         <!-- Code CPV principal -->
  1081.                         <div class=\"py-2\">
  1082.                             <dt class=\"text-sm font-medium text-gray-500\">Code CPV</dt>
  1083.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.codeCPV }}</dd>
  1084.                         </div>
  1085.                         <!-- Procédure de passation -->
  1086.                         <div class=\"py-2\">
  1087.                             <dt class=\"text-sm font-medium text-gray-500\">Procédure de passation</dt>
  1088.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.marchePublicProcedure }}</dd>
  1089.                         </div>
  1090.                     </div>
  1091.                 </div>
  1092.                 <div class=\"px-4 py-5\">
  1093.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Lieu principal d'exécution</h4>
  1094.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1095.                         <!-- Nature du marché -->
  1096.                         <div class=\"py-2\">
  1097.                             <dt class=\"text-sm font-medium text-gray-500\">Type de code du lieu d'exécution</dt>
  1098.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.lieuExecutionTypeCode }}</dd>
  1099.                         </div>
  1100.                         <!-- Objet du marché ou du lot -->
  1101.                         <div class=\"py-2\">
  1102.                             <dt class=\"text-sm font-medium text-gray-500\">Code du lieu d'exécution</dt>
  1103.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.lieuExecutionCode }}</dd>
  1104.                         </div>
  1105.                         <!-- Code CPV principal -->
  1106.                         <div class=\"py-2\">
  1107.                             <dt class=\"text-sm font-medium text-gray-500\">Nom du lieu d'exécution</dt>
  1108.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.lieuExecutionNom }}</dd>
  1109.                         </div>
  1110.                     </div>
  1111.                 </div>
  1112.                 <div class=\"px-4 py-5\">
  1113.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Durée et dates</h4>
  1114.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1115.                         <!-- Nature du marché -->
  1116.                         <div class=\"py-2\">
  1117.                             <dt class=\"text-sm font-medium text-gray-500\"> Durée initiale du marché en nombre de mois</dt>
  1118.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.dureeMois }}</dd>
  1119.                         </div>
  1120.                         <!-- Objet du marché ou du lot -->
  1121.                         <div class=\"py-2\">
  1122.                             <dt class=\"text-sm font-medium text-gray-500\">Date de notification</dt>
  1123.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.dateNotification|date('d/m/Y') }}</dd>
  1124.                         </div>
  1125.                         <!-- Code CPV principal -->
  1126.                         <div class=\"py-2\">
  1127.                             <dt class=\"text-sm font-medium text-gray-500\">Date initiale de publication des données essentielles</dt>
  1128.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.datePublicationDonnees|date('d/m/Y') }}</dd>
  1129.                         </div>
  1130.                     </div>
  1131.                 </div>
  1132.                 <div class=\"px-4 py-5\">
  1133.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Caractéristiques financières</h4>
  1134.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1135.                         <!-- Nature du marché -->
  1136.                         <div class=\"py-2\">
  1137.                             <dt class=\"text-sm font-medium text-gray-500\"> Montant forfaitaire ou estimé maximum</dt>
  1138.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.montant }}€</dd>
  1139.                         </div>
  1140.                         <!-- Objet du marché ou du lot -->
  1141.                         <div class=\"py-2\">
  1142.                             <dt class=\"text-sm font-medium text-gray-500\">Forme de Prix</dt>
  1143.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.formePrix }}</dd>
  1144.                         </div>
  1145.                         <!-- Code CPV principal -->
  1146.                         <div class=\"py-2\">
  1147.                             <dt class=\"text-sm font-medium text-gray-500\"> Type de Prix</dt>
  1148.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1149.                                 {% for typePrix in mp.typePrix %}
  1150.                                     {{ typePrix }}<br>
  1151.                                 {% endfor %}
  1152.                             </dd>
  1153.                         </div>
  1154.                         <div class=\"py-2\">
  1155.                             <dt class=\"text-sm font-medium text-gray-500\"> Nombre d'offres reçues</dt>
  1156.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.offresRecues }}</dd>
  1157.                         </div>
  1158.                         <div class=\"py-2\">
  1159.                             <dt class=\"text-sm font-medium text-gray-500\"> Pourcentage des produits d'origine UE</dt>
  1160.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1161.                                 {% if  mp.origineUe is empty %}
  1162.                                    N/A
  1163.                                 {% else %}
  1164.                                     {{ mp.origineUe }} %
  1165.                                 {% endif %}
  1166.                             </dd>
  1167.                         </div>
  1168.                         <div class=\"py-2\">
  1169.                             <dt class=\"text-sm font-medium text-gray-500\"> Pourcentage des produits d'origine France</dt>
  1170.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1171.                                 {% if  mp.origineFrance is empty %}
  1172.                                     N/A
  1173.                                 {% else %}
  1174.                                     {{ mp.origineFrance }} %
  1175.                                 {% endif %}
  1176.                             </dd>
  1177.                         </div>
  1178.                         <div class=\"py-2\">
  1179.                             <dt class=\"text-sm font-medium text-gray-500\"> CCAG</dt>
  1180.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.ccag }}</dd>
  1181.                         </div>
  1182.                         <div class=\"py-2\">
  1183.                             <dt class=\"text-sm font-medium text-gray-500\">Technique d'achat</dt>
  1184.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1185.                                 {% for technique in mp.technique %}
  1186.                                     {{ technique }}<br>
  1187.                                 {% endfor %}
  1188.                             </dd>
  1189.                         </div>
  1190.                         <div class=\"py-2\">
  1191.                             <dt class=\"text-sm font-medium text-gray-500\"> Marché public comportant des travaux, services ou fournitures innovants</dt>
  1192.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1193.                                 {% if mp.marcheInnovant %}
  1194.                                     Oui
  1195.                                 {% else %}
  1196.                                     Non
  1197.                                 {% endif %}
  1198.                             </dd>
  1199.                         </div>
  1200.                         <div class=\"py-2\">
  1201.                             <dt class=\"text-sm font-medium text-gray-500\"> I-6 Modalités d'exécution du marché public.</dt>
  1202.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1203.                                 {% for modalite in mp.modaliteExecution %}
  1204.                                     {{ modalite }}<br>
  1205.                                 {% endfor %}
  1206.                             </dd>
  1207.                         </div>
  1208.                         <div class=\"py-2\">
  1209.                             <dt class=\"text-sm font-medium text-gray-500\"> Numéro d'identification de marché public relevant de la technique d'achat accord-cadre</dt>
  1210.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.idAccordCadre }}</dd>
  1211.                         </div>
  1212.                         <div class=\"py-2\">
  1213.                             <dt class=\"text-sm font-medium text-gray-500\"> Sous-traitance déclarée</dt>
  1214.                             {% if mp.sousTraitanceDeclaree %}
  1215.                                 <dd class=\"mt-1 text-sm text-gray-900\">Oui</dd>
  1216.                             {% else %}
  1217.                                 <dd class=\"mt-1 text-sm text-gray-900\">Non</dd>
  1218.                             {% endif %}
  1219.                         </div>
  1220.                     </div>
  1221.                 </div>
  1222.                 <div class=\"px-4 py-5\">
  1223.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Considérations sociales et environnementales</h4>
  1224.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1225.                         <!-- Nature du marché -->
  1226.                         <div class=\"py-2\">
  1227.                             <dt class=\"text-sm font-medium text-gray-500\">Considérations sociales</dt>
  1228.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1229.                                 {% for social in mp.considerationsSociales %}
  1230.                                     {{ social }}<br>
  1231.                                 {% endfor %}
  1232.                             </dd>
  1233.                         </div>
  1234.                         <!-- Objet du marché ou du lot -->
  1235.                         <div class=\"py-2\">
  1236.                             <dt class=\"text-sm font-medium text-gray-500\">Considérations environnementales</dt>
  1237.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1238.                                 {% for environnemental in mp.considerationsEnvironnementales %}
  1239.                                     {{ environnemental }}<br>
  1240.                                 {% endfor %}
  1241.                             </dd>
  1242.                         </div>
  1243.                     </div>
  1244.                 </div>
  1245.                 <div class=\"px-4 py-5\">
  1246.                     <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Titulaires</h4>
  1247.                     <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1248.                         <!-- Nature du marché -->
  1249.                         <div class=\"py-2\">
  1250.                             <dt class=\"text-sm font-medium text-gray-500\"> Type de groupement d'entreprises ou d'opérateurs économiques</dt>
  1251.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.typeGroupementOperateurs }}</dd>
  1252.                         </div>
  1253.                         <!-- Objet du marché ou du lot -->
  1254.                         <div class=\"py-2\">
  1255.                             <dt class=\"text-sm font-medium text-gray-500\"> Une avance a été accordée au titulaire principal du marché public</dt>
  1256.                             <dd class=\"mt-1 text-sm text-gray-900\">
  1257.                                 {% if mp.attributionAvance %}
  1258.                                     Oui
  1259.                                 {% else %}
  1260.                                     Non
  1261.                                 {% endif %}
  1262.                             </dd>
  1263.                         </div>
  1264.                         <div class=\"py-2\">
  1265.                             <dt class=\"text-sm font-medium text-gray-500\"> Taux de l'avance accordée au titulaire principal du marché public par rapport au montant du marché</dt>
  1266.                             <dd class=\"mt-1 text-sm text-gray-900\">{{ mp.tauxAvance }}</dd>
  1267.                         </div>
  1268.                     </div>
  1269.                     {% set compteur = 1 %}
  1270.                     {% if mp.titulaire|length>0 %}
  1271.                         {% for titulaire in mp.titulaire %}
  1272.                             <div class=\"px-4 py-5\">
  1273.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Titulaire N°{{ compteur }}</h4>
  1274.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1275.                                     <div class=\"py-2\">
  1276.                                         <dt class=\"text-sm font-medium text-gray-500\"> Dénomination sociale</dt>
  1277.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.denominationSociale }}</dd>
  1278.                                     </div>
  1279.                                     <div class=\"py-2\">
  1280.                                         <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant</dt>
  1281.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.typeIdentifiant }}</dd>
  1282.                                     </div>
  1283.                                     <div class=\"py-2\">
  1284.                                         <dt class=\"text-sm font-medium text-gray-500\">Identifiant</dt>
  1285.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.identifiant }}</dd>
  1286.                                     </div>
  1287.                                 </div>
  1288.                             </div>
  1289.                         {% set compteur = compteur + 1 %}
  1290.                         {% endfor %}
  1291.                     {% endif %}
  1292.                 </div>
  1293.             </dl>
  1294.         </div>
  1295.     </div>
  1296.     {% if mp.sousTraitance|length >0 %}
  1297.         <div class=\"overflow-hidden my-8\">
  1298.             <!-- En-tête de la Carte Principale -->
  1299.             <div class=\"section-title px-4 py-5 sm:px-6\">
  1300.                 <h3 class=\"text-lg leading-6 font-bold\">Actes de Sous-traitance</h3>
  1301.             </div>
  1302.             {% for sousTraitance in mp.sousTraitance %}
  1303.                 <div>
  1304.                     <dl>
  1305.                         <div class=\"px-4 py-5 {% if loop.index is odd %}bg-gray-100{% else %}bg-gray-200{% endif %}\">
  1306.                             <!-- Sous-catégorie : Acheteur -->
  1307.                             <div class=\"px-4 py-5\">
  1308.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">
  1309.                                     Sous-traitant N°{{ sousTraitance.identifiant }}
  1310.                                 </h4>
  1311.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1312.                                     <!-- Identifiant unique de marché public -->
  1313.                                     <div class=\"py-2\">
  1314.                                         <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant du sous-traitant</dt>
  1315.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.typeIdentifiant }}</dd>
  1316.                                     </div>
  1317.                                     <div class=\"py-2\">
  1318.                                         <dt class=\"text-sm font-medium text-gray-500\">Identifiant du sous-traitant</dt>
  1319.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.sousTraitantId }}</dd>
  1320.                                     </div>
  1321.                                     <div class=\"py-2\">
  1322.                                         <dt class=\"text-sm font-medium text-gray-500\">Dénomination sociale du sous-traitant</dt>
  1323.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.denominationSociale }}</dd>
  1324.                                     </div>
  1325.                                     <div class=\"py-2\">
  1326.                                         <dt class=\"text-sm font-medium text-gray-500\">Durée du contrat de sous-traitance en nombre de mois</dt>
  1327.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.dureeMois }}</dd>
  1328.                                     </div>
  1329.                                     <div class=\"py-2\">
  1330.                                         <dt class=\"text-sm font-medium text-gray-500\">Date de notification de l'acte spécial de sous-traitance par le sous-traitant</dt>
  1331.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.dateNotification|date('d/m/Y') }}</dd>
  1332.                                     </div>
  1333.                                     <div class=\"py-2\">
  1334.                                         <dt class=\"text-sm font-medium text-gray-500\">Montant estimé maximum attribué, montant HT en euros</dt>
  1335.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.montant }} €</dd>
  1336.                                     </div>
  1337.                                     <div class=\"py-2\">
  1338.                                         <dt class=\"text-sm font-medium text-gray-500\">Modalités de variation du prix du contrat de sous-traitance</dt>
  1339.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.variationPrix }}</dd>
  1340.                                     </div>
  1341.                                     <div class=\"py-2\">
  1342.                                         <dt class=\"text-sm font-medium text-gray-500\">Date de publication des données essentielles de l'acte spécial de sous-traitance</dt>
  1343.                                         <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.datePublicationDonnees|date('d/m/Y') }}</dd>
  1344.                                     </div>
  1345.                                 </div>
  1346.                             </div>
  1347.                         </div>
  1348.                     </dl>
  1349.                 </div>
  1350.             {% endfor %}
  1351.         </div>
  1352.     {% endif %}
  1353.     {% if mp.modification|length >0 %}
  1354.         <div class=\"overflow-hidden my-8\">
  1355.             <!-- En-tête de la Carte Principale -->
  1356.             <div class=\"section-title px-4 py-5 sm:px-6\">
  1357.                 <h3 class=\"text-lg leading-6 font-bold\">Modifications</h3>
  1358.             </div>
  1359.             {% set compteurModification = 1 %}
  1360.             {% for modification in mp.Modification %}
  1361.                 {# {{ dump(modification) }} #}
  1362.                 <div>
  1363.                     <dl>
  1364.                         <div class=\"px-4 py-5 {% if loop.index is odd %}bg-gray-100{% else %}bg-gray-200{% endif %}\">
  1365.                             <div class=\"px-4 py-5\">
  1366.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">
  1367.                                     Modification N°{{ compteurModification }}
  1368.                                 </h4>
  1369.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1370.                                     {% if modification.objetModification is not empty %}
  1371.                                         <div class=\"py-2\">
  1372.                                             <dt class=\"text-sm font-medium text-gray-500\">Objet de la modification</dt>
  1373.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ modification.objetModification }}</dd>
  1374.                                         </div>
  1375.                                     {% endif %}
  1376.                                     {% if modification.dureeMois is not empty %}
  1377.                                         <div class=\"py-2\">
  1378.                                             <dt class=\"text-sm font-medium text-gray-500\">Durée modifiée en mois</dt>
  1379.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ modification.dureeMois }}</dd>
  1380.                                         </div>
  1381.                                     {% endif %}
  1382.                                     {% if modification.montant is not empty %}
  1383.                                         <div class=\"py-2\">
  1384.                                             <dt class=\"text-sm font-medium text-gray-500\">Montant modifié en euros</dt>
  1385.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ modification.montant }}</dd>
  1386.                                         </div>
  1387.                                     {% endif %}
  1388.                                     {% if modification.dateNotificationModification is not empty %}
  1389.                                         <div class=\"py-2\">
  1390.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de la notification de la modification apportée au marché public</dt>
  1391.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ modification.dateNotificationModification|date('d/m/Y') }}</dd>
  1392.                                         </div>
  1393.                                     {% endif %}
  1394.                                     {% if modification.datePublicationDonneesModification is not empty %}
  1395.                                         <div class=\"py-2\">
  1396.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de publication des données essentielles de la modification</dt>
  1397.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ modification.datePublicationDonneesModification|date('d/m/Y') }}</dd>
  1398.                                         </div>
  1399.                                     {% endif %}
  1400.                                 </div>
  1401.                             </div>
  1402.                             {% set compteurTitulaire = 1 %}
  1403.                             {% if modification.titulaire|length>0 %}
  1404.                                 {% for titulaire in modification.titulaire %}
  1405.                                     <div class=\"px-4 py-5\">
  1406.                                         <h4 class=\"text-md font-semibold text-gray-500 mb-2\">Titulaire N°{{ compteurTitulaire }}</h4>
  1407.                                         <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1408.                                             <div class=\"py-2\">
  1409.                                                 <dt class=\"text-sm font-medium text-gray-500\"> Dénomination sociale</dt>
  1410.                                                 <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.denominationSociale }}</dd>
  1411.                                             </div>
  1412.                                             <div class=\"py-2\">
  1413.                                                 <dt class=\"text-sm font-medium text-gray-500\">Type d'identifiant</dt>
  1414.                                                 <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.typeIdentifiant }}</dd>
  1415.                                             </div>
  1416.                                             <div class=\"py-2\">
  1417.                                                 <dt class=\"text-sm font-medium text-gray-500\">Identifiant</dt>
  1418.                                                 <dd class=\"mt-1 text-sm text-gray-900\">{{ titulaire.identifiant }}</dd>
  1419.                                             </div>
  1420.                                         </div>
  1421.                                     </div>
  1422.                                     {% set compteurTitulaire = compteurTitulaire + 1 %}
  1423.                                 {% endfor %}
  1424.                             {% endif %}
  1425.                         </div>
  1426.                     </dl>
  1427.                 </div>
  1428.             {% set compteurModification = compteurModification + 1 %}
  1429.             {% endfor %}
  1430.         </div>
  1431.     {% endif %}
  1432.     {% if mp.modificationActeSousTraitance|length >0 %}
  1433.         <div class=\"overflow-hidden my-8\">
  1434.             <!-- En-tête de la Carte Principale -->
  1435.             <div class=\"section-title px-4 py-5 sm:px-6\">
  1436.                 <h3 class=\"text-lg leading-6 font-bold\">Modifications de sous-traitance pendant l'exécution</h3>
  1437.             </div>
  1438.             {% for sousTraitance in mp.modificationActeSousTraitance %}
  1439.                 <div>
  1440.                     <dl>
  1441.                         <div class=\"px-4 py-5 {% if loop.index is odd %}bg-gray-100{% else %}bg-gray-200{% endif %}\">
  1442.                             <!-- Sous-catégorie : Acheteur -->
  1443.                             <div class=\"px-4 py-5\">
  1444.                                 <h4 class=\"text-md font-semibold text-gray-800 mb-2\">Numéro d'identification de l'acte spécial de sous-traitance modifié : {{ sousTraitance.modificationActeSousTraitanceId }}</h4>
  1445.                                 <div class=\"grid grid-cols-1 sm:grid-cols-3 sm:gap-4\">
  1446.                                     {% if sousTraitance.dateNotificationModificationActeSousTraitance is not empty %}
  1447.                                         <div class=\"py-2\">
  1448.                                             <dt class=\"text-sm font-medium text-gray-500\">Date de notification de la modification de l'acte spécial de sous-traitance</dt>
  1449.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.dateNotificationModificationActeSousTraitance|date('d/m/Y') }}</dd>
  1450.                                         </div>
  1451.                                     {% endif %}
  1452.                                     {% if sousTraitance.dureeMois is not empty %}
  1453.                                         <div class=\"py-2\">
  1454.                                             <dt class=\"text-sm font-medium text-gray-500\">Durée initiale du marché en nombre de mois</dt>
  1455.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.dureeMois }}</dd>
  1456.                                         </div>
  1457.                                     {% endif %}
  1458.                                     {% if sousTraitance.montantSousTraitance is not empty %}
  1459.                                         <div class=\"py-2\">
  1460.                                             <dt class=\"text-sm font-medium text-gray-500\">Montant attribué au sous-traitant hors taxes en € (ou montant estimé maximum attribué en €)</dt>
  1461.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.montantSousTraitance }}</dd>
  1462.                                         </div>
  1463.                                     {% endif %}
  1464.                                     {% if sousTraitance.datePublicationDonneesModificationActeSousTraitance is not empty %}
  1465.                                         <div class=\"py-2\">
  1466.                                             <dt class=\"text-sm font-medium text-gray-500\">Date à laquelle les données essentielles sont republiées suite à la modification de l'acte spécial de sous-traitance.</dt>
  1467.                                             <dd class=\"mt-1 text-sm text-gray-900\">{{ sousTraitance.datePublicationDonneesModificationActeSousTraitance|date('d/m/Y') }}</dd>
  1468.                                         </div>
  1469.                                     {% endif %}
  1470.                                 </div>
  1471.                             </div>
  1472.                         </div>
  1473.                     </dl>
  1474.                 </div>
  1475.             {% endfor %}
  1476.         </div>
  1477.     {% endif %}
  1478. {% endblock %}""marche_public/show.html.twig""/home/essentielles/www/templates/marche_public/show.html.twig");
  1479.     }
  1480. }