{% if super_admin or sub_feature_matrix.toggle_customer_lock %}
{% if customer.is_locked %}
{% else %}
{% endif %}
{% endif %}
Locking this customer will prevent login and activities.
Unlocking this customer will allow login and activities.
{% if super_admin or sub_feature_matrix.update_customer %}
{% if super_admin or sub_feature_matrix.update_customer %}
{% endif %}
{% if super_admin or sub_feature_matrix.delete_customer %}
{% endif %}
Deleting this Customer may cause loss of data
{% endif %}