{% load i18n creme_widgets %}{% load blockjsondata from creme_core_tags %}
{% if user.is_superuser %}
{% if button.sandbox_uuid is None %}
{# {% translate 'Are you sure you want to restrict this entity to superusers?' as confirm_msg %} #}
{#
{% elif button.sandbox_uuid == button.UUID_SANDBOX_SUPERUSERS %}
{# {% translate 'Are you sure you want this entity to be accessible to regular users?' as confirm_msg %} #}
{#
{% else %}
{% endif %}{% endif %}