{# Displays the most recently created DOIs for the given package. Params: - package_id: the package id to get the most recent DOIs for - number: the number of DOIs to show Example usage: {% snippet "query_dois/snippets/recent_dois.html", package_id=package.id, number=5 %} #} {% asset 'ckanext-query-dois/main' %}
{% set query_doi_count = h.get_doi_count(package_id) %}