<?php

/* multi-currency.twig */
class __TwigTemplate_d4348b1fa179b81898cc3b3cbf968d1b8a93fe08c78cdd435f0225aa7482ab2f extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "
";
        // line 2
        echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('wp_do_action')->getCallable(), array("wcml_before_multi_currency_ui")), "html", null, true);
        echo "


<form method=\"post\" action=\"";
        // line 5
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "action", array()), "html", null, true);
        echo "\" id=\"wcml_mc_options\">
    ";
        // line 6
        echo $this->getAttribute(($context["form"] ?? null), "nonce", array());
        echo "
    <input type=\"hidden\" id=\"wcml_save_currency_nonce\" value=\"";
        // line 7
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "save_currency_nonce", array()), "html", null, true);
        echo "\"/>
    <input type=\"hidden\" id=\"del_currency_nonce\" value=\"";
        // line 8
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "del_currency_nonce", array()), "html", null, true);
        echo "\" />
    <input type=\"hidden\" id=\"currencies_list_nonce\" value=\"";
        // line 9
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "currencies_list_nonce", array()), "html", null, true);
        echo "\" />
    <input type=\"hidden\" name=\"action\" value=\"save-mc-options\" />

    <div class=\"wcml-section \">
        <div class=\"wcml-section-header\">
            <h3>";
        // line 14
        echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "headers", array()), "enable_disable", array()), "html", null, true);
        echo "</h3>
        </div>
        <div class=\"wcml-section-content wcml-section-content-wide\">
            <p>
                <input type=\"checkbox\" name=\"multi_currency\" id=\"multi_currency_independent\" value=\"";
        // line 18
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "multi_currency_option", array()), "html", null, true);
        echo "\"
                    ";
        // line 19
        if (($context["multi_currency_on"] ?? null)) {
            echo "checked=\"checked\"";
        }
        echo " ";
        if (($context["mco_disabled"] ?? null)) {
            echo "disabled=\"disabled\"";
        }
        echo " />
                <label for=\"multi_currency_independent\">
                    ";
        // line 21
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "label_mco", array()), "html", null, true);
        echo "
                    &nbsp;
                    <a href=\"";
        // line 23
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "label_mco_learn_url", array()), "html", null, true);
        echo "\">";
        echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "label_mco_learn_txt", array()), "html", null, true);
        echo "</a>
                </label>
            </p>

            ";
        // line 27
        if (twig_test_empty(($context["wc_currency"] ?? null))) {
            // line 28
            echo "            <p>
                <i class=\"icon-warning-sign\"></i>
                ";
            // line 30
            echo ($context["wc_currency_empty_warn"] ?? null);
            echo "
            </p>
            ";
        }
        // line 33
        echo "
        </div>
    </div>

    ";
        // line 37
        if (($context["wc_currency"] ?? null)) {
            // line 38
            echo "    <div class=\"wcml-section\" id=\"multi-currency-per-language-details\" ";
            if (($this->getAttribute(($context["wcml_settings"] ?? null), "enable_multi_currency", array()) != $this->getAttribute(($context["form"] ?? null), "multi_currency_option", array()))) {
                echo "style=\"display:none\"";
            }
            echo ">

        <div class=\"wcml-section-header\">
            <h3>";
            // line 41
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "headers", array()), "currencies", array()), "html", null, true);
            echo "</h3>
        </div>

        <div class=\"wcml-section-content wcml-section-content-wide\">
            <div>
                <div class=\"currencies-table-content\">

                    <div class=\"tablenav top clearfix\">
                        <button type=\"button\" class=\"button-secondary wcml_add_currency alignright js-wcml-dialog-trigger\"
                                data-dialog=\"wcml_currency_options_\" data-content=\"wcml_currency_options_\" data-width=\"480\" data-height=\"580\">
                            <i class=\"otgs-ico-add otgs-ico-sm\"></i>
                            ";
            // line 52
            echo twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "add_currency_button", array()), "html", null, true);
            echo "
                        </button>
                    </div>
                    <input type=\"hidden\" id=\"update_currency_lang_nonce\" value=\"";
            // line 55
            echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "update_currency_lang_nonce", array()), "html", null, true);
            echo "\"/>

                        <table class=\"widefat currency_table\" id=\"currency-table\">
                            <thead>
                            <tr>
                                <th class=\"wcml-col-currency\">";
            // line 60
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "head_currency", array()), "html", null, true);
            echo "</th>
                                <th class=\"wcml-col-rate\">";
            // line 61
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "head_rate", array()), "html", null, true);
            echo "</th>
                            </tr>
                            </thead>
                            <tbody>
                            <tr class=\"wcml-row-currency\">
                                <td class=\"wcml-col-currency\">
                                    <span class=\"truncate\">";
            // line 67
            echo $this->getAttribute(($context["wc_currencies"] ?? null), ($context["wc_currency"] ?? null));
            echo "</span>
                                    <small>";
            // line 68
            echo ($context["positioned_price"] ?? null);
            echo "</small>
                                </td>
                                <td class=\"wcml-col-rate\"><span
                                            class=\"truncate\">";
            // line 71
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "default", array()), "html", null, true);
            echo "</span></td>
                            </tr>

                            ";
            // line 74
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["currencies"] ?? null));
            foreach ($context['_seq'] as $context["code"] => $context["currency"]) {
                // line 75
                echo "                                <tr id=\"currency_row_";
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\" class=\"wcml-row-currency\">
                                    <td class=\"wcml-col-currency\">
                                        <span class=\"truncate\">";
                // line 77
                echo $this->getAttribute(($context["wc_currencies"] ?? null), $context["code"]);
                echo "</span>
                                        <small>";
                // line 78
                echo $this->getAttribute(($context["currencies_positions"] ?? null), $context["code"]);
                echo "</small>
                                    </td>
                                    <td class=\"wcml-col-rate\">
                                        1 ";
                // line 81
                echo twig_escape_filter($this->env, ($context["wc_currency"] ?? null), "html", null, true);
                echo " = <span class=\"rate\">";
                echo twig_escape_filter($this->env, $this->getAttribute($context["currency"], "rate", array()), "html", null, true);
                echo "</span> ";
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "
                                    </td>
                                </tr>
                            ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['code'], $context['currency'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 85
            echo "
                            <tr class=\"default_currency\">
                                <td colspan=\"3\">";
            // line 87
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "default_currency", array()), "html", null, true);
            echo "
                                    <i class=\"wcml-tip otgs-ico-help\"
                                       data-tip=\"";
            // line 89
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "default_cur_tip", array()), "html", null, true);
            echo "\"></i>

                                </td>
                            </tr>

                            </tbody>
                        </table>

                        <div class=\"currency_wrap\">
                            <div class=\"currency_inner\">
                                <table class=\"widefat currency_lang_table\" id=\"currency-lang-table\">
                                    <thead>
                                    <tr>
                                        <td colspan=\"";
            // line 102
            echo twig_escape_filter($this->env, twig_length_filter($this->env, ($context["active_languages"] ?? null)), "html", null, true);
            echo "\">";
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "help_title", array()), "html", null, true);
            echo "</td>
                                    </tr>
                                    <tr class=\"currency-lang-flags\">
                                        ";
            // line 105
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["active_languages"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
                // line 106
                echo "                                            <th>
                                                <img src=\"";
                // line 107
                echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('get_flag_url')->getCallable(), array($this->getAttribute($context["language"], "code", array()))), "html", null, true);
                echo "\" width=\"18\" height=\"12\"/>
                                            </th>
                                        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 110
            echo "                                    </tr>
                                    </thead>
                                    <tbody>
                                    <tr class=\"wcml-row-currency-lang\">
                                        ";
            // line 114
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["active_languages"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
                // line 115
                echo "                                            <td class=\"currency_languages\">
                                                <ul>
                                                    ";
                // line 117
                $context["title_yes"] = sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "disable_for", array()), call_user_func_array($this->env->getFunction('get_currency_name')->getCallable(), array(($context["wc_currency"] ?? null))), $this->getAttribute($context["language"], "display_name", array()));
                // line 118
                echo "                                                    ";
                $context["title_no"] = sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "enable_for", array()), call_user_func_array($this->env->getFunction('get_currency_name')->getCallable(), array(($context["wc_currency"] ?? null))), $this->getAttribute($context["language"], "display_name", array()));
                // line 119
                echo "                                                    <li class=\"on\" data-lang=\"";
                echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                echo "\">
                                                        <a class=\"";
                // line 120
                if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array(($context["wc_currency"] ?? null), $this->getAttribute($context["language"], "code", array())))) {
                    echo "otgs-ico-yes";
                } else {
                    echo " otgs-ico-no";
                }
                echo "\"
                                                           data-language=\"";
                // line 121
                echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                echo "\"
                                                           data-currency=\"";
                // line 122
                echo twig_escape_filter($this->env, ($context["wc_currency"] ?? null), "html", null, true);
                echo "\" href=\"#\"
                                                                ";
                // line 123
                if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array(($context["wc_currency"] ?? null), $this->getAttribute($context["language"], "code", array())))) {
                    // line 124
                    echo "                                                                    title=\"";
                    echo twig_escape_filter($this->env, ($context["title_yes"] ?? null), "html", null, true);
                    echo "\" data-title-alt=\"";
                    echo twig_escape_filter($this->env, ($context["title_no"] ?? null), "html", null, true);
                    echo "\"
                                                                ";
                } else {
                    // line 126
                    echo "                                                                    title=\"";
                    echo twig_escape_filter($this->env, ($context["title_no"] ?? null), "html", null, true);
                    echo "\" data-title-alt=\"";
                    echo twig_escape_filter($this->env, ($context["title_yes"] ?? null), "html", null, true);
                    echo "\"
                                                                ";
                }
                // line 128
                echo "                                                        ></a>
                                                    </li>
                                                </ul>
                                            </td>
                                        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 133
            echo "                                    </tr>

                                    ";
            // line 135
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["currencies"] ?? null));
            foreach ($context['_seq'] as $context["code"] => $context["currency"]) {
                // line 136
                echo "                                        <tr id=\"currency_row_langs_";
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\" class=\"wcml-row-currency-lang\">
                                            ";
                // line 137
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["active_languages"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
                    // line 138
                    echo "                                                <td class=\"currency_languages\">
                                                    <ul>
                                                        ";
                    // line 140
                    $context["title_yes"] = sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "disable_for", array()), call_user_func_array($this->env->getFunction('get_currency_name')->getCallable(), array($context["code"])), $this->getAttribute($context["language"], "display_name", array()));
                    // line 141
                    echo "                                                        ";
                    $context["title_no"] = sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "enable_for", array()), call_user_func_array($this->env->getFunction('get_currency_name')->getCallable(), array($context["code"])), $this->getAttribute($context["language"], "display_name", array()));
                    // line 142
                    echo "                                                        <li class=\"on\" data-lang=\"";
                    echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                    echo "\">
                                                            <a class=\"";
                    // line 143
                    if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array($context["code"], $this->getAttribute($context["language"], "code", array())))) {
                        echo "otgs-ico-yes";
                    } else {
                        echo " otgs-ico-no";
                    }
                    echo "\"
                                                               data-language=\"";
                    // line 144
                    echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                    echo "\"
                                                               data-currency=\"";
                    // line 145
                    echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                    echo "\" href=\"#\"
                                                                    ";
                    // line 146
                    if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array(($context["wc_currency"] ?? null), $this->getAttribute($context["language"], "code", array())))) {
                        // line 147
                        echo "                                                                        title=\"";
                        echo twig_escape_filter($this->env, ($context["title_yes"] ?? null), "html", null, true);
                        echo "\" data-title-alt=\"";
                        echo twig_escape_filter($this->env, ($context["title_no"] ?? null), "html", null, true);
                        echo "\"
                                                                    ";
                    } else {
                        // line 149
                        echo "                                                                        title=\"";
                        echo twig_escape_filter($this->env, ($context["title_no"] ?? null), "html", null, true);
                        echo "\" data-title-alt=\"";
                        echo twig_escape_filter($this->env, ($context["title_yes"] ?? null), "html", null, true);
                        echo "\"
                                                                    ";
                    }
                    // line 151
                    echo "                                                            ></a>
                                                        </li>
                                                    </ul>
                                                </td>
                                            ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 156
                echo "                                        </tr>
                                    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['code'], $context['currency'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 158
            echo "
                                    <tr class=\"wcml-row-currency-lang empty-currency-language-row hidden\">
                                        ";
            // line 160
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["active_languages"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
                // line 161
                echo "                                            <td class=\"currency_languages\">
                                                <ul>
                                                    <li class=\"on\" data-lang=\"";
                // line 163
                echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                echo "\">
                                                        <a class=\"otgs-ico-yes\"
                                                           data-language=\"";
                // line 165
                echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                echo "\" data-currency=\"\" href=\"#\"
                                                           title=\"";
                // line 166
                echo twig_escape_filter($this->env, sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "disable_for", array()), "%code%", $this->getAttribute($context["language"], "display_name", array())), "html", null, true);
                echo "\"
                                                           data-title-alt=\"";
                // line 167
                echo twig_escape_filter($this->env, sprintf($this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "enable_for", array()), "%code%", $this->getAttribute($context["language"], "display_name", array())), "html", null, true);
                echo "\"></a>
                                                    </li>
                                                </ul>
                                            </td>
                                        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 172
            echo "                                    </tr>

                                    <tr class=\"default_currency\">
                                        ";
            // line 175
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["active_languages"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
                // line 176
                echo "                                            <td align=\"center\">
                                                <select rel=\"";
                // line 177
                echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
                echo "\">
                                                    <option value=\"0\"
                                                            ";
                // line 179
                if ((call_user_func_array($this->env->getFunction('get_language_currency')->getCallable(), array($this->getAttribute($context["language"], "code", array()))) == 0)) {
                    echo "selected=\"selected\"";
                }
                echo ">";
                echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "keep_currency", array()), "html", null, true);
                echo "</option>
                                                    ";
                // line 180
                if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array(($context["wc_currency"] ?? null), $this->getAttribute($context["language"], "code", array())))) {
                    // line 181
                    echo "                                                        <option value=\"";
                    echo twig_escape_filter($this->env, ($context["wc_currency"] ?? null), "html", null, true);
                    echo "\"
                                                                ";
                    // line 182
                    if ((call_user_func_array($this->env->getFunction('get_language_currency')->getCallable(), array($this->getAttribute($context["language"], "code", array()))) == ($context["wc_currency"] ?? null))) {
                        echo "selected=\"selected\"";
                    }
                    echo ">";
                    echo twig_escape_filter($this->env, ($context["wc_currency"] ?? null), "html", null, true);
                    echo "</option>
                                                    ";
                }
                // line 184
                echo "
                                                    ";
                // line 185
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["currencies"] ?? null));
                foreach ($context['_seq'] as $context["code"] => $context["currency"]) {
                    // line 186
                    echo "                                                        ";
                    if (call_user_func_array($this->env->getFunction('is_currency_on')->getCallable(), array($context["code"], $this->getAttribute($context["language"], "code", array())))) {
                        // line 187
                        echo "                                                            <option value=\"";
                        echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                        echo "\"
                                                                    ";
                        // line 188
                        if ((call_user_func_array($this->env->getFunction('get_language_currency')->getCallable(), array($this->getAttribute($context["language"], "code", array()))) == $context["code"])) {
                            echo "selected=\"selected\"";
                        }
                        echo ">";
                        echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                        echo "</option>
                                                        ";
                    }
                    // line 190
                    echo "                                                    ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['code'], $context['currency'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 191
                echo "                                                </select>
                                            </td>
                                        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 194
            echo "                                    </tr>

                                    </tbody>
                                </table>
                                <input type=\"hidden\" id=\"wcml_update_default_currency_nonce\"
                                       value=\"";
            // line 199
            echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "wpdate_default_cur_nonce", array()), "html", null, true);
            echo "\"/>

                            </div>
                        </div>

                        <table class=\"widefat currency_settings_table\" id=\"currency-settings-table\">
                            <thead>
                            <tr>
                                <th colspan=\"2\">";
            // line 207
            echo twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "settings", array()), "html", null, true);
            echo "</th>
                            </tr>
                            </thead>
                            <tbody>
                            <tr class=\"currency_default wcml-row-currencies-actions\">
                                <td class=\"wcml-col-edit\">
                                    <a href=\"#\" title=\"";
            // line 213
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "edit", array()), "html", null, true);
            echo "\"
                                       class=\"edit_currency js-wcml-dialog-trigger hidden\" data-height=\"530\"
                                       data-width=\"480\">
                                        <i class=\"otgs-ico-edit\" title=\"";
            // line 216
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "edit", array()), "html", null, true);
            echo "\"></i>
                                    </a>

                                </td>
                                <td class=\"wcml-col-delete\">
                                    <a title=\"";
            // line 221
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "delete", array()), "html", null, true);
            echo "\" class=\"delete_currency hidden\">
                                        <i class=\"otgs-ico-delete\" title=\"";
            // line 222
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "delete", array()), "html", null, true);
            echo "\"></i>
                                    </a>
                                </td>
                            </tr>

                            ";
            // line 227
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["currencies"] ?? null));
            foreach ($context['_seq'] as $context["code"] => $context["currency"]) {
                // line 228
                echo "                                <tr id=\"wcml-row-currency-actions-";
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\" class=\"wcml-row-currencies-actions\">
                                    <td class=\"wcml-col-edit\">
                                        <a href=\"#\" title=\"";
                // line 230
                echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "edit", array()), "html", null, true);
                echo "\"
                                           class=\"edit_currency js-wcml-dialog-trigger\"
                                           data-currency=\"";
                // line 232
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\" data-content=\"wcml_currency_options_";
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\"
                                           data-dialog=\"wcml_currency_options_";
                // line 233
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\"
                                           data-height=\"530\" data-width=\"480\">
                                            <i class=\"otgs-ico-edit\" title=\"";
                // line 235
                echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "edit", array()), "html", null, true);
                echo "\"></i>
                                        </a>
                                    </td>
                                    <td class=\"wcml-col-delete\">
                                        <a title=\"";
                // line 239
                echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "delete", array()), "html", null, true);
                echo "\" class=\"delete_currency\"
                                           data-currency_name=\"";
                // line 240
                echo twig_escape_filter($this->env, $this->getAttribute(($context["wc_currencies"] ?? null), $context["code"]), "html", null, true);
                echo "\"
                                           data-currency_symbol=\"";
                // line 241
                echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('get_currency_symbol')->getCallable(), array($context["code"])), "html", null, true);
                echo "\"
                                           data-currency=\"";
                // line 242
                echo twig_escape_filter($this->env, $context["code"], "html", null, true);
                echo "\" href=\"#\">
                                            <i class=\"otgs-ico-delete\"
                                               title=\"";
                // line 244
                echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "currencies_table", array()), "delete", array()), "html", null, true);
                echo "\"></i>
                                        </a>
                                    </td>
                                </tr>
                            ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['code'], $context['currency'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 249
            echo "
                            <tr class=\"default_currency\">
                                <td colspan=\"2\"></td>
                            </tr>
                            </tbody>
                        </table>
                </div>

                <ul id=\"display_custom_prices_select\">
                    <li>
                        <input type=\"checkbox\" name=\"display_custom_prices\" id=\"display_custom_prices\"
                           value=\"1\" ";
            // line 260
            if ($this->getAttribute($this->getAttribute(($context["form"] ?? null), "custom_prices_select", array()), "checked", array())) {
                echo " checked=\"checked\"";
            }
            echo ">
                        <label for=\"display_custom_prices\">";
            // line 261
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["form"] ?? null), "custom_prices_select", array()), "label", array()), "html", null, true);
            echo "</label>
                        <i class=\"otgs-ico-help wcml-tip\" data-tip=\"";
            // line 262
            echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["form"] ?? null), "custom_prices_select", array()), "tip", array()), "html", null, true);
            echo "\"></i>
                    </li>
                </ul>

            </div>
        </div>

    </div>

    ";
            // line 271
            $this->loadTemplate("exchange-rates.twig", "multi-currency.twig", 271)->display(array_merge($context, ($context["exchange_rates"] ?? null)));
            // line 272
            echo "
    ";
            // line 273
            echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('wp_do_action')->getCallable(), array("wcml_before_currency_switcher_options")), "html", null, true);
            echo "

    ";
            // line 275
            $this->loadTemplate("currency-switcher-options.twig", "multi-currency.twig", 275)->display($context);
            // line 276
            echo "
    <input type=\"hidden\" id=\"wcml_warn_message\" value=\"";
            // line 277
            echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "navigate_warn", array()), "html", null, true);
            echo "\" />
    <input type=\"hidden\" id=\"wcml_warn_disable_language_massage\" value=\"";
            // line 278
            echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "cur_lang_warn", array()), "html", null, true);
            echo "\" />

    <p class=\"wpml-margin-top-sm\">
        <input id=\"wcml_mc_options_submit\" type='submit' value='";
            // line 281
            echo twig_escape_filter($this->env, $this->getAttribute(($context["form"] ?? null), "submit", array()), "html", null, true);
            echo "' class='button-primary'/>
    </p>

    ";
        }
        // line 285
        echo "
