{%- for sitemapLanguage in sitemapLanguages -%} {%- for link in links -%} {%- set url = attribute(link, 'loc_' ~ sitemapLanguage.language_code) -%} {%- if url is not null and url != '' %} {{ address ~ url }} {{(link.lastmod|date('Y-m-d')) ~ 'T' ~ (link.lastmod|date('H:i:s')) ~ 'Z'}} {%- if activeLanguages|length > 1 -%} {%- for activeLanguage in activeLanguages -%} {%- set altUrl = attribute(link, 'loc_' ~ activeLanguage.language_code) -%} {%- if altUrl is not null and altUrl != '' %} {%- endif -%} {%- endfor -%} {%- endif %} {%- endif -%} {%- endfor -%} {%- endfor %}