{% ckan_extends %} {% block breadcrumb_content %}
  • Home
  • {% if pkg %} {% set dataset = h.dataset_display_name(pkg) %}
  • {% link_for _('Datasets'), controller='package', action='search' %}
  • {% link_for dataset|truncate(30), controller='package', action='read', id=pkg.name %} {% else %}
  • {% link_for _('Datasets'), controller='package', action='search', named_route='search' %}
  • {{ _('Create Dataset') }}
  • {% endif %} {% endblock %}