{{ $t('batches.title') }}
{{ $t('batches.sub') }} {{ $t('batches.back_all') }}
{{ $t('common.loading') }}
{{ $t('batches.empty') }}
{{ b.label || ('#' + b.id) }}
{{ $t('batches.count', { n: b.profiles_count }) }}
#{{ p.id }} — {{ p.visa_type ? p.visa_type.name : '' }}
{{ $t('status.' + p.status) }}
${{ Number(p.price).toFixed(2) }}
{{ $t('batches.need_pay', { amount: '$' + payableTotal(detail).toFixed(2) }) }}
Viet