{% load static %} {% load widget_tweaks %} {% load i18n %} {{ nested_formset.management_form }} {% if formset.non_form_errors %} {% endif %} {% for outer_form in nested_formset.forms %}
{% include 'core/bs_inline_form.html' with form=outer_form auto="-auto" %}
{% if outer_form.nested %}
Genomic Intervals
{% include 'core/bs_inline_formset.html' with formset=outer_form.nested auto="-auto" counter=forloop.counter0 %}
{% endif %}

{% endfor %}