<?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;

/* tchat/_popup_messages.html.twig */
class __TwigTemplate_0dfbdbf151760012b96323a6ac4c079ebfb0c06591921acee3ddb7e214903130 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", "tchat/_popup_messages.html.twig"));

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

        // line 1
        yield "<div class=\"chatbox chatbox22 popup-box chat-popup\" id=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 1, $this->source); })()), "html", null, true);
        yield "\">
    <div class=\"chatbox__title ";
        // line 2
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["class_name"]) || array_key_exists("class_name", $context) ? $context["class_name"] : (function () { throw new RuntimeError('Variable "class_name" does not exist.', 2, $this->source); })()), "html", null, true);
        yield " \">
      <span class=\"picto\">";
        // line 3
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 3, $this->source); })()), "html", null, true);
        yield "</span>
        <button class=\"chatbox__title__close\" data-id=\"";
        // line 4
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 4, $this->source); })()), "html", null, true);
        yield "\">
            <span><i class=\"fas fa-times\"></i></span>
        </button>
    </div>
   <div class=\"chatbox__body\">
       <ul class=\"list-chat-msg\">
           ";
        // line 10
        $context["oldDate"] = null;
        // line 11
        yield "           ";
        $context["oldUtilisateur"] = null;
        // line 12
        yield "           ";
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable((isset($context["messages"]) || array_key_exists("messages", $context) ? $context["messages"] : (function () { throw new RuntimeError('Variable "messages" does not exist.', 12, $this->source); })()));
        foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
            // line 13
            yield "               ";
            $context["colorCheck1"] = "opacity: 0.6;";
            // line 14
            yield "               ";
            $context["colorCheck2"] = "opacity: 0.6;";
            // line 15
            yield "               ";
            $context["new_class_name"] = "msj bg-grey";
            // line 16
            yield "               ";
            $context["class_name_nom"] = "left";
            // line 17
            yield "               ";
            $context["class_message_align"] = "align-items-start";
            // line 18
            yield "               ";
            if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 18), CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 18, $this->source); })()), "user", [], "any", false, false, false, 18)))) {
                // line 19
                yield "                   ";
                $context["new_class_name"] = ("msj-r " . (isset($context["class_name"]) || array_key_exists("class_name", $context) ? $context["class_name"] : (function () { throw new RuntimeError('Variable "class_name" does not exist.', 19, $this->source); })()));
                // line 20
                yield "                   ";
                $context["class_name_nom"] = "right";
                // line 21
                yield "                   ";
                $context["class_message_align"] = "align-items-end";
                // line 22
                yield "
                   ";
                // line 23
                $context["sizeInfosMessage"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getInfosMessageLuPar", [], "any", false, false, false, 23));
                // line 24
                yield "                   ";
                if ((1 === CoreExtension::compare((isset($context["sizeInfosMessage"]) || array_key_exists("sizeInfosMessage", $context) ? $context["sizeInfosMessage"] : (function () { throw new RuntimeError('Variable "sizeInfosMessage" does not exist.', 24, $this->source); })()), 0))) {
                    // line 25
                    yield "                       ";
                    $context["colorCheck1"] = "color:#0000FF;font-weight:bolder";
                    // line 26
                    yield "                       ";
                    if (((1 === CoreExtension::compare((isset($context["sizeInfosMessage"]) || array_key_exists("sizeInfosMessage", $context) ? $context["sizeInfosMessage"] : (function () { throw new RuntimeError('Variable "sizeInfosMessage" does not exist.', 26, $this->source); })()), 0)) && (0 === CoreExtension::compare((isset($context["sizeInfosMessage"]) || array_key_exists("sizeInfosMessage", $context) ? $context["sizeInfosMessage"] : (function () { throw new RuntimeError('Variable "sizeInfosMessage" does not exist.', 26, $this->source); })()), ((isset($context["nb_utilisateur_groupe"]) || array_key_exists("nb_utilisateur_groupe", $context) ? $context["nb_utilisateur_groupe"] : (function () { throw new RuntimeError('Variable "nb_utilisateur_groupe" does not exist.', 26, $this->source); })()) - 1))))) {
                        // line 27
                        yield "                           ";
                        $context["colorCheck2"] = "color:#0000FF;font-weight:bolder";
                        // line 28
                        yield "                       ";
                    }
                    // line 29
                    yield "                   ";
                }
                // line 30
                yield "               ";
            } else {
                // line 31
                yield "                   ";
                $context["colorCheck1"] = "display:none";
                // line 32
                yield "                   ";
                $context["colorCheck2"] = "display:none";
                // line 33
                yield "               ";
            }
            // line 34
            yield "
              ";
            // line 35
            if (((null === (isset($context["oldDate"]) || array_key_exists("oldDate", $context) ? $context["oldDate"] : (function () { throw new RuntimeError('Variable "oldDate" does not exist.', 35, $this->source); })())) || (0 !== CoreExtension::compare((isset($context["oldDate"]) || array_key_exists("oldDate", $context) ? $context["oldDate"] : (function () { throw new RuntimeError('Variable "oldDate" does not exist.', 35, $this->source); })()), $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getDateEnvoi", [], "any", false, false, false, 35), "d/m/Y"))))) {
                // line 36
                yield "                   <div class=\"text-center\" style=\"font-size: 0.75em;padding-top:5px;padding-bottom: 5px;\">
                       ";
                // line 37
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatDate($this->env, $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getDateEnvoi", [], "any", false, false, false, 37), "d M Y"), "medium", "", null, "gregorian", "fr"), "html", null, true);
                yield "<br>
                   </div>
               ";
            }
            // line 40
            yield "               ";
            if (((0 !== CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 40), CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 40, $this->source); })()), "user", [], "any", false, false, false, 40))) && ((null === (isset($context["oldUtilisateur"]) || array_key_exists("oldUtilisateur", $context) ? $context["oldUtilisateur"] : (function () { throw new RuntimeError('Variable "oldUtilisateur" does not exist.', 40, $this->source); })())) || (0 !== CoreExtension::compare((isset($context["oldUtilisateur"]) || array_key_exists("oldUtilisateur", $context) ? $context["oldUtilisateur"] : (function () { throw new RuntimeError('Variable "oldUtilisateur" does not exist.', 40, $this->source); })()), CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 40)))))) {
                // line 41
                yield "                    <span style=\"font-size: 0.68em; color: rgb(127,127,127);text-align:";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["class_name_nom"]) || array_key_exists("class_name_nom", $context) ? $context["class_name_nom"] : (function () { throw new RuntimeError('Variable "class_name_nom" does not exist.', 41, $this->source); })()), "html", null, true);
                yield "\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 41), "nomComplet", [], "any", false, false, false, 41), "html", null, true);
                yield "</span>
               ";
            }
            // line 43
            yield "               <li style=\"width:100%;flex-direction: column; \"class=\"d-flex ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["class_message_align"]) || array_key_exists("class_message_align", $context) ? $context["class_message_align"] : (function () { throw new RuntimeError('Variable "class_message_align" does not exist.', 43, $this->source); })()), "html", null, true);
            yield "\" >
                   <div class=\"";
            // line 44
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["new_class_name"]) || array_key_exists("new_class_name", $context) ? $context["new_class_name"] : (function () { throw new RuntimeError('Variable "new_class_name" does not exist.', 44, $this->source); })()), "html", null, true);
            yield "  macro\">
                       <div class=\"text text-l\"><p>";
            // line 45
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "contenu", [], "any", false, false, false, 45), "html", null, true);
            yield "</p></div>
                   </div>
                   <div>
                       <span class=\"chat-msg-hour tchat-infos\">
                           <span style=\"font-size: 0.68em\">";
            // line 49
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getDateEnvoi", [], "any", false, false, false, 49), "H:i"), "html", null, true);
            yield "&nbsp;
                               <span style=\"";
            // line 50
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("colorCheck1", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["colorCheck1"]) || array_key_exists("colorCheck1", $context) ? $context["colorCheck1"] : (function () { throw new RuntimeError('Variable "colorCheck1" does not exist.', 50, $this->source); })()), "")) : ("")), "html", null, true);
            yield "\">&check;</span>
                               <span style=\"";
            // line 51
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("colorCheck2", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["colorCheck2"]) || array_key_exists("colorCheck2", $context) ? $context["colorCheck2"] : (function () { throw new RuntimeError('Variable "colorCheck2" does not exist.', 51, $this->source); })()), "")) : ("")), "html", null, true);
            yield "\">&check;</span>
                           </span>
                       </span>
                       ";
            // line 54
            if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 54), CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 54, $this->source); })()), "user", [], "any", false, false, false, 54)))) {
                // line 55
                yield "                           <span class=\"tchat-tooltip\" style=\"z-index:999;\">
                               <div class=\"pb-2\"><u>Lu par:</u></div>
                               ";
                // line 57
                $context['_parent'] = $context;
                $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getInfosMessageLuPar", [], "any", false, false, false, 57));
                foreach ($context['_seq'] as $context["_key"] => $context["lecteur"]) {
                    // line 58
                    yield "                                   <div class=\"d-flex\"><i class=\"fas fa-user me-2\"></i><span>";
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["lecteur"], "html", null, true);
                    yield "</span></div>
                               ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lecteur'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 60
                yield "                           </span>
                       ";
            }
            // line 62
            yield "                   </div>
               </li>
               ";
            // line 64
            $context["oldDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["message"], "getDateEnvoi", [], "any", false, false, false, 64), "d/m/Y");
            // line 65
            yield "               ";
            $context["oldUtilisateur"] = CoreExtension::getAttribute($this->env, $this->source, $context["message"], "utilisateur", [], "any", false, false, false, 65);
            // line 66
            yield "           ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 67
        yield "       </ul>
       ";
        // line 68
        if ((isset($context["new_message"]) || array_key_exists("new_message", $context) ? $context["new_message"] : (function () { throw new RuntimeError('Variable "new_message" does not exist.', 68, $this->source); })())) {
            // line 69
            yield "           <button class=\"btn bg-orange btn-tchat-lu w-100 color-white\"
                   data-id=\"";
            // line 70
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 70, $this->source); })()), "html", null, true);
            yield "\"
                   data-name=\"";
            // line 71
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 71, $this->source); })()), "html", null, true);
            yield "\"
                   data-classname=\"";
            // line 72
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["class_name"]) || array_key_exists("class_name", $context) ? $context["class_name"] : (function () { throw new RuntimeError('Variable "class_name" does not exist.', 72, $this->source); })()), "html", null, true);
            yield "\"
           ><i class=\"fa fa-check me-2\"></i>LU
           </button>
       ";
        }
        // line 76
        yield "   </div>
   <div class=\"panel-footer\">
        <div class=\"input-group\">
            <div contenteditable=\"true\" data-class-name=\"";
        // line 79
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["class_name"]) || array_key_exists("class_name", $context) ? $context["class_name"] : (function () { throw new RuntimeError('Variable "class_name" does not exist.', 79, $this->source); })()), "html", null, true);
        yield "\" class=\"form-control input-sm chat-send-msg\" ></div>
