parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // 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 "privileges/delete_user_fieldset.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 16, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 30 => 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 Source("", "privileges/delete_user_fieldset.twig", "/var/www/html/phpmyadmin/templates/privileges/delete_user_fieldset.twig"); } }