{% extends "qommon/forms/widget.html" %} {% load i18n %} {% block widget-content %} {% for subwidget in widget.get_widgets %} {% if widget.readonly and not subwidget.field.include_in_validation_page %}
{% endif %} {{ subwidget.render|safe }} {% if widget.readonly and not subwidget.field.include_in_validation_page %}
{% endif %} {% endfor %} {% if not widget.readonly and widget.remove_button %}{% endif %} {% endblock %}