{% load i18n %} {% load xprez_admin %}
Collapse all {% include "xprez/admin/icons/checkmark.html" %} Copied Copy all
{% for content in form.xprez_contents %} {% xprez_content_render_admin content %} {% 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 %}