{t('title')}
+ {status === 'paid' ? ( +{t('paidOk')}
+ ) : status === 'already' ? ( +{t('alreadyPaid')}
+ ) : ( +{t('genericError')}
+ )} ++ + ← {t('backToStore')} + +
+{t('paidOk')}
+ ) : status === 'already' ? ( +{t('alreadyPaid')}
+ ) : ( +{t('genericError')}
+ )} ++ + ← {t('backToStore')} + +
+{t('intro')}
+{t('noOrders')}
+ + return ( +{error}
} +{o.product_name}
++ {t('reference')}: {o.reference} + {o.created_at ? ` · ${new Date(o.created_at * 1000).toLocaleDateString()}` : ''} +
+