{if $file.storage.access_type === filesStorageModel::ACCESS_TYPE_EVERYONE}
{sprintf('[`Currently shared with %s`]', '[`All backend users`]')}
{else}
{*
{if empty($setted_groups)}
[`Share with the team`]
{else}
{sprintf('[`Currently shared with %s`]', join(', ', $setted_groups)|escape)}
[`Customize`]
{/if}
*}
{include file="./include.settings.html" inline}
{/if}