/app/cache/dev/twig/c5/c51dc4997a75c6452a3745d3aa6ec01c0d5497824f2954780ee5235fca12253b.php

https://gitlab.com/abdelwahed.farabi/TimeToStartWeb · PHP · 85 lines · 51 code · 11 blank · 23 comment · 0 complexity · 3c911f365f58198db3ca3b689a351170 MD5 · raw file

  1. <?php
  2. /* UserUserBundle:Profile:show_content.html.twig */
  3. class __TwigTemplate_4b2d535ddc8d1334c503b43813ac12fb02666b8a0715cb9fd6b571353f216c8f extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 2
  15. echo "
  16. <div>
  17. <div style=\"font-size: x-large\"> <u> <h1>Account Information : </h1></u></div>
  18. <div style=\"alignment-adjust: left\" id=\"collapseOne\" class=\"accordion-body collapse in\">
  19. <div class=\"accordion-inner\">
  20. <div class=\"well\">
  21. <p style=\"color: black;font-size: xx-large\">";
  22. // line 11
  23. echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("profile.show.username", array(), "FOSUserBundle"), "html", null, true);
  24. echo ": ";
  25. echo twig_escape_filter($this->env, $this->getAttribute((isset($context["user"]) ? $context["user"] : $this->getContext($context, "user")), "username", array()), "html", null, true);
  26. echo "</p>
  27. <p style=\"color: black;font-size: xx-large\">";
  28. // line 12
  29. echo twig_escape_filter($this->env, $this->env->getExtension('translator')->trans("profile.show.email", array(), "FOSUserBundle"), "html", null, true);
  30. echo ": ";
  31. echo twig_escape_filter($this->env, $this->getAttribute((isset($context["user"]) ? $context["user"] : $this->getContext($context, "user")), "email", array()), "html", null, true);
  32. echo "</p>
  33. <br><a style=\"color: #313131\" class=\"btn\" href=\"";
  34. // line 13
  35. echo $this->env->getExtension('routing')->getPath("fos_user_change_password");
  36. echo "\">CAHNGE PASSWORD</a>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. ";
  42. }
  43. public function getTemplateName()
  44. {
  45. return "UserUserBundle:Profile:show_content.html.twig";
  46. }
  47. public function isTraitable()
  48. {
  49. return false;
  50. }
  51. public function getDebugInfo()
  52. {
  53. return array ( 42 => 13, 36 => 12, 30 => 11, 19 => 2,);
  54. }
  55. }
  56. /* {% trans_default_domain 'FOSUserBundle' %}*/
  57. /* */
  58. /* */
  59. /* <div>*/
  60. /* <div style="font-size: x-large"> <u> <h1>Account Information : </h1></u></div>*/
  61. /* */
  62. /* <div style="alignment-adjust: left" id="collapseOne" class="accordion-body collapse in">*/
  63. /* */
  64. /* <div class="accordion-inner">*/
  65. /* <div class="well">*/
  66. /* <p style="color: black;font-size: xx-large">{{ 'profile.show.username'|trans }}: {{ user.username }}</p>*/
  67. /* <p style="color: black;font-size: xx-large">{{ 'profile.show.email'|trans }}: {{ user.email }}</p>*/
  68. /* <br><a style="color: #313131" class="btn" href="{{ path('fos_user_change_password') }}">CAHNGE PASSWORD</a>*/
  69. /* </div>*/
  70. /* </div>*/
  71. /* </div>*/
  72. /* */
  73. /* </div>*/
  74. /* */