HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/woocommerce-multilingual/templates/trnsl-attributes.twig
{% if edit_mode %}
    <div class="wcml-is-translatable-attr-block" style="display: none">
        <table>
            <tr class="form-field">
                <th scope="row" valign="top">
                    <label for="wcml-is-translatable-attr">{{ strings.label }}</label>
                </th>
                <td>
                    <input name="wcml-is-translatable-attr" id="wcml-is-translatable-attr" type="checkbox" value="1" {% if checked %} checked="checked" {% endif %} />
                    <p class="description">{{ strings.description }}</p>
                </td>
            </tr>
        </table>
    </div>
    <input type="hidden" id="wcml-is-translatable-attr-notice" value="{{ strings.notice }}" />
{% else %}
    <div class="wcml-is-translatable-attr-block" style="display: none">
        <div class="form-field">
            <label for="wcml-is-translatable-attr">
                <input name="wcml-is-translatable-attr" id="wcml-is-translatable-attr" type="checkbox" value="1" {% if checked %} checked="checked" {% endif %} />
                {{ strings.label }}
            </label>
            <p class="description">{{ strings.description }}</p>
        </div>
    </div>
{% endif %}