{{ 'image_crop'|trans({},"studio") }}
{% if crop_options.allow_rotation %}
{% endif %} {% if crop_options.allow_flip %}
{% endif %}
{% if crop_options.display_crop_data %}
{% for el in ['width', 'height'] %} {{ (el)|trans({},"studio") }}:
0px
{% endfor %} {% if crop_options.ratio|default %} {{ 'ratio'|trans({},"studio") ~ crop_options.ratio|round(2) }} {% endif %}
{% endif %}