public function block_body($context, array $blocks = array())
 {
     $__internal_ccbdb9846a63cb50af64661f4900e5b56df0449840aa5bc35600a549c92c1147 = $this->env->getExtension("native_profiler");
     $__internal_ccbdb9846a63cb50af64661f4900e5b56df0449840aa5bc35600a549c92c1147->enter($__internal_ccbdb9846a63cb50af64661f4900e5b56df0449840aa5bc35600a549c92c1147_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 4
     echo "    <!-- Two columns content -->\n    <section class=\"container content\">\n        <div class=\"row\">\n            <!-- Right column -->\n            <section class=\"col-sm-12 col-md-12 col-lg-12 content-center\">\n                <h2> MON COMPTE</h2>\n                <p>Pour créer votre compte, veuillez renseigner les informations ci-dessous</p>\n                <p>&nbsp;&nbsp;&nbsp;</p>\n\n                <h2>";
     // line 13
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, "Mon adresse de livraison"), "html", null, true);
     echo "</h2>\n                <!-- Two column content -->\n                <!-- column part two -->\n                <form action=\"";
     // line 16
     echo $this->env->getExtension('routing')->getPath("adresse_create");
     echo "\" ";
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), 'enctype');
     echo " method=\"POST\" class=\"adresse_create\">\n\n                    <section class=\"col-sm-6 col-md-6 col-lg-6 col-sm-offset-3 col-md-offset-3 col-lg-offset-3\">\n                        <section class=\"container-with-large-icon login-form\" style=\"min-height: 276px;\">\n                            <div class=\"wrap\">\n                                <div id=\"account_create\">\n                                    <div class=\"form-group\">\n                                        <label for=\"firstname\"><strong>Ville (*)</strong></label>\n                                        ";
     // line 24
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "city", array()), 'widget', array("attr" => array("class" => "form-control wform", "label" => false)));
     echo "\n                                        ";
     // line 25
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "city", array()), 'errors');
     echo "\n                                    </div>\n                                    <div class=\"form-group\">\n                                        <label for=\"lastname\"><strong>Adresse (*)</strong></label>\n                                        ";
     // line 29
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "adresse", array()), 'widget', array("attr" => array("class" => "form-control wform", "label" => false, "placeholder" => "Mon adresse")));
     echo "\n                                        ";
     // line 30
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "adresse", array()), 'errors');
     echo "\n                                    </div>\n                                </div>\n                                ";
     // line 33
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), 'rest');
     echo "\n                            </div>\n                        </section>\n                    </section>\n                    <section class=\"col-sm-3 col-md-3 col-lg-3 col-md-offset-5\">\n                        <section class=\"login-form\">\n                            <div class=\"wrap\">\n                                <input type=\"submit\" value=\"";
     // line 40
     echo "Terminer mon inscription";
     echo "\" class=\"btn btn-mega\" />\n                            </div>\n                        </section>\n                    </section>\n                </form>\n                <!-- //end Two columns content -->\n            </section>\n            <!-- //end Right column -->\n\n        </div>\n    </section>\n\n\n";
     $__internal_ccbdb9846a63cb50af64661f4900e5b56df0449840aa5bc35600a549c92c1147->leave($__internal_ccbdb9846a63cb50af64661f4900e5b56df0449840aa5bc35600a549c92c1147_prof);
 }
 public function block_content($context, array $blocks = array())
 {
     // line 3
     echo "\n \t<h3>Tous les clients</h3>\n\t\t\t<table>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr class=\"info\">\n\t\t\t\t\t\t";
     // line 9
     echo "\t\t\t\t\t\t\t<th>Nom</th>\n\t\t\t\t\t\t\t<th>Actions</th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t";
     // line 13
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["clients"]) ? $context["clients"] : null);
     foreach ($context['_seq'] as $context["_key"] => $context["client"]) {
         // line 14
         echo "\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t";
         // line 17
         echo "\t\t\t\t\t<td>";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["client"], "nom", array())), "html", null, true);
         echo "</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<a href=\"";
         // line 19
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_view", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-green'>Voir</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 20
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_edit", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-orange'>Modifier</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 21
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_delete", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\" onclick=\"return confirm('are u sure?')\"><span class='btn-red'>Supprimer</span></a>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\n\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['client'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 26
     echo "\t\t</table>\n\n\t\t<a href=\"";
     // line 28
     echo $this->env->getExtension('routing')->getPath("misa_client_add");
     echo "\"><span class=\"btn-blue\"> <b>+</b> Ajouter</span></a>\n\n ";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_93b885cd46b4e1b668d4dde06e1e796c599e23e32688cc71ff8f4267f65710a2 = $this->env->getExtension("native_profiler");
     $__internal_93b885cd46b4e1b668d4dde06e1e796c599e23e32688cc71ff8f4267f65710a2->enter($__internal_93b885cd46b4e1b668d4dde06e1e796c599e23e32688cc71ff8f4267f65710a2_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "LaisoArmBundle:DQE/dao:dqe_dao.html.twig"));
     // line 1
     if ($this->getAttribute(isset($context["lotissement"]) ? $context["lotissement"] : $this->getContext($context, "lotissement"), "valide", array()) || $this->getAttribute(isset($context["lotissement"]) ? $context["lotissement"] : $this->getContext($context, "lotissement"), "puValide", array()) || $this->getAttribute(isset($context["avenant"]) ? $context["avenant"] : $this->getContext($context, "avenant"), "valide", array())) {
         // line 2
         echo "    ";
         // line 8
         echo "\n\n    <div class=\"align-center  margin10 no-margin-top no-margin-right no-margin-left\">\n        <div class=\"bg-lightGreen padding5\">\n            <h3>";
         // line 12
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, "Détail quantitatif et Estimatif"), "html", null, true);
         echo "</h3>\n        </div>\n    </div>\n\n    ";
         // line 16
         $this->loadTemplate("LaisoArmBundle:DQE/dao:lotissement_valide.html.twig", "LaisoArmBundle:DQE/dao:dqe_dao.html.twig", 16)->display($context);
         // line 17
         echo "    <small class=\"place-right fg-red\">Vous ne pouvez plus apporter de modification.</small>\n";
     } else {
         // line 19
         echo "    ";
         // line 24
         echo "\n    <div class=\"align-center  margin10 no-margin-top no-margin-right no-margin-left\">\n        <div class=\"bg-grayLight fg-white padding5\">\n            <h3>";
         // line 27
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, "Détail quantitatif et Estimatif"), "html", null, true);
         echo "</h3>\n        </div>\n    </div>\n\n    ";
         // line 31
         $this->loadTemplate("LaisoArmBundle:DQE/dao:default.html.twig", "LaisoArmBundle:DQE/dao:dqe_dao.html.twig", 31)->display($context);
     }
     $__internal_93b885cd46b4e1b668d4dde06e1e796c599e23e32688cc71ff8f4267f65710a2->leave($__internal_93b885cd46b4e1b668d4dde06e1e796c599e23e32688cc71ff8f4267f65710a2_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_e4a7bca704263285c6bc109a536b5038b5e5aa680ef42fdb417654becbe56bf9 = $this->env->getExtension("native_profiler");
     $__internal_e4a7bca704263285c6bc109a536b5038b5e5aa680ef42fdb417654becbe56bf9->enter($__internal_e4a7bca704263285c6bc109a536b5038b5e5aa680ef42fdb417654becbe56bf9_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "SonataAdminBundle:CRUD:base_list_flat_field.html.twig"));
     // line 11
     echo "\n<span class=\"sonata-ba-list-field sonata-ba-list-field-";
     // line 12
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "type", array()), "html", null, true);
     echo "\" objectId=\"";
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "id", array(0 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method"), "html", null, true);
     echo "\">\n    ";
     // line 13
     if ($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "identifier", array(), "any", true, true) && $this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "route", array(), "any", true, true) && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "isGranted", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "name", array()) == "show" ? "VIEW" : twig_upper_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "name", array())), 1 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method") && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "hasRoute", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "name", array())), "method")) {
         // line 19
         echo "        <a href=\"";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "generateObjectUrl", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "name", array()), 1 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object"), 2 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "parameters", array())), "method"), "html", null, true);
         echo "\">";
         // line 20
         $this->displayBlock('field', $context, $blocks);
         // line 21
         echo "</a>\n    ";
     } else {
         // line 23
         echo "        ";
         $this->displayBlock("field", $context, $blocks);
         echo "\n    ";
     }
     // line 25
     echo "</span>\n";
     $__internal_e4a7bca704263285c6bc109a536b5038b5e5aa680ef42fdb417654becbe56bf9->leave($__internal_e4a7bca704263285c6bc109a536b5038b5e5aa680ef42fdb417654becbe56bf9_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 11
     echo "\n<span class=\"sonata-ba-list-field sonata-ba-list-field-";
     // line 12
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "type", array()), "html", null, true);
     echo "\" objectId=\"";
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : null, "id", array(0 => isset($context["object"]) ? $context["object"] : null), "method"), "html", null, true);
     echo "\">\n    ";
     // line 13
     if ($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "identifier", array(), "any", true, true) && $this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "route", array(), "any", true, true) && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : null, "isGranted", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array()), "route", array()), "name", array()) == "show" ? "VIEW" : twig_upper_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array()), "route", array()), "name", array())), 1 => isset($context["object"]) ? $context["object"] : null), "method") && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : null, "hasRoute", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array()), "route", array()), "name", array())), "method")) {
         // line 19
         echo "        <a href=\"";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : null, "generateObjectUrl", array(0 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array()), "route", array()), "name", array()), 1 => isset($context["object"]) ? $context["object"] : null, 2 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array()), "route", array()), "parameters", array())), "method"), "html", null, true);
         echo "\">";
         // line 20
         $this->displayBlock('field', $context, $blocks);
         // line 21
         echo "</a>\n    ";
     } else {
         // line 23
         echo "        ";
         $this->displayBlock("field", $context, $blocks);
         echo "\n    ";
     }
     // line 25
     echo "</span>\n";
 }
 public function getopen($_method = null, $_action = null, $_attributes = null)
 {
     $context = $this->env->mergeGlobals(array("method" => $_method, "action" => $_action, "attributes" => $_attributes));
     $blocks = array();
     ob_start();
     try {
         // line 2
         echo "    <form method=\"";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, isset($context["method"]) ? $context["method"] : null), "html", null, true);
         echo "\" ";
         if (!twig_test_empty(isset($context["action"]) ? $context["action"] : null)) {
             echo "action=\"";
             echo twig_escape_filter($this->env, isset($context["action"]) ? $context["action"] : null, "html", null, true);
             echo "\"";
         }
         // line 3
         echo "    ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(isset($context["attributes"]) ? $context["attributes"] : null);
         foreach ($context['_seq'] as $context["attribute"] => $context["value"]) {
             echo twig_escape_filter($this->env, isset($context["attribute"]) ? $context["attribute"] : null, "html", null, true);
             echo "=\"";
             echo twig_escape_filter($this->env, isset($context["value"]) ? $context["value"] : null, "html", null, true);
             echo "\"";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['attribute'], $context['value'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         echo ">\n";
     } catch (Exception $e) {
         ob_end_clean();
         throw $e;
     }
     return '' === ($tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
 }
 public function block_content($context, array $blocks = array())
 {
     // line 3
     echo "\n \t <h3>Tous les projects</h3>\n\t  <table class=\"table\">\n\t\t<thead>\n\t\t\t<tr data-project=\"head\" class=\"info\">\n\t\t\t\t";
     // line 9
     echo "\t\t\t\t\t<th data-type=\"text\" >Nom du projet</th>\n\t\t\t\t\t<th>Nom du client</th>\n\t\t\t\t\t<th>Date de livraison</th>\n\t\t\t\t\t<th>Développeur</th>\n\t\t\t\t\t";
     // line 16
     echo "\t\t\t\t\t<th></th>\n\t\t\t</tr>\n\t\t</thead>\n\t\t<tbody>\n\t\t";
     // line 20
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["projects"]) ? $context["projects"] : null);
     foreach ($context['_seq'] as $context["_key"] => $context["project"]) {
         // line 21
         echo "\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t";
         // line 24
         echo "\t\t\t\t\t<td>";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["project"], "nom", array())), "html", null, true);
         echo "</td>\n\t\t\t\t\t<td>";
         // line 25
         echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($context["project"], "client", array()), "nom", array()), "html", null, true);
         echo "</td>\n\t\t\t\t\t<td>";
         // line 26
         echo twig_escape_filter($this->env, twig_date_format_filter($this->env, $this->getAttribute($context["project"], "dateLivraison", array()), "d/m/Y"), "html", null, true);
         echo "</td>\n\t\t\t\t\t";
         // line 27
         if (!(null === $this->getAttribute($context["project"], "assignation", array()))) {
             // line 28
             echo "\t\t\t\t\t\t<td><a href=\"";
             echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_developer_view", array("id" => $this->getAttribute($this->getAttribute($this->getAttribute($context["project"], "assignation", array()), "developer", array()), "id", array()))), "html", null, true);
             echo "\">";
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute($context["project"], "assignation", array()), "developer", array()), "nom", array()), "html", null, true);
             echo "</a></td>\n\t\t\t\t\t\t";
         } else {
             // line 30
             echo "\t\t\t\t\t\t<td><i>non assigné</i></td>\n\t\t\t\t\t";
         }
         // line 32
         echo "\t\t\t\t\t";
         // line 35
         echo "\t\t\t\t\t<td>\n\t\t\t\t\t\t<a href=\"";
         // line 36
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_project_view", array("id" => $this->getAttribute($context["project"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-green'> Voir</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 37
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_project_edit", array("id" => $this->getAttribute($context["project"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-orange'>Modifier</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 38
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_project_delete", array("id" => $this->getAttribute($context["project"], "id", array()))), "html", null, true);
         echo "\" onclick=\"return confirm('are u sure?')\"><span class='btn-red'>Supprimer </span></a>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\n\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['project'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 43
     echo "\t\t</tbody>\n\t\t</table>\n\n\t\t<a href=\"";
     // line 46
     echo $this->env->getExtension('routing')->getPath("misa_project_add");
     echo "\"><span class=\"btn-blue\"> <b>+</b> Ajouter</span></a>\n";
 }
 public function block_body($context, array $blocks = array())
 {
     $__internal_e4ce07af4cbe96c9f150fa1c353a1fbd1fc01f8685e6ad3aeea418bcbe5de765 = $this->env->getExtension("native_profiler");
     $__internal_e4ce07af4cbe96c9f150fa1c353a1fbd1fc01f8685e6ad3aeea418bcbe5de765->enter($__internal_e4ce07af4cbe96c9f150fa1c353a1fbd1fc01f8685e6ad3aeea418bcbe5de765_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 4
     echo "    <!-- Two columns content -->\n    <section class=\"container content\">\n        <div class=\"row\">\n\n            ";
     // line 8
     $this->loadTemplate("LabsMembersBundle:include:sidebar.html.twig", "LabsMembersBundle:Profile:show_content.html.twig", 8)->display($context);
     // line 9
     echo "\n            <!-- Right column -->\n            <section class=\"col-sm-9 col-md-9 col-lg-9 content-center\">\n                <!-- section commande et abonnement -->\n                <section>\n                    <div class=\"col-sm-6 col-md-6 col-lg-6\">\n                        <h3>";
     // line 15
     echo "Mes commandes";
     echo "</h3>\n                        <div class=\"row blockquote\">\n                            <div class=\"inside\">\n                                <div class=\"text-center\">\n                                    <div class=\"icon-circle  active animate scale animated\"><span class=\"icon icon-bag\"></span></div>\n                                    <h5>Vous n'avez pas de nouvelle commandes. Vous avez la possibilité de passer des commandes spéciales</h5>\n                                    <a href=\"#\" class=\"btn btn-mega btn-inverse btn-lg margin-bt\">";
     // line 21
     echo "commander à nouveaux ";
     echo "</a>\n                                    <a href=\"#\" class=\"btn btn-mega btn-inverse btn-lg\">";
     // line 22
     echo "Toute mes commandes";
     echo "</a>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n\n                    <div class=\"divider-md visible-xs\"></div>\n\n                    <div class=\"col-sm-6 col-md-6 col-lg-6\">\n                         <h3>";
     // line 31
     echo "Mon abonnement";
     echo "</h3>\n                        <div class=\"row blockquote\">\n                            <div class=\"inside\">\n                                <div class=\"text-center\">\n                                    <div class=\"icon-circle  active animate scale animated\"><span class=\"icon  icon-credit-card\"></span></div>\n                                    <h5>Abonnez-vous pour profiter des reductions sur vos achats allant jusqu'a 20% sur 1 an</h5>\n                                        <a href=\"#\" class=\"btn btn-mega btn-inverse btn-lg margin-bt\">";
     // line 37
     echo "Faire un nouveau abonnement";
     echo "</a>\n                                        <a href=\"#\" class=\"btn btn-mega btn-inverse btn-lg\">";
     // line 38
     echo "Renouvellez mon abonnement";
     echo "</a>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n\n                </section>\n                <!-- fin de la section commande et abonnnment-->\n                <!-- section racourcis -->\n                <!-- section commande et abonnement -->\n                <p>&nbsp;&nbsp;</p>\n                <section>\n                    <div class=\"col-sm-12 col-md-12 col-lg-12\">\n                        <h3>";
     // line 51
     echo "Raccourcis";
     echo "</h3>\n                        <div class=\"blockquote\">\n                            <p>&nbsp;&nbsp;&nbsp;</p>\n                            <ul class=\"ma-Interest-list\">\n                                ";
     // line 55
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["cat"]) ? $context["cat"] : $this->getContext($context, "cat"));
     foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
         // line 56
         echo "                                <a href=\"";
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("labs_front_cat", array("id" => $this->getAttribute($context["category"], "id", array()), "slug" => $this->getAttribute($context["category"], "slug", array()))), "html", null, true);
         echo "\"><li class=\"ma-Interest-item btn btn-mega btn-inverse-2\">\n                                    <span class=\"ma-Interest-text\">\n                                          ";
         // line 58
         echo twig_escape_filter($this->env, $this->getAttribute($context["category"], "name", array()), "html", null, true);
         echo "\n                                    </span>\n                                    </li>\n                                </a>\n                                ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 63
     echo "                            </ul>\n                        </div>\n                </section>\n                <!-- fin de la section commande et abonnnment-->\n                <!--end section raccourcis-->\n\n                <!--section fournisseur -->\n                <p>&nbsp;&nbsp;</p>\n                <section>\n                    <div class=\"col-sm-12 col-md-12 col-lg-12\">\n                        <h3>";
     // line 73
     echo "Devenir fournisseur";
     echo "</h3>\n                        <div class=\"blockquote\">\n                            <p>&nbsp;&nbsp;&nbsp;</p>\n                                <div class=\"row\">\n                                    <div class=\"col-sm-7 col-md-7 col-lg-7\">\n                                        <img class=\"img-responsive animate scale animated\" src=\"";
     // line 78
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("images/image-our-service.jpg"), "html", null, true);
     echo "\" alt=\"\">\n                                    </div>\n                                    <div class=\"divider-md visible-xs\"></div>\n                                    <div class=\"col-sm-5 col-md-5 col-lg-5\">\n                                        <h5>Lorem ipsum dolor sit amet consetetur</h5>\n                                        <a href=\"#\" class=\"btn btn-mega\">";
     // line 83
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, "devenir fournisseur"), "html", null, true);
     echo "</a>\n                                    </div>\n                                </div>\n                            </section>\n                        </div>\n                </section>\n                <!-- end section fournisseur-->\n            </section>\n            <!-- //end Right column -->\n\n        </div>\n    </section>\n";
     $__internal_e4ce07af4cbe96c9f150fa1c353a1fbd1fc01f8685e6ad3aeea418bcbe5de765->leave($__internal_e4ce07af4cbe96c9f150fa1c353a1fbd1fc01f8685e6ad3aeea418bcbe5de765_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 11
     echo "\n<td class=\"sonata-ba-list-field sonata-ba-list-field-";
     // line 12
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "type", array()), "html", null, true);
     echo "\" objectId=\"";
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "id", array(0 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method"), "html", null, true);
     echo "\">\n    ";
     // line 13
     $context["route"] = $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "route", array(), "any", false, true), "name", array(), "any", true, true) ? _twig_default_filter($this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "route", array(), "any", false, true), "name", array()), null) : null;
     // line 14
     echo "    ";
     $context["action"] = (isset($context["route"]) ? $context["route"] : $this->getContext($context, "route")) == "show" ? "VIEW" : twig_upper_filter($this->env, isset($context["route"]) ? $context["route"] : $this->getContext($context, "route"));
     // line 15
     echo "\n    ";
     // line 16
     if ($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "identifier", array(), "any", true, true) && (isset($context["route"]) ? $context["route"] : $this->getContext($context, "route")) && (isset($context["action"]) ? $context["action"] : $this->getContext($context, "action")) && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "hasRoute", array(0 => isset($context["route"]) ? $context["route"] : $this->getContext($context, "route")), "method") && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "isGranted", array(0 => isset($context["action"]) ? $context["action"] : $this->getContext($context, "action"), 1 => twig_in_filter(isset($context["action"]) ? $context["action"] : $this->getContext($context, "action"), array(0 => "VIEW", 1 => "EDIT")) ? isset($context["object"]) ? $context["object"] : $this->getContext($context, "object") : null), "method")) {
         // line 23
         echo "        <a class=\"sonata-link-identifier\" href=\"";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "generateObjectUrl", array(0 => isset($context["route"]) ? $context["route"] : $this->getContext($context, "route"), 1 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object"), 2 => $this->getAttribute($this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "route", array()), "parameters", array())), "method"), "html", null, true);
         echo "\">";
         // line 24
         $this->displayBlock('field', $context, $blocks);
         // line 25
         echo "</a>\n    ";
     } else {
         // line 27
         echo "        ";
         $context["isEditable"] = $this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : null, "options", array(), "any", false, true), "editable", array(), "any", true, true) && $this->getAttribute($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "options", array()), "editable", array()) && $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "isGranted", array(0 => "EDIT", 1 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method");
         // line 28
         echo "        ";
         $context["xEditableType"] = $this->env->getExtension('sonata_admin')->getXEditableType($this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "type", array()));
         // line 29
         echo "\n        ";
         // line 30
         if ((isset($context["isEditable"]) ? $context["isEditable"] : $this->getContext($context, "isEditable")) && (isset($context["xEditableType"]) ? $context["xEditableType"] : $this->getContext($context, "xEditableType"))) {
             // line 31
             echo "            ";
             $context["url"] = $this->env->getExtension('routing')->getPath("sonata_admin_set_object_field_value", array("context" => "list", "field" => $this->getAttribute(isset($context["field_description"]) ? $context["field_description"] : $this->getContext($context, "field_description"), "name", array()), "objectId" => $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "id", array(0 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method"), "code" => $this->getAttribute(isset($context["admin"]) ? $context["admin"] : $this->getContext($context, "admin"), "code", array(0 => isset($context["object"]) ? $context["object"] : $this->getContext($context, "object")), "method")));
             // line 32
             echo "            <span ";
             $this->displayBlock('field_span_attributes', $context, $blocks);
             echo ">\n                ";
             // line 33
             $this->displayBlock("field", $context, $blocks);
             echo "\n            </span>\n        ";
         } else {
             // line 36
             echo "            ";
             $this->displayBlock("field", $context, $blocks);
             echo "\n        ";
         }
         // line 38
         echo "    ";
     }
     // line 39
     echo "</td>\n";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     echo "<div class=\"communication_list_count\">\n    ";
     // line 2
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["pagination"]) ? $context["pagination"] : null, "getTotalItemCount", array()), "html", null, true);
     echo " communication(s) trouvée(s)\n</div>\n\n";
     // line 11
     echo "\n<div class=\"communication_list_pagination\">\n    ";
     // line 13
     echo $this->env->getExtension('knp_pagination')->render(isset($context["pagination"]) ? $context["pagination"] : null);
     echo "\n</div>\n\n";
     // line 16
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["pagination"]) ? $context["pagination"] : null);
     foreach ($context['_seq'] as $context["_key"] => $context["communication"]) {
         // line 17
         echo "    <div class=\"communication_item\" >\n        <table>\n            <tr>\n                <td valign=\"top\">\n\n                    <div class=\"communication_user_and_date\" >\n                        <div class=\"communication_user_image\" >\n                            ";
         // line 27
         echo "                            <a href=\"";
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("aet_annuaire_communication_view", array("id" => $this->getAttribute($context["communication"], "id", array()))), "html", null, true);
         echo "\">\n                                <img\n                                  src=\"";
         // line 29
         echo twig_escape_filter($this->env, $this->env->getExtension('assets')->getAssetUrl($this->getAttribute($this->getAttribute($context["communication"], "image", array()), "webPath", array())), "html", null, true);
         echo "\"\n                                  alt=\"";
         // line 30
         echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($context["communication"], "image", array()), "alt", array()), "html", null, true);
         echo "\"\n                                />\n                            </a>\n                        </div>\n                        <div class=\"communication_user_name\"><i>Par ";
         // line 34
         echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->getAttribute($this->getAttribute($context["communication"], "user", array()), "firstName", array())), "html", null, true);
         echo " ";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($this->getAttribute($context["communication"], "user", array()), "lastName", array())), "html", null, true);
         echo "</i></div>\n                        <div class=\"communication_date\"><i>Le ";
         // line 35
         echo twig_escape_filter($this->env, twig_date_format_filter($this->env, $this->getAttribute($context["communication"], "date", array()), "d/m/Y"), "html", null, true);
         echo "</i></div>\n                    </div>\n\n                </td>\n                <td valign=\"top\">\n                    <div class=\"communication_title\" >\n                        <a href=\"";
         // line 41
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("aet_annuaire_communication_view", array("id" => $this->getAttribute($context["communication"], "id", array()))), "html", null, true);
         echo "\">";
         echo twig_length_filter($this->env, $this->getAttribute($context["communication"], "title", array())) > 80 ? twig_slice($this->env, $this->getAttribute($context["communication"], "title", array()), 0, 80) . "..." : $this->getAttribute($context["communication"], "title", array());
         echo "</a>\n                    </div>\n                    <div class=\"communication_body\" >\n                        ";
         // line 45
         echo "                        ";
         echo twig_escape_filter($this->env, $this->getAttribute($context["communication"], "shortDesc", array()), "html", null, true);
         echo "\n                    </div>\n                </td>\n            </tr>\n\n\n        </table>\n    </div>\n";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['communication'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 54
     echo "\n";
     // line 56
     echo "<div class=\"communication_list_pagination\">\n    ";
     // line 57
     echo $this->env->getExtension('knp_pagination')->render(isset($context["pagination"]) ? $context["pagination"] : null);
     echo "\n</div>";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_7a79f6c36514d1b4b45713497d701f2d6c68431fb0409eb681e3c6c560d40958 = $this->env->getExtension("native_profiler");
     $__internal_7a79f6c36514d1b4b45713497d701f2d6c68431fb0409eb681e3c6c560d40958->enter($__internal_7a79f6c36514d1b4b45713497d701f2d6c68431fb0409eb681e3c6c560d40958_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "FOSUserBundle:Security:login.html.twig"));
     // line 1
     echo "<!DOCTYPE html>\n<html>\n\t<head>\n\t\t<link href=\"/assets/icons/favicon.ico\" rel=\"icon\" type=\"image/ico\">\n<meta charset = \"UTF-8\">\t\t\n<title>CS Crm</title>\n\n<link href=\"";
     // line 8
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("css/style_Project_Work.css"), "html", null, true);
     echo "\" rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\"/>\n<link href=\"";
     // line 9
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("css/font-awesome.css"), "html", null, true);
     echo "\" rel=\"stylesheet\" type=\"text/css\">\n\t</head>\n\t<body class=\"body\">\n\n\t\t\n\t\t<div class=\"contenitore_header_login cf\">\n\t\t\t<b>CS Crm - LOGIN</b>\n\t\t\t\t\t<div class=\"contenuti_login\">\n\n\t\t\t\t\t\t\t";
     // line 18
     if (isset($context["error"]) ? $context["error"] : $this->getContext($context, "error")) {
         // line 19
         echo "\t\t\t\t\t\t\t    <div>";
         echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans($this->getAttribute(isset($context["error"]) ? $context["error"] : $this->getContext($context, "error"), "messageKey", array()), $this->getAttribute(isset($context["error"]) ? $context["error"] : $this->getContext($context, "error"), "messageData", array()), "security"), "html", null, true);
         echo "</div>\n\t\t\t\t\t\t\t";
     }
     // line 21
     echo "\n\t\t\t\t\t\t\t<form action=\"";
     // line 22
     echo $this->env->getExtension('routing')->getPath("fos_user_security_check");
     echo "\" method=\"post\">\n\t\t\t\t\t\t\t    <input type=\"hidden\" name=\"_csrf_token\" value=\"";
     // line 23
     echo twig_escape_filter($this->env, isset($context["csrf_token"]) ? $context["csrf_token"] : $this->getContext($context, "csrf_token"), "html", null, true);
     echo "\" />\n\n\t\t\t\t\t\t\t    <label for=\"username\"></label>\n\t\t\t\t\t\t\t    <input type=\"text\" id=\"username\" name=\"_username\" value=\"";
     // line 26
     echo twig_escape_filter($this->env, isset($context["last_username"]) ? $context["last_username"] : $this->getContext($context, "last_username"), "html", null, true);
     echo "\" placeholder=\"";
     echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("inserisci username"), "html", null, true);
     echo "\" required=\"required\" />\n\n\t\t\t\t\t\t\t    <label for=\"password\"></label>\n\t\t\t\t\t\t\t    <input type=\"password\" id=\"password\" name=\"_password\" placeholder=\"";
     // line 29
     echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("inserisci password"), "html", null, true);
     echo "\" required=\"required\" />\n\n\t\t\t\t\t\t\t    <input class=\"send_login\" type=\"submit\" id=\"_submit\" name=\"_submit\" value=\"";
     // line 31
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->env->getExtension('translator')->trans("login")), "html", null, true);
     echo "\" />\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t";
     // line 37
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : $this->getContext($context, "app"), "session", array()), "flashbag", array()), "get", array(0 => "notice"), "method"));
     foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
         // line 38
         echo "\t\t\t\t\t\t<div class='flash-notice'>\n\t\t\t\t\t\t\t";
         // line 39
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $context["flash_message"]), "html", null, true);
         echo "\n\t\t\t\t\t\t</div class='flash-notice'>\n\t\t\t\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 42
     echo "\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<!--\n\t\t\t\t<a href=\"/PROJECTWORK/Admin_campagne.html\"><button type=\"submit\" name=\"annulla_campagna\" value=\"annulla\">_____annulla______</button></a>-->\n\t\t\t\t<!--<a href=\"/PROJECTWORK/Admin_index.html\"><button type=\"submit\" name=\"login\" value=\"avanti\">LOGIN</button></a>\n\t\t--></div>\n\n\n\n\n<div class=\"contenitore_sfondo_pp\">\t\n\n\n</div>\n\n\n<!--INSERIRE JQUERY per FAR FUNZIONARE LO SCRIPT-->\n\t</body>\n</html>";
     $__internal_7a79f6c36514d1b4b45713497d701f2d6c68431fb0409eb681e3c6c560d40958->leave($__internal_7a79f6c36514d1b4b45713497d701f2d6c68431fb0409eb681e3c6c560d40958_prof);
 }
 public function block_form_start($context, array $blocks = array())
 {
     // line 2
     ob_start();
     // line 3
     echo "    ";
     $context["method"] = twig_upper_filter($this->env, isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"));
     // line 4
     echo "    ";
     if (twig_in_filter(isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"), array(0 => "GET", 1 => "POST"))) {
         // line 5
         echo "        ";
         $context["form_method"] = isset($context["method"]) ? $context["method"] : $this->getContext($context, "method");
         // line 6
         echo "    ";
     } else {
         // line 7
         echo "        ";
         $context["form_method"] = "POST";
         // line 8
         echo "    ";
     }
     // line 9
     echo "    <form name=\"";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "vars", array()), "name", array()), "html", null, true);
     echo "\" method=\"";
     echo twig_escape_filter($this->env, twig_lower_filter($this->env, isset($context["form_method"]) ? $context["form_method"] : $this->getContext($context, "form_method")), "html", null, true);
     echo "\" action=\"";
     echo twig_escape_filter($this->env, isset($context["action"]) ? $context["action"] : $this->getContext($context, "action"), "html", null, true);
     echo "\"";
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["attr"]) ? $context["attr"] : $this->getContext($context, "attr"));
     foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) {
         echo " ";
         echo twig_escape_filter($this->env, $context["attrname"], "html", null, true);
         echo "=\"";
         echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true);
         echo "\"";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     if (isset($context["multipart"]) ? $context["multipart"] : $this->getContext($context, "multipart")) {
         echo " enctype=\"multipart/form-data\"";
     }
     echo " novalidate=\"true\">\n    ";
     // line 10
     if ((isset($context["form_method"]) ? $context["form_method"] : $this->getContext($context, "form_method")) != (isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"))) {
         // line 11
         echo "        <input type=\"hidden\" name=\"_method\" value=\"";
         echo twig_escape_filter($this->env, isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"), "html", null, true);
         echo "\" />\n    ";
     }
     echo trim(preg_replace('/>\\s+</', '><', ob_get_clean()));
 }
 public function block_body($context, array $blocks = array())
 {
     // line 6
     echo "    <br><br>\n\n     <div class=\"content\">\n      <!-- Start: SERVICE LIST -->\n        <div class=\"container\">\n          <div class=\"page-header\">\n                            <h2><small><font color=\"black\"><font size=+2><u>Espace Entreprise</u></font></font></small></h2>\n          </div>\n                \n          <div class=\"span3\">";
     // line 15
     $this->env->loadTemplate("EntrepriseBundle:Modules:menuentreprise.html.twig")->display($context);
     echo "</div>\n           <div class=\"row-fluid\">\n              \n          <div class=\"span9\" class=\"icon-align-left\">BINEVENU(E) DANS VOTRE ESPACE ENTREPRISE ";
     // line 18
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "user"), "username")), "html", null, true);
     echo " !\n              <br> <br>\n               \n          </div>\n           </div>\n          </div>\n        </div>\n      <!-- End: SERVICE LIST -->\n  \n     ";
 }
 public function block_body($context, array $blocks = array())
 {
     $__internal_4099367c48084ed4fe3958958eb33c61587cdca2de862174535d76e0dae22957 = $this->env->getExtension("native_profiler");
     $__internal_4099367c48084ed4fe3958958eb33c61587cdca2de862174535d76e0dae22957->enter($__internal_4099367c48084ed4fe3958958eb33c61587cdca2de862174535d76e0dae22957_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 11
     echo "<table class=\"table border bordered\">\n        <thead>\n        <tr>\n            <th>Renseignements</th>\n            <th>Rôles</th>\n            <th>Actions</th>\n        </tr>\n        </thead>\n        <tbody>\n        ";
     // line 20
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["entities"]) ? $context["entities"] : $this->getContext($context, "entities"));
     foreach ($context['_seq'] as $context["_key"] => $context["entity"]) {
         // line 21
         echo "            <tr>\n                <td>\n                    Nom : ";
         // line 23
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["entity"], "nom", array())), "html", null, true);
         echo " ";
         echo twig_escape_filter($this->env, $this->getAttribute($context["entity"], "prenom", array()), "html", null, true);
         echo "\n                    <hr class=\"thin\">\n                    <span class=\"tag success\">";
         // line 25
         echo twig_escape_filter($this->env, $this->getAttribute($context["entity"], "username", array()), "html", null, true);
         echo "</span> <span class=\"tag info\">";
         echo twig_escape_filter($this->env, $this->getAttribute($context["entity"], "email", array()), "html", null, true);
         echo "</span>\n                </td>\n                <td>\n                    ";
         // line 28
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["entity"], "roles", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["role"]) {
             // line 29
             echo "                        <span class=\"tag info\">";
             echo twig_escape_filter($this->env, $context["role"], "html", null, true);
             echo "</span>\n                    ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['role'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 30
         echo "</td>\n                <td class=\"align-center\">\n                    <a href=\"";
         // line 32
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("users_show", array("id" => $this->getAttribute($context["entity"], "id", array()))), "html", null, true);
         echo "\">Détails</a>\n                    <a href=\"";
         // line 33
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("users_edit", array("id" => $this->getAttribute($context["entity"], "id", array()))), "html", null, true);
         echo "\">Modifier</a>\n                </td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entity'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "        </tbody>\n    </table>\n\n    <a class=\"button primary ajax-button\" href=\"";
     // line 40
     echo $this->env->getExtension('routing')->getPath("users_new");
     echo "\">\n        Ajouter un nouvel utilisateur\n    </a>\n";
     $__internal_4099367c48084ed4fe3958958eb33c61587cdca2de862174535d76e0dae22957->leave($__internal_4099367c48084ed4fe3958958eb33c61587cdca2de862174535d76e0dae22957_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_835030d3a3194b400a592ed316b98b85a7a2a4c65ece066f1ebbec2bc191740b = $this->env->getExtension("native_profiler");
     $__internal_835030d3a3194b400a592ed316b98b85a7a2a4c65ece066f1ebbec2bc191740b->enter($__internal_835030d3a3194b400a592ed316b98b85a7a2a4c65ece066f1ebbec2bc191740b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "::card.html.twig"));
     // line 1
     echo "<h1>";
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, isset($context["firstname"]) ? $context["firstname"] : $this->getContext($context, "firstname")), "html", null, true);
     echo " ";
     echo twig_escape_filter($this->env, twig_lower_filter($this->env, isset($context["lastname"]) ? $context["lastname"] : $this->getContext($context, "lastname")), "html", null, true);
     echo "</h1>";
     $__internal_835030d3a3194b400a592ed316b98b85a7a2a4c65ece066f1ebbec2bc191740b->leave($__internal_835030d3a3194b400a592ed316b98b85a7a2a4c65ece066f1ebbec2bc191740b_prof);
 }
 public function block_content($context, array $blocks = array())
 {
     $__internal_774ec30b6009d327f9a492652f96371ab029d07ecb8945d6fd6c9a6d1e1fed4f = $this->env->getExtension("native_profiler");
     $__internal_774ec30b6009d327f9a492652f96371ab029d07ecb8945d6fd6c9a6d1e1fed4f->enter($__internal_774ec30b6009d327f9a492652f96371ab029d07ecb8945d6fd6c9a6d1e1fed4f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "content"));
     // line 3
     echo " \n\t    <h2> Assignations</h2>\n\t\t<p><i>(Vous pouvez glisser un projets non assingné à un développeur)</i></p>\n\t\t<div class=\"demi\">\n\t\t\t<h4>Projets non assignés</h4>\n\n\t\t\t<table id=\"sort\" class='table-bordered'>\n\t\t\t\t<thead>\n\t\t\t\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t";
     // line 14
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["projects_to_assign"]) ? $context["projects_to_assign"] : $this->getContext($context, "projects_to_assign"));
     foreach ($context['_seq'] as $context["_key"] => $context["project"]) {
         // line 15
         echo "\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td  class=\"draggable\" id=\"";
         // line 17
         echo twig_escape_filter($this->env, $this->getAttribute($context["project"], "id", array()), "html", null, true);
         echo "\">";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["project"], "nom", array())), "html", null, true);
         echo "</td>\n\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t<a href=\"";
         // line 20
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_project_view", array("id" => $this->getAttribute($context["project"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-green'> Voir</span></a>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['project'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 26
     echo "\n\t\t\t\t<tbody>\n\t\t</table>\n\n\t\t</div>\n\n\t\t<div class=\"demi\">\n\t\t\t<h4>Développeurs</h4>\n\t\t\t<table id=\"sort2\" >\n\t\t\t\t<thead>\n\t\t\t\t\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t";
     // line 39
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["developers"]) ? $context["developers"] : $this->getContext($context, "developers"));
     foreach ($context['_seq'] as $context["_key"] => $context["developer"]) {
         // line 40
         echo "\t\t\t\t\t\t\n\t\t\t\t\t<tr class=\"droppable\" id=\"";
         // line 41
         echo twig_escape_filter($this->env, $this->getAttribute($context["developer"], "id", array()), "html", null, true);
         echo "\">\n\t\t\t\t\t\t\t";
         // line 43
         echo "\t\t\t\t\t\t\t<td>";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["developer"], "nom", array())), "html", null, true);
         echo "</td>\n\t\t\t\t\t\t\t<td>(";
         // line 44
         echo twig_escape_filter($this->env, twig_length_filter($this->env, $this->getAttribute($context["developer"], "assignations", array())), "html", null, true);
         echo ")</td>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t<a href=\"";
         // line 47
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_developer_view", array("id" => $this->getAttribute($context["developer"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-green'>Voir </span>\n\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t\n\t\t\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['developer'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 52
     echo "\t\t\t\t</tbody>\n\t\t</table>\n\n\t\t</div>\n  </div>\n\n\n ";
     $__internal_774ec30b6009d327f9a492652f96371ab029d07ecb8945d6fd6c9a6d1e1fed4f->leave($__internal_774ec30b6009d327f9a492652f96371ab029d07ecb8945d6fd6c9a6d1e1fed4f_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     // line 9
     echo "    <br><br>\n\n     <div class=\"content\">\n      <!-- Start: SERVICE LIST -->\n        <div class=\"container\">\n          <div class=\"page-header\">\n                            <h2><small><font color=\"black\"><font size=+2><u>Espace Candidat</u></font></font></small></h2>\n          </div>\n                \n          <div class=\"span3\">";
     // line 18
     $this->env->loadTemplate("CandidatBundle:Modules:menucandidat.html.twig")->display($context);
     echo "</div>\n           <div class=\"row-fluid\">\n              \n          <div class=\"span9\" class=\"icon-align-left\">BINEVENU(E) ";
     // line 21
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "user"), "username")), "html", null, true);
     echo " DANS VOTRE ESPACE!\n              <br> <br>\n              ";
     // line 23
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "session"), "flashbag"), "get", array(0 => "msgpasetatcivile"), "method"));
     foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
         // line 24
         echo "              <div class=\"form-row\"><font color=\"green\">Vous devriez créer votre CV avant de pouvoir postuler!</font></div>\n";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 26
     echo "              ";
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "session"), "flashbag"), "get", array(0 => "notice"), "method"));
     foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
         // line 27
         echo "              <div class=\"form-row\"><font color=\"green\">Etat civile mis à jour, vous pouvez cliquer sur le bouton 'Etat civile à votre gauche</font></div>\n";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 29
     echo "                  ";
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "session"), "flashbag"), "get", array(0 => "erreur"), "method"));
     foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
         // line 30
         echo "              <div class=\"form-row\"><font color=\"red\">Vous devriez modifier ce que vous avez ajouté, vous avez déjà un etat civile</font></div>\n";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 32
     echo "                  <form method=\"POST\" action=\"";
     echo $this->env->getExtension('routing')->getPath("candidat_add");
     echo "\" class=\"form-contact-us\" ";
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["addcandidatform"]) ? $context["addcandidatform"] : null, 'enctype');
     echo ">\n";
     // line 33
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["addcandidatform"]) ? $context["addcandidatform"] : null, 'widget');
     echo "\n                      <button type=\"submit\"  class=\"btn-primary btn\">ajouter</button>\n    </form>\n\n           </div>\n          </div>\n        </div>\n   \n  \n     ";
 }
 public function block_fos_user_content($context, array $blocks = array())
 {
     $__internal_210c56ee252db164cbff9fcd3fdb8eb1a061e636654f7bcf7943bba5b80a0f02 = $this->env->getExtension("native_profiler");
     $__internal_210c56ee252db164cbff9fcd3fdb8eb1a061e636654f7bcf7943bba5b80a0f02->enter($__internal_210c56ee252db164cbff9fcd3fdb8eb1a061e636654f7bcf7943bba5b80a0f02_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "fos_user_content"));
     // line 3
     echo "    <!-- Breadcrumbs -->\n    <section class=\"container\">\n        <nav class=\"breadcrumbs\"> <a href=\"";
     // line 5
     echo $this->env->getExtension('routing')->getPath("labs_front_homepage");
     echo "\">Accueil</a> <span class=\"divider\">›</span>Connexion à mon compte</nav>\n    </section>\n    <!-- //end Breadcrumbs -->\n\n    <!-- Two column content -->\n    <section class=\"container\">\n        <div class=\"row\">\n            <!-- column part one -->\n            <section class=\"col-sm-6 col-md-6 col-lg-6\">\n                <section class=\"container-with-large-icon login-form\">\n                    <div class=\"large-icon\"><img src=\"";
     // line 15
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("images/large-icon-lock.png"), "html", null, true);
     echo "\" alt=\"\"></div>\n                    <div class=\"wrap\">\n                        <h3>vous avez déja un compte</h3>\n                        <p>Connectez-vous pour retrouver vos informations et fonctionalités  de votre compte.</p>\n                        <br>\n                        <a href=\"";
     // line 20
     echo $this->env->getExtension('routing')->getPath("fos_user_security_login");
     echo "\" class=\"btn btn-mega\">ME CONNECTER</a>\n                    </div>\n                </section>\n            </section>\n            <!-- column part two -->\n            <section class=\"col-sm-6 col-md-6 col-lg-6\">\n                <section class=\"container-with-large-icon login-form\">\n                    <div class=\"large-icon\"><img src=\"";
     // line 27
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("images/large-icon-user.png"), "html", null, true);
     echo "\" alt=\"\"></div>\n                    <div class=\"wrap\">\n                        <h3>Vous etes nouveau ?</h3>\n                        <p>Bienvenue cher visiteur, vous pouvez créer un compte sans problème , je vous attend de l'autre côte.</p>\n                        <form action=\"";
     // line 31
     echo $this->env->getExtension('routing')->getPath("fos_user_registration_register");
     echo "\" ";
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), 'enctype');
     echo " method=\"POST\" class=\"fos_user_registration_register\">\n                            <div id=\"fos_user_registration_form\">\n                                <div class=\"form-group\">\n                                    <label for=\"email\">E-mail (*)</label>\n                                    ";
     // line 35
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "email", array()), 'widget', array("attr" => array("class" => "form-control", "label" => false, "placeholder" => $this->env->getExtension('translator')->trans("form.email", array(), "FOSUserBundle"))));
     echo "\n                                    ";
     // line 36
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "email", array()), 'errors');
     echo "\n                                </div>\n                                <div class=\"form-group\">\n                                    <label for=\"plainPassword.first\">Mot de passe (*)</label>\n                                    ";
     // line 40
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "plainPassword", array()), "first", array()), 'widget', array("attr" => array("class" => "form-control", "placeholder" => $this->env->getExtension('translator')->trans("form.password", array(), "FOSUserBundle"))));
     echo "\n                                    ";
     // line 41
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "plainPassword", array()), "first", array()), 'errors');
     echo "\n                                </div>\n                                <div class=\"form-group\">\n                                    <label for=\"form.plainPassword.second\">Confirmer votre mot de passe (*)</label>\n                                    ";
     // line 45
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "plainPassword", array()), "second", array()), 'widget', array("attr" => array("class" => "form-control", "placeholder" => $this->env->getExtension('translator')->trans("form.password_confirmation", array(), "FOSUserBundle"))));
     echo "\n                                    ";
     // line 46
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute($this->getAttribute(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), "plainPassword", array()), "second", array()), 'errors');
     echo "\n                                </div>\n                                ";
     // line 48
     echo $this->env->getExtension('form')->renderer->searchAndRenderBlock(isset($context["form"]) ? $context["form"] : $this->getContext($context, "form"), 'rest');
     echo "\n                            </div>\n                            <input type=\"submit\" value=\"";
     // line 50
     echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("registration.submit", array(), "FOSUserBundle"), "html", null, true);
     echo "\" class=\"btn btn-mega\" />\n                        </form>\n                    </div>\n                </section>\n            </section>\n        </div>\n    </section>\n    <!-- //end Two columns content -->\n    <!-- Services block box -->\n    <section class=\"services-block-box\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <h1>";
     // line 62
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, "Pourquoi avoir un compte chez nous ?"), "html", null, true);
     echo "</h1>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-cart-2\"></span>\n                        </span>\n                        <span class=\"title\">Finaliser votre achat en toute sécurité</span>\n                        Connectez-vous directement et validez votre panier d'achat et recevez votre facture en un clic\n                    </a>\n                </div>\n                <div class=\"divider-md visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-phone-2\"></span>\n                        </span>\n                        <span class=\"title\">Profitez d'un sav de qualité</span>\n                        Vous avez besoin d'aide pour utiliser votre matériel ? Nous vous apporterons une solution adaptée.\n                    </a>\n                </div>\n                <div class=\"divider-md visible-sm visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-shipping\"></span>\n                        </span>\n                        <span class=\"title\">Service de livraison gratuit</span>\n                        Vous payez un produits! nous vous le livraison et vous pourez suivre l'état d'avancement de votre colis.</a>\n                </div>\n                <div class=\"divider-md visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-chat\"></span>\n                        </span>\n                        <span class=\"title\">Communiquez avec directement avec moi</span>\n                        Je suis à votre disposition à tous moment , vous avez besoins de plus d'information laissez un message.\n                    </a>\n                </div>\n            </div>\n        </div>\n    </section>\n    <!-- //end Services block box -->\n\n\n";
     $__internal_210c56ee252db164cbff9fcd3fdb8eb1a061e636654f7bcf7943bba5b80a0f02->leave($__internal_210c56ee252db164cbff9fcd3fdb8eb1a061e636654f7bcf7943bba5b80a0f02_prof);
 }
 public function block_titre($context, array $blocks = array())
 {
     $__internal_5c48d67c6a033fa1733bbfa4a10613e28abb5c25c35029a8cbe44a023c6e280b = $this->env->getExtension("native_profiler");
     $__internal_5c48d67c6a033fa1733bbfa4a10613e28abb5c25c35029a8cbe44a023c6e280b->enter($__internal_5c48d67c6a033fa1733bbfa4a10613e28abb5c25c35029a8cbe44a023c6e280b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "titre"));
     // line 7
     echo "        ";
     $context["titre"] = (isset($context["entite"]) ? $context["entite"] : $this->getContext($context, "entite")) . "s";
     // line 8
     echo "        ";
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, isset($context["titre"]) ? $context["titre"] : $this->getContext($context, "titre")), "html", null, true);
     echo "\n    ";
     $__internal_5c48d67c6a033fa1733bbfa4a10613e28abb5c25c35029a8cbe44a023c6e280b->leave($__internal_5c48d67c6a033fa1733bbfa4a10613e28abb5c25c35029a8cbe44a023c6e280b_prof);
 }
 public function block_fos_user_content($context, array $blocks = array())
 {
     $__internal_6ecd51ced4e00df5c91e0d0a50b7d78eb817e3e2941eb4548cc3ddecf0dad96d = $this->env->getExtension("native_profiler");
     $__internal_6ecd51ced4e00df5c91e0d0a50b7d78eb817e3e2941eb4548cc3ddecf0dad96d->enter($__internal_6ecd51ced4e00df5c91e0d0a50b7d78eb817e3e2941eb4548cc3ddecf0dad96d_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "fos_user_content"));
     // line 8
     echo "    ";
     if (isset($context["error"]) ? $context["error"] : $this->getContext($context, "error")) {
         // line 9
         echo "    <div class=\"panel-body\">\n        <div class=\"alert alert-danger\" role=\"alert\">\n            ";
         // line 11
         echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans($this->getAttribute(isset($context["error"]) ? $context["error"] : $this->getContext($context, "error"), "messageKey", array()), $this->getAttribute(isset($context["error"]) ? $context["error"] : $this->getContext($context, "error"), "messageData", array()), "security"), "html", null, true);
         echo "\n        </div>\n    </div>\n    ";
     }
     // line 15
     echo "    <!-- Breadcrumbs -->\n    <section class=\"container\">\n        <nav class=\"breadcrumbs\"> <a href=\"";
     // line 17
     echo $this->env->getExtension('routing')->getPath("labs_front_homepage");
     echo "\">Accueil</a> <span class=\"divider\">›</span>Connexion à mon compte</nav>\n    </section>\n    <!-- //end Breadcrumbs -->\n\n    <!-- Two column content -->\n    <section class=\"container\">\n        <div class=\"row\">\n            <!-- column part one -->\n            <section class=\"col-sm-6 col-md-6 col-lg-6\">\n                <section class=\"container-with-large-icon login-form\">\n                    <div class=\"large-icon\"><img src=\"";
     // line 27
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("images/large-icon-user.png"), "html", null, true);
     echo "\" alt=\"\"></div>\n                    <div class=\"wrap\">\n                        <h3>Vous êtes nouveau</h3>\n                        <p>En créant un compte, vous pourrez commander plus vite, être à jour sur le statut de vos commandes, avoir des bons de réduction, et de garder trace des commandes que vous avez déjà faites.\n                        Clique sur <strong>continue</strong> pour nous rejoindre.\n                        </p>\n                        <br>\n                        <a href=\"";
     // line 34
     echo $this->env->getExtension('routing')->getPath("fos_user_registration_register");
     echo "\" class=\"btn btn-mega\">CONTINUE</a>\n                    </div>\n                </section>\n            </section>\n            <!-- column part two -->\n            <section class=\"col-sm-6 col-md-6 col-lg-6\">\n                <section class=\"container-with-large-icon login-form\">\n                    <div class=\"large-icon\"><img src=\"";
     // line 41
     echo twig_escape_filter($this->env, $this->env->getExtension('asset')->getAssetUrl("images/large-icon-lock.png"), "html", null, true);
     echo "\" alt=\"\"></div>\n                    <div class=\"wrap\">\n                        <h3>";
     // line 43
     echo "DÉJÀ MEMBRE ?";
     echo "</h3>\n                        <form action=\"";
     // line 44
     echo $this->env->getExtension('routing')->getPath("fos_user_security_check");
     echo "\" method=\"post\" id=\"form-returning\">\n                            <input type=\"hidden\" name=\"_csrf_token\" value=\"";
     // line 45
     echo twig_escape_filter($this->env, isset($context["csrf_token"]) ? $context["csrf_token"] : $this->getContext($context, "csrf_token"), "html", null, true);
     echo "\" />\n                            <div class=\"form-group\">\n                                <label for=\"email\">Adresse Email</label>\n                                <input type=\"email\" id=\"email\" name=\"_username\" value=\"";
     // line 48
     echo twig_escape_filter($this->env, isset($context["last_username"]) ? $context["last_username"] : $this->getContext($context, "last_username"), "html", null, true);
     echo "\" required=\"required\" class=\"form-control\" placeholder=\"Adresse mail\" required />\n                            </div>\n                            <div class=\"form-group\">\n                                <label for=\"password\">Mot de passe</label>\n                                <input type=\"password\" id=\"password\" name=\"_password\" required=\"required\" class=\"form-control\" placeholder=\"Mot de passe\" required/>\n                            </div>\n                            <div class=\"form-link\"> <a href=\"";
     // line 54
     echo $this->env->getExtension('routing')->getPath("fos_user_resetting_request");
     echo "\">Mot de passe oublié?</a> </div>\n                            <input type=\"submit\" id=\"_submit\" name=\"_submit\" value=\"";
     // line 55
     echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("security.login.submit", array(), "FOSUserBundle"), "html", null, true);
     echo "\" class=\"btn btn-mega\" />\n                        </form>\n                    </div>\n                </section>\n            </section>\n        </div>\n    </section>\n    <!-- //end Two columns content -->\n    <!-- Services block box -->\n    <section class=\"services-block-box\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <h1>";
     // line 67
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, "Pourquoi avoir un compte chez nous ?"), "html", null, true);
     echo "</h1>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-cart-2\"></span>\n                        </span>\n                        <span class=\"title\">Finaliser votre achat en toute sécurité</span>\n                        Connectez-vous directement et validez votre panier d'achat et recevez votre facture en un clic\n                    </a>\n                </div>\n                <div class=\"divider-md visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-phone-2\"></span>\n                        </span>\n                        <span class=\"title\">Profitez d'un sav de qualité</span>\n                        Vous avez besoin d'aide pour utiliser votre matériel ? Nous vous apporterons une solution adaptée.\n                    </a>\n                </div>\n                <div class=\"divider-md visible-sm visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-shipping\"></span>\n                        </span>\n                        <span class=\"title\">Service de livraison gratuit</span>\n                        Vous payez un produits! nous vous le livraison et vous pourez suivre l'état d'avancement de votre colis.</a>\n                </div>\n                <div class=\"divider-md visible-xs\"></div>\n                <div class=\"col-sm-6 col-md-3 col-lg-3\">\n                    <a class=\"item animate scale\" href=\"#\">\n                        <span class=\"icon\">\n                            <span class=\"icon-chat\"></span>\n                        </span>\n                        <span class=\"title\">Communiquez avec directement avec moi</span>\n                        Je suis à votre disposition à tous moment , vous avez besoins de plus d'information laissez un message.\n                    </a>\n                </div>\n            </div>\n        </div>\n    </section>\n    <!-- //end Services block box -->\n\n\n";
     $__internal_6ecd51ced4e00df5c91e0d0a50b7d78eb817e3e2941eb4548cc3ddecf0dad96d->leave($__internal_6ecd51ced4e00df5c91e0d0a50b7d78eb817e3e2941eb4548cc3ddecf0dad96d_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     $__internal_e21b1e1ac6316a5ad77500b70c58cba1dc67ad7dc0e1df8e28f33625403ab4c8 = $this->env->getExtension("native_profiler");
     $__internal_e21b1e1ac6316a5ad77500b70c58cba1dc67ad7dc0e1df8e28f33625403ab4c8->enter($__internal_e21b1e1ac6316a5ad77500b70c58cba1dc67ad7dc0e1df8e28f33625403ab4c8_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 4
     echo "<div class=\"panel panel-primary\">\n  <!-- Default panel contents -->\n  <div class=\"panel-heading\"><strong>Trajet ";
     // line 6
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, isset($context["depart"]) ? $context["depart"] : $this->getContext($context, "depart")), "html", null, true);
     echo " - ";
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, isset($context["destination"]) ? $context["destination"] : $this->getContext($context, "destination")), "html", null, true);
     echo "</strong></div>\n\n  <!-- Table -->\n  <table class=\"table\">\n\t\n";
     // line 11
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["voyages"]) ? $context["voyages"] : $this->getContext($context, "voyages"));
     foreach ($context['_seq'] as $context["_key"] => $context["voyage"]) {
         // line 12
         echo "\n <tr>\n \n\n\n\t\n\t <td>Depart de ";
         // line 18
         echo twig_escape_filter($this->env, $this->getAttribute($context["voyage"], "depart", array()), "html", null, true);
         echo " </td>\n\t <td>Arrivée à ";
         // line 19
         echo twig_escape_filter($this->env, $this->getAttribute($context["voyage"], "destination", array()), "html", null, true);
         echo " </td>\n\t <td>le ";
         // line 20
         echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($context["voyage"], "date", array()), "format", array(0 => "d-m-Y"), "method"), "html", null, true);
         echo " . </td>\n\t <td>Places libres <span class=\"badge\">";
         // line 21
         echo twig_escape_filter($this->env, 10 - $this->getAttribute($context["voyage"], "nbBillets", array(), "method"), "html", null, true);
         echo "</span></td>\n\t   \n\t   ";
         // line 23
         if (!$this->getAttribute($context["voyage"], "isComplet", array(), "method")) {
             // line 24
             echo "\t\t<td> <a style=\"text-decoration:none;\" href=\"";
             echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("train_core_inscription", array("id" => $this->getAttribute($context["voyage"], "id", array()))), "html", null, true);
             echo "\" >\n\t\t<span class=\"label label-success\">réserver</span></a></td>\n\t ";
         } else {
             // line 26
             echo " \n\t\t<td><span class=\"label label-danger\">complet</span></td>\n\t ";
         }
         // line 29
         echo "\t\n\n\t  \n\n</tr>\n";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['voyage'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 35
     echo "\n</ul>\n\t  </table>\n</div>\n\t\n";
     $__internal_e21b1e1ac6316a5ad77500b70c58cba1dc67ad7dc0e1df8e28f33625403ab4c8->leave($__internal_e21b1e1ac6316a5ad77500b70c58cba1dc67ad7dc0e1df8e28f33625403ab4c8_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     // line 6
     echo "    <br><br>\n\n     <div class=\"content\">\n      <!-- Start: SERVICE LIST -->\n        <div class=\"container\">\n          <div class=\"page-header\">\n                            <h2><small><font color=\"black\"><font size=+2><u>Espace Admin     </u></font></font></small></h2>\n          </div>\n                \n          <div class=\"span3\">";
     // line 15
     $this->env->loadTemplate("AdminBundle:Modules:menuadmin.html.twig")->display($context);
     echo "</div>\n           <div class=\"row-fluid\">\n              \n          <div class=\"span9\" class=\"left\">BINEVENU(E) ";
     // line 18
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["app"]) ? $context["app"] : null, "user"), "username")), "html", null, true);
     echo " DANS VOTRE ESPACE!\n              <br> <br>\n      \n          \n           \n    <div class=\"btn btn-navbar\"><a href=\"";
     // line 23
     echo $this->env->getExtension('routing')->getPath("admin_addentreprise");
     echo "\" >Ajouter une entreprise</a></div><br>\n    <br>\n         <table class=\"row-fluid\" border=\"2\">\n             <tr class=\"row btn-primary\"><td class=\"col-md-6\">Logo</td><td class=\"col-md-6\">Nom de l'entreprise</td><td class=\"col-md-6\">Utilisateur</td><td>Actions</td></tr>\n                  \n";
     // line 28
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["entreprises"]) ? $context["entreprises"] : null);
     foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
         // line 29
         echo "                  <td colspan=\"5\"><hr class=\"btn-primary\"></td>\n                  <tr class=\"row\">\n                     <td class=\"col-md-6\" ><img src=\"";
         // line 31
         echo twig_escape_filter($this->env, $this->env->getExtension('assets')->getAssetUrl("logos/" . $this->getAttribute(isset($context["o"]) ? $context["o"] : null, "logo")), "html", null, true);
         echo "\" width=\"45\" height=\"30\"></td>\n                     <td class=\"col-md-6\" ><a href=\"";
         // line 32
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("admin_showcompany", array("id" => $this->getAttribute(isset($context["o"]) ? $context["o"] : null, "idEntreprise"))), "html", null, true);
         echo "\">";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["o"]) ? $context["o"] : null, "nomEntreprise"), "html", null, true);
         echo "</a></td>\n                     <td class=\"col-md-6\" >";
         // line 33
         if ($this->getAttribute($this->getAttribute(isset($context["o"]) ? $context["o"] : null, "utilisateur", array(), "any", false, true), "username", array(), "any", true, true)) {
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["o"]) ? $context["o"] : null, "utilisateur"), "username"), "html", null, true);
             echo " [ ";
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["o"]) ? $context["o"] : null, "utilisateur"), "email"), "html", null, true);
             echo " ]";
         } else {
             echo "<font color=\"grey\"> Non assigné</font>";
         }
         echo "</td>\n                      \n                        <td class=\"col-md-6\"><div align=\"center\"><a href=\"";
         // line 35
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("admin_editcompany", array("id" => $this->getAttribute(isset($context["o"]) ? $context["o"] : null, "idEntreprise"))), "html", null, true);
         echo "\"> <span class=\"btn\">Modifier</span></a></div></td>\n            \n                  </tr>\n              ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 39
     echo "              </table>\n          \n          \n          \n          </div>\n           </div></div></div>\n     \n\n     ";
 }
 public function block_titlebar($context, array $blocks = array())
 {
     // line 24
     echo "    <div class=\"button-bar\">\n        <a class=\"button\" href=\"";
     // line 25
     echo isset($context["base_url"]) ? $context["base_url"] : null;
     echo "\"><i class=\"fa fa-reply\"></i> ";
     echo $this->env->getExtension('AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.BACK");
     echo "</a>\n        <button class=\"button\" type=\"submit\" name=\"task\" value=\"save\" form=\"blueprints\"><i class=\"fa fa-check\"></i> ";
     // line 26
     echo $this->env->getExtension('AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.SAVE");
     echo "</button>\n    </div>\n    <h1><i class=\"fa fa-fw fa-wrench\"></i> ";
     // line 28
     echo $this->env->getExtension('AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.CONFIGURATION");
     echo " - ";
     echo $this->env->getExtension('AdminTwigExtension')->tuFilter("PLUGIN_ADMIN." . twig_upper_filter($this->env, isset($context["config_slug"]) ? $context["config_slug"] : null));
     echo "</h1>\n";
 }
 public function block_position($context, array $blocks = array())
 {
     $__internal_f2f6993262254bac37924adfc6fa42964c03ee342d6d4891002178ce331ce4ea = $this->env->getExtension("native_profiler");
     $__internal_f2f6993262254bac37924adfc6fa42964c03ee342d6d4891002178ce331ce4ea->enter($__internal_f2f6993262254bac37924adfc6fa42964c03ee342d6d4891002178ce331ce4ea_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "position"));
     // line 18
     echo "        ";
     $this->displayParentBlock("position", $context, $blocks);
     echo "\n\n\t\t        <li class=\"active\">\n\t\t    \t\t<i class=\"fa fa-angle-right\"></i>\n\t\t    \t\t<i class=\"fa fa-eye\"></i>\n\t\t            <a href=\"";
     // line 23
     echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getUrl("trc_admin_utilisateurs_voir", array("matricule" => $this->getAttribute(isset($context["utilisateur"]) ? $context["utilisateur"] : $this->getContext($context, "utilisateur"), "matricule", array()))), "html", null, true);
     echo " \">\n\t\t            \t";
     // line 24
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["utilisateur"]) ? $context["utilisateur"] : $this->getContext($context, "utilisateur"), "prenom", array()), "html", null, true);
     echo "\n\t   \t\t\t\t\t";
     // line 25
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(isset($context["utilisateur"]) ? $context["utilisateur"] : $this->getContext($context, "utilisateur"), "nom", array())), "html", null, true);
     echo "\n\t\t            </a>\n\t\t        </li>\n\t       \t\t\n        \n    ";
     $__internal_f2f6993262254bac37924adfc6fa42964c03ee342d6d4891002178ce331ce4ea->leave($__internal_f2f6993262254bac37924adfc6fa42964c03ee342d6d4891002178ce331ce4ea_prof);
 }
 public function block_content($context, array $blocks = array())
 {
     $__internal_20ea93bbbc01117ad43a33c81b2274cfeb93e9aa38e4c5cbcf8f326cf072b0d3 = $this->env->getExtension("native_profiler");
     $__internal_20ea93bbbc01117ad43a33c81b2274cfeb93e9aa38e4c5cbcf8f326cf072b0d3->enter($__internal_20ea93bbbc01117ad43a33c81b2274cfeb93e9aa38e4c5cbcf8f326cf072b0d3_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "content"));
     // line 3
     echo "\n \t<h3>Tous les clients</h3>\n\t\t\t<table>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr class=\"info\">\n\t\t\t\t\t\t";
     // line 9
     echo "\t\t\t\t\t\t\t<th>Nom</th>\n\t\t\t\t\t\t\t<th>Actions</th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t";
     // line 13
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["clients"]) ? $context["clients"] : $this->getContext($context, "clients"));
     foreach ($context['_seq'] as $context["_key"] => $context["client"]) {
         // line 14
         echo "\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t\t";
         // line 17
         echo "\t\t\t\t\t<td>";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute($context["client"], "nom", array())), "html", null, true);
         echo "</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<a href=\"";
         // line 19
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_view", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-green'>Voir</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 20
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_edit", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\"><span class='btn-orange'>Modifier</span></a>\n\t\t\t\t\t\t<a href=\"";
         // line 21
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("misa_client_delete", array("id" => $this->getAttribute($context["client"], "id", array()))), "html", null, true);
         echo "\" onclick=\"return confirm('are u sure?')\"><span class='btn-red'>Supprimer</span></a>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\n\t\t";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['client'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 26
     echo "\t\t</table>\n\n\t\t<a href=\"";
     // line 28
     echo $this->env->getExtension('routing')->getPath("misa_client_add");
     echo "\"><span class=\"btn-blue\"> <b>+</b> Ajouter</span></a>\n\n ";
     $__internal_20ea93bbbc01117ad43a33c81b2274cfeb93e9aa38e4c5cbcf8f326cf072b0d3->leave($__internal_20ea93bbbc01117ad43a33c81b2274cfeb93e9aa38e4c5cbcf8f326cf072b0d3_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     $__internal_af9f72e912469f15fcd58783c56489b41893a95e394f37949b74edf214d2436b = $this->env->getExtension("native_profiler");
     $__internal_af9f72e912469f15fcd58783c56489b41893a95e394f37949b74edf214d2436b->enter($__internal_af9f72e912469f15fcd58783c56489b41893a95e394f37949b74edf214d2436b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 4
     echo "\n    ";
     // line 5
     echo $this->env->getExtension('http_kernel')->renderFragment($this->env->getExtension('routing')->getPath("_wdt", array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token"), "position" => "normal")));
     echo "\n\n    <div id=\"content\">\n        ";
     // line 8
     $this->loadTemplate("@WebProfiler/Profiler/header.html.twig", "@WebProfiler/Profiler/layout.html.twig", 8)->display(array());
     // line 9
     echo "\n        <div id=\"main\">\n\n            <div class=\"clear-fix\">\n                <div id=\"collector-wrapper\">\n                    ";
     // line 14
     if (isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile")) {
         // line 15
         echo "                        <div id=\"resume\">\n                            <a id=\"resume-view-all\" href=\"";
         // line 16
         echo $this->env->getExtension('routing')->getPath("_profiler_search", array("limit" => 10));
         echo "\">View last 10</a>\n                            <strong>Profile for:</strong>\n                            ";
         // line 18
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "method", array())), "html", null, true);
         echo "\n                            ";
         // line 19
         if (twig_in_filter(twig_upper_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "method", array())), array(0 => "GET", 1 => "HEAD"))) {
             // line 20
             echo "                                <a href=\"";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url", array()), "html", null, true);
             echo "\" id=\"resume-url\">";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url", array()), "html", null, true);
             echo "</a>\n                            ";
         } else {
             // line 22
             echo "                                <span id=\"resume-url\">";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url", array()), "html", null, true);
             echo "</span>\n                            ";
         }
         // line 24
         echo "                            <span class=\"date\">\n                                <em>by ";
         // line 25
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "ip", array()), "html", null, true);
         echo "</em> at <em>";
         echo twig_escape_filter($this->env, twig_date_format_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "time", array()), "r"), "html", null, true);
         echo "</em>\n                            </span>\n                        </div>\n                    ";
     }
     // line 29
     echo "\n                    <div id=\"collector-content\">\n                        ";
     // line 31
     $this->loadTemplate("@WebProfiler/Profiler/base_js.html.twig", "@WebProfiler/Profiler/layout.html.twig", 31)->display($context);
     // line 32
     echo "                        ";
     $this->displayBlock('panel', $context, $blocks);
     // line 33
     echo "                    </div>\n                </div>\n                <div id=\"navigation\">\n                    ";
     // line 36
     if (array_key_exists("templates", $context)) {
         // line 37
         echo "                        <ul id=\"menu-profiler\">\n                            ";
         // line 38
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(isset($context["templates"]) ? $context["templates"] : $this->getContext($context, "templates"));
         foreach ($context['_seq'] as $context["name"] => $context["template"]) {
             // line 39
             echo "                                ";
             ob_start();
             echo twig_escape_filter($this->env, $this->getAttribute($context["template"], "renderBlock", array(0 => "menu", 1 => array("collector" => $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "getcollector", array(0 => $context["name"]), "method"))), "method"), "html", null, true);
             $context["menu"] = '' === ($tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
             // line 40
             echo "                                ";
             if ((isset($context["menu"]) ? $context["menu"] : $this->getContext($context, "menu")) != "") {
                 // line 41
                 echo "                                    <li class=\"";
                 echo twig_escape_filter($this->env, $context["name"], "html", null, true);
                 if ($context["name"] == (isset($context["panel"]) ? $context["panel"] : $this->getContext($context, "panel"))) {
                     echo " selected";
                 }
                 echo "\">\n                                        <a href=\"";
                 // line 42
                 echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("_profiler", array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token"), "panel" => $context["name"])), "html", null, true);
                 echo "\">";
                 echo isset($context["menu"]) ? $context["menu"] : $this->getContext($context, "menu");
                 echo "</a>\n                                    </li>\n                                ";
             }
             // line 45
             echo "                            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['name'], $context['template'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 46
         echo "                            <li class=\"minimize\">\n                                <a href=\"javascript:void(0);\" title=\"Minimize toolbar\" onclick=\"return toggleMenuPanels();\">\n                                    <span class=\"label\">\n                                        <span class=\"icon\"><svg id=\"minimizePanelIcon\" width=\"30\" height=\"33\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 33\" enable-background=\"new 0 0 30 33\" xml:space=\"preserve\"><path fill=\"#3F3F3F\" d=\"M15 5C8.4 5 3 10.4 3 17c0 6.6 5.4 12 12 12s12-5.4 12-12C27 10.4 21.6 5 15 5z M19.1 21.5l-1.8 1.8L10.9 17 l6.3-6.3l1.8 1.8L14.6 17L19.1 21.5z\"/></svg></span>\n                                        <strong>Minimize</strong>\n                                    </span>\n                                </a>\n                            </li>\n                        </ul>\n                    ";
     }
     // line 56
     echo "                    ";
     echo $this->env->getExtension('http_kernel')->renderFragment($this->env->getExtension('routing')->getPath("_profiler_search_bar"));
     echo "\n                    ";
     // line 57
     $this->loadTemplate("@WebProfiler/Profiler/admin.html.twig", "@WebProfiler/Profiler/layout.html.twig", 57)->display(array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token")));
     // line 58
     echo "                </div>\n            </div>\n        </div>\n    </div>\n\n    <script>//<![CDATA[\n\n        function toggleMenuPanels(state, doSave) {\n            var menu = document.getElementById('navigation'), savedState = Sfjs.getPreference('menu/displayState'),\n                displayState, elem, className;\n\n            if (null === savedState) {\n                savedState = 'block';\n            }\n\n            displayState = state || ('block' === savedState ? 'none' : 'block');\n\n            if ('undefined' === typeof doSave) {\n                doSave = true;\n            }\n\n            document.getElementById('searchBar').style.display = displayState;\n            document.getElementById('adminBar').style.display = displayState;\n\n            if ('block' === displayState) {\n                Sfjs.removeClass(menu, 'collapsed-menu');\n                Sfjs.removeClass(menu.parentNode.parentNode, 'collapsed-menu-parents');\n            } else {\n                Sfjs.addClass(menu, 'collapsed-menu');\n                Sfjs.addClass(menu.parentNode.parentNode, 'collapsed-menu-parents');\n            }\n\n            if (doSave) {\n                Sfjs.setPreference('menu/displayState', displayState);\n            }\n\n            try {\n                canvasAutoUpdateOnThresholdChange(null);\n            } catch (err) {\n\n            }\n\n            return false;\n        }\n\n        window.setTimeout(function() {\n            if (null === document.getElementById('menu-profiler')) {\n                return;\n            }\n\n            var menuItems = document.getElementById('menu-profiler').getElementsByTagName('LI'),\n                elem, value, child, displayState = Sfjs.getPreference('menu/displayState');\n\n            if (displayState == 'none') {\n                toggleMenuPanels('none', false);\n            }\n\n            for (elem in menuItems) {\n                if (typeof(menuItems[elem].children) !== 'undefined' &&\n                    menuItems[elem].children.length > 0) {\n                    child = menuItems[elem].children[0];\n\n                    if ('' === child.getAttribute('title') ||\n                        null === child.getAttribute('title')) {\n                        value = child.text.replace(/^\\s+/g, '').split('\\n')[0].replace(/\\s+\$/g, '');\n                        child.setAttribute('title', value);\n                    }\n                }\n            }\n        }, 25);\n\n    //]]></script>\n";
     $__internal_af9f72e912469f15fcd58783c56489b41893a95e394f37949b74edf214d2436b->leave($__internal_af9f72e912469f15fcd58783c56489b41893a95e394f37949b74edf214d2436b_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     $__internal_1c589f17f1334f71d4af93ea8d2319831e614ed0ea870388329c2e27f23b0d0a = $this->env->getExtension("native_profiler");
     $__internal_1c589f17f1334f71d4af93ea8d2319831e614ed0ea870388329c2e27f23b0d0a->enter($__internal_1c589f17f1334f71d4af93ea8d2319831e614ed0ea870388329c2e27f23b0d0a_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
     // line 3
     echo "    <!-- Breadcrumbs -->\n    <section class=\"container\">\n        <nav class=\"breadcrumbs\"> <a href=\"";
     // line 5
     echo $this->env->getExtension('routing')->getPath("labs_front_homepage");
     echo "\">Accuiel</a> <span class=\"divider\">›</span> ";
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         echo " ";
         echo twig_escape_filter($this->env, $this->getAttribute($context["prod"], "name", array()), "html", null, true);
         echo " ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     echo " </nav>\n    </section>\n    <!-- //end Breadcrumbs -->\n\n    <!-- One column content -->\n    <section class=\"container\">\n        ";
     // line 11
     echo twig_var_dump($this->env, $context, isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     echo "\n        <!-- Product view -->\n        <div class=\"product-view row\">\n            <div class=\"col-sm-6 col-md-6 col-lg-6\">\n                <div class=\"hidden-xs flexslider-thumb-vertical-outer\">\n                    <div class=\"flexslider flexslider-thumb-vertical vertical min\">\n                        <ul class=\"previews-list slides\">\n                            ";
     // line 18
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 19
         echo "                                ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "medias", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["media"]) {
             // line 20
             echo "                                    <li>\n                                        <img class = 'cloudzoom-gallery'\n                                             alt=\"#\"  src =\"";
             // line 22
             echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
             echo "\"\n                                             data-cloudzoom = \"useZoom: '.cloudzoom',\n                                                               image: '";
             // line 24
             echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
             echo "',\n                                                               zoomImage: '";
             // line 25
             echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
             echo "', autoInside : 991\"\n                                        />\n                                    </li>\n                                ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['media'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 29
         echo "                            ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 30
     echo "                        </ul>\n                    </div>\n                </div>\n\n                ";
     // line 34
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 35
         echo "                    ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "medias", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["media"]) {
             // line 36
             echo "                        ";
             if ($this->getAttribute($context["media"], "status", array()) == true) {
                 // line 37
                 echo "                            <div class=\"large-image vertical hidden-xs\">\n                                <img alt=\"#\" class = \"cloudzoom\"\n                                     src = \"";
                 // line 39
                 echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
                 echo "\"\n                                     data-cloudzoom = \"zoomImage: '";
                 // line 40
                 echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
                 echo "',\n                                                       autoInside : 991\"\n                                />\n                            </div>\n                        ";
             }
             // line 45
             echo "                    ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['media'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 46
         echo "                ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 47
     echo "\n                <div class=\"flexslider flexslider-large visible-xs\">\n                    <ul class=\"slides\">\n                        ";
     // line 50
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 51
         echo "                            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "medias", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["media"]) {
             // line 52
             echo "                                <li>\n                                    <img class=\"img-responsive animate scale\"\n                                         src=\"";
             // line 54
             echo twig_escape_filter($this->env, $this->env->getExtension('liip_imagine')->filter($this->getAttribute($context["media"], "AssertPath", array()), "my_thumb_front_img_detail_zoom"), "html", null, true);
             echo "\"\n                                         alt=\"\"\n                                    />\n                                </li>\n                            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['media'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 59
         echo "                        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 60
     echo "                    </ul>\n                </div>\n            </div>\n\n\n            <div class=\"col-sm-6 col-md-6 col-lg-6\">\n\n                <!-- Product label -->\n                <div class=\"product-label\">\n                    <div class=\"center\">\n                        <div>\n                            <div class=\"box-content\">\n                            ";
     // line 72
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 73
         echo "                                <h2 class=\"ProductSummary-title\">";
         echo twig_escape_filter($this->env, $this->getAttribute($context["prod"], "name", array()), "html", null, true);
         echo "</h2>\n                                <div class=\"ProductSummary-subTitle\">\n                                        <a href=\"#\">\n                                            ";
         // line 76
         echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute($context["prod"], "section", array()), "category", array()), "name", array())), "html", null, true);
         echo "\n                                        </a> -\n                                        <a href=\"#\">\n                                            ";
         // line 79
         echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->getAttribute($this->getAttribute($context["prod"], "section", array()), "name", array())), "html", null, true);
         echo "\n                                        </a>\n                                </div>\n                                <hr>\n                                ";
         // line 83
         if (twig_length_filter($this->env, $this->getAttribute($context["prod"], "promotions", array())) > 0) {
             // line 84
             echo "                                    ";
             $context["percents"] = 0;
             // line 85
             echo "                                    ";
             $context['_parent'] = $context;
             $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "promotions", array()));
             foreach ($context['_seq'] as $context["_key"] => $context["promo"]) {
                 // line 86
                 echo "                                          ";
                 $context["percents"] = $this->getAttribute($context["promo"], "percent", array());
                 // line 87
                 echo "                                    ";
             }
             $_parent = $context['_parent'];
             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['promo'], $context['_parent'], $context['loop']);
             $context = array_intersect_key($context, $_parent) + $_parent;
             // line 88
             echo "                                    <span class=\"price old\">";
             echo twig_escape_filter($this->env, twig_number_format_filter($this->env, $this->getAttribute($context["prod"], "PriceStandard", array()), 0, ",", "."), "html", null, true);
             echo " FCFA</span>\n                                    <span class=\"price new\">\n                                        ";
             // line 90
             $context["price"] = $this->getAttribute($context["prod"], "PriceStandard", array()) - $this->getAttribute($context["prod"], "PriceStandard", array()) * ((isset($context["percents"]) ? $context["percents"] : $this->getContext($context, "percents")) / 100);
             // line 91
             echo "                                        ";
             echo twig_escape_filter($this->env, twig_number_format_filter($this->env, isset($context["price"]) ? $context["price"] : $this->getContext($context, "price"), 0, ",", "."), "html", null, true);
             echo " FCFA\n                                    </span> <br>\n                                ";
         } else {
             // line 94
             echo "                                    <span class=\"price\">\n                                        ";
             // line 95
             echo twig_escape_filter($this->env, twig_number_format_filter($this->env, $this->getAttribute($context["prod"], "PriceStandard", array()), 0, ",", "."), "html", null, true);
             echo " FCFA\n                                    </span>\n                                ";
         }
         // line 98
         echo "                            ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 99
     echo "                            <hr>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n                <!-- //end Product label -->\n\n                <!-- Description -->\n                <div class=\"product-description\"> <span class=\"rating\"> <i class=\"icon-star-3\"></i> <i class=\"icon-star-3\"></i> <i class=\"icon-star-3\"></i> <i class=\"icon-star-3\"></i> <i class=\"icon-star-empty\"></i> </span>\n                    <form>\n                        <div class=\"row\">\n                            <div class=\"col-lg-6\"> <strong>Couleurs</strong>\n                                <div class=\"product-options\">\n                                     <i class=\"icon icon-color icon-color-white\" data-href=\"images/products/product-12.jpg\"></i>\n                                     <i class=\"icon icon-color icon-color-beige\" data-href=\"images/products/product-17.jpg\"></i>\n                                     <i class=\"icon icon-color icon-color-red\" data-href=\"images/products/product-25.jpg\"></i>\n                                     <i class=\"icon icon-color icon-color-pink\" data-href=\"images/products/product-31.jpg\"></i>\n                                     <i class=\"icon icon-color icon-color-magneta\"  data-href=\"images/products/product-07.jpg\"></i>\n                                     <i class=\"disable icon icon-color icon-color-green\"  data-href=\"images/products/product-11.jpg\"></i>\n                                     <i class=\"disable icon icon-color icon-color-gray\"></i>\n                                     <i class=\"disable icon icon-color icon-color-brown\"></i>\n                                 </div>\n                            </div>\n                            <div class=\"col-lg-6\"> <strong>Tailles</strong>\n                                <div class=\"product-options\">\n                                 <i class=\"disable icon icon-size\">39</i>\n                                 <i class=\"icon icon-size\">40</i>\n                                 <i class=\"disable icon icon-size\">41</i>\n                                 <i class=\"icon icon-size\">42</i> <i class=\"icon icon-size\">43</i>\n                                 <i class=\"icon icon-size\">44</i> <i class=\"icon icon-size\">45</i>\n                                 <i class=\"disable icon icon-size\">46</i>\n                                </div>\n                            </div>\n                        </div>\n                        <br>\n                        <div class=\"option\"> <b>Quantité:</b>\n                            <div class=\"input-group quantity-control\">\n                                <span class=\"input-group-addon\">&minus;</span>\n                                <input type=\"text\" class=\"form-control\" value=\"1\">\n                                <span class=\"input-group-addon\">+</span>\n                            </div>\n                        </div>\n                        <div class=\"clearfix visible-xs\"></div>\n                        <button class=\"btn btn-mega btn-lg\" type=\"submit\">";
     // line 142
     echo twig_escape_filter($this->env, twig_upper_filter($this->env, "acheter maintenant"), "html", null, true);
     echo "</button>\n                    </form>\n                </div>\n                <!-- //end Description -->\n\n            </div>\n        </div>\n        <!-- //end Product view -->\n\n        <!-- Tabs -->\n            <section class=\"producttab\">\n            <div class=\"tabsslider visible-xs\">\n                <ul class=\"nav nav-tabs\">\n                    <li class=\"active\"><a data-toggle=\"tab\" href=\"#tab-1\">Description</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-2\">Reviews</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-3\">Tags</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-4\">Custom block</a></li>\n                </ul>\n                <a href=\"#\" class=\"carousel-prev\"></a><a href=\"#\" class=\"carousel-next\"></a> </div>\n            <div class=\"tabs-left\">\n                <ul class=\"nav nav-tabs hidden-xs\">\n                    <li class=\"active\"><a data-toggle=\"tab\" href=\"#tab-1\">OFFRES SPÉCIALES</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-2\">CARACTÉRISTIQUES</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-3\">DESCRIPTION</a></li>\n                    <li><a data-toggle=\"tab\" href=\"#tab-4\">VIDEO</a></li>\n                </ul>\n                <div class=\"tab-content-outer\">\n                    <div class=\"tab-content\">\n                        <div id=\"tab-1\" class=\"tab-pane fade active in\">\n                                ";
     // line 171
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 172
         echo "                                    ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "offres", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["offre"]) {
             // line 173
             echo "                                        <h4>\n                                            <div class=\"icon-circle-sm active\">\n                                                <span class=\"icon  icon-tags-2\"></span>\n                                            </div>\n                                            ";
             // line 177
             echo twig_escape_filter($this->env, $this->getAttribute($context["offre"], "name", array()), "html", null, true);
             echo "\n                                        </h4>\n                                        <p>";
             // line 179
             echo twig_escape_filter($this->env, $this->getAttribute($context["offre"], "libelle", array()), "html", null, true);
             echo "</p>\n                                    ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offre'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 181
         echo "                                ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 182
     echo "                        </div>\n                        <div id=\"tab-2\" class=\"tab-pane fade\">\n                            ";
     // line 184
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 185
         echo "                                <h1 class=\"dji-title\">\n                                    <span>CARACTÉRISTIQUES DÉTAILLÉES </span>\n                                    <span class=\"dji-subtitle\">";
         // line 187
         echo twig_escape_filter($this->env, $this->getAttribute($context["prod"], "name", array()), "html", null, true);
         echo "</span>\n                                </h1>\n                                <ul class=\"cdjifeature-list\">\n                                    ";
         // line 190
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "feature", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["feature"]) {
             // line 191
             echo "                                        <li class=\"cdjifeature-item\">\n                                            <span class=\"cdjifeature-label\">\n                                                <span>";
             // line 193
             echo twig_escape_filter($this->env, $this->getAttribute($context["feature"], "name", array()), "html", null, true);
             echo "</span>\n                                            </span>\n                                            <span class=\"cdjifeature-desc\">\n                                                <span>";
             // line 196
             echo twig_escape_filter($this->env, $this->getAttribute($context["feature"], "value", array()), "html", null, true);
             echo "</span>\n                                            </span>\n                                        </li>\n                                    ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['feature'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 200
         echo "                                </ul>\n                            ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 202
     echo "                        </div>\n                        <div id=\"tab-3\" class=\"tab-pane fade\">\n                            ";
     // line 204
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 205
         echo "                                <h1 class=\"dji-title\">\n                                    <span>DESCRIPTION </span>\n                                    <span class=\"dji-subtitle\">";
         // line 207
         echo twig_escape_filter($this->env, $this->getAttribute($context["prod"], "name", array()), "html", null, true);
         echo "</span>\n                                </h1>\n                                <p>";
         // line 209
         echo $this->getAttribute($context["prod"], "description", array());
         echo "</p>\n                            ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 211
     echo "                        </div>\n                        <div id=\"tab-4\" class=\"tab-pane fade\">\n                        ";
     // line 213
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["products"]) ? $context["products"] : $this->getContext($context, "products"));
     foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
         // line 214
         echo "                            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["prod"], "video", array()));
         foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
             // line 215
             echo "                                ";
             echo $this->getAttribute($context["video"], "url", array());
             echo "\n                            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 217
         echo "                        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 218
     echo "                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n        <!-- //end Tabs -->\n\n        <!-- //end Upsell products -->\n\n    </section>\n    <!-- //end Two columns content -->\n\n";
     $__internal_1c589f17f1334f71d4af93ea8d2319831e614ed0ea870388329c2e27f23b0d0a->leave($__internal_1c589f17f1334f71d4af93ea8d2319831e614ed0ea870388329c2e27f23b0d0a_prof);
 }
 public function block_body($context, array $blocks = array())
 {
     // line 4
     echo "\n    ";
     // line 5
     echo $this->env->getExtension('http_kernel')->renderFragment($this->env->getExtension('routing')->getPath("_wdt", array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token"), "position" => "normal")));
     echo "\n\n    <div id=\"content\">\n        ";
     // line 8
     $this->env->loadTemplate("@WebProfiler/Profiler/header.html.twig")->display(array());
     // line 9
     echo "\n        <div id=\"main\">\n\n            <div class=\"clear-fix\">\n                <div id=\"collector-wrapper\">\n                    ";
     // line 14
     if (isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile")) {
         // line 15
         echo "                        <div id=\"resume\">\n                            <a id=\"resume-view-all\" href=\"";
         // line 16
         echo $this->env->getExtension('routing')->getPath("_profiler_search", array("limit" => 10));
         echo "\">View last 10</a>\n                            <strong>Profile for:</strong>\n                            ";
         // line 18
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "method")), "html", null, true);
         echo "\n                            ";
         // line 19
         if (twig_in_filter(twig_upper_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "method")), array(0 => "GET", 1 => "HEAD"))) {
             // line 20
             echo "                                <a href=\"";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url"), "html", null, true);
             echo "\">";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url"), "html", null, true);
             echo "</a>\n                            ";
         } else {
             // line 22
             echo "                                ";
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "url"), "html", null, true);
             echo "\n                            ";
         }
         // line 24
         echo "                            <span class=\"date\">\n                                <em>by ";
         // line 25
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "ip"), "html", null, true);
         echo "</em> at <em>";
         echo twig_escape_filter($this->env, twig_date_format_filter($this->env, $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "time"), "r"), "html", null, true);
         echo "</em>\n                            </span>\n                        </div>\n                    ";
     }
     // line 29
     echo "\n                    <div id=\"collector-content\">\n                        ";
     // line 31
     $this->env->loadTemplate("@WebProfiler/Profiler/base_js.html.twig")->display($context);
     // line 32
     echo "                        ";
     $this->displayBlock('panel', $context, $blocks);
     // line 33
     echo "                    </div>\n                </div>\n                <div id=\"navigation\">\n                    ";
     // line 36
     if (array_key_exists("templates", $context)) {
         // line 37
         echo "                        <ul id=\"menu-profiler\">\n                            ";
         // line 38
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(isset($context["templates"]) ? $context["templates"] : $this->getContext($context, "templates"));
         foreach ($context['_seq'] as $context["name"] => $context["template"]) {
             // line 39
             echo "                                ";
             ob_start();
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["template"]) ? $context["template"] : $this->getContext($context, "template"), "renderBlock", array(0 => "menu", 1 => array("collector" => $this->getAttribute(isset($context["profile"]) ? $context["profile"] : $this->getContext($context, "profile"), "getcollector", array(0 => isset($context["name"]) ? $context["name"] : $this->getContext($context, "name")), "method"))), "method"), "html", null, true);
             $context["menu"] = '' === ($tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
             // line 40
             echo "                                ";
             if ((isset($context["menu"]) ? $context["menu"] : $this->getContext($context, "menu")) != "") {
                 // line 41
                 echo "                                    <li class=\"";
                 echo twig_escape_filter($this->env, isset($context["name"]) ? $context["name"] : $this->getContext($context, "name"), "html", null, true);
                 if ((isset($context["name"]) ? $context["name"] : $this->getContext($context, "name")) == (isset($context["panel"]) ? $context["panel"] : $this->getContext($context, "panel"))) {
                     echo " selected";
                 }
                 echo "\">\n                                        <a href=\"";
                 // line 42
                 echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("_profiler", array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token"), "panel" => isset($context["name"]) ? $context["name"] : $this->getContext($context, "name"))), "html", null, true);
                 echo "\">";
                 echo isset($context["menu"]) ? $context["menu"] : $this->getContext($context, "menu");
                 echo "</a>\n                                    </li>\n                                ";
             }
             // line 45
             echo "                            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['name'], $context['template'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 46
         echo "                            <li class=\"minimize\">\n                                <a href=\"javascript:void(0);\" title=\"Minimize toolbar\" onclick=\"return toggleMenuPanels();\">\n                                    <span class=\"label\">\n                                        <span class=\"icon\"><img id=\"minimizePanelIcon\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4tJREFUeNrkl19IU1Ecx7fZJN2arhq2JUWJlEZL1MAm1B582GBErMJqtabzRRAqFAYa9OfFFx+KQEG3MkYRZkkEJUUwctVSKCJWJojL1ZiydJvLtNXW98AW1znv7t0CHzrw5Xe3nXM/O/f8zvf8LjcajXJWo/E4q9T+P/CaNMZw29rahBMTE3LyoaKi4m1zc/M865swSS6bzZbT09NzfG5urjYUCikikYiQ+ntWVlZQKBQ+F4lE/Var9Ta+CmcK5hsMhpNer/fiwsLCFiYzycnJGZfJZOctFss9uj+wInhwcDDfbDb3+Hy+I+msoVQqNZtMpnNlZWUhxuChoaENHR0djwOBwN5MEkgsFtsGBgY0uPzOJKtzu7q6rmcKJW12dlaJpbqGy7WpwPyWlpZGj8dzkMX9B+l+dLlcda2trbrEHbQEPDY2Jh0dHTWxgF5AxqsRz9J1cjqdlxDWrwTO7u3tNWK7SFhAL8e221WE7pU6Ytk2t7e311JnTQWLJycntWyhpCmVShXCKboBMJyjCKJlzgVzKJiamtrBAKoH1JoAvU+2MN2g6enp3QgboRnqjHl2u70kHA7zU0APpQMlze/357vd7gKyhang7GAwKEsx1gLoAwp0E8JdJtB4w1LK4sw4OAtWl51inBGwAxT/9iLUQb+ZgsHgJ4I5hYWFAQZjbYBrKPB+hGNM4DweL1pUVBRMzOpweXm5WyAQ/GIAfwj4GbZwiUTyIy8vby7eLw4mQH9paamX4VO7kgTeTTeguLjYg0AOjAgVTD58UygUb1i41l84ogGhka4z+rwi9p3MQHwajeYRjrNFlvBbiDfoOmFtQzU1NU/J5JKBA3w+/71er3/J8hA6kSKpOPX19c9w+YH4VDIwqRbG1Wr1HZVK5eX8o6bVaj9XV1cTk3HFcinpsUjs7AWKNwvWO5gpFI93pqmpyYxLB0neVBUIcaI90OHOzs7TfX19ErZA8niNRuNXnU53M2apTmiBSc0lgEoh9cjIiBYV5i6c1YxKYblc/rOhoeEdIin2nkCfoHk2VSYpV7ZCVdB+h8OxDyocHh4WoEJZskRwvUhVVVUIcldWVtrx1XPoNfQFWkynvCWzzIe2QSXQTmg7Od5QT+WinuagliaFnI8kJvQxJpJIATo34zJ8WyR/YF2sfBFDpKCPHyqLMUeajSVniJq9mYKXjUtwPdY34a7W+/EfAQYAZM5kh2zoNWsAAAAASUVORK5CYII=\" alt=\"\"></span>\n                                        <strong>Minimize</strong>\n                                    </span>\n                                </a>\n                            </li>\n                        </ul>\n                    ";
     }
     // line 56
     echo "                    ";
     echo $this->env->getExtension('http_kernel')->renderFragment($this->env->getExtension('routing')->getPath("_profiler_search_bar"));
     echo "\n                    ";
     // line 57
     $this->env->loadTemplate("@WebProfiler/Profiler/admin.html.twig")->display(array("token" => isset($context["token"]) ? $context["token"] : $this->getContext($context, "token")));
     // line 58
     echo "                </div>\n            </div>\n        </div>\n    </div>\n\n    <script>//<![CDATA[\n\n        function toggleMenuPanels(state, doSave) {\n            var leftIconPath = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4tJREFUeNrkl19IU1Ecx7fZJN2arhq2JUWJlEZL1MAm1B582GBErMJqtabzRRAqFAYa9OfFFx+KQEG3MkYRZkkEJUUwctVSKCJWJojL1ZiydJvLtNXW98AW1znv7t0CHzrw5Xe3nXM/O/f8zvf8LjcajXJWo/E4q9T+P/CaNMZw29rahBMTE3LyoaKi4m1zc/M865swSS6bzZbT09NzfG5urjYUCikikYiQ+ntWVlZQKBQ+F4lE/Var9Ta+CmcK5hsMhpNer/fiwsLCFiYzycnJGZfJZOctFss9uj+wInhwcDDfbDb3+Hy+I+msoVQqNZtMpnNlZWUhxuChoaENHR0djwOBwN5MEkgsFtsGBgY0uPzOJKtzu7q6rmcKJW12dlaJpbqGy7WpwPyWlpZGj8dzkMX9B+l+dLlcda2trbrEHbQEPDY2Jh0dHTWxgF5AxqsRz9J1cjqdlxDWrwTO7u3tNWK7SFhAL8e221WE7pU6Ytk2t7e311JnTQWLJycntWyhpCmVShXCKboBMJyjCKJlzgVzKJiamtrBAKoH1JoAvU+2MN2g6enp3QgboRnqjHl2u70kHA7zU0APpQMlze/357vd7gKyhang7GAwKEsx1gLoAwp0E8JdJtB4w1LK4sw4OAtWl51inBGwAxT/9iLUQb+ZgsHgJ4I5hYWFAQZjbYBrKPB+hGNM4DweL1pUVBRMzOpweXm5WyAQ/GIAfwj4GbZwiUTyIy8vby7eLw4mQH9paamX4VO7kgTeTTeguLjYg0AOjAgVTD58UygUb1i41l84ogGhka4z+rwi9p3MQHwajeYRjrNFlvBbiDfoOmFtQzU1NU/J5JKBA3w+/71er3/J8hA6kSKpOPX19c9w+YH4VDIwqRbG1Wr1HZVK5eX8o6bVaj9XV1cTk3HFcinpsUjs7AWKNwvWO5gpFI93pqmpyYxLB0neVBUIcaI90OHOzs7TfX19ErZA8niNRuNXnU53M2apTmiBSc0lgEoh9cjIiBYV5i6c1YxKYblc/rOhoeEdIin2nkCfoHk2VSYpV7ZCVdB+h8OxDyocHh4WoEJZskRwvUhVVVUIcldWVtrx1XPoNfQFWkynvCWzzIe2QSXQTmg7Od5QT+WinuagliaFnI8kJvQxJpJIATo34zJ8WyR/YF2sfBFDpKCPHyqLMUeajSVniJq9mYKXjUtwPdY34a7W+/EfAQYAZM5kh2zoNWsAAAAASUVORK5CYII=\",\n                rightIconPath = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4tJREFUeNrsl11IU2EYx91ytrnpmmy4TYNkqGhEJGiiabuQ2EAiZ1kZW9NtF4pgoBB40weJeCHVjReygVmuIhP6gLoJJNQGadhiJcLa2sb8KN2nrprbel7YYh7WzjnOsIsO/Hnes533/Z33PB/nOZRIJJK2GwflP/ifBg8MDGTOzs4eQeOCggJjb2+vH4aRvwGmyeXyZq/Xe9rv99eGQqHs+D+pVKqfxWJNZ2VlPdRoNPfFYnEgVTBNpVI1Op3OG4FAQETkDul0uo3P518dHh6+B6dB0uC5uTlWf3//zcXFRfV2fMjlcsfUarVGIpG4yYCZDQ0Nz10ulziVAGKz2W+7u7ulNTU1q0TAdKVSOWi1Wlt2InqFQuFTvV5/HoYbW+ICc116T0/PBQLQl0TBEB8nYddtKF6SgXNMJtM1nLUuTUxMSMFeIQqfn5+/vLCwIPgTOL2vr++sx+PJS7LGEEBvowHY60ThkII8iHIVDDMSgbMtFssZnDXkkKOS2AkZuM1mk4HhJAJzV1ZWDuHMZ4DGE8AVeODl5eVin8+XiwVT7HZ7rtvt3kfg5hPB74I5lWxSMBikTU5OlsSYMTAVHoWQRJYg+COA8+PgT8Dokk2CkiuM+fk3mMFg0EiAQ6AWgC3FfoCbOA5GlfRuGQwE3bPFxyKRyAvFPkIQeg6gY3HQerRpvIn5+fkerI9DUN58PB4vsA1oJ5hneFAmk7lZVlZmj704YuAwSrfCwkInzvyhBNBbRHxTWlqK3IJeGJvYdHLBQm9w5rfBNUqyUHRUVVW9A7Ma3eSWlwRK7np4/w6azWYWzjp6UDNRqEAg+DEyMtJJo9Eew+k37I59oI+tra2vIMjw1momkQFpCoViGqAfYOhJVLnQs7dWV1ePy2SyLzvV1EEjsCSVSh/A0BzfkWC3hpxv6Ojo0NbV1a2lCgW/eru6ulBRmQKt4TYCoIMg2ejo6EWdTpcXDodJQ5uamr62t7ffgSHy63tQgEjrkwkqBp0wGo2NWq32MNgMIsCioqJN6DRN5eXl43D6AsUNaJ1Ml7kXFRvQUVDtzMzMMYPBsB/EcjgcVEx7E66oqFivrKx0gFBKvkYuA6FY+b6d9hbVVTboAKgkKtTmcqHgM6G/TuNwOBvRFPmMmg3QJ5Alvlik0tCng1Bu50TznRV9Iuj4iaoeKkDRAPIlA6b67UTBlFvSi+zaR9svAQYA6+V18DvfH/8AAAAASUVORK5CYII=\",\n                menu = document.getElementById('navigation'), savedState = Sfjs.getPreference('menu/displayState'),\n                displayState, elem, className;\n\n            if (null === savedState) {\n                savedState = 'block';\n            }\n\n            displayState = state || ('block' === savedState ? 'none' : 'block');\n\n            if ('undefined' === typeof doSave) {\n                doSave = true;\n            }\n\n            document.getElementById('searchBar').style.display = displayState;\n            document.getElementById('adminBar').style.display = displayState;\n\n            if ('block' === displayState) {\n                Sfjs.removeClass(menu, 'collapsed-menu');\n                Sfjs.removeClass(menu.parentNode.parentNode, 'collapsed-menu-parents');\n\n                document.getElementById('minimizePanelIcon').src = leftIconPath;\n            } else {\n                Sfjs.addClass(menu, 'collapsed-menu');\n                Sfjs.addClass(menu.parentNode.parentNode, 'collapsed-menu-parents');\n\n                document.getElementById('minimizePanelIcon').src = rightIconPath;\n            }\n\n            if (doSave) {\n                Sfjs.setPreference('menu/displayState', displayState);\n            }\n\n            try {\n                canvasAutoUpdateOnThresholdChange(null);\n            } catch (err) {\n\n            }\n\n            return false;\n        }\n\n        window.setTimeout(function() {\n            if (null === document.getElementById('menu-profiler')) {\n                return;\n            }\n\n            var menuItems = document.getElementById('menu-profiler').getElementsByTagName('LI'),\n                elem, value, child, displayState = Sfjs.getPreference('menu/displayState');\n\n            if (displayState == 'none') {\n                toggleMenuPanels('none', false);\n            }\n\n            for (elem in menuItems) {\n                if (typeof(menuItems[elem].children) !== 'undefined' &&\n                    menuItems[elem].children.length > 0) {\n                    child = menuItems[elem].children[0]\n\n                    if ('' === child.getAttribute('title') ||\n                        null === child.getAttribute('title')) {\n                        value = child.text.replace(/^\\s+/g, '').split('\\n')[0].replace(/\\s+\$/g, '');\n                        child.setAttribute('title', value);\n                    }\n                }\n            }\n        }, 25);\n\n    //]]></script>\n";
 }
 public function block_form_start($context, array $blocks = array())
 {
     $__internal_22ea8b50650abcfc162aa0b010597e35ea2f6c8f869724f26b2984577c9cd585 = $this->env->getExtension("native_profiler");
     $__internal_22ea8b50650abcfc162aa0b010597e35ea2f6c8f869724f26b2984577c9cd585->enter($__internal_22ea8b50650abcfc162aa0b010597e35ea2f6c8f869724f26b2984577c9cd585_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "form_start"));
     // line 266
     $context["method"] = twig_upper_filter($this->env, isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"));
     // line 267
     if (twig_in_filter(isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"), array(0 => "GET", 1 => "POST"))) {
         // line 268
         $context["form_method"] = isset($context["method"]) ? $context["method"] : $this->getContext($context, "method");
     } else {
         // line 270
         $context["form_method"] = "POST";
     }
     // line 272
     echo "<form name=\"";
     echo twig_escape_filter($this->env, isset($context["name"]) ? $context["name"] : $this->getContext($context, "name"), "html", null, true);
     echo "\" method=\"";
     echo twig_escape_filter($this->env, twig_lower_filter($this->env, isset($context["form_method"]) ? $context["form_method"] : $this->getContext($context, "form_method")), "html", null, true);
     echo "\" action=\"";
     echo twig_escape_filter($this->env, isset($context["action"]) ? $context["action"] : $this->getContext($context, "action"), "html", null, true);
     echo "\"";
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["attr"]) ? $context["attr"] : $this->getContext($context, "attr"));
     foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) {
         echo " ";
         echo twig_escape_filter($this->env, $context["attrname"], "html", null, true);
         echo "=\"";
         echo twig_escape_filter($this->env, $context["attrvalue"], "html", null, true);
         echo "\"";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     if (isset($context["multipart"]) ? $context["multipart"] : $this->getContext($context, "multipart")) {
         echo " enctype=\"multipart/form-data\"";
     }
     echo ">";
     // line 273
     if ((isset($context["form_method"]) ? $context["form_method"] : $this->getContext($context, "form_method")) != (isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"))) {
         // line 274
         echo "<input type=\"hidden\" name=\"_method\" value=\"";
         echo twig_escape_filter($this->env, isset($context["method"]) ? $context["method"] : $this->getContext($context, "method"), "html", null, true);
         echo "\" />";
     }
     $__internal_22ea8b50650abcfc162aa0b010597e35ea2f6c8f869724f26b2984577c9cd585->leave($__internal_22ea8b50650abcfc162aa0b010597e35ea2f6c8f869724f26b2984577c9cd585_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     echo "<div class=\"entityAddContainer\" style=\"display:none;\">\n    <div class='clear'></div>\n    <form id='addEditReport'>\n        <table class=\"dataTable entityTable\">\n            <thead>\n            <tr class=\"first\">\n                <th colspan=\"2\">";
     // line 7
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_CreateAndScheduleReport")), "html", null, true);
     echo "</th>\n            <tr>\n            </thead>\n            <tbody>\n            <tr>\n                <td class=\"first\">";
     // line 12
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("General_Website")), "html", null, true);
     echo " </td>\n                <td style=\"width:650px;\">\n                    ";
     // line 14
     echo isset($context["siteName"]) ? $context["siteName"] : $this->getContext($context, "siteName");
     echo "\n                </td>\n            </tr>\n            <tr>\n                <td class=\"first\">";
     // line 18
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("General_Description")), "html", null, true);
     echo " </td>\n                <td>\n                    <textarea cols=\"30\" rows=\"3\" id=\"report_description\" class=\"inp\"></textarea>\n\n                    <div class=\"entityInlineHelp\">\n                        ";
     // line 23
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_DescriptionOnFirstPage")), "html", null, true);
     echo "\n                    </div>\n                </td>\n            </tr>\n            ";
     // line 27
     if (isset($context["segmentEditorActivated"]) ? $context["segmentEditorActivated"] : $this->getContext($context, "segmentEditorActivated")) {
         // line 28
         echo "            <tr>\n                <td class=\"first\">";
         // line 29
         echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("SegmentEditor_ChooseASegment")), "html", null, true);
         echo " </td>\n                <td>\n                    <select id='report_segment'>\n                        <option value=\"\">";
         // line 32
         echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("SegmentEditor_DefaultAllVisits")), "html", null, true);
         echo "</option>\n                        ";
         // line 33
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(isset($context["savedSegmentsById"]) ? $context["savedSegmentsById"] : $this->getContext($context, "savedSegmentsById"));
         foreach ($context['_seq'] as $context["savedSegmentId"] => $context["savedSegmentName"]) {
             // line 34
             echo "                            <option value=\"";
             echo twig_escape_filter($this->env, $context["savedSegmentId"], "html", null, true);
             echo "\">";
             echo twig_escape_filter($this->env, twig_slice($this->env, $context["savedSegmentName"], 0, 50), "html", null, true);
             echo "</option>\n                        ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['savedSegmentId'], $context['savedSegmentName'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 36
         echo "                    </select>\n\n                    <div class=\"entityInlineHelp\">\n                        ";
         // line 39
         ob_start();
         echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("SegmentEditor_DefaultAllVisits")), "html", null, true);
         $context["SegmentEditor_DefaultAllVisits"] = '' === ($tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
         // line 40
         echo "                        ";
         ob_start();
         echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("SegmentEditor_AddNewSegment")), "html", null, true);
         $context["SegmentEditor_AddNewSegment"] = '' === ($tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
         // line 41
         echo "                        ";
         echo call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_Segment_Help", "<a href=\"./\" rel=\"noreferrer\"  target=\"_blank\">", "</a>", isset($context["SegmentEditor_DefaultAllVisits"]) ? $context["SegmentEditor_DefaultAllVisits"] : $this->getContext($context, "SegmentEditor_DefaultAllVisits"), isset($context["SegmentEditor_AddNewSegment"]) ? $context["SegmentEditor_AddNewSegment"] : $this->getContext($context, "SegmentEditor_AddNewSegment")));
         echo "\n                    </div>\n                </td>\n            </tr>\n            ";
     }
     // line 46
     echo "            <tr>\n                <td class=\"first\">";
     // line 47
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_EmailSchedule")), "html", null, true);
     echo "</td>\n                <td>\n                    <select id=\"report_period\" class=\"inp\">\n                        ";
     // line 50
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["periods"]) ? $context["periods"] : $this->getContext($context, "periods"));
     foreach ($context['_seq'] as $context["periodId"] => $context["period"]) {
         // line 51
         echo "                            <option value=\"";
         echo twig_escape_filter($this->env, $context["periodId"], "html", null, true);
         echo "\">\n                                ";
         // line 52
         echo twig_escape_filter($this->env, $context["period"], "html", null, true);
         echo "\n                            </option>\n                        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['periodId'], $context['period'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 55
     echo "                    </select>\n\n                    <div class=\"entityInlineHelp\">\n                        ";
     // line 58
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_WeeklyScheduleHelp")), "html", null, true);
     echo "\n                        <br/>\n                        ";
     // line 60
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_MonthlyScheduleHelp")), "html", null, true);
     echo "\n                        <br/>\n                        ";
     // line 62
     echo call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_ReportHour", "<input type=\"text\" id=\"report_hour\" class=\"inp\" size=\"2\">"));
     echo "\n                    </div>\n                </td>\n            </tr>\n\n            <tr ";
     // line 67
     if (twig_length_filter($this->env, isset($context["reportTypes"]) ? $context["reportTypes"] : $this->getContext($context, "reportTypes")) == 1) {
         echo "style=\"display:none;\"";
     }
     echo ">\n                <td class=\"first\">\n                    ";
     // line 69
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_ReportType")), "html", null, true);
     echo "\n                </td>\n                <td>\n                    <select id=\"report_type\">\n                        ";
     // line 73
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["reportTypes"]) ? $context["reportTypes"] : $this->getContext($context, "reportTypes"));
     foreach ($context['_seq'] as $context["reportType"] => $context["reportTypeIcon"]) {
         // line 74
         echo "                            <option value=\"";
         echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
         echo "\">";
         echo twig_escape_filter($this->env, twig_upper_filter($this->env, $context["reportType"]), "html", null, true);
         echo "</option>\n                        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['reportType'], $context['reportTypeIcon'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 76
     echo "                    </select>\n                </td>\n            </tr>\n\n            <tr>\n                <td class=\"first\">\n                    ";
     // line 82
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_ReportFormat")), "html", null, true);
     echo "\n                </td>\n\n                <td>\n                    ";
     // line 86
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["reportFormatsByReportType"]) ? $context["reportFormatsByReportType"] : $this->getContext($context, "reportFormatsByReportType"));
     foreach ($context['_seq'] as $context["reportType"] => $context["reportFormats"]) {
         // line 87
         echo "                        <select name='report_format' class='";
         echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
         echo "'>\n                            ";
         // line 88
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable($context["reportFormats"]);
         foreach ($context['_seq'] as $context["reportFormat"] => $context["reportFormatIcon"]) {
             // line 89
             echo "                                <option value=\"";
             echo twig_escape_filter($this->env, $context["reportFormat"], "html", null, true);
             echo "\">";
             echo twig_escape_filter($this->env, twig_upper_filter($this->env, $context["reportFormat"]), "html", null, true);
             echo "</option>\n                            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['reportFormat'], $context['reportFormatIcon'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 91
         echo "                        </select>\n                    ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['reportType'], $context['reportFormats'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 93
     echo "                </td>\n            </tr>\n\n            ";
     // line 96
     echo call_user_func_array($this->env->getFunction('postEvent')->getCallable(), array("Template.reportParametersScheduledReports"));
     echo "\n\n            <tr class='email' id=\"row_report_display_options\">\n                <td class=\"first\">\n                    ";
     // line 101
     echo "                    ";
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_AggregateReportsFormat")), "html", null, true);
     echo "\n                </td>\n                <td>\n                    <select id=\"display_format\">\n                        ";
     // line 105
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["displayFormats"]) ? $context["displayFormats"] : $this->getContext($context, "displayFormats"));
     foreach ($context['_seq'] as $context["formatValue"] => $context["formatLabel"]) {
         // line 106
         echo "                            <option ";
         if ($context["formatValue"] == 1) {
             echo "selected";
         }
         echo " value=\"";
         echo twig_escape_filter($this->env, $context["formatValue"], "html", null, true);
         echo "\">";
         echo twig_escape_filter($this->env, $context["formatLabel"], "html", null, true);
         echo "</option>\n                        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['formatValue'], $context['formatLabel'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 108
     echo "                    </select>\n\n                    <div class='report_evolution_graph'>\n                        <br/>\n                        <input type=\"checkbox\" id=\"report_evolution_graph\"/>\n                        <label for=\"report_evolution_graph\"><em>";
     // line 113
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_EvolutionGraph", 5)), "html", null, true);
     echo "</em></label>\n                    </div>\n                </td>\n            </tr>\n\n            <tr>\n                <td class=\"first\">";
     // line 119
     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_ReportsIncluded")), "html", null, true);
     echo "</td>\n                <td>\n                    ";
     // line 121
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(isset($context["reportsByCategoryByReportType"]) ? $context["reportsByCategoryByReportType"] : $this->getContext($context, "reportsByCategoryByReportType"));
     foreach ($context['_seq'] as $context["reportType"] => $context["reportsByCategory"]) {
         // line 122
         echo "                        <div name='reportsList' class='";
         echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
         echo "'>\n\n                            ";
         // line 124
         if ($this->getAttribute(isset($context["allowMultipleReportsByReportType"]) ? $context["allowMultipleReportsByReportType"] : $this->getContext($context, "allowMultipleReportsByReportType"), $context["reportType"], array(), "array")) {
             // line 125
             echo "                                ";
             $context["reportInputType"] = "checkbox";
             // line 126
             echo "                            ";
         } else {
             // line 127
             echo "                                ";
             $context["reportInputType"] = "radio";
             // line 128
             echo "                            ";
         }
         // line 129
         echo "\n                            ";
         // line 130
         $context["countCategory"] = 0;
         // line 131
         echo "\n                            ";
         // line 132
         $context["newColumnAfter"] = intval(floor((twig_length_filter($this->env, $context["reportsByCategory"]) + 1) / 2));
         // line 133
         echo "\n                            <div id='leftcolumn'>\n                                ";
         // line 135
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable($context["reportsByCategory"]);
         foreach ($context['_seq'] as $context["category"] => $context["reports"]) {
             // line 136
             echo "                                ";
             if ((isset($context["countCategory"]) ? $context["countCategory"] : $this->getContext($context, "countCategory")) >= (isset($context["newColumnAfter"]) ? $context["newColumnAfter"] : $this->getContext($context, "newColumnAfter")) && (isset($context["newColumnAfter"]) ? $context["newColumnAfter"] : $this->getContext($context, "newColumnAfter")) != 0) {
                 // line 137
                 echo "                                ";
                 $context["newColumnAfter"] = 0;
                 // line 138
                 echo "                            </div>\n                            <div id='rightcolumn'>\n                                ";
             }
             // line 141
             echo "                                <div class='reportCategory'>";
             echo twig_escape_filter($this->env, $context["category"], "html", null, true);
             echo "</div>\n                                <ul class='listReports'>\n                                    ";
             // line 143
             $context['_parent'] = (array) $context;
             $context['_seq'] = twig_ensure_traversable($context["reports"]);
             foreach ($context['_seq'] as $context["_key"] => $context["report"]) {
                 // line 144
                 echo "                                        <li>\n                                            <input type='";
                 // line 145
                 echo twig_escape_filter($this->env, isset($context["reportInputType"]) ? $context["reportInputType"] : $this->getContext($context, "reportInputType"), "html", null, true);
                 echo "' id=\"";
                 echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
                 echo twig_escape_filter($this->env, $this->getAttribute($context["report"], "uniqueId", array()), "html", null, true);
                 echo "\" report-unique-id='";
                 echo twig_escape_filter($this->env, $this->getAttribute($context["report"], "uniqueId", array()), "html", null, true);
                 echo "'\n                                                   name='";
                 // line 146
                 echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
                 echo "Reports'/>\n                                            <label for=\"";
                 // line 147
                 echo twig_escape_filter($this->env, $context["reportType"], "html", null, true);
                 echo twig_escape_filter($this->env, $this->getAttribute($context["report"], "uniqueId", array()), "html", null, true);
                 echo "\">\n                                                ";
                 // line 148
                 echo $this->getAttribute($context["report"], "name", array());
                 echo "\n                                                ";
                 // line 149
                 if ($this->getAttribute($context["report"], "uniqueId", array()) == "MultiSites_getAll") {
                     // line 150
                     echo "                                                    <div class=\"entityInlineHelp\">";
                     echo twig_escape_filter($this->env, call_user_func_array($this->env->getFilter('translate')->getCallable(), array("ScheduledReports_ReportIncludeNWebsites", isset($context["countWebsites"]) ? $context["countWebsites"] : $this->getContext($context, "countWebsites"))), "html", null, true);
                     // line 151
                     echo "</div>\n                                                ";
                 }
                 // line 153
                 echo "                                            </label>\n                                        </li>\n                                    ";
             }
             $_parent = $context['_parent'];
             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['report'], $context['_parent'], $context['loop']);
             $context = array_intersect_key($context, $_parent) + $_parent;
             // line 156
             echo "                                    ";
             $context["countCategory"] = (isset($context["countCategory"]) ? $context["countCategory"] : $this->getContext($context, "countCategory")) + 1;
             // line 157
             echo "                                </ul>\n                                <br/>\n                                ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['category'], $context['reports'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 160
         echo "                            </div>\n                        </div>\n                    ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['reportType'], $context['reportsByCategory'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 163
     echo "                </td>\n            </tr>\n\n            </tbody>\n        </table>\n\n        <input type=\"hidden\" id=\"report_idreport\" value=\"\">\n        <input type=\"submit\" id=\"report_submit\" name=\"submit\" class=\"submit\"/>\n\n    </form>\n    <div class='entityCancel'>\n        ";
     // line 174
     echo call_user_func_array($this->env->getFilter('translate')->getCallable(), array("General_OrCancel", "<a class='entityCancelLink'>", "</a>"));
     echo "\n    </div>\n</div>\n";
 }