cycle 119 B

123456789
  1. before
  2. <ul>
  3. {% for i in test %}
  4. <li>{{ forloop.counter }}. {{ i }} - {% cycle a b c %}</li>
  5. {% endfor %}
  6. </ul>
  7. after