{% trans_default_domain 'admin' %} {% if entity.infill is not defined or not entity.infill %} {% for configLocale in allLocales %} {% set exist = false %} {% set multiLocales = allLocales|length > 1 %} {% set icon = multiLocales ? 'flag-icon flag-icon-' ~ configLocale : 'fas fa-power-off' %} {% for url in entity.urls %} {% if url.locale == configLocale and url.code %} {% set status = url.isOnline ? 'online' : 'offline' %} {% set exist = true %} {% endif %} {% endfor %} {% if not exist %} {% endif %} {% endfor %} {% endif %}