{% load bootstrap %} {# This template should eventually be used to create a single template for all comment forms ! #} {% for field in form %} {% include 'tags/bootstrap/field.html' with field=field %} {% endfor %}