Cycle

{% for i in list %}
<li class="{% cycle 'one' 'two' %}">
...
</li>
{% endfor %}