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