{{ 'Image crop'|trans }}
{% if crop_options.allow_rotation %}
{% endif %} {% if crop_options.allow_flip %}
{% endif %}
{% if crop_options.display_crop_data %}
{% for el in ['x', 'y', 'width', 'height'] %} {{ (el ~ ':')|capitalize|trans }} 0 {% endfor %} {% if crop_options.ratio|default %} {{ 'Ratio: '|trans ~ crop_options.ratio|round(2) }} {% endif %}
{% endif %}