{% extends theme('layouts/1-column.html') %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/integrate.html') import integrate_btn with context %} {% from theme('macros/breadcrumb.html') import breadcrumb with context %} {% set meta = { 'title': reuse.title, 'description': reuse.description|mdstrip(60)|forceescape, 'image': reuse.image(external=True), 'keywords': [_('reuse')] + reuse.tags, 'robots': 'noindex, nofollow' if reuse.is_hidden else '', } %} {% set bundle = 'reuse' %} {% set body_class = 'reuse-display' %} {% set community_subtitle = _('Explore with %(certifier)s', certifier=config.SITE_TITLE ) %} {% set read_only_mode = config['READ_ONLY_MODE'] %} {% set visible_datasets = reuse.datasets|visibles %} {% block extra_head %} {% endblock %} {% block breadcrumb %}
{{ _('Published on %(date)s', date=reuse.created_at|dateformat(format='long')) }}
{{ _('Discussion between the organization and the community about this reuse.') }}
{% elif reuse.owner %}{{ _('Discussion between the owner and the community about this reuse.') }}
{% endif %}{{ _('Discover more reuses.') }}