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 myList|length_is
but they have not been successful.
I've searched all over and don't see any examples. How can I check this?