{% extends '@ColorAdmin/Form/fields.html.twig' %} {% block _edit_images_entry_row %}
{{ form_rest(form) }}

{% endblock %} {% block _edit_documents_entry_row %}
{{ form_rest(form) }}

{% endblock %} {%- block textarea_widget -%} {{ parent() }} {% if max_length %}
/{{ max_length }}
{% endif %} {%- endblock textarea_widget -%}