{t('tickets.errorLoading', 'Error loading tickets')}: {(error as Error).message}
{isOwnerOrManager ? t('tickets.descriptionOwner', 'Manage support tickets for your business') : t('tickets.descriptionStaff', 'View and create support tickets')}
{statusFilter === 'ALL' ? t('tickets.noTicketsFound', 'No tickets found') : t('tickets.noTicketsInStatus', `No ${statusFilter.toLowerCase().replace('_', ' ')} tickets`)}
{ticket.description}