<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* common/public_dashboard/sign_up.html.twig */
class __TwigTemplate_0c61344cc11f479ab4d09cda119266ec extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
'page_specific_javascript' => [$this, 'block_page_specific_javascript'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@Public/common/general-layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "common/public_dashboard/sign_up.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "common/public_dashboard/sign_up.html.twig"));
$this->parent = $this->loadTemplate("@Public/common/general-layout.html.twig", "common/public_dashboard/sign_up.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 3
echo " <div class=\"registration-tabs-body\">
<div class=\"nav-tabs-custom\">
<ul class=\"nav nav-tabs\" style=\"display:none;\">
<li class=\"active\">
<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;\">
I want to sign up as a <strong><u>";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.user.role.student"), "html", null, true);
echo "</u></strong> instead.
</a>
</li>
<li class=\"\">
<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;\">
I want to sign up as a <strong><u>";
// line 13
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.user.role.donor"), "html", null, true);
echo "</u></strong> instead.
</a>
</li>
</ul>
<p class=\"login-box-msg\" style=\"margin-top:30px;font-size:20px;text-transform: uppercase;\">";
// line 17
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("fmt.authentication.sign_up")), "html", null, true);
echo "</p>
<div class=\"tab-content registration-tabs-content\">
<div class=\"tab-pane active\" id=\"tab_1\">
";
// line 20
$this->loadTemplate("@Public/common/registration/_student_form.html.twig", "common/public_dashboard/sign_up.html.twig", 20)->display($context);
// line 21
echo " </div>
<div class=\"tab-pane\" id=\"tab_2\">
";
// line 23
$this->loadTemplate("@Public/common/registration/_donor_form.html.twig", "common/public_dashboard/sign_up.html.twig", 23)->display($context);
// line 24
echo " </div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 29
public function block_page_specific_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_specific_javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_specific_javascript"));
// line 30
echo " ";
// line 31
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("sign_up");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "common/public_dashboard/sign_up.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends '@Public/common/general-layout.html.twig' %}
{% block content %}
<div class=\"registration-tabs-body\">
<div class=\"nav-tabs-custom\">
<ul class=\"nav nav-tabs\" style=\"display:none;\">
<li class=\"active\">
<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;\">
I want to sign up as a <strong><u>{{ 'fmt.user.role.student'|trans }}</u></strong> instead.
</a>
</li>
<li class=\"\">
<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;\">
I want to sign up as a <strong><u>{{ 'fmt.user.role.donor'|trans }}</u></strong> instead.
</a>
</li>
</ul>
<p class=\"login-box-msg\" style=\"margin-top:30px;font-size:20px;text-transform: uppercase;\">{{ 'fmt.authentication.sign_up'|trans|upper }}</p>
<div class=\"tab-content registration-tabs-content\">
<div class=\"tab-pane active\" id=\"tab_1\">
{% include '@Public/common/registration/_student_form.html.twig' %}
</div>
<div class=\"tab-pane\" id=\"tab_2\">
{% include '@Public/common/registration/_donor_form.html.twig' %}
</div>
</div>
</div>
</div>
{% endblock %}
{% block page_specific_javascript %}
{# TODO recheck temaplate#}
{{ encore_entry_script_tags('sign_up') }}
{% endblock page_specific_javascript %}
", "common/public_dashboard/sign_up.html.twig", "/home/fmt/public_html/templates/common/public_dashboard/sign_up.html.twig");
}
}