var/cache/dev/twig/ad/adcf0f5abb9def613ec341cb4a1957f8.php line 33

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* content/users/userInterface_page.html.twig */
  14. class __TwigTemplate_12501de6fd0f19bb59993ebc6e922039 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/users/userInterface_page.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/users/userInterface_page.html.twig"));
  33.         // line 1
  34.         echo "<header class=\"page-header page-header-compact page-header-light border-bottom bg-white mb-4 positionToHeader\">
  35.     <div class=\"container-fluid px-4\">
  36.         <div class=\"page-header-content\">
  37.             <div class=\"row align-items-center justify-content-between pt-3\">
  38.                 <div class=\"col-auto\">
  39.                     <h1 class=\"text-center text-uppercase \"><i class=\"bi bi-person-circle\"></i> Mon Compte</h1>
  40.                     <p class=\"text-center\">Retrouvez votre profil client ici.</p>
  41.                 </div>
  42.                 <div class=\"col-12 col-xl-auto mb-3\">
  43.                     <a class=\"btn btn-sm btn-primary \" href=\"";
  44.         // line 10
  45.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
  46.         echo "\">
  47.                         <i class=\"bi bi-house-fill\"></i> &nbsp;
  48.                         Accueil
  49.                     </a>
  50.                 </div>
  51.             </div>
  52.         </div>
  53.     </div>
  54. </header>
  55. <!-- Main page content-->
  56. <div class=\"container-xl px-4 mt-4\">
  57.     <div class=\"row\">
  58.         <div class=\"col-xl-4\">
  59.             <!-- Profile picture card-->
  60.             <div class=\"card mb-4 mb-xl-0\">
  61.                 <div class=\"card-header\">Ma photo (facultatif)
  62.                 </div>
  63.                 <div class=\"card-body text-center\">
  64.                     <!-- Profile picture image-->
  65.                     <img class=\"img-account-profile rounded-circle mb-2\"
  66.                         src=\"assets/img/illustrations/profiles/profile-1.png\" alt=\"\" />
  67.                     <!-- Profile picture help block-->
  68.                     <div class=\"small font-italic text-muted mb-4\">Format fichier JPG ou PNG (max 5 Mo)</div>
  69.                     <!-- Profile picture upload button-->
  70.                     <button class=\"btn btn-primary\" type=\"button\">Téléchargez votre photo
  71.                     </button>
  72.                 </div>
  73.             </div>
  74.         </div>
  75.         <div class=\"col-xl-8\">
  76.             <!-- Account details card-->
  77.             <div class=\"card mb-4\">
  78.                 <div class=\"card-header\">Mon profil</div>
  79.                 <div class=\"card-body\">
  80.                     <form>
  81.                         <div class=\"mb-3\">
  82.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">Login</label>
  83.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  84.                                 placeholder=\"Votre adresse E-mail\" value=\"";
  85.         // line 48
  86.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'48$this->source); })()), "user", [], "any"falsefalsefalse48), "username", [], "any"falsefalsefalse48), "html"nulltrue);
  87.         echo "\" />
  88.                         </div>
  89.                         <!-- Form Row-->
  90.                         <div class=\"row gx-3 mb-3\">
  91.                             <!-- Form Group (first name)-->
  92.                             <div class=\"col-md-6\">
  93.                                 <label class=\"small mb-1\" for=\"inputFirstName\">Prénom</label>
  94.                                 <input class=\"form-control\" id=\"inputFirstName\" type=\"text\" placeholder=\"Votre Prénom\"
  95.                                     value=\"";
  96.         // line 56
  97.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "user", [], "any"falsefalsefalse56), "firstName", [], "any"falsefalsefalse56), "html"nulltrue);
  98.         echo "\" />
  99.                             </div>
  100.                             <!-- Form Group (last name)-->
  101.                             <div class=\"col-md-6\">
  102.                                 <label class=\"small mb-1\" for=\"inputLastName\">Nom</label>
  103.                                 <input class=\"form-control\" id=\"inputLastName\" type=\"text\" placeholder=\" Votre  Nom\"
  104.                                     value=\"";
  105.         // line 62
  106.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'62$this->source); })()), "user", [], "any"falsefalsefalse62), "lastName", [], "any"falsefalsefalse62), "html"nulltrue);
  107.         echo "\" />
  108.                             </div>
  109.                         </div>
  110.                         <div class=\"mb-3\">
  111.                             <label class=\"small mb-1\" for=\"inputAddress\">Adresse</label>
  112.                             <input class=\"form-control\" id=\"inputAddress\" type=\"email\" placeholder=\" Votre adresse\"
  113.                                 value=\"";
  114.         // line 68
  115.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'68$this->source); })()), "user", [], "any"falsefalsefalse68), "address", [], "any"falsefalsefalse68), "html"nulltrue);
  116.         echo "\" />
  117.                         </div>
  118.                         <!-- Form Row-->
  119.                         <div class=\"row gx-3 mb-3\">
  120.                             <!-- Form Group (first adresse)-->
  121.                             <div class=\"col-md-6\">
  122.                                 <label class=\"small mb-1\" for=\"inputCityCode\">Code Postal</label>
  123.                                 <input class=\"form-control\" id=\"inputCityCode\" type=\"text\"
  124.                                     placeholder=\"Votre Code Postal \" value=\"";
  125.         // line 76
  126.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'76$this->source); })()), "user", [], "any"falsefalsefalse76), "cityCode", [], "any"falsefalsefalse76), "html"nulltrue);
  127.         echo "\" />
  128.                             </div>
  129.                             <!-- Form Group (last name)-->
  130.                             <div class=\"col-md-6\">
  131.                                 <label class=\"small mb-1\" for=\"inputCity\">Ville</label>
  132.                                 <input class=\"form-control\" id=\"inputCity\" type=\"text\" placeholder=\"Votre ville\"
  133.                                     value=\"";
  134.         // line 82
  135.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'82$this->source); })()), "user", [], "any"falsefalsefalse82), "city", [], "any"falsefalsefalse82), "html"nulltrue);
  136.         echo "\" />
  137.                             </div>
  138.                         </div>
  139.                         <div class=\"mb-3\">
  140.                             <label class=\"small mb-1\" for=\"inputCountry\">Pays</label>
  141.                             <input class=\"form-control\" id=\"inputCountry\" type=\"email\" placeholder=\" Votre Pays\"
  142.                                 value=\"\" />
  143.                         </div>
  144.                         <!-- Form Group (email address)-->
  145.                         <div class=\"mb-3\">
  146.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">adresse E-mail</label>
  147.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  148.                                 placeholder=\"Enter your email address\" value=\"";
  149.         // line 94
  150.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'94$this->source); })()), "user", [], "any"falsefalsefalse94), "email", [], "any"falsefalsefalse94), "html"nulltrue);
  151.         echo "\" />
  152.                         </div>
  153.                         <!-- Submit button-->
  154.                         <button class=\"btn btn-primary\" type=\"button\">Enregistrer</button>
  155.                     </form>
  156.                 </div>
  157.             </div>
  158.             <div class=\"card mb-4\">
  159.                 <div class=\"card-header\">Modification du mot de passe</div>
  160.                 <div class=\"card-body\">
  161.                     <form>
  162.                         <div class=\"mb-3\">
  163.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">Mail</label>
  164.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  165.                                 placeholder=\"Votre adresse E-mail\" value=\"";
  166.         // line 110
  167.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'110$this->source); })()), "user", [], "any"falsefalsefalse110), "username", [], "any"falsefalsefalse110), "html"nulltrue);
  168.         echo "\" />
  169.                         </div>
  170.                         <!-- Form Row-->
  171.                         <div class=\"row gx-3 mb-3\">
  172.                             <!-- Form Group (first name)-->
  173.                             <div class=\"col-md-6\">
  174.                                 <label class=\"small mb-1\" for=\"inputPassword\">
  175.                                     Mot de passe
  176.                                 </label>
  177.                                 <input class=\"form-control\" id=\"inputPassword\" type=\"text\"
  178.                                     placeholder=\"Votre mot de passe\" value=\"\" />
  179.                             </div>
  180.                             <!-- Form Group (last name)-->
  181.                             <div class=\"col-md-6\">
  182.                                 <label class=\"small mb-1\" for=\"inputConfirmPassword\">
  183.                                     Confirmez le mot de passe
  184.                                 </label>
  185.                                 <input class=\"form-control\" id=\"inputonfirmPassword\" type=\"text\"
  186.                                     placeholder=\"Confirmation du mot de passe\" value=\"\" />
  187.                             </div>
  188.                         </div>
  189.                         <!-- Submit button-->
  190.                         <button class=\"btn btn-primary\" type=\"button\">Enregistrer</button>
  191.                     </form>
  192.                 </div>
  193.             </div>
  194.         </div>
  195.     </div>
  196. </div>
  197. ";
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.         
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  202.     }
  203.     public function getTemplateName()
  204.     {
  205.         return "content/users/userInterface_page.html.twig";
  206.     }
  207.     public function isTraitable()
  208.     {
  209.         return false;
  210.     }
  211.     public function getDebugInfo()
  212.     {
  213.         return array (  178 => 110,  159 => 94,  144 => 82,  135 => 76,  124 => 68,  115 => 62,  106 => 56,  95 => 48,  54 => 10,  43 => 1,);
  214.     }
  215.     public function getSourceContext()
  216.     {
  217.         return new Source("<header class=\"page-header page-header-compact page-header-light border-bottom bg-white mb-4 positionToHeader\">
  218.     <div class=\"container-fluid px-4\">
  219.         <div class=\"page-header-content\">
  220.             <div class=\"row align-items-center justify-content-between pt-3\">
  221.                 <div class=\"col-auto\">
  222.                     <h1 class=\"text-center text-uppercase \"><i class=\"bi bi-person-circle\"></i> Mon Compte</h1>
  223.                     <p class=\"text-center\">Retrouvez votre profil client ici.</p>
  224.                 </div>
  225.                 <div class=\"col-12 col-xl-auto mb-3\">
  226.                     <a class=\"btn btn-sm btn-primary \" href=\"{{path('app_home')}}\">
  227.                         <i class=\"bi bi-house-fill\"></i> &nbsp;
  228.                         Accueil
  229.                     </a>
  230.                 </div>
  231.             </div>
  232.         </div>
  233.     </div>
  234. </header>
  235. <!-- Main page content-->
  236. <div class=\"container-xl px-4 mt-4\">
  237.     <div class=\"row\">
  238.         <div class=\"col-xl-4\">
  239.             <!-- Profile picture card-->
  240.             <div class=\"card mb-4 mb-xl-0\">
  241.                 <div class=\"card-header\">Ma photo (facultatif)
  242.                 </div>
  243.                 <div class=\"card-body text-center\">
  244.                     <!-- Profile picture image-->
  245.                     <img class=\"img-account-profile rounded-circle mb-2\"
  246.                         src=\"assets/img/illustrations/profiles/profile-1.png\" alt=\"\" />
  247.                     <!-- Profile picture help block-->
  248.                     <div class=\"small font-italic text-muted mb-4\">Format fichier JPG ou PNG (max 5 Mo)</div>
  249.                     <!-- Profile picture upload button-->
  250.                     <button class=\"btn btn-primary\" type=\"button\">Téléchargez votre photo
  251.                     </button>
  252.                 </div>
  253.             </div>
  254.         </div>
  255.         <div class=\"col-xl-8\">
  256.             <!-- Account details card-->
  257.             <div class=\"card mb-4\">
  258.                 <div class=\"card-header\">Mon profil</div>
  259.                 <div class=\"card-body\">
  260.                     <form>
  261.                         <div class=\"mb-3\">
  262.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">Login</label>
  263.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  264.                                 placeholder=\"Votre adresse E-mail\" value=\"{{app.user.username}}\" />
  265.                         </div>
  266.                         <!-- Form Row-->
  267.                         <div class=\"row gx-3 mb-3\">
  268.                             <!-- Form Group (first name)-->
  269.                             <div class=\"col-md-6\">
  270.                                 <label class=\"small mb-1\" for=\"inputFirstName\">Prénom</label>
  271.                                 <input class=\"form-control\" id=\"inputFirstName\" type=\"text\" placeholder=\"Votre Prénom\"
  272.                                     value=\"{{app.user.firstName}}\" />
  273.                             </div>
  274.                             <!-- Form Group (last name)-->
  275.                             <div class=\"col-md-6\">
  276.                                 <label class=\"small mb-1\" for=\"inputLastName\">Nom</label>
  277.                                 <input class=\"form-control\" id=\"inputLastName\" type=\"text\" placeholder=\" Votre  Nom\"
  278.                                     value=\"{{app.user.lastName}}\" />
  279.                             </div>
  280.                         </div>
  281.                         <div class=\"mb-3\">
  282.                             <label class=\"small mb-1\" for=\"inputAddress\">Adresse</label>
  283.                             <input class=\"form-control\" id=\"inputAddress\" type=\"email\" placeholder=\" Votre adresse\"
  284.                                 value=\"{{app.user.address}}\" />
  285.                         </div>
  286.                         <!-- Form Row-->
  287.                         <div class=\"row gx-3 mb-3\">
  288.                             <!-- Form Group (first adresse)-->
  289.                             <div class=\"col-md-6\">
  290.                                 <label class=\"small mb-1\" for=\"inputCityCode\">Code Postal</label>
  291.                                 <input class=\"form-control\" id=\"inputCityCode\" type=\"text\"
  292.                                     placeholder=\"Votre Code Postal \" value=\"{{app.user.cityCode}}\" />
  293.                             </div>
  294.                             <!-- Form Group (last name)-->
  295.                             <div class=\"col-md-6\">
  296.                                 <label class=\"small mb-1\" for=\"inputCity\">Ville</label>
  297.                                 <input class=\"form-control\" id=\"inputCity\" type=\"text\" placeholder=\"Votre ville\"
  298.                                     value=\"{{app.user.city}}\" />
  299.                             </div>
  300.                         </div>
  301.                         <div class=\"mb-3\">
  302.                             <label class=\"small mb-1\" for=\"inputCountry\">Pays</label>
  303.                             <input class=\"form-control\" id=\"inputCountry\" type=\"email\" placeholder=\" Votre Pays\"
  304.                                 value=\"\" />
  305.                         </div>
  306.                         <!-- Form Group (email address)-->
  307.                         <div class=\"mb-3\">
  308.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">adresse E-mail</label>
  309.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  310.                                 placeholder=\"Enter your email address\" value=\"{{app.user.email}}\" />
  311.                         </div>
  312.                         <!-- Submit button-->
  313.                         <button class=\"btn btn-primary\" type=\"button\">Enregistrer</button>
  314.                     </form>
  315.                 </div>
  316.             </div>
  317.             <div class=\"card mb-4\">
  318.                 <div class=\"card-header\">Modification du mot de passe</div>
  319.                 <div class=\"card-body\">
  320.                     <form>
  321.                         <div class=\"mb-3\">
  322.                             <label class=\"small mb-1\" for=\"inputEmailAddress\">Mail</label>
  323.                             <input class=\"form-control\" id=\"inputEmailAddress\" type=\"email\"
  324.                                 placeholder=\"Votre adresse E-mail\" value=\"{{app.user.username}}\" />
  325.                         </div>
  326.                         <!-- Form Row-->
  327.                         <div class=\"row gx-3 mb-3\">
  328.                             <!-- Form Group (first name)-->
  329.                             <div class=\"col-md-6\">
  330.                                 <label class=\"small mb-1\" for=\"inputPassword\">
  331.                                     Mot de passe
  332.                                 </label>
  333.                                 <input class=\"form-control\" id=\"inputPassword\" type=\"text\"
  334.                                     placeholder=\"Votre mot de passe\" value=\"\" />
  335.                             </div>
  336.                             <!-- Form Group (last name)-->
  337.                             <div class=\"col-md-6\">
  338.                                 <label class=\"small mb-1\" for=\"inputConfirmPassword\">
  339.                                     Confirmez le mot de passe
  340.                                 </label>
  341.                                 <input class=\"form-control\" id=\"inputonfirmPassword\" type=\"text\"
  342.                                     placeholder=\"Confirmation du mot de passe\" value=\"\" />
  343.                             </div>
  344.                         </div>
  345.                         <!-- Submit button-->
  346.                         <button class=\"btn btn-primary\" type=\"button\">Enregistrer</button>
  347.                     </form>
  348.                 </div>
  349.             </div>
  350.         </div>
  351.     </div>
  352. </div>
  353. ""content/users/userInterface_page.html.twig""/home/clients/04fa2f0875cd0ec80d39116efaaa4c72/sites/voyance-telephone.eu/templates/content/users/userInterface_page.html.twig");
  354.     }
  355. }