| + {t('articleHistory.date')} + | ++ {t('articleHistory.status')} + | ++ {t('articleHistory.articleTitle')} + | ++ {t('articleHistory.url')} + | ++ {t('articleHistory.sourceType')} + | ++ {t('articleHistory.category')} + | ++ {t('articleHistory.synthesis')} + | +
|---|---|---|---|---|---|---|
| + {new Date(entry.created_at).toLocaleString('fr-FR', { + day: '2-digit', + month: '2-digit', + year: '2-digit', + hour: '2-digit', + minute: '2-digit', + })} + | ++ + {entry.status} + + | ++ + {entry.title || '—'} + + | ++ + {truncateUrl(entry.url)} + + | ++ {entry.source_type} + | ++ {entry.category || '—'} + | +
+ |
+
{t('articleHistory.provenanceEmpty')}
+| {t('articleHistory.status')} | +{t('articleHistory.articleTitle')} | +{t('articleHistory.url')} | +{t('articleHistory.sourceType')} | +{t('articleHistory.category')} | +
|---|---|---|---|---|
| + + {entry.status} + + | +{entry.title || '—'} | ++ + {entry.url.length > 50 ? entry.url.slice(0, 50) + '...' : entry.url} + + | +{entry.source_type} | +{entry.category || '—'} | +