{% extends theme("layouts/1-column.html") %} {% set next_url = url_for(request.endpoint, **request.view_args) if not request.routing_exception else url_for('site.home') %} {% set bundle = 'territory' %} {% set body_class="territory" %} {% block main_content %}

{{ _('Work in progress') }}

{{ _('The territories pages are no longer maintained. We are working on new territories features.') }}

{% block territory_content %}{% endblock %}
{% if not territory_datasets %}

+

{% if current_user.is_authenticated %} {{ _('If you want your datasets to appear in that list, the geographical zone associated must be the exact same one of that territory (%(code)s).', code=territory.code) }} {% else %} {{ _('You want to add your own datasets to that list?') }}
{{ _('Log in') }} {{ _('and create files for that territory.') }} {% endif %}

{% endif %}
{% if territory_datasets %} {% for dataset in territory_datasets %}
{% endfor %} {% endif %} {% for dataset in base_datasets %}
{% endfor %} {% for dataset in other_datasets %}
{% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}