/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
46
/
Upload File
HOME
<?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; /* admin/business_start.html.twig */ class __TwigTemplate_cfbecae827c656a0b2e699c267da8765dd4fe2e5c2fb4d3bd22267960ec451f4 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "base2.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("base2.html.twig", "admin/business_start.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " <div class=\"login-form\"> <div class=\"card\"> <div class=\"card-header\">Claim Place</div> <div class=\"card-body\"> "; // line 11 echo " <form action=\""; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("claim", ["slug" => ($context["slug"] ?? null)]), "html", null, true); echo "\" method=\"post\" role=\"form\"> <h3>"; // line 12 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["place"] ?? null), "name", [], "any", false, false, false, 12), "html", null, true); echo "</h3> <div class=\"form-group\"> <input type=\"email\" name=\"email\" class=\"form-control\" value=\""; // line 14 (((twig_get_attribute($this->env, $this->source, ($context["place"] ?? null), "owner", [], "any", true, true, false, 14) && !(null === twig_get_attribute($this->env, $this->source, ($context["place"] ?? null), "owner", [], "any", false, false, false, 14)))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["place"] ?? null), "owner", [], "any", false, false, false, 14), "html", null, true))) : (print (""))); echo "\" placeholder=\"Place email\"> </div> <input type=\"submit\" name=\"submit\" value=\"Send Link\" class=\"btn btn-other\"> </form> </div> </div> </div> "; } public function getTemplateName() { return "admin/business_start.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 66 => 14, 61 => 12, 56 => 11, 50 => 4, 46 => 3, 35 => 1,); } public function getSourceContext() { return new Source("", "admin/business_start.html.twig", "/var/www/html/restaurants/templates/admin/business_start.html.twig"); } }