{% ckan_extends %} {% block content_action %} {% if not pkg.doi_id %} {% if c.userobj.sysadmin %}
{% endif %} {% link_for _('Request DOI'), controller='ckanext.ands.controller:DatasetDoiController', action='dataset_doi', id=pkg.name, class_='btn', icon='book' %} {% endif %} {% if h.check_access('package_update', {'id':pkg.id }) %} {% link_for _('Manage'), controller='package', action='edit', id=pkg.name, class_='btn', icon='wrench' %} {% endif %} {% endblock %}