{% load i18n cosinnus_tags %}
{% comment %} TODO: this needs to be proofed against multiple ADD WIDGET forms, for the form id isn't unique {% endcomment %}
{% for widget in widget_data %}
{% csrf_token %} {{ widget.form_content|safe }}
{% endfor %}
{% if widget_data|length > 1 %} {% endif %}