source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Util::getIcon("b_usrdrop"); echo _gettext("Remove selected user accounts"); // line 4 echo "

("; // line 6 echo _gettext("Revoke all active privileges from the users and delete them afterwards."); echo ")

"; } public function getTemplateName() { return "server/privileges/delete_user_fieldset.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 16, 64 => 12, 62 => 11, 58 => 10, 52 => 7, 48 => 6, 44 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/delete_user_fieldset.twig", "/usr/local/www/phpMyAdmin/templates/server/privileges/delete_user_fieldset.twig"); } }