/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
twig
/
e9
/
Upload File
HOME
<?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; /* cargo/depot.html.twig */ class __TwigTemplate_e2fe652c696204f7aca8c34695854a12c30f4dc0d8ef997153d2918b40a29b4f 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 "base1.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("base1.html.twig", "cargo/depot.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 5 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 6 yield "\t<div class=\"content\"> \t <div class=\"container-fluid\"> \t <div class=\"row\"> \t <div class=\"col-md-12\"> \t <div class=\"card\"> \t <div class=\"header\"> \t <h4 class=\"title\">Depot</h4> \t </div> \t <div class=\"content\"> <form action=\""; // line 15 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("depot", ["id" => (((CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "id", [], "any", true, true, false, 15) && !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "id", [], "any", false, false, false, 15)))) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "id", [], "any", false, false, false, 15)) : (null))]), "html", null, true); yield "\" method=\"post\"> \t\t\t\t\t\t\t\t\t \t\t\t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t\t\t<label for=\"quantity\">Name</label> \t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"name\" class=\"form-control\" placeholder=\"Name\" value=\""; // line 19 (((CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "name", [], "any", true, true, false, 19) && !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "name", [], "any", false, false, false, 19)))) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "name", [], "any", false, false, false, 19), "html", null, true)) : (yield "")); yield "\" required> \t\t\t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t\t\t<label for=\"date\">Location</label> \t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"location\" placeholder=\"Location\" value=\""; // line 23 (((CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "location", [], "any", true, true, false, 23) && !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "location", [], "any", false, false, false, 23)))) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["depot"] ?? null), "location", [], "any", false, false, false, 23), "html", null, true)) : (yield "")); yield "\" class=\"form-control\"> \t\t\t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t\t\t<a href=\""; // line 25 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("depots"); yield "\" class=\"btn btn-warning\">Back</a> \t\t\t\t\t\t\t\t\t<button class=\"btn btn-default\">Save</button> \t\t\t\t\t\t\t\t</form> </div> \t </div> \t </div> \t \t </div> \t </div> \t</div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "cargo/depot.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 81 => 25, 76 => 23, 69 => 19, 62 => 15, 51 => 6, 47 => 5, 36 => 1,); } public function getSourceContext() { return new Source("", "cargo/depot.html.twig", "/var/www/html/boazapp/templates/cargo/depot.html.twig"); } }