@if (componentData) {
@if (type === 'MILEAGE') {
} @if (type === 'FLAT_RATE') {
}
@if (type === 'MILEAGE' || type === 'FLAT_RATE') {
}
SALARY {{ componentData.salary! | formatCurrency }}
@if (type === 'OWNER') {
}
EARNINGS @if (componentData) { {{ componentData!.earnings! | formatCurrency }} }
@if (componentData.payments) {
} @if (componentData!.debt && !isOpen) {
DEBT @if (componentData) { {{ componentData!.debt! | formatCurrency }} }
} @if (isOpen) {
} @else { @if (componentData.status?.id === 4) { } @if (componentData.status?.id != 4) {
} }
}