{% load i18n %}
Collapse All Boxes
{% for content in form.xprez_contents %} {{ content.render_admin }} {% endfor %}
{% with allowed_contents=form.xprez_get_allowed_contents %} {% if allowed_contents %}

+ Add new piece of content +

{% include "./includes/add_list.html" with xprez_admin=form.xprez_admin container=form.instance %}
{% endif %} {% endwith %}