{% load pybb_tags %} {% csrf_token %} {% include "pybb/form_errors.html" %} {% for field in form.visible_fields %} {% if field.auto_id|endswith:'DELETE' %} {{ field }} {% else %} {% include "pybb/form_field.html" %} {% endif %} {% endfor %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}