{{ customer.customer.username ?: customer.customer.firstname ~ ' ' ~ customer.customer.lastname}} {{ customer.product.name ?? "N/A" }} {{ customer.product.regularprice ? customer.product.regularprice|number_format(2,',','.') : "0.00" }} {{ customer.amount ? customer.amount|number_format(2,',','.') : "0.00" }} {{ customer.createdat|date("d-m-y H:i:s") }}