{% if slot_type == 'statics' %} {% set is_static = true %} {% set table_id = 'wpml-ls-slot-list-' ~ slot_type ~ '-' ~ slug %} {% else %} {% set table_id = 'wpml-ls-slot-list-' ~ slot_type %} {% endif %} {% if slug in ['footer', 'post_translations'] %} {% set label_action = strings.misc.label_action %} {% else %} {% set label_action = strings.misc.label_actions %} {% endif %} {% if not is_static %}{% endif %} {{ label_action }} {% for slug, slot_settings in slots_settings %} {% include 'table-slot-row.twig' with { "slug": slug, "slot_type": slot_type, "slot_settings": slot_settings, "slots": slots, } %} {% endfor %}