Leitgedanken/pma/tmp/twig/4c/4c55931784cb1ec9b499ca12b81200baa5b3643bd102b55f385b11f2167b816f.php
2022-11-21 09:47:28 +01:00

56 lines
1.3 KiB
PHP

<?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;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_02bb24bc13624fc40dd4b563c96cb9d0eb22c5495da9ba1e44221d0523a29a0b extends \Twig\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;
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/form_bottom.twig");
}
}