/
var
/
www
/
html
/
amply
/
var
/
cache
/
prod
/
twig
/
b2
/
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; /* Users/profile.html.twig */ class __TwigTemplate_8c94be9493e6969a8f47e8dc8420b5d1f3f07582dfe377e181959606855dd395 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", "Users/profile.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 "\t<div class=\"content\"> \t\t<div class=\"row\"> \t\t\t<div class=\"col-sm-7\"> \t\t\t\t<div class=\"card\"> \t\t\t\t\t<div class=\"card-body\"> \t\t\t\t\t\t<form action=\""; // line 9 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account"); echo "\" method=\"POST\" enctype=\"multipart/form-data\"> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"company\">Business Name</label> \t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"company\" name=\"company\" value=\""; // line 12 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "company", [], "any", false, false, false, 12), "html", null, true); echo "\"> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"address\">Address</label> \t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"address\" name=\"address\" value=\""; // line 16 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "address", [], "any", false, false, false, 16), "html", null, true); echo "\"> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"state\">State</label> \t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"state\" name=\"state\" value=\""; // line 20 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "state", [], "any", false, false, false, 20), "html", null, true); echo "\"> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"email\">Email</label> \t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"email\" disabled value=\""; // line 24 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "email", [], "any", false, false, false, 24), "html", null, true); echo "\"> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"telephone\">Telephone</label> \t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"telephone\" name=\"telephone\" value=\""; // line 28 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "telephone", [], "any", false, false, false, 28), "html", null, true); echo "\"> \t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<div class=\"form-group\"> \t\t\t\t\t\t\t\t<label for=\"logo\">Logo</label> \t\t\t\t\t\t\t\t<input type=\"file\" class=\"form-control\" id=\"logo\" name=\"logo\"> \t\t\t\t\t\t\t\t"; // line 33 if (twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "logo", [], "any", false, false, false, 33)) { // line 34 echo "\t\t\t\t\t\t\t\t\t<div class=\"current-logo\"> \t\t\t\t\t\t\t\t\t\t<img src=\""; // line 35 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["user"] ?? null), "logo", [], "any", false, false, false, 35), "html", null, true); echo "\" alt=\"Company Logo\"> \t\t\t\t\t\t\t\t\t\t"; // line 39 echo "\t\t\t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t\t"; } // line 41 echo "\t\t\t\t\t\t\t</div> \t\t\t\t\t\t\t<button class=\"btn btn-primary\">Update</button> \t\t\t\t\t\t</form> \t\t\t\t\t</div> \t\t\t\t</div> \t\t\t</div> \t\t</div> \t</div> "; } public function getTemplateName() { return "Users/profile.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 41, 108 => 39, 104 => 35, 101 => 34, 99 => 33, 91 => 28, 84 => 24, 77 => 20, 70 => 16, 63 => 12, 57 => 9, 50 => 4, 46 => 3, 35 => 1,); } public function getSourceContext() { return new Source("", "Users/profile.html.twig", "/var/www/html/amply/templates/Users/profile.html.twig"); } }