<?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 siteMap in siteMaps %}
<url>
<loc>{{ siteMap.link }}</loc>
<lastmod>{{ siteMap.updatedAt|date('Y-m-d') }}T10:48:20+00:00</lastmod>
<priority>{{ siteMap.priority }}</priority>
</url>
{% endfor %}
{% for offer in offers %}
{% if offer.siteMapIndex and offer.society %}
<url>
<loc>{{ url('public_mission', {'slug' : offer.slug}) }}</loc>
<lastmod>{{ offer.createdAt|date('Y-m-d') }}T00:00:00+00:00</lastmod>
<priority>0.60</priority>
</url>
{% endif %}
{% endfor %}
</urlset>