{% extends 'dataset/display.html' %} {% set community_subtitle = _('Explore with %(certifier)s', certifier=config.SITE_TITLE ) %} {% block community %}

{{ _('Community resources') }}

{% for resource in dataset.community_resources %} {% include theme('dataset/resource/card.html') %} {% endfor %}

{{ _('Add a community resource') }}

{{ _('You have built a more comprehensive database than those presented here? This is the time to share it!') }}

{% block reuses_section %}

{{ _('Reuses') }}

{% for reuse in reuses %} {% set features = ['preview'] %}
{% include theme('reuse/card.html') %}
{% endfor %}
{% include theme('dataset/add-reuse-card.html') %}

{% 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 %}

{% endblock %}

{{ _('Discussions') }}

{{ _('Discussion between the organization and the community about this dataset.') }}

{% endblock %}