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/setup/attributes.twig
<span id="{{ strings.step_id }}">
<h1>{{ strings.heading|raw }}</h1>

<p>{{ strings.description_1|raw }}</p>
<p>{{ strings.description_2 }}</p>

{% if attributes %}
    <ul class="no-bullets" >
    {% for attribute in attributes %}
    <li>
        <label>
            <input type="hidden" name="attributes[{{ attribute.name }}]" value="0" />
            <input type="checkbox" name="attributes[{{ attribute.name }}]" value="1" {% if attribute.translated %}checked="checked"{% endif %} />
            {{ attribute.label }}
        </label>
    </li>
    {% endfor %}
    </ul>
{% else %}
    <p><i>{{ strings.no_attributes }}</i></p>
{% endif %}

<p class="wcml-setup-actions step">
    <a href="{{ go_back_url }}" class="go-back">{{ strings.go_back }}</a>
    <a href="{{ continue_url }}" class="button button-large button-primary submit">{{ strings.continue }}</a>
</p>
</span>