<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* map/_popup_rdv.html.twig */
class __TwigTemplate_b522fcb2c44daf17f526b24655bc51ac47cb57c0c2ead23f923c5ef55722e5f1 extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "map/_popup_rdv.html.twig"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "map/_popup_rdv.html.twig"));

        yield "<div id=\"popup-rdv\" class=\"custom-popup\"  style=\"display:none;\">
    <div class=\"popup-rdv-content\">
        <table class=\"w-100\">
            <tr>
                <td class=\"align-top text-start\"><span class=\"badge badge-type\">V1</span></td>
                <td><span class=\"client-number\">N° Client <a href='' target='_blank' rel='noopener noreferrer' class=\"client-id\">14 01 00085</a></span></td>
                <td class=\"align-top text-end\"><span class=\"badge red badge-moment\">AM</span></td>
            </tr>
            <tr>
                <td class=\"align-top text-start\"><span class=\"badge transparent badge-equip\">VTS-E</span></td>
                <td><span class=\"client-coordonnees\"> <strong>M/Mme BRACKE</strong><br>
                        58 rue Pierre Brossolette<br>
                        92250 La Garenne-Colombes</span></td>
                <td class=\"align-top text-end\"><span class=\"badge transparent badge-contrat\">GT</span></td>
            </tr>
        </table>
    </div>
    <div class=\"popup-rdv-info\">
        <p>Intervention terminée</p>
        <p>Heure début : 15:43 - Heure fin : 16:54</p>
    </div>
</div>";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "map/_popup_rdv.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array ();
    }

    public function getSourceContext()
    {
        return new Source("<div id=\"popup-rdv\" class=\"custom-popup\"  style=\"display:none;\">
    <div class=\"popup-rdv-content\">
        <table class=\"w-100\">
            <tr>
                <td class=\"align-top text-start\"><span class=\"badge badge-type\">V1</span></td>
                <td><span class=\"client-number\">N° Client <a href='' target='_blank' rel='noopener noreferrer' class=\"client-id\">14 01 00085</a></span></td>
                <td class=\"align-top text-end\"><span class=\"badge red badge-moment\">AM</span></td>
            </tr>
            <tr>
                <td class=\"align-top text-start\"><span class=\"badge transparent badge-equip\">VTS-E</span></td>
                <td><span class=\"client-coordonnees\"> <strong>M/Mme BRACKE</strong><br>
                        58 rue Pierre Brossolette<br>
                        92250 La Garenne-Colombes</span></td>
                <td class=\"align-top text-end\"><span class=\"badge transparent badge-contrat\">GT</span></td>
            </tr>
        </table>
    </div>
    <div class=\"popup-rdv-info\">
        <p>Intervention terminée</p>
        <p>Heure début : 15:43 - Heure fin : 16:54</p>
    </div>
</div>", "map/_popup_rdv.html.twig", "/builds/dev/refonte_sav/templates/map/_popup_rdv.html.twig");
    }
}
