@if($this->flags->is_base_album)
{{ __('lychee.ABOUT_ALBUM') }}
@if ($this->rights->can_share_with_users === true && $this->num_users > 1)
{{ __('lychee.SHARE_ALBUM') }}
@endif
@if($this->rights->can_delete === true)
{{ __('lychee.MOVE_ALBUM') }}
@endif
@if($this->rights->can_delete === true)
{{ "DANGER ZONE" }}
@endif
@endif
@if($this->flags->is_base_album)
@endif
@if($this->flags->is_base_album)
@if ($this->rights->can_share_with_users === true && $this->num_users > 1)
@endif
@if($this->rights->can_move === true)
@endif
@if($this->rights->can_delete === true)
{{-- We only display this menu if there are more than 1 user, it does not make sense otherwise --}}
@if ($this->num_users > 1)
@endif
@endif
@endif