{%- set form_id = ui.util.id() -%} {%- set modal_id = ui.util.id() -%} {%- set title = _("Deleted records") -%} {%- set icon = "times" -%} {% if ent_type == 'package' %} {%- set title = _('Deleted datasets') -%} {%- set icon = "sitemap" -%} {% elif ent_type == 'organization' %} {%- set title = _('Deleted organizations') -%} {%- set icon = "building" -%} {% elif ent_type == 'group' %} {%- set title = _('Deleted groups') -%} {%- set icon = "users" -%} {% endif %}