Several useful variables are available to you within the loop. Basic usage: {% for item in collection %} {{ forloop.index }}: {{ item.name }} {% endfor %} ...
確定! 回上一頁