{% include en-us/search/tenant/TenantSearchFormMacros.htm %} {%- if 'DELETE' in scopes %} {{ htmForm_patchTenant() }} {%- endif %} {%- if 'POST' in scopes %} {%- if resultCount >= 1 %} {{ htmForm_postTenant() }} {%- else %} {{ htmForm_postTenant() }} {%- endif %} {%- endif %} {%- if 'DELETE' in scopes %} {%- if resultCount >= 1 %} {{ htmForm_deleteTenant() }} {%- else %} {%- endif %} {%- endif %} {%- if AUTH_SCOPE_SUPER_ADMIN in scopes %} {{ htmForm_putimportTenant() }} {%- endif %} {%- if 'DELETE' in scopes %} {%- if resultCount >= 1 %} {{ htmForm_deletefilterTenant() }} {%- else %} {%- endif %} {%- endif %}