{% extends theme("territories/territory.html") %} {% set meta = { 'title': territory.name, 'description': _('Datasets related to the region of %(name)s with INSEE code %(code)s', name=territory.name, code=territory.code), 'keywords': [territory.name, territory.code], } %} {% block territory_content %}
{{ territory.name }} {% if territory.logo_url() %}
{{ _('Source:') }} Wikipedia • {{ _('License:') }} CC BY-SA
{% else %}
{{ _('Submit your logo through:') }} Wikipedia
({{ _('we only expose logos under an open license') }})
{% endif %}
{% endblock %}