![]() {if !!expand}
                        
                            ${photos.length||2}
                        
                        {/if}
                        {if !!expand}
                        
                            ${photos.length||2}
                        
                        {/if}
                    
                  {if !!photo.labels && photo.labels.length>0}
                    {var wrapwidth = photo.ow < 500?photo.ow:500}
                    
                      {list photo.labels as labs}
                      {var lbtxtwidth = Math.floor(wrapwidth*(labs.ort==1?labs.x:(100-labs.x))/100)-62}
                      {if lbtxtwidth>12}
                      
                        {if !!labs.icon}
                        
 
                        
                        {else}
                        
                        {/if}
                      
                      {/if}
                      {/list}
                      
 
                    
                    {/if}