<strong>Warning:</strong> The following operation will remove {{ table.rows|length }} {{ obj_type_plural }} from {{ parent_obj }}. Please carefully review the {{ obj_type_plural }} to be removed and confirm below.
</div>
</div>
</div>
</div>
<divclass="row">
<divclass="col-md-8 col-md-offset-2">
<divclass="panel panel-default">
{% include 'inc/table.html' %}
</div>
</div>
</div>
<divclass="row">
<divclass="col-md-6 col-md-offset-3">
<formaction="."method="post"class="form">
{% csrf_token %}
{% for field in form.hidden_fields %}
{{ field }}
{% endfor %}
<divclass="text-center">
<buttontype="submit"name="_confirm"class="btn btn-danger">Delete these {{ table.rows|length }} {{ obj_type_plural }}</button>