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