Your image is not clear

On Mon, Jan 9, 2023, 18:07 Abdeen Warsi <abdeenwa...@gmail.com> wrote:

> Hi,
> Myself Abdeen, I am working on Braze CRM for Email marketing as frontend
> developer for HTML email.
> could you help me to complete if statement.
> I need to display those products into my html who have discount more than
> 5%.
>
> {% if {{response.products[id].offers[0].stores[0].price.discount}} %}
>      {% if
> {{response.products[id].offers[0].stores[0].price.original.value}} !=
> {{response.products[id].offers[0].stores[0].price.discount.value}} %}
>          {% if
> {{{response.products[id].offers[0].stores[0].price.original.value}} --
> {{response.products[id].offers[0].stores[0].price.discount.value}}} >
> {{{response.products[id].offers[0].stores[0].price.original.value}} *.05} %}
>
> thank you!
>
> best,
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/0e2c756f-c29c-4834-8a7b-0e04a0f7bc43n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0e2c756f-c29c-4834-8a7b-0e04a0f7bc43n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGGqo0OBH_JUayMwX9c_DTmi05swQrnAx3Gquufsx4YHeFVYoQ%40mail.gmail.com.

Reply via email to