{{ $t('info.auto_approved_cases_will_be_connected') }}
| {{ $t('label.case_code') }} | {{ $t('label.patient') }} | {{ $t('label.amount_requested') }} | {{ $t('label.amount_approved') }} | {{ $t('label.status') }} |
|---|---|---|---|---|
| {{ patientCase.code }} | {{ patientCase.patient.fullName }} | {{ totalExpenses(patientCase) }} EUR | {{ totalCalculations(patientCase) }} EUR | {{ $t('enum.' + patientCase.caseStatus) }} |