{% extends "base.html" %} {% load get_attribute %} {% block content %} {{ block.super }}

Add Child Rules

{% csrf_token %} {% for f in form %}
{% if forloop.first %}

Child Rule

{% include "dojo/form_fields.html" with form=f %} {% else %}

Child Rule

{% include "dojo/form_fields.html" with form=f %} {% endif %}
{% endfor %}
{{ form.management_form }}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}