Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
tmp
/
twig
/
0f
/
//tmp/twig/0f/0fb81bfb980fd0de254422fdbaa4759be04de3dc750031cd9a0fd2d930bb045d.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_b5ffc93d258f712567dd86d983efbb0eec331fb0190f263fb44b246b0c504095 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", "/srv/admin/htdocs/phpmyadmin-5.1/templates/config/form_display/form_bottom.twig"); } }