<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
{% for lang in langs %}
<url>
<loc>{{ url }}{% if lang.defaultLang==0 %}{{ lang.iso2 }}{% endif %}</loc>
<lastmod>{{ "now"|date("Y-m-d") }}T00:15:{{ "now"|date("d") }}+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.00</priority>
</url>
{% for item in items[lang.iso2] %}
<url>
<loc>{{ url }}{% if lang.defaultLang==0 %}{{ lang.iso2 }}/{% endif %}{{ item.url }}</loc>
<lastmod>{{ "now"|date("Y-m-d") }}T00:15:{{ "now"|date("d") }}+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
{% endfor %}
{% endfor %}
</urlset>