Hi
I’d like to show a section depending of the custom property “last_purchased_date property” (send via API in a date format) of my profiles.
I’d like to show the section for people where last_purchased_date is at least 60 days from today.
I tried this but it doesn’t work :
{% today '%Y-%m-%d' as today %} {{ today|days_before:15|format_date_string|date:'M d' }} and person.last_purchase_type == booking
Thanks,