{% 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.') }}
+
{% 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 %}