| CIA | Quantidade | Valor | CPP | Estado | Anunciado em | |
|---|---|---|---|---|---|---|
| {{anuncio.cia.toUpperCase()}} | {{new Intl.NumberFormat('pt-BR').format(anuncio.quantidade)}} pts | {{new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(anuncio.valor_anuncio/100)}} | {{new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(anuncio.valor_cpp/100)}} | {{estados[anuncio.estado]}} | {{moment(anuncio.created_at).format("DD/MM/YYYY HH:mm")}} |