= $e($t('orders.title')) ?>
= $e($t('orders.description')) ?>
= $e($t('orders.stats.all')) ?>
= $e((string) ((int) ($stats['all'] ?? 0))) ?>
= $e($t('orders.stats.paid')) ?>
= $e((string) ((int) ($stats['paid'] ?? 0))) ?>
= $e($t('orders.stats.shipped')) ?>
= $e((string) ((int) ($stats['shipped'] ?? 0))) ?>
= $e((string) $errorMessage) ?>