{% if h.check_access('organization_delete', {'id': data.id}) %}
<aclass="btn btn-danger pull-left"href="{% url_for group_type+'.delete', id=data.id %}"data-module="confirm-action"data-module-content="{{ h.humanize_entity_type('organization', group_type, 'delete confirmation') or _('Are you sure you want to delete this Organization? Note*: Deleting cannot be performed while public or private datasets belong to this organization.') }}">{% block delete_button_text %}{{ _('Delete') }}{% endblock %}</a>
<aclass="btn btn-danger pull-left"href="{% url_for group_type+'.delete', id=data.id %}"data-module="confirm-action"data-module-content="{{ _('Are you sure you want to delete this Organization? Note*: Deleting cannot be performed while public or private datasets belong to this organization.') }}">{% block delete_button_text %}{{ _('Delete') }}{% endblock %}</a>