<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* auth/sign_up.html.twig */
class __TwigTemplate_15585cd989ec20b139de6b79fd9fa4c9 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'page_banner' => [$this, 'block_page_banner'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "standard_tpl.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", "auth/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", "auth/sign_up.html.twig"));
// line 3
$context["content"] = ["title" => "Sign up"];
// line 1
$this->parent = $this->loadTemplate("standard_tpl.html.twig", "auth/sign_up.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
public function block_page_banner($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_banner"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_banner"));
// line 0
yield "minimal";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 7
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 8
yield "
<!-- Register -->
<section class=\"login-wrapper\">
<div class=\"container\">
<div class=\"row d-flex justify-content-center\">
<div class=\"col-lg-4\">
<h2 class=\"checkout-form-title text-center\">Create Account</h2>
<p class=\"text-center\">All fields are require.</p>
";
// line 16
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 16, $this->source); })()), 'form_start', ["attr" => ["class" => "form-style"]]);
yield "
<div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"firstname\">First Name</label>
";
// line 21
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 21, $this->source); })()), "firstname", [], "any", false, false, false, 21), 'widget');
yield "
";
// line 22
yield $this->extensions['Boab\CmsBundle\Twig\Extension\FlashExtension']->formErrors(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 22, $this->source); })()), "firstname", [], "any", false, false, false, 22));
yield "
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"lastname\">Last Name</label>
";
// line 28
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 28, $this->source); })()), "lastname", [], "any", false, false, false, 28), 'widget');
yield "
";
// line 29
yield $this->extensions['Boab\CmsBundle\Twig\Extension\FlashExtension']->formErrors(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 29, $this->source); })()), "lastname", [], "any", false, false, false, 29));
yield "
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"email\">Email</label>
";
// line 36
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 36, $this->source); })()), "email", [], "any", false, false, false, 36), 'widget');
yield "
";
// line 37
yield $this->extensions['Boab\CmsBundle\Twig\Extension\FlashExtension']->formErrors(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "email", [], "any", false, false, false, 37));
yield "
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"passowrd\">Passowrd</label>
";
// line 44
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 44, $this->source); })()), "plainPassword", [], "any", false, false, false, 44), 'widget');
yield "
";
// line 45
yield $this->extensions['Boab\CmsBundle\Twig\Extension\FlashExtension']->formErrors(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 45, $this->source); })()), "plainPassword", [], "any", false, false, false, 45));
yield "
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-check mt-3 checkout-form-check p-0\">
";
// line 51
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 51, $this->source); })()), "agreeTerms", [], "any", false, false, false, 51), 'widget');
yield "
<label class=\"form-check-label\" for=\"flexCheckDefault2\">
I have read and agree to the terms & conditions
</label>
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"mt-4 checkout-btn-list\">
<button type=\"submit\" class=\"btn btn-teritary-fast w-100\">Sign Up</button>
</div>
</div>
</div>
";
// line 64
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 64, $this->source); })()), 'form_end');
yield "
</div>
</div>
</div>
</section>
<!-- Register -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "auth/sign_up.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 182 => 64, 166 => 51, 157 => 45, 153 => 44, 143 => 37, 139 => 36, 129 => 29, 125 => 28, 116 => 22, 112 => 21, 104 => 16, 94 => 8, 84 => 7, 73 => 0, 63 => 5, 52 => 1, 50 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'standard_tpl.html.twig' %}
{% set content = {'title':'Sign up'} %}
{% block page_banner 'minimal' %}
{% block content %}
<!-- Register -->
<section class=\"login-wrapper\">
<div class=\"container\">
<div class=\"row d-flex justify-content-center\">
<div class=\"col-lg-4\">
<h2 class=\"checkout-form-title text-center\">Create Account</h2>
<p class=\"text-center\">All fields are require.</p>
{{ form_start(form, {'attr':{'class':'form-style'}}) }}
<div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"firstname\">First Name</label>
{{ form_widget(form.firstname )}}
{{ flash_form_errors(form.firstname) }}
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"lastname\">Last Name</label>
{{ form_widget(form.lastname )}}
{{ flash_form_errors(form.lastname) }}
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"email\">Email</label>
{{ form_widget(form.email )}}
{{ flash_form_errors(form.email) }}
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-group\">
<label class=\"d-none\" for=\"passowrd\">Passowrd</label>
{{ form_widget(form.plainPassword )}}
{{ flash_form_errors(form.plainPassword) }}
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"form-check mt-3 checkout-form-check p-0\">
{{ form_widget(form.agreeTerms) }}
<label class=\"form-check-label\" for=\"flexCheckDefault2\">
I have read and agree to the terms & conditions
</label>
</div>
</div>
<div class=\"col-sm-12\">
<div class=\"mt-4 checkout-btn-list\">
<button type=\"submit\" class=\"btn btn-teritary-fast w-100\">Sign Up</button>
</div>
</div>
</div>
{{ form_end(form) }}
</div>
</div>
</div>
</section>
<!-- Register -->
{% endblock %}
", "auth/sign_up.html.twig", "/home/u835281259/domains/konashznaturals.com/siteFiles/templates/auth/sign_up.html.twig");
}
}