{% extends theme('layouts/1-column.html') %} {% from theme('macros/breadcrumb.html') import breadcrumb with context %} {% from theme('macros/certified.html') import badge_if_certified with context %} {% from theme('macros/dataset_information.html') import information_col, information_section, information_title_with_button %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/organization_name_with_certificate.html') import organization_name_with_certificate %} {% from theme('macros/paginator.html') import paginator with context %} {% from theme('macros/report.html') import report_btn with context %} {% from theme('macros/sort_search.html') import sort_search %} {% 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 org_type = organization_type(org) %} {% set bundle = 'organization' %} {% set sorts = [ {"label": _('Newest'),"value": "created", "order": "desc"}, {"label": _('Oldest'),"value": "created", "order": "asc"}, {"label": _('Followers'),"value": "followers", "order": "desc"}, {"label": _('Reuses'), "value": "reuses", "order": "desc"} ] %} {% set section_class = 'bg-alt-blue-cumulus' %} {% block breadcrumb %} {% cache cache_duration, 'org-breadcrumb', org.id|string, g.lang_code, org.last_modified|string %}
{{ _('Deleted') }}
{{ _("This organization hasn't published any datasets yet.") }}
{{ _("This organization hasn't published any reuses yet.") }}