I have a list in my Django template. I want to do something only if the size of the list is greater than zero.
I have tried myList|length and m
myList|length
m
Collection.count no bracket
{% if request.user.is_authenticated %} {{wishlists.count}} {% else %}0{% endif %}