{% for f in form %} {% if f.name == 'csrf_token' %} {{ f }} {% else %} {{ f.label }} {{ f }} {% endif %} {% endfor %}