diff --git a/ckanext/odsh/templates/snippets/package_item.html b/ckanext/odsh/templates/snippets/package_item.html
index 7130ddce2dbb567275c5259d1d1c2858a5aa451d..641c45772a0ffeca38896f30a3fd300a50d2a59e 100644
--- a/ckanext/odsh/templates/snippets/package_item.html
+++ b/ckanext/odsh/templates/snippets/package_item.html
@@ -36,6 +36,11 @@ Example:
     {% block content %}
     <div class="dataset-content">
         {% block heading %}
+        {% if package.get('type') == 'collection' %}
+        <div class='package-info-pill'>
+          {{ _('Collection') }}
+        </div>
+        {% endif %}
         {%if daterange %}
         <div class='package-info-pill'>
             {{ daterange }}