remove last comma forloop django

{% for item in my_list %} {{ item }} {% if not forloop.last %},{% endif %} {% endfor %}