{% for item in items %} {% if forloop.last %} {{ item|date:"Y-m-d" }} {% else %} {{ item|date:"Y-m-d" }} {% endif %} {% endfor %}