var/cache/dev/twig/37/37d54e0c45c80f393db95975d7670fd3.php line 49

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. /* common/public_dashboard/sign_up.html.twig */
  14. class __TwigTemplate_0c61344cc11f479ab4d09cda119266ec 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->blocks = [
  23.             'content' => [$this'block_content'],
  24.             'page_specific_javascript' => [$this'block_page_specific_javascript'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "@Public/common/general-layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""common/public_dashboard/sign_up.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""common/public_dashboard/sign_up.html.twig"));
  39.         $this->parent $this->loadTemplate("@Public/common/general-layout.html.twig""common/public_dashboard/sign_up.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 2
  47.     public function block_content($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  54.         // line 3
  55.         echo "    <div class=\"registration-tabs-body\">
  56.         <div class=\"nav-tabs-custom\">
  57.             <ul class=\"nav nav-tabs\" style=\"display:none;\">
  58.                 <li class=\"active\">
  59.                     <a href=\"#tab_1\" class=\"btn btn-success student-reg-btn\" style=\"opacity:0;text-transform: uppercase;\"  data-toggle=\"tab\" data-tab=\"student\" aria-expanded=\"true\" style=\"color: black;\">
  60.                         I want to sign up as a <strong><u>";
  61.         // line 8
  62.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.user.role.student"), "html"nulltrue);
  63.         echo "</u></strong> instead.
  64.                     </a>
  65.                 </li>
  66.                 <li class=\"\">
  67.                     <a href=\"#tab_2\" class=\"btn btn-success donor-reg-btn\" style=\"opacity:0;text-transform: uppercase;\" data-toggle=\"tab\" data-tab=\"donor\" aria-expanded=\"false\" style=\"color: black;\">
  68.                         I want to sign up as a <strong><u>";
  69.         // line 13
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.user.role.donor"), "html"nulltrue);
  71.         echo "</u></strong> instead.
  72.                     </a>
  73.                 </li>
  74.             </ul>
  75.             <p class=\"login-box-msg\" style=\"margin-top:30px;font-size:20px;text-transform: uppercase;\">";
  76.         // line 17
  77.         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.authentication.sign_up")), "html"nulltrue);
  78.         echo "</p>
  79.             <div class=\"tab-content registration-tabs-content\">
  80.                 <div class=\"tab-pane active\" id=\"tab_1\">
  81.                     ";
  82.         // line 20
  83.         $this->loadTemplate("@Public/common/registration/_student_form.html.twig""common/public_dashboard/sign_up.html.twig"20)->display($context);
  84.         // line 21
  85.         echo "                </div>
  86.                 <div class=\"tab-pane\" id=\"tab_2\">
  87.                     ";
  88.         // line 23
  89.         $this->loadTemplate("@Public/common/registration/_donor_form.html.twig""common/public_dashboard/sign_up.html.twig"23)->display($context);
  90.         // line 24
  91.         echo "                </div>
  92.             </div>
  93.         </div>
  94.     </div>
  95. ";
  96.         
  97.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  98.         
  99.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  100.     }
  101.     // line 29
  102.     public function block_page_specific_javascript($context, array $blocks = [])
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_specific_javascript"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_specific_javascript"));
  109.         // line 30
  110.         echo "    ";
  111.         // line 31
  112.         echo "    ";
  113.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("sign_up");
  114.         echo "
  115. ";
  116.         
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  118.         
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  120.     }
  121.     public function getTemplateName()
  122.     {
  123.         return "common/public_dashboard/sign_up.html.twig";
  124.     }
  125.     public function isTraitable()
  126.     {
  127.         return false;
  128.     }
  129.     public function getDebugInfo()
  130.     {
  131.         return array (  131 => 31,  129 => 30,  119 => 29,  105 => 24,  103 => 23,  99 => 21,  97 => 20,  91 => 17,  84 => 13,  76 => 8,  69 => 3,  59 => 2,  36 => 1,);
  132.     }
  133.     public function getSourceContext()
  134.     {
  135.         return new Source("{% extends '@Public/common/general-layout.html.twig' %}
  136. {% block content %}
  137.     <div class=\"registration-tabs-body\">
  138.         <div class=\"nav-tabs-custom\">
  139.             <ul class=\"nav nav-tabs\" style=\"display:none;\">
  140.                 <li class=\"active\">
  141.                     <a href=\"#tab_1\" class=\"btn btn-success student-reg-btn\" style=\"opacity:0;text-transform: uppercase;\"  data-toggle=\"tab\" data-tab=\"student\" aria-expanded=\"true\" style=\"color: black;\">
  142.                         I want to sign up as a <strong><u>{{ 'fmt.user.role.student'|trans }}</u></strong> instead.
  143.                     </a>
  144.                 </li>
  145.                 <li class=\"\">
  146.                     <a href=\"#tab_2\" class=\"btn btn-success donor-reg-btn\" style=\"opacity:0;text-transform: uppercase;\" data-toggle=\"tab\" data-tab=\"donor\" aria-expanded=\"false\" style=\"color: black;\">
  147.                         I want to sign up as a <strong><u>{{ 'fmt.user.role.donor'|trans }}</u></strong> instead.
  148.                     </a>
  149.                 </li>
  150.             </ul>
  151.             <p class=\"login-box-msg\" style=\"margin-top:30px;font-size:20px;text-transform: uppercase;\">{{ 'fmt.authentication.sign_up'|trans|upper }}</p>
  152.             <div class=\"tab-content registration-tabs-content\">
  153.                 <div class=\"tab-pane active\" id=\"tab_1\">
  154.                     {% include '@Public/common/registration/_student_form.html.twig' %}
  155.                 </div>
  156.                 <div class=\"tab-pane\" id=\"tab_2\">
  157.                     {% include '@Public/common/registration/_donor_form.html.twig' %}
  158.                 </div>
  159.             </div>
  160.         </div>
  161.     </div>
  162. {% endblock %}
  163. {% block page_specific_javascript %}
  164.     {#    TODO recheck temaplate#}
  165.     {{ encore_entry_script_tags('sign_up') }}
  166. {% endblock page_specific_javascript %}
  167. ""common/public_dashboard/sign_up.html.twig""/home/fmt/public_html/templates/common/public_dashboard/sign_up.html.twig");
  168.     }
  169. }