{% for item in items %}
  1. {% if forloop.last %} {{ item.label }} {% else %} {{ item.label }} {% endif %}
  2. {% endfor %}