{% extends "package/read_base.html" %} {% block subtitle %}{{ _('Showcases') }} - {{ super() }}{% endblock %} {% block primary_content_inner %} {% if h.check_access('ckanext_showcase_update') and c.showcase_dropdown %}
{% endif %}{{ _('There are no showcases that feature this dataset') }}
{% endif %} {% endblock %} {% endblock %}