{% ckan_extends %} {# The only purpose of this is to remove the (non-functional) Delete button Just modified the code from https://github.com/ckan/ckan/blob/master/ckan/templates/organization/bulk_process.html #} {% block form %} {% if page.item_count %}
{% else %}{{ _('This organization has no datasets associated to it') }}
{% endif %} {% endblock %}