+ {{ t('myDocuments.title') }} +
++ {{ t('myDocuments.subtitle') }} +
+{{ t('common.error') }}
+{{ error }}
+{{ t('common.loading') }}
+{{ t('myDocuments.stats.totalDocuments') }}
+{{ totalDocuments }}
+{{ t('myDocuments.stats.pendingDocuments') }}
+{{ pendingDocuments }}
+{{ t('myDocuments.stats.completedDocuments') }}
+{{ completedDocuments }}
+{{ t('myDocuments.listTitle') }}
++ {{ t('myDocuments.results', { count: totalDocsCount }) }} +
+| + {{ t('myDocuments.columns.document') }} + | ++ {{ t('myDocuments.columns.status') }} + | ++ {{ t('myDocuments.columns.createdAt') }} + | ++ {{ t('myDocuments.columns.actions') }} + | +
|---|---|---|---|
|
+
+
+
+
+
+
+ {{ doc.title || doc.id }}
+
+ {{ truncateUrl(doc.url) }}
+
+ |
+ + + {{ getStatusBadge(doc).text }} + + | ++ {{ formatDate(doc.createdAt) }} + | +
+
+
+ |
+
{{ doc.title || doc.id }}
+{{ truncateUrl(doc.url, 30) }}
++ {{ searchQuery ? t('myDocuments.noResults') : t('myDocuments.empty.title') }} +
++ {{ searchQuery ? t('myDocuments.tryAnotherSearch') : t('myDocuments.empty.description') }} +
+