{% extends "base.html" %} {% block title %}Remove Catalog from List - Kirin{% endblock %} {% block breadcrumb %} Catalogs Remove {{ catalog.name }} {% endblock %} {% block header_title %}Remove Catalog from List{% endblock %} {% block header_description %}Remove this catalog from your local list. Data on S3 or other storage is not deleted.{% endblock %} {% block content %}
This catalog has {{ dataset_count }} dataset{{ 's' if dataset_count != 1 else '' }}; they will remain on storage. You can add this catalog again later to see them. Go to catalog
{% endif %}{{ catalog.root_dir }}
{% if dataset_count > 0 %} {{ dataset_count }} dataset{{ 's' if dataset_count != 1 else '' }} {% else %} No datasets {% endif %}