var/cache/dev/twig/18/18e9eb4ce24bf67c54e692a6a47b487d.php line 46

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* coach/account/overview.html.twig */
  15. class __TwigTemplate_4963b17a3fda42e8ca6395707302355a extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'page_title' => [$this'block_page_title'],
  25.             'breadcump_main' => [$this'block_breadcump_main'],
  26.             'breadcump_subtitle' => [$this'block_breadcump_subtitle'],
  27.             'menu_left_sidebar' => [$this'block_menu_left_sidebar'],
  28.             'stylesheets' => [$this'block_stylesheets'],
  29.             'title' => [$this'block_title'],
  30.             'content' => [$this'block_content'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.         ];
  33.     }
  34.     protected function doGetParent(array $context)
  35.     {
  36.         // line 1
  37.         return "admin/baseAdmin.html.twig";
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""coach/account/overview.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""coach/account/overview.html.twig"));
  46.         $this->parent $this->loadTemplate("admin/baseAdmin.html.twig""coach/account/overview.html.twig"1);
  47.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 2
  54.     public function block_page_title($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  61.         yield "Overview Coaches";
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.         return; yield '';
  67.     }
  68.     // line 3
  69.     public function block_breadcump_main($context, array $blocks = [])
  70.     {
  71.         $macros $this->macros;
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcump_main"));
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcump_main"));
  76.         yield "Coache";
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.         return; yield '';
  82.     }
  83.     // line 4
  84.     public function block_breadcump_subtitle($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcump_subtitle"));
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcump_subtitle"));
  91.         yield "Overview";
  92.         
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  94.         
  95.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  96.         return; yield '';
  97.     }
  98.     // line 5
  99.     public function block_menu_left_sidebar($context, array $blocks = [])
  100.     {
  101.         $macros $this->macros;
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_left_sidebar"));
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_left_sidebar"));
  106.         // line 6
  107.         yield "    ";
  108.         yield from         $this->loadTemplate("include/menu/menuCoach.html.twig""coach/account/overview.html.twig"6)->unwrap()->yield(CoreExtension::merge($context, ["menu_active_event" => "2"]));
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.         return; yield '';
  114.     }
  115.     // line 8
  116.     public function block_stylesheets($context, array $blocks = [])
  117.     {
  118.         $macros $this->macros;
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  123.         // line 9
  124.         yield "    <link href=\"";
  125.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/libs/select2/css/select2.min.css"), "html"nulltrue);
  126.         yield "\" rel=\"stylesheet\" type=\"text/css\">
  127.     <link href=\"";
  128.         // line 10
  129.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind.min.css"), "html"nulltrue);
  130.         yield "\" rel=\"stylesheet\" type=\"text/css\">
  131.     <link href=\"";
  132.         // line 11
  133.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind2.css"), "html"nulltrue);
  134.         yield "\" rel=\"stylesheet\" type=\"text/css\">
  135. ";
  136.         
  137.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  138.         
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  140.         return; yield '';
  141.     }
  142.     // line 14
  143.     public function block_title($context, array $blocks = [])
  144.     {
  145.         $macros $this->macros;
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  150.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Generale"), "html"nulltrue);
  151.         
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  153.         
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  155.         return; yield '';
  156.     }
  157.     // line 15
  158.     public function block_content($context, array $blocks = [])
  159.     {
  160.         $macros $this->macros;
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  165.         // line 16
  166.         yield "                <div class=\"row\">
  167.                     <div class=\"col-xl-4\">
  168.                         <div class=\"card overflow-hidden\">
  169.                             <div class=\"bg-primary bg-soft\">
  170.                                 <div class=\"row\">
  171.                                     <div class=\"col-7\">
  172.                                         <div class=\"text-primary p-3\">
  173.                                             <h5 class=\"text-primary\">Content de vous revoir !</h5>
  174.                                             <p>";
  175.         // line 24
  176.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'24$this->source); })()), "lastname", [], "any"falsefalsefalse24) . " ") . CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'24$this->source); })()), "firstname", [], "any"falsefalsefalse24)), "html"nulltrue);
  177.         yield "</p>
  178.                                         </div>
  179.                                     </div>
  180.                                     <div class=\"col-5 align-self-end\">
  181.                                         <img src=\"";
  182.         // line 28
  183.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/images/profile-img.png"), "html"nulltrue);
  184.         yield "\" alt=\"\" class=\"img-fluid\">
  185.                                     </div>
  186.                                 </div>
  187.                             </div>
  188.                             <div class=\"card-body pt-0\">
  189.                                 <div class=\"row\">
  190.                                     <div class=\"col-sm-4\">
  191.                                         <div class=\"avatar-md profile-user-wid mb-4\">
  192.                                             <img src=\"";
  193.         // line 36
  194.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("" CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'36$this->source); })()), "image", [], "any"falsefalsefalse36))), "html"nulltrue);
  195.         yield "\" alt=\"\" class=\"img-thumbnail rounded-circle\">
  196.                                         </div>
  197.                                         <h5 class=\"font-size-15 text-truncate\">";
  198.         // line 38
  199.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'38$this->source); })()), "lastname", [], "any"falsefalsefalse38) . " ") . CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'38$this->source); })()), "firstname", [], "any"falsefalsefalse38)), "html"nulltrue);
  200.         yield "</h5>
  201.                                         <p class=\"text-muted mb-0 text-truncate\">Coach</p>
  202.                                     </div>
  203.                                     <div class=\"col-sm-8\">
  204.                                         <div class=\"pt-4\">
  205.                                             <div class=\"row\">
  206.                                                 <div class=\"col-6\">
  207.                                                     <h5 class=\"font-size-15\">";
  208.         // line 47
  209.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'47$this->source); })()), "experiences", [], "any"falsefalsefalse47)), "html"nulltrue);
  210.         yield "</h5>
  211.                                                     <p class=\"text-muted mb-0\">Experiences</p>
  212.                                                 </div>
  213.                                                 <div class=\"col-6\">
  214.                                                     <h5 class=\"font-size-15\">";
  215.         // line 51
  216.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'51$this->source); })()), "bookings", [], "any"falsefalsefalse51)), "html"nulltrue);
  217.         yield "</h5>
  218.                                                     <p class=\"text-muted mb-0\">Reservations</p>
  219.                                                 </div>
  220.                                             </div>
  221.                                             <div class=\"mt-4\">
  222.                                                 <a href=\"";
  223.         // line 56
  224.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("coach_profile");
  225.         yield "\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View Profile <i class=\"mdi mdi-arrow-right ms-1\"></i></a>
  226.                                             </div>
  227.                                         </div>
  228.                                     </div>
  229.                                 </div>
  230.                             </div>
  231.                         </div>
  232.                         <div class=\"card\">
  233.                             <div class=\"card-body\">
  234.                                 <h4 class=\"card-title mb-4\">Monthly Earning</h4>
  235.                                 <div class=\"row\">
  236.                                     <div class=\"col-sm-6\">
  237.                                         <p class=\"text-muted\">This month</p>
  238.                                         <h3>\$34,252</h3>
  239.                                         <p class=\"text-muted\"><span class=\"text-success me-2\"> 12% <i class=\"mdi mdi-arrow-up\"></i> </span> From previous period</p>
  240.                                         <div class=\"mt-4\">
  241.                                             <a href=\"javascript: void(0);\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View More <i class=\"mdi mdi-arrow-right ms-1\"></i></a>
  242.                                         </div>
  243.                                     </div>
  244.                                     <div class=\"col-sm-6\">
  245.                                         <div class=\"mt-4 mt-sm-0\">
  246.                                             <div id=\"radialBar-chart\" class=\"apex-charts\"></div>
  247.                                         </div>
  248.                                     </div>
  249.                                 </div>
  250.                                 <p class=\"text-muted mb-0\">We craft digital, graphic and dimensional thinking.</p>
  251.                             </div>
  252.                         </div>
  253.                     </div>
  254.                     <div class=\"col-xl-4\">
  255.                         <div class=\"card\">
  256.                             <div class=\"card-body\">
  257.                                 <h4 class=\"card-title mb-5\">Experiences</h4>
  258.                                 <ul class=\"verti-timeline list-unstyled\">
  259.                                     ";
  260.         // line 94
  261.         $context['_parent'] = $context;
  262.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'94$this->source); })()), "experiences", [], "any"falsefalsefalse94));
  263.         foreach ($context['_seq'] as $context["_key"] => $context["experience"]) {
  264.             // line 95
  265.             yield "                                    <li class=\"event-list active\">
  266.                                         <div class=\"event-timeline-dot\">
  267.                                             <i class=\"bx bxs-right-arrow-circle font-size-18 bx-fade-right\"></i>
  268.                                         </div>
  269.                                         <div class=\"d-flex\">
  270.                                             <div class=\"flex-shrink-0 me-3\">
  271.                                                 <h5 class=\"font-size-14\">";
  272.             // line 101
  273.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["experience"], "title", [], "any"falsefalsefalse101), "html"nulltrue);
  274.             yield " <i class=\"bx bx-right-arrow-alt font-size-16 text-primary align-middle ms-2\"></i></h5>
  275.                                             </div>
  276.                                             <div class=\"flex-grow-1\">
  277.                                                 <div>
  278.                                                     ";
  279.             // line 105
  280.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["experience"], "description", [], "any"falsefalsefalse105), 010) . "..."), "html"nulltrue);
  281.             yield "
  282.                                                 </div>
  283.                                             </div>
  284.                                         </div>
  285.                                     </li>
  286.                                     ";
  287.         }
  288.         $_parent $context['_parent'];
  289.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['experience'], $context['_parent'], $context['loop']);
  290.         $context array_intersect_key($context$_parent) + $_parent;
  291.         // line 111
  292.         yield "
  293.                                 </ul>
  294.                                 <div class=\"text-center mt-4\"><a href=\"";
  295.         // line 113
  296.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("coach_experiences_list");
  297.         yield "\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View More <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
  298.                             </div>
  299.                         </div>
  300.                     </div>
  301.                     <div class=\"col-xl-4\">
  302.                         <div class=\"card\">
  303.                             <div class=\"card-body\">
  304.                                 <h4 class=\"card-title mb-4\">Social Source</h4>
  305.                                 <div class=\"text-center\">
  306.                                     <h5 class=\"card-title mb-1\">Share your profile</h5>
  307.                                     <p class=\"text-muted small mb-4\">
  308.                                         Now that your agency is created, go ahead and share it to start generating leads.
  309.                                     </p>
  310.                                     <img src=\"https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=https://larkon-mileage.com\"
  311.                                          alt=\"QR Code\"
  312.                                          class=\"img-fluid mb-4 mx-auto\"
  313.                                          style=\"max-width: 150px;\" />
  314.                                 </div>
  315.                                 <div class=\"row mt-4\">
  316.                                     <div class=\"col-4\">
  317.                                         <div class=\"social-source text-center mt-3\">
  318.                                             <div class=\"avatar-xs mx-auto mb-3\">
  319.                                                         <span class=\"avatar-title rounded-circle bg-primary font-size-16\">
  320.                                                                 <i class=\"mdi mdi-facebook text-white\"></i>
  321.                                                             </span>
  322.                                             </div>
  323.                                             <h5 class=\"font-size-15\">Facebook</h5>
  324.                                             <p class=\"text-muted mb-0\">125 sales</p>
  325.                                         </div>
  326.                                     </div>
  327.                                     <div class=\"col-4\">
  328.                                         <div class=\"social-source text-center mt-3\">
  329.                                             <div class=\"avatar-xs mx-auto mb-3\">
  330.                                                         <span class=\"avatar-title rounded-circle bg-info font-size-16\">
  331.                                                                 <i class=\"mdi mdi-twitter text-white\"></i>
  332.                                                             </span>
  333.                                             </div>
  334.                                             <h5 class=\"font-size-15\">Twitter</h5>
  335.                                             <p class=\"text-muted mb-0\">112 sales</p>
  336.                                         </div>
  337.                                     </div>
  338.                                     <div class=\"col-4\">
  339.                                         <div class=\"social-source text-center mt-3\">
  340.                                             <div class=\"avatar-xs mx-auto mb-3\">
  341.                                                         <span class=\"avatar-title rounded-circle bg-pink font-size-16\">
  342.                                                                 <i class=\"mdi mdi-instagram text-white\"></i>
  343.                                                             </span>
  344.                                             </div>
  345.                                             <h5 class=\"font-size-15\">Instagram</h5>
  346.                                             <p class=\"text-muted mb-0\">104 sales</p>
  347.                                         </div>
  348.                                     </div>
  349.                                 </div>
  350.                             </div>
  351.                         </div>
  352.                     </div>
  353.                 </div>
  354.                 <!-- end row -->
  355.                 <div class=\"row\">
  356.                     <div class=\"col-lg-12\">
  357.                         <div class=\"card\">
  358.                             <div class=\"card-body\">
  359.                                 <h4 class=\"card-title mb-4\">Mes Reservations</h4>
  360.                                 <div class=\"table-responsive\">
  361.                                     <table class=\"table align-middle table-nowrap mb-0\">
  362.                                         <thead class=\"table-light\">
  363.                                         <tr>
  364.                                             <th style=\"width: 20px;\">
  365.                                                 <div class=\"form-check font-size-16 align-middle\">
  366.                                                     <input class=\"form-check-input\" type=\"checkbox\" id=\"transactionCheck01\">
  367.                                                     <label class=\"form-check-label\" for=\"transactionCheck01\"></label>
  368.                                                 </div>
  369.                                             </th>
  370.                                             <th class=\"align-middle\">Reservation ID</th>
  371.                                             <th class=\"align-middle\">Experience ID</th>
  372.                                             <th class=\"align-middle\">Customer ID</th>
  373.                                             <th class=\"align-middle\">Reference</th>
  374.                                             <th class=\"align-middle\">Total</th>
  375.                                             <th class=\"align-middle\">Duration</th>
  376.                                             <th class=\"align-middle\">Date start</th>
  377.                                         </tr>
  378.                                         </thead>
  379.                                         <tbody>
  380.                                         ";
  381.         // line 202
  382.         $context['_parent'] = $context;
  383.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["coach"]) || array_key_exists("coach"$context) ? $context["coach"] : (function () { throw new RuntimeError('Variable "coach" does not exist.'202$this->source); })()), "bookings", [], "any"falsefalsefalse202));
  384.         foreach ($context['_seq'] as $context["_key"] => $context["booking"]) {
  385.             // line 203
  386.             yield "                                        <tr>
  387.                                             <td>
  388.                                                 <div class=\"form-check font-size-16\">
  389.                                                     <input class=\"form-check-input\" type=\"checkbox\" id=\"transactionCheck07\">
  390.                                                     <label class=\"form-check-label\" for=\"transactionCheck07\"></label>
  391.                                                 </div>
  392.                                             </td>
  393.                                             <td><a href=\"javascript: void(0);\" class=\"text-body fw-bold\">#SK2545</a> </td>
  394.                                             <td>";
  395.             // line 211
  396.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["booking"], "id", [], "any"falsefalsefalse211), "html"nulltrue);
  397.             yield "</td>
  398.                                             <td>
  399.                                                 ";
  400.             // line 213
  401.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["booking"], "experience", [], "any"falsefalsefalse213), "title", [], "any"falsefalsefalse213), "html"nulltrue);
  402.             yield "
  403.                                             </td>
  404.                                             <td>
  405.                                                 ";
  406.             // line 216
  407.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["booking"], "customer", [], "any"falsefalsefalse216), "lastname", [], "any"falsefalsefalse216) . " ") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["booking"], "customer", [], "any"falsefalsefalse216), "firstname", [], "any"falsefalsefalse216)), "html"nulltrue);
  408.             yield "
  409.                                             </td>
  410.                                             <td>
  411.                                                 ";
  412.             // line 219
  413.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["booking"], "reference", [], "any"falsefalsefalse219), "html"nulltrue);
  414.             yield "
  415.                                             </td>
  416.                                             <td>
  417.                                                 ";
  418.             // line 222
  419.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->source$context["booking"], "total", [], "any"falsefalsefalse222) . " ") . CoreExtension::getAttribute($this->env$this->source$context["booking"], "currency", [], "any"falsefalsefalse222)), "html"nulltrue);
  420.             yield "
  421.                                             </td>
  422.                                             <td>
  423.                                                 <i class=\"fab fa-cc-paypal me-1\"></i> ";
  424.             // line 225
  425.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["booking"], "paymentType", [], "any"falsefalsefalse225), "html"nulltrue);
  426.             yield "
  427.                                             </td>
  428.                                             <td>
  429.                                                 <!-- Button trigger modal -->
  430.                                                 <button type=\"button\" class=\"btn btn-primary btn-sm btn-rounded waves-effect waves-light\" data-bs-toggle=\"modal\" data-bs-target=\".transaction-detailModal\">
  431.                                                     View Details
  432.                                                 </button>
  433.                                             </td>
  434.                                         </tr>
  435.                                         ";
  436.         }
  437.         $_parent $context['_parent'];
  438.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['booking'], $context['_parent'], $context['loop']);
  439.         $context array_intersect_key($context$_parent) + $_parent;
  440.         // line 235
  441.         yield "                                        </tbody>
  442.                                     </table>
  443.                                 </div>
  444.                                 <!-- end table-responsive -->
  445.                             </div>
  446.                         </div>
  447.                     </div>
  448.                 </div>
  449.         <footer class=\"footer\">
  450.             <div class=\"container-fluid\">
  451.                 <div class=\"row\">
  452.                     <div class=\"col-sm-6\">
  453.                         <script>document.write(new Date().getFullYear())</script> © Skote.
  454.                     </div>
  455.                     <div class=\"col-sm-6\">
  456.                         <div class=\"text-sm-end d-none d-sm-block\">
  457.                             Design & Develop by Themesbrand
  458.                         </div>
  459.                     </div>
  460.                 </div>
  461.             </div>
  462.         </footer>
  463.     <!-- end main content-->
  464. ";
  465.         
  466.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  467.         
  468.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  469.         return; yield '';
  470.     }
  471.     // line 262
  472.     public function block_javascripts($context, array $blocks = [])
  473.     {
  474.         $macros $this->macros;
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  476.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  477.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  478.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  479.         // line 263
  480.         yield "
  481.     <script src=\"";
  482.         // line 264
  483.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/js/app.js"), "html"nulltrue);
  484.         yield "\"></script>
  485. ";
  486.         
  487.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  488.         
  489.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  490.         return; yield '';
  491.     }
  492.     /**
  493.      * @codeCoverageIgnore
  494.      */
  495.     public function getTemplateName()
  496.     {
  497.         return "coach/account/overview.html.twig";
  498.     }
  499.     /**
  500.      * @codeCoverageIgnore
  501.      */
  502.     public function isTraitable()
  503.     {
  504.         return false;
  505.     }
  506.     /**
  507.      * @codeCoverageIgnore
  508.      */
  509.     public function getDebugInfo()
  510.     {
  511.         return array (  548 => 264,  545 => 263,  535 => 262,  498 => 235,  482 => 225,  476 => 222,  470 => 219,  464 => 216,  458 => 213,  453 => 211,  443 => 203,  439 => 202,  347 => 113,  343 => 111,  331 => 105,  324 => 101,  316 => 95,  312 => 94,  271 => 56,  263 => 51,  256 => 47,  244 => 38,  239 => 36,  228 => 28,  221 => 24,  211 => 16,  201 => 15,  181 => 14,  167 => 11,  163 => 10,  158 => 9,  148 => 8,  136 => 6,  126 => 5,  106 => 4,  86 => 3,  66 => 2,  43 => 1,);
  512.     }
  513.     public function getSourceContext()
  514.     {
  515.         return new Source("{% extends 'admin/baseAdmin.html.twig' %}
  516. {% block page_title %}Overview Coaches{% endblock %}
  517. {% block breadcump_main %}Coache{% endblock %}
  518. {% block breadcump_subtitle %}Overview{% endblock %}
  519. {% block menu_left_sidebar %}
  520.     {% include 'include/menu/menuCoach.html.twig' with { menu_active_event : '2'} %}
  521. {% endblock %}
  522. {% block stylesheets %}
  523.     <link href=\"{{ asset('admin/libs/select2/css/select2.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
  524.     <link href=\"{{ asset('admin/css/tailwind.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
  525.     <link href=\"{{ asset('admin/css/tailwind2.css') }}\" rel=\"stylesheet\" type=\"text/css\">
  526. {% endblock %}
  527. {% block title %}{{\"Generale\"|trans }}{% endblock %}
  528. {% block content %}
  529.                 <div class=\"row\">
  530.                     <div class=\"col-xl-4\">
  531.                         <div class=\"card overflow-hidden\">
  532.                             <div class=\"bg-primary bg-soft\">
  533.                                 <div class=\"row\">
  534.                                     <div class=\"col-7\">
  535.                                         <div class=\"text-primary p-3\">
  536.                                             <h5 class=\"text-primary\">Content de vous revoir !</h5>
  537.                                             <p>{{ coach.lastname ~ ' ' ~ coach.firstname }}</p>
  538.                                         </div>
  539.                                     </div>
  540.                                     <div class=\"col-5 align-self-end\">
  541.                                         <img src=\"{{ asset('admin/images/profile-img.png') }}\" alt=\"\" class=\"img-fluid\">
  542.                                     </div>
  543.                                 </div>
  544.                             </div>
  545.                             <div class=\"card-body pt-0\">
  546.                                 <div class=\"row\">
  547.                                     <div class=\"col-sm-4\">
  548.                                         <div class=\"avatar-md profile-user-wid mb-4\">
  549.                                             <img src=\"{{ asset(''~coach.image) }}\" alt=\"\" class=\"img-thumbnail rounded-circle\">
  550.                                         </div>
  551.                                         <h5 class=\"font-size-15 text-truncate\">{{ coach.lastname ~ ' ' ~ coach.firstname }}</h5>
  552.                                         <p class=\"text-muted mb-0 text-truncate\">Coach</p>
  553.                                     </div>
  554.                                     <div class=\"col-sm-8\">
  555.                                         <div class=\"pt-4\">
  556.                                             <div class=\"row\">
  557.                                                 <div class=\"col-6\">
  558.                                                     <h5 class=\"font-size-15\">{{ coach.experiences|length }}</h5>
  559.                                                     <p class=\"text-muted mb-0\">Experiences</p>
  560.                                                 </div>
  561.                                                 <div class=\"col-6\">
  562.                                                     <h5 class=\"font-size-15\">{{ coach.bookings|length }}</h5>
  563.                                                     <p class=\"text-muted mb-0\">Reservations</p>
  564.                                                 </div>
  565.                                             </div>
  566.                                             <div class=\"mt-4\">
  567.                                                 <a href=\"{{ path('coach_profile') }}\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View Profile <i class=\"mdi mdi-arrow-right ms-1\"></i></a>
  568.                                             </div>
  569.                                         </div>
  570.                                     </div>
  571.                                 </div>
  572.                             </div>
  573.                         </div>
  574.                         <div class=\"card\">
  575.                             <div class=\"card-body\">
  576.                                 <h4 class=\"card-title mb-4\">Monthly Earning</h4>
  577.                                 <div class=\"row\">
  578.                                     <div class=\"col-sm-6\">
  579.                                         <p class=\"text-muted\">This month</p>
  580.                                         <h3>\$34,252</h3>
  581.                                         <p class=\"text-muted\"><span class=\"text-success me-2\"> 12% <i class=\"mdi mdi-arrow-up\"></i> </span> From previous period</p>
  582.                                         <div class=\"mt-4\">
  583.                                             <a href=\"javascript: void(0);\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View More <i class=\"mdi mdi-arrow-right ms-1\"></i></a>
  584.                                         </div>
  585.                                     </div>
  586.                                     <div class=\"col-sm-6\">
  587.                                         <div class=\"mt-4 mt-sm-0\">
  588.                                             <div id=\"radialBar-chart\" class=\"apex-charts\"></div>
  589.                                         </div>
  590.                                     </div>
  591.                                 </div>
  592.                                 <p class=\"text-muted mb-0\">We craft digital, graphic and dimensional thinking.</p>
  593.                             </div>
  594.                         </div>
  595.                     </div>
  596.                     <div class=\"col-xl-4\">
  597.                         <div class=\"card\">
  598.                             <div class=\"card-body\">
  599.                                 <h4 class=\"card-title mb-5\">Experiences</h4>
  600.                                 <ul class=\"verti-timeline list-unstyled\">
  601.                                     {% for experience in coach.experiences %}
  602.                                     <li class=\"event-list active\">
  603.                                         <div class=\"event-timeline-dot\">
  604.                                             <i class=\"bx bxs-right-arrow-circle font-size-18 bx-fade-right\"></i>
  605.                                         </div>
  606.                                         <div class=\"d-flex\">
  607.                                             <div class=\"flex-shrink-0 me-3\">
  608.                                                 <h5 class=\"font-size-14\">{{ experience.title }} <i class=\"bx bx-right-arrow-alt font-size-16 text-primary align-middle ms-2\"></i></h5>
  609.                                             </div>
  610.                                             <div class=\"flex-grow-1\">
  611.                                                 <div>
  612.                                                     {{ experience.description|slice(0, 10) ~ '...' }}
  613.                                                 </div>
  614.                                             </div>
  615.                                         </div>
  616.                                     </li>
  617.                                     {% endfor %}
  618.                                 </ul>
  619.                                 <div class=\"text-center mt-4\"><a href=\"{{ path('coach_experiences_list') }}\" class=\"btn btn-primary waves-effect waves-light btn-sm\">View More <i class=\"mdi mdi-arrow-right ms-1\"></i></a></div>
  620.                             </div>
  621.                         </div>
  622.                     </div>
  623.                     <div class=\"col-xl-4\">
  624.                         <div class=\"card\">
  625.                             <div class=\"card-body\">
  626.                                 <h4 class=\"card-title mb-4\">Social Source</h4>
  627.                                 <div class=\"text-center\">
  628.                                     <h5 class=\"card-title mb-1\">Share your profile</h5>
  629.                                     <p class=\"text-muted small mb-4\">
  630.                                         Now that your agency is created, go ahead and share it to start generating leads.
  631.                                     </p>
  632.                                     <img src=\"https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=https://larkon-mileage.com\"
  633.                                          alt=\"QR Code\"
  634.                                          class=\"img-fluid mb-4 mx-auto\"
  635.                                          style=\"max-width: 150px;\" />
  636.                                 </div>
  637.                                 <div class=\"row mt-4\">
  638.                                     <div class=\"col-4\">
  639.                                         <div class=\"social-source text-center mt-3\">
  640.                                             <div class=\"avatar-xs mx-auto mb-3\">
  641.                                                         <span class=\"avatar-title rounded-circle bg-primary font-size-16\">
  642.                                                                 <i class=\"mdi mdi-facebook text-white\"></i>
  643.                                                             </span>
  644.                                             </div>
  645.                                             <h5 class=\"font-size-15\">Facebook</h5>
  646.                                             <p class=\"text-muted mb-0\">125 sales</p>
  647.                                         </div>
  648.                                     </div>
  649.                                     <div class=\"col-4\">
  650.                                         <div class=\"social-source text-center mt-3\">
  651.                                             <div class=\"avatar-xs mx-auto mb-3\">
  652.                                                         <span class=\"avatar-title rounded-circle bg-info font-size-16\">
  653.                                                                 <i class=\"mdi mdi-twitter text-white\"></i>
  654.                                                             </span>
  655.                                             </div>
  656.                                             <h5 class=\"font-size-15\">Twitter</h5>
  657.                                             <p class=\"text-muted mb-0\">112 sales</p>
  658.                                         </div>
  659.                                     </div>
  660.                                     <div class=\"col-4\">
  661.                                         <div class=\"social-source text-center mt-3\">
  662.                                             <div class=\"avatar-xs mx-auto mb-3\">
  663.                                                         <span class=\"avatar-title rounded-circle bg-pink font-size-16\">
  664.                                                                 <i class=\"mdi mdi-instagram text-white\"></i>
  665.                                                             </span>
  666.                                             </div>
  667.                                             <h5 class=\"font-size-15\">Instagram</h5>
  668.                                             <p class=\"text-muted mb-0\">104 sales</p>
  669.                                         </div>
  670.                                     </div>
  671.                                 </div>
  672.                             </div>
  673.                         </div>
  674.                     </div>
  675.                 </div>
  676.                 <!-- end row -->
  677.                 <div class=\"row\">
  678.                     <div class=\"col-lg-12\">
  679.                         <div class=\"card\">
  680.                             <div class=\"card-body\">
  681.                                 <h4 class=\"card-title mb-4\">Mes Reservations</h4>
  682.                                 <div class=\"table-responsive\">
  683.                                     <table class=\"table align-middle table-nowrap mb-0\">
  684.                                         <thead class=\"table-light\">
  685.                                         <tr>
  686.                                             <th style=\"width: 20px;\">
  687.                                                 <div class=\"form-check font-size-16 align-middle\">
  688.                                                     <input class=\"form-check-input\" type=\"checkbox\" id=\"transactionCheck01\">
  689.                                                     <label class=\"form-check-label\" for=\"transactionCheck01\"></label>
  690.                                                 </div>
  691.                                             </th>
  692.                                             <th class=\"align-middle\">Reservation ID</th>
  693.                                             <th class=\"align-middle\">Experience ID</th>
  694.                                             <th class=\"align-middle\">Customer ID</th>
  695.                                             <th class=\"align-middle\">Reference</th>
  696.                                             <th class=\"align-middle\">Total</th>
  697.                                             <th class=\"align-middle\">Duration</th>
  698.                                             <th class=\"align-middle\">Date start</th>
  699.                                         </tr>
  700.                                         </thead>
  701.                                         <tbody>
  702.                                         {% for booking in coach.bookings %}
  703.                                         <tr>
  704.                                             <td>
  705.                                                 <div class=\"form-check font-size-16\">
  706.                                                     <input class=\"form-check-input\" type=\"checkbox\" id=\"transactionCheck07\">
  707.                                                     <label class=\"form-check-label\" for=\"transactionCheck07\"></label>
  708.                                                 </div>
  709.                                             </td>
  710.                                             <td><a href=\"javascript: void(0);\" class=\"text-body fw-bold\">#SK2545</a> </td>
  711.                                             <td>{{ booking.id }}</td>
  712.                                             <td>
  713.                                                 {{ booking.experience.title }}
  714.                                             </td>
  715.                                             <td>
  716.                                                 {{ booking.customer.lastname ~ ' ' ~ booking.customer.firstname }}
  717.                                             </td>
  718.                                             <td>
  719.                                                 {{ booking.reference }}
  720.                                             </td>
  721.                                             <td>
  722.                                                 {{ booking.total ~ ' ' ~ booking.currency }}
  723.                                             </td>
  724.                                             <td>
  725.                                                 <i class=\"fab fa-cc-paypal me-1\"></i> {{ booking.paymentType }}
  726.                                             </td>
  727.                                             <td>
  728.                                                 <!-- Button trigger modal -->
  729.                                                 <button type=\"button\" class=\"btn btn-primary btn-sm btn-rounded waves-effect waves-light\" data-bs-toggle=\"modal\" data-bs-target=\".transaction-detailModal\">
  730.                                                     View Details
  731.                                                 </button>
  732.                                             </td>
  733.                                         </tr>
  734.                                         {% endfor %}
  735.                                         </tbody>
  736.                                     </table>
  737.                                 </div>
  738.                                 <!-- end table-responsive -->
  739.                             </div>
  740.                         </div>
  741.                     </div>
  742.                 </div>
  743.         <footer class=\"footer\">
  744.             <div class=\"container-fluid\">
  745.                 <div class=\"row\">
  746.                     <div class=\"col-sm-6\">
  747.                         <script>document.write(new Date().getFullYear())</script> © Skote.
  748.                     </div>
  749.                     <div class=\"col-sm-6\">
  750.                         <div class=\"text-sm-end d-none d-sm-block\">
  751.                             Design & Develop by Themesbrand
  752.                         </div>
  753.                     </div>
  754.                 </div>
  755.             </div>
  756.         </footer>
  757.     <!-- end main content-->
  758. {% endblock %}
  759. {% block javascripts %}
  760.     <script src=\"{{ asset('admin/js/app.js')}}\"></script>
  761. {% endblock %}""coach/account/overview.html.twig""/home/bookoachroot/public_html/templates/coach/account/overview.html.twig");
  762.     }
  763. }