{% load crispy_forms_tags %}
{% load cotton %}
{% if layout %}
{% if layout_non_field_errors %}
{% for error in layout_non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% if create_blocked_message %}
{{ create_blocked_message }}
{% endif %}
{% if layout_has_form %}
{% else %}
{% include "inclusion_tags/sectioned_layout_rows.html" %}
{% endif %}
{% else %}
{% if form.non_field_errors %}
{% for error in form.non_field_errors %}