| {{ $t('list.name') }} | {{ $t('list.next_expected_match') }} |
|---|---|
| {{ bill.attributes.name }}
(~ {{
Intl.NumberFormat(locale, {style: 'currency', currency: bill.attributes.currency_code}).format((parseFloat(bill.attributes.amount_min) +
parseFloat(bill.attributes.amount_max)) / -2)
}})
{{ bill.attributes.object_group_title }} |
{{ new Intl.DateTimeFormat(locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(new Date(payDate)) }} |