Loading...
{{ t('dashboard.loadingModules') || 'Loading modules...' }}
{{ t('dashboard.welcome', { user: currentUser }) || 'Welcome to Resource Manager Pro' }}
{{ t('dashboard.selectModule') || 'Select a module below to get started' }}
Modules Loading: {{ modulesLoading }}
Available Modules Length: {{ availableModules.length }}
Is Authenticated: {{ isAuthenticated }}
{{ t(`modules.${module.id}.title`) }}
{{ t(`modules.${module.id}.description`) }}
- {{ t(`modules.${module.id}.features.feature${index + 1}`) }}
{{ t('dashboard.noModulesAvailable') || 'No modules available' }}
{{ t('dashboard.contactAdmin') || 'Please contact your administrator for access' }}