This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.

Overview

Sorts an array in ascending order.


Attributes

There are no attributes for this filter.


Example

{% poll %}
  {% for poll_item in poll.poll_items %}
   {{poll_item.options | sort | join: ", " }}
  {% endfor %}
{% endpoll %}

FAQ

This filter currently has no FAQ questions.


Related Topics

Document generated by Confluence on Feb 12, 2013 09:09