I have a list in my Django template. I want to do something only if the size of the list is greater than zero. How can I check this?
I have tried myList|length and myList|length_is but have not been successful. I've searched all over and don't see any examples.