{% extends 'cosmicdb/base_form.html' %} {% load crispy_forms_tags %} {% block form_content %}
{{ block.super }} {% for inline in inlines %} {% crispy inline formset_helper %} {% endfor %} {% block submit_row %} {% if delete_button %}{% endif %} {% endblock %}
{% endblock %}