{% if slot_type == 'statics' %} {% set is_static = true %} {% set dialog_title = strings[ slug ].dialog_title %} {% set include_row = 'slot-subform-' ~ slot_type ~ '-' ~ slug ~ '.twig' %} {% else %} {% set dialog_title = strings[ slot_type ].dialog_title %} {% set include_row = 'slot-subform-' ~ slot_type ~ '.twig' %} {% endif %} {% set slot_row_id = 'wpml-ls-' ~ slot_type ~ '-row-' ~ slug %}
{% if slot_settings %} {% include include_row with { "slug": slug, "slot_settings": slot_settings, "settings": settings, "slots": slots, "strings": strings, "preview": previews[ slot_type ][ slug ], "color_schemes": color_schemes, } %} {% endif %}
{% if not is_static %} {{ slots[ slug ].name }} {% endif %} {% if not is_static %} {% endif %}