{% extends theme('base.html') %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/integrate.html') import integrate_btn with context %} {% from theme('macros/issues.html') import issues_btn with context %} {% 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 else '', } %} {% set bundle = 'dataset' %} {% set body_class = 'dataset-display' %} {% block extra_head %} {% cache cache_duration, 'dataset-extra-head', dataset.id|string, g.lang_code %} {% endcache %} {% endblock %} {% block breadcrumb %} {% cache cache_duration, 'dataset-breadcrumb', dataset.id|string, g.lang_code %}
{% if dataset.organization %}
{% if dataset.organization.public_service %}
{{ _('This dataset comes from a certified public service') }}
{% endif %}
{% elif dataset.owner %}
{% trans
date=dataset.created_at|dateformat(format='long'),
update=dataset.last_update|dateformat(format='long'),
author=dataset.owner.fullname,
url=url_for('users.show', user=dataset.owner)
%}This dataset has been published on {{date}} and updated on {{update}} on the initiative and under the responsibility of {{author}}{% endtrans %}
{% endif %}
{% for badge in dataset.badges %}
{{ dataset.badge_label(badge) }}
{% endfor %}
{% if dataset.private %}
{{ _('Private') }}
{% endif %}
{% if dataset.deleted %}
{{ _('Deleted') }}
{% endif %}
{% if dataset.archived %}
{{ _('Archived') }}
{% endif %}
{{ _('No resources') }}
{% endfor %} {% if can_edit %}{{ _('Discussion between the organization and the community about this dataset.') }}
{{ _('You have built a more comprehensive database than those presented here? This is the time to share it!') }}
{% trans %}You reused these data and published an article, a computer graphics, or an application? It's time to let you know! Reference your work in just a few clicks and increase your visibility.{% endtrans %}