企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``sort`` ======== The ``sort`` filter sorts an array: .. code-block:: jinja {% for user in users|sort %} ... {% endfor %} .. note:: Internally, Twig uses the PHP `asort`_ function to maintain index association. It supports Traversable objects by transforming those to arrays. .. _`asort`: http://php.net/asort