{% 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 %} {% cache cache_duration, 'reuse-extra-head', reuse.id|string, g.lang_code, reuse.last_modified|string %} {% endcache %} {% endblock %} {% block breadcrumb %} {% cache cache_duration, 'reuse-breadcrumb', reuse.id|string, g.lang_code, reuse.last_modified|string %}
{{ _('Private') }}
{{ _('Deleted') }}
{{ reuse.topic_label }}
{{ reuse.type_label }}
{{ reuse.created_at|dateformat(format='long') }}
{{ reuse.last_modified|dateformat(format='long') }}
{{ _('There are no discussions for this reuse yet.') }}
{{ _('There are no other reuses from this creator.') }}