Current File : //tmp/twig/67/675f2f088b9ef67c047e06354218d5053057dc04b5be7c44ca556ee6eb34b35f.php
<?php

/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_6c3aaeb9927a0f939235b2a4472433299504f56c4570c3ac4bdeaf36d7e86bc5 extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        echo "</div>
";
    }

    public function getTemplateName()
    {
        return "config/form_display/tabs_bottom.twig";
    }

    public function getDebugInfo()
    {
        return array (  19 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Twig_Source("", "config/form_display/tabs_bottom.twig", "/var/www/pma/templates/config/form_display/tabs_bottom.twig");
    }
}