{% load djblets_deco %} {% for form in page.forms %} {% box %}

{{form.form_title}}

{% csrf_token %} {{form.render|safe}}
{% endbox %} {% endfor %}