{# Modal for confirming the removal of exclusive edit mode when enforced #} {% set label = 'You have enabled "Enforce exclusive edit mode". If you enter edit mode, exclusive edit will be reactivated.'|trans %} {% if mode == 'edit' %} {% set label = label ~ ' Unlocking this entry will redirect you to view mode.'|trans %} {% endif %}