";
        // line 81
        yield "            <span class=\"input-group-btn btn-chat-post d-flex\"><button class=\"btn bt_bg \"  style=\"padding-top:6px; padding-bottom:6px\"><i class=\"fa fa-paper-plane-o\" aria-hidden=\"true\"></i></button>
            </span>
        </div>
   </div>
</div>";
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  263 => 81,  259 => 79,  254 => 76,  247 => 72,  243 => 71,  239 => 70,  236 => 69,  234 => 68,  231 => 67,  225 => 66,  222 => 65,  220 => 64,  216 => 62,  212 => 60,  203 => 58,  199 => 57,  195 => 55,  193 => 54,  187 => 51,  183 => 50,  179 => 49,  172 => 45,  168 => 44,  163 => 43,  155 => 41,  152 => 40,  146 => 37,  143 => 36,  141 => 35,  138 => 34,  135 => 33,  132 => 32,  129 => 31,  126 => 30,  123 => 29,  120 => 28,  117 => 27,  114 => 26,  111 => 25,  108 => 24,  106 => 23,  103 => 22,  100 => 21,  97 => 20,  94 => 19,  91 => 18,  88 => 17,  85 => 16,  82 => 15,  79 => 14,  76 => 13,  71 => 12,  68 => 11,  66 => 10,  57 => 4,  53 => 3,  49 => 2,  44 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("<div class=\"chatbox chatbox22 popup-box chat-popup\" id=\"{{ id }}\">
    <div class=\"chatbox__title {{  class_name }} \">
      <span class=\"picto\">{{ name }}</span>
        <button class=\"chatbox__title__close\" data-id=\"{{ id }}\">
            <span><i class=\"fas fa-times\"></i></span>
        </button>
    </div>
   <div class=\"chatbox__body\">
       <ul class=\"list-chat-msg\">
           {% set oldDate =  null %}
           {% set oldUtilisateur =  null %}
           {% for message in messages %}
               {% set colorCheck1 = 'opacity: 0.6;' %}
               {% set colorCheck2 = 'opacity: 0.6;' %}
               {% set new_class_name = 'msj bg-grey' %}
               {% set class_name_nom = 'left' %}
               {% set class_message_align = 'align-items-start' %}
               {% if message.utilisateur == app.user %}
                   {% set new_class_name = 'msj-r '~ class_name %}
                   {% set class_name_nom = 'right' %}
                   {% set class_message_align = 'align-items-end' %}

                   {% set sizeInfosMessage = message.getInfosMessageLuPar|length %}
                   {% if sizeInfosMessage > 0 %}
                       {% set colorCheck1 = 'color:#0000FF;font-weight:bolder' %}
                       {% if sizeInfosMessage > 0 and sizeInfosMessage == (nb_utilisateur_groupe -1)%}
                           {% set colorCheck2 = 'color:#0000FF;font-weight:bolder' %}
                       {% endif %}
                   {% endif %}
               {% else  %}
                   {% set colorCheck1 = 'display:none' %}
                   {% set colorCheck2 = 'display:none' %}
               {% endif %}

              {% if oldDate is null or oldDate !=  message.getDateEnvoi|date(\"d/m/Y\") %}
                   <div class=\"text-center\" style=\"font-size: 0.75em;padding-top:5px;padding-bottom: 5px;\">
                       {{ message.getDateEnvoi|date(\"d M Y\")|format_date(locale='fr') }}<br>
                   </div>
               {% endif %}
               {% if message.utilisateur != app.user and (oldUtilisateur is null or oldUtilisateur != message.utilisateur) %}
                    <span style=\"font-size: 0.68em; color: rgb(127,127,127);text-align:{{ class_name_nom }}\">{{ message.utilisateur.nomComplet }}</span>
               {% endif %}
               <li style=\"width:100%;flex-direction: column; \"class=\"d-flex {{ class_message_align}}\" >
                   <div class=\"{{ new_class_name }}  macro\">
                       <div class=\"text text-l\"><p>{{ message.contenu }}</p></div>
                   </div>
                   <div>
                       <span class=\"chat-msg-hour tchat-infos\">
                           <span style=\"font-size: 0.68em\">{{ message.getDateEnvoi|date(\"H:i\") }}&nbsp;
                               <span style=\"{{ colorCheck1|default('') }}\">&check;</span>
                               <span style=\"{{ colorCheck2|default('') }}\">&check;</span>
                           </span>
                       </span>
                       {% if message.utilisateur == app.user %}
                           <span class=\"tchat-tooltip\" style=\"z-index:999;\">
                               <div class=\"pb-2\"><u>Lu par:</u></div>
                               {% for lecteur in message.getInfosMessageLuPar %}
                                   <div class=\"d-flex\"><i class=\"fas fa-user me-2\"></i><span>{{ lecteur }}</span></div>
                               {% endfor %}
                           </span>
                       {% endif %}
                   </div>
               </li>
               {% set oldDate =  message.getDateEnvoi|date(\"d/m/Y\") %}
               {% set oldUtilisateur =  message.utilisateur %}
           {% endfor %}
       </ul>
       {% if new_message %}
           <button class=\"btn bg-orange btn-tchat-lu w-100 color-white\"
                   data-id=\"{{ id }}\"
                   data-name=\"{{ name }}\"
                   data-classname=\"{{ class_name }}\"
           ><i class=\"fa fa-check me-2\"></i>LU
           </button>
       {% endif %}
   </div>
   <div class=\"panel-footer\">
        <div class=\"input-group\">
            <div contenteditable=\"true\" data-class-name=\"{{ class_name }}\" class=\"form-control input-sm chat-send-msg\" ></div>
{#            <input id=\"btn-input\" type=\"text\"  class=\"form-control input-sm chat-send-msg\" style=\"border:0;border-right:1px solid #ced4da;border-top:1px solid #ced4da; height:58px;\" tabindex=\"0\" dir=\"ltr\" spellcheck=\"false\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"none\" contenteditable=\"true\">#}
            <span class=\"input-group-btn btn-chat-post d-flex\"><button class=\"btn bt_bg \"  style=\"padding-top:6px; padding-bottom:6px\"><i class=\"fa fa-paper-plane-o\" aria-hidden=\"true\"></i></button>
            </span>
        </div>
   </div>
</div>", "tchat/_popup_messages.html.twig", "/builds/dev/refonte_sav/templates/tchat/_popup_messages.html.twig");
    }
}
