{% extends theme('layouts/1-column.html') %} {% from theme('macros/dataset_information.html') import information_col, information_section, information_accordion %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/integrate.html') import integrate_btn with context %} {% from theme('macros/paginator.html') import paginator with context %} {% from theme('macros/breadcrumb.html') import breadcrumb with context %} {% from theme('macros/banner_info.html') import banner_info %} {% from theme('macros/leaflet.html') import leaflet_map %} {% from theme('macros/banner_warning.html') import banner_warning %} {% from theme('macros/quality_score_with_warning_below.html') import quality_score_with_warning_below %} ## FIXME: remove inspire:indentifier robots condition when geo.data.gouv.fr is shutdown {% set meta = { 'title': dataset.full_title, 'description': dataset.description|mdstrip(60)|forceescape, 'image': dataset.organization and dataset.organization.logo(external=True) or '', 'keywords': [_('dataset')] + dataset.tags, 'robots': 'noindex, nofollow' if dataset.is_hidden or 'inspire:identifier' in dataset.extras else '', } %} {% set bundle = 'dataset' %} {% set body_class = 'dataset-display' %} {% set community_subtitle = _('Explore with %(certifier)s', certifier=config.SITE_TITLE ) %} {% set read_only_mode = config.READ_ONLY_MODE %} {# Harvesting source #} {% block extra_head %} {% cache cache_duration, 'dataset-extra-head', dataset.id|string, g.lang_code, dataset.last_modified|string %} {% endcache %} {% endblock %} {% block breadcrumb %} {% cache cache_duration, 'dataset-breadcrumb', dataset.id|string, g.lang_code, dataset.last_modified|string %}
{{ _('Private') }}
{{ _('Deleted') }}
{{ _('Archived') }}
{% trans
date=dataset.created_at|dateformat(format='long'),
update=dataset.last_modified|dateformat(format='long'),
author=dataset.owner.fullname
%}This dataset has been published on the initiative and under the responsibility of
{{author}}
Published on {{date}} and updated on {{update}}{% endtrans %}
⚠️ {{ _("This dataset is handled by the geo.data.gouv.fr platform. This platform is not actively maintained and as a result, you may find some bogus data or metadata. More information about the shutdown of geo.data.gouv.fr is available here.").format( geo_link='https://geo.data.gouv.fr', blog_link='https://www.data.gouv.fr/fr/posts/extinction-de-geo-data-gouv-fr/' )}}
{% endif %}{{ dataset.last_update|dateformat(format='long') }}
{% if dataset.license %}
{% if dataset.license.url %}{% endif %}
{{ dataset.license.title }}
{% if dataset.license.url %}{% endif %}
{{ _('There are no files for this dataset yet.') }}
{% if can_edit %} {% endif %}{{ _('There are no reuses for this dataset yet.') }}
{{ _('There are no discussions for this dataset yet.') }}
{{ _('There are no community resources for this dataset yet.') }}
{{ _('Share your resources') }} {{ _('Learn more about the community') }}
{% if dataset.license.url %}{% endif %}
{{ dataset.license.title }}
{% if dataset.license.url %}{% endif %}
{% endcall %}
{% endif %}
{% call() information_col(_('ID')) %}
{{dataset.id}}
{% endcall %}
{% if external_source(dataset) %}
{% call() information_col(_('Remote source'), 'text-overflow-ellipsis') %}
{{external_source(dataset)}}
{% endcall %}
{% endif %}
{{_('The dataset files are following the schema: ')}}
{{_('Schemas allow to describe data models, discover how schemas improve your data quality and the available use cases on schema.data.gouv.fr') .format(url=config.SCHEMA_DOCUMENTATION_URL)}}