{% spaceless %} {% if widget.is_hidden %} {% include "nestingdolls/sequence/hidden.html" with widget=widget only %} {% else %} {% for management_field in widget.management_form.hidden_fields %} {{ management_field }} {% endfor %} {% for row in widget.rows %} {% include "nestingdolls/sequence/row.html" with row=row widget_name=widget.name row_tag="span" body_tag="" widget_id=widget.attrs.id delete_disabled=widget.disabled only %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% comment %} Use span in the p layout. A p element allows only phrasing content. {% endcomment %} {% include "nestingdolls/sequence/help_text.html" with help_text=widget.child_help_text id=widget.child_help_text_id tag="span" only %} {% include "nestingdolls/sequence/deleted_rows.html" with deleted_rows=widget.deleted_rows widget_name=widget.name disabled=widget.disabled only %} {% include "nestingdolls/sequence/actions.html" with widget=widget only %}
{% endif %} {% endspaceless %}