{{ $t('common.loading') || 'Loading organizations...' }}

{{ $t('org.no_orgs') || 'No Organizations Found' }}

{{ $t('org.no_orgs_desc') || 'Get started by creating your first organization.' }}

{{ $t('org.create_first') || 'Create Organization' }}
{{ org.status === 1 ? 'Active' : 'Inactive' }}
logo {{ org.name ? org.name.charAt(0).toUpperCase() : 'O' }}
{{ org.name }}
{{ org.code }}
{{ org.description || ($t('org.no_description') || 'No description provided') }}
Max: {{ org.max_members }}
{{ formatDate(org.created_at) }}
{{ $t('common.cancel') || 'Cancel' }} {{ isEdit ? ($t('common.save') || 'Save') : ($t('common.create') || 'Create') }}