Forum Discussion
AngelRodriguez
2 years agoQrew Assistant Captain
Hi Matt,
You can try replacing the is not defined
with is None
Here, you're checking to see if date is null, or in Python the comparison would be None.{% if a.$prev.client_live_date is None %}
TBD
{% else %}
{{a.$prev.client_live_date.strftime('%m/%d/%Y')}}
{% endif %}
Let me know if that works for you.
------------------------------
AR
------------------------------