{% set ckan_29_or_higher = h.ckan_version().split('.')[1] | int >= 9 %} {% set showcase_admins_route = 'showcase_blueprint.admins' if ckan_29_or_higher else 'showcase_admins' %}
{% trans %}Datasets have been used to build apps, websites and visualizations. They've been featured in articles, and written about in news reports and blog posts. Showcases collect together the best examples of datasets in use, to provide further insight, ideas, and inspiration.{% endtrans %}
{% if h.check_access('ckanext_showcase_admin_add') %}{% trans url=h.url_for(showcase_admins_route) %}Sysadmins can manage Showcase Admins from the Showcase configuration page.{% endtrans %}
{% endif %}