length
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The length filters returns the number of items of a sequence or mapping, or the length of a string:
{% if users|length > 10 %} ... {% endif %}