diff --git a/ckanext/zarr/templates/snippets/package_item.html b/ckanext/zarr/templates/snippets/package_item.html new file mode 100644 index 0000000..c935789 --- /dev/null +++ b/ckanext/zarr/templates/snippets/package_item.html @@ -0,0 +1,10 @@ +{% ckan_extends %} + +{% block heading %} + + {{ super() }} +
+ {{_('Modified')}} {{ h.time_ago_from_timestamp(package.metadata_modified) }}, {{ h.get_last_modifier(package.id) }} +
+ +{% endblock %} \ No newline at end of file