parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 4 echo ($context["nonce"] ?? null); echo "

"; // line 12 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "original", []), "html", null, true); echo "%from_language%

"; // line 15 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "translation", []), "html", null, true); echo "%to_language%

"; // line 75 if (($context["show_text_change_notice"] ?? null)) { // line 76 echo "

"; // line 77 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "texts_change_notice", []), "html", null, true); echo "

"; } // line 80 echo "
0%
"; // line 91 echo ($context["nonce"] ?? null); echo "
"; } public function getTemplateName() { return "media-translation-popup.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 174 => 91, 161 => 80, 155 => 77, 152 => 76, 150 => 75, 143 => 71, 137 => 68, 130 => 64, 124 => 61, 117 => 57, 111 => 54, 104 => 50, 98 => 47, 88 => 40, 81 => 36, 65 => 23, 54 => 15, 48 => 12, 37 => 4, 32 => 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("", "media-translation-popup.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/wpml-media-translation/templates/menus/media-translation-popup.twig"); } }