/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
twig
/
9c
/
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; /* Stock/add_spillage.html.twig */ class __TwigTemplate_6b85f80fbd88792d2b33cd411dc49e69222b3783d8b2686ca61f56bdbd72e856 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; } public function getTemplateName() { return "Stock/add_spillage.html.twig"; } public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "Stock/add_spillage.html.twig", "/var/www/html/mixchief_app/templates/Stock/add_spillage.html.twig"); } }