Current price:
{{ product.current_price.currency }} {{ product.current_price.value | number: 2 }}
No current price available (as of {{ product.current_price.date_seen | date: 'MMMM d, y hh:mm a Z' }} - Details)
Highest price:
{{ product.highest_price.currency }} {{ product.highest_price.value | number: 2 }} (as of {{ product.highest_price.date_seen | date: 'MMMM d, y hh:mm a Z' }} - Details)
No highest price available.
Lowest price:
{{ product.lowest_price.currency }} {{ product.lowest_price.value | number: 2 }} (as of {{ product.lowest_price.date_seen | date: 'MMMM d, y hh:mm a Z' }} - Details)
No lowest price available.
Limit:
{{ product.current_price.currency }} {{ subscription.price_limit | number: 2 }} ({{ subscription.email_notification.email }})