</form>
";
    }

    public function getTemplateName()
    {
        return "multi-currency.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  703 => 285,  696 => 281,  690 => 278,  686 => 277,  683 => 276,  681 => 275,  676 => 273,  673 => 272,  671 => 271,  659 => 262,  655 => 261,  649 => 260,  636 => 249,  625 => 244,  620 => 242,  616 => 241,  612 => 240,  608 => 239,  601 => 235,  596 => 233,  590 => 232,  585 => 230,  579 => 228,  575 => 227,  567 => 222,  563 => 221,  555 => 216,  549 => 213,  540 => 207,  529 => 199,  522 => 194,  514 => 191,  508 => 190,  499 => 188,  494 => 187,  491 => 186,  487 => 185,  484 => 184,  475 => 182,  470 => 181,  468 => 180,  460 => 179,  455 => 177,  452 => 176,  448 => 175,  443 => 172,  432 => 167,  428 => 166,  424 => 165,  419 => 163,  415 => 161,  411 => 160,  407 => 158,  400 => 156,  390 => 151,  382 => 149,  374 => 147,  372 => 146,  368 => 145,  364 => 144,  356 => 143,  351 => 142,  348 => 141,  346 => 140,  342 => 138,  338 => 137,  333 => 136,  329 => 135,  325 => 133,  315 => 128,  307 => 126,  299 => 124,  297 => 123,  293 => 122,  289 => 121,  281 => 120,  276 => 119,  273 => 118,  271 => 117,  267 => 115,  263 => 114,  257 => 110,  248 => 107,  245 => 106,  241 => 105,  233 => 102,  217 => 89,  212 => 87,  208 => 85,  194 => 81,  188 => 78,  184 => 77,  178 => 75,  174 => 74,  168 => 71,  162 => 68,  158 => 67,  149 => 61,  145 => 60,  137 => 55,  131 => 52,  117 => 41,  108 => 38,  106 => 37,  100 => 33,  94 => 30,  90 => 28,  88 => 27,  79 => 23,  74 => 21,  63 => 19,  59 => 18,  52 => 14,  44 => 9,  40 => 8,  36 => 7,  32 => 6,  28 => 5,  22 => 2,  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("", "multi-currency.twig", "C:\\xampp\\htdocs\\mongolianeconomy\\wp-content\\plugins\\woocommerce-multilingual\\templates\\multi-currency\\multi-currency.twig");
    }
}
