| = __('Id') ?> | 
                    = h($productPhoto->id) ?> | 
                
                
                    | = __('Product') ?> | 
                    = $productPhoto->hasValue('product') ? $this->Html->link($productPhoto->product->name, ['controller' => 'Products', 'action' => 'view', $productPhoto->product->id]) : '' ?> | 
                
                
                    | = __('Product Sku Id') ?> | 
                    = h($productPhoto->product_sku_id) ?> | 
                
                
                    | = __('Photo Filename') ?> | 
                    = h($productPhoto->photo_filename) ?> | 
                
                
                    | = __('Photo Position') ?> | 
                    = $this->Number->format($productPhoto->photo_position) ?> | 
                
                
                    | = __('Created') ?> | 
                    = h($productPhoto->created) ?> | 
                
                
                    | = __('Modified') ?> | 
                    = h($productPhoto->modified) ?> | 
                
                
                    | = __('Deleted') ?> | 
                    = h($productPhoto->deleted) ?> | 
                
                
                    | = __('Primary Photo') ?> | 
                    = $productPhoto->primary_photo ? __('Yes') : __('No'); ?> | 
                
                
                    | = __('Enabled') ?> | 
                    = $productPhoto->enabled ? __('Yes') : __('No'); ?> |