File: /home-ssd1/busines1/www/wp-content/plugins/woocommerce-multilingual/templates/nav-menus-full.twig
<nav class="wcml-tabs wpml-tabs">
<a class="nav-tab {{ menu.translations.active }}" href="{{ menu.translations.url }}">{{ menu.translations.title }}</a>
{% if can_manage_options %}
<a class="nav-tab {{ menu.settings.active }}" href="{{ menu.settings.url }}">{{ menu.settings.name }}</a>
{% endif %}
{% if can_operate_options %}
<a class="nav-tab {{ menu.slugs.active }}" href="{{ menu.slugs.url }}">{{ menu.slugs.name }}</a>
{% endif %}
{% if can_manage_options %}
<a class="nav-tab {{ menu.status.active }}" href="{{ menu.status.url }}">{{ menu.status.name }}</a>
{% if menu.troubleshooting.active %}
<a class="nav-tab troubleshooting {{ menu.troubleshooting.active }}" href="{{ menu.troubleshooting.url }}">{{ menu.troubleshooting.name }}</a>
{% endif %}
{% endif %}
{% if can_operate_options %}
<a class="nav-tab {{ menu.multi_currency.active }}" href="{{ menu.multi_currency.url }}">{{ menu.multi_currency.name }}</a>
{% endif %}
</nav>