{{ t('dashboard.welcome') }}, {{ currentUser.full_name || currentUser.username }}!
{{ t('dashboard.description') }}
{{ t('dashboard.assignedDevices') }}
{{ userDevices.length }}
{{ t('dashboard.yourPlates') }}
{{ myPlates.length }}
{{ t('dashboard.recentAccess') }}
{{ formatDate(lastAccessDate) }}
{{ t('dashboard.accountStatus') }}
{{ t('dashboard.active') }}
{{ t('dashboard.recentActivity') }}
-
{{ activity.plate }} - {{ activity.granted ? t('dashboard.accessGranted') : t('dashboard.accessDenied') }}
{{ formatDate(activity.timestamp) }} - {{ activity.location }}
{{ t('dashboard.quickActions') }}
{{ t('plates.title') }}
{{ t('plates.selectDevice') }}
{{ device.device_name }}
{{ device.device_location || 'No location' }}
Plates for {{ selectedDevice.device_name }}
{{ t('access.title') }}
| {{ t('access.plate') }} | {{ t('access.location') }} | {{ t('access.time') }} | {{ t('access.status') }} |
|---|---|---|---|
|
{{ entry.plate }}
|
{{ entry.location }} | {{ formatDate(entry.timestamp) }} | {{ t('access.granted') }} {{ t('access.denied') }} |
{{ t('access.showing') }} {{ ((accessPage - 1) * accessLimit) + 1 }} {{ t('access.to') }} {{ Math.min(accessPage * accessLimit, accessLog.length) }} {{ t('access.of') }} {{ accessLog.length }} {{ t('access.results') }}