{% extends "colorbox/popup_form_base.html" %} {% load i18n %} {% block title %}{% trans "Edit fragments" %}{% endblock %} {% block extra_head %} {% endblock %} {% block form_url %}{% url "coop_cms_edit_fragments" %}{% endblock %} {% block form_fields %} {% for sub_form in form %} {% if forloop.counter0 == 0 %} {% for field in sub_form %} {% endfor %} {% endif %} {% if sub_form.non_field_errors %}{{ sub_form.non_field_errors }}{% endif %} {% for field in sub_form %} {% endfor %} {% endfor %} {{ form.management_form }} {% endblock %}