Sorts an array in ascending order.
There are no attributes for this filter.
{% poll %} {% for poll_item in poll.poll_items %} {{poll_item.options | sort | join: ", " }} {% endfor %} {% endpoll %}
This filter currently has no FAQ questions.