{% extends theme('layouts/1-column.html') %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/breadcrumb.html') import breadcrumb with context %} {% from theme('macros/paginator.html') import paginator with context %} {% from theme('macros/certified.html') import badge_if_certified with context %} {% set is_hidden = (reuses.total or 0) + (datasets.total or 0) <= 0 %} {% set meta = { 'title': org.name, 'description': org.description|mdstrip(60)|forceescape, 'image': org.logo(external=True), 'keywords': [_('organization')], 'robots': 'noindex, nofollow' if is_hidden else '', } %} {% set read_only_mode = config.READ_ONLY_MODE %} {% set bundle = 'organization' %} {% block breadcrumb %} {% cache cache_duration, 'org-breadcrumb', org.id|string, g.lang_code, org.last_modified|string %}