{% ckan_extends %} {% block breadcrumb_content %} {% if pkg %} {% set dataset = h.dataset_display_name(pkg) %}
  • {% link_for _(dataset_type.title()), named_route=dataset_type ~ '.search' %}
  • {% link_for dataset|truncate(30), named_route=pkg.type ~ '.read', id=pkg.id if is_activity_archive else pkg.name %} {% else %}
  • {% link_for _(dataset_type.title()), named_route=dataset_type ~ '.search' %}
  • {{ _('Create Dataset') }}
  • {% endif %} {% endblock %}