{% set collection = form.parent.vars.collection|default(false) %} {% apply spaceless %}
{% if (form.parent.vars.display_sort_buttons)|default(false) %} {% endif %}
{% set base_path = form.vars.allow_crop ? get_web_path(conf, extra) : 1 %} {% block file_preview %}
{% endblock %} {#label + input#}
{% block fields %}
{% endblock %}
{% block media_buttons %} {% if form.vars.allow_crop %} {% include '@ArkounayUxMedia/_ux_crop_modal.html.twig' with {crop_options: form.vars.crop_options} %} {% endif %} {% if form.vars.display_file_manager %} {% endif %} {% endblock %}
{% if form.vars.display_file_manager %} {% block filemanager_modal %} {% endblock %} {% endif %} {% if collection %} {% block collection_buttons %} {% endblock %} {% endif %}
{% endapply %}