<# if( config.show_count ) { #>
<#if(config.hasFillIcon && config.hasFillIcon.includes(config.style) ){ #> <#=r.getIcon('share-alt-light',r.$element)#> <# } #> <#if(config.hasFillIcon && config.hasSolidIcon.includes(config.style) ){ #> <#=r.getIcon('share-alt-solid',r.$element)#> <# } #> <#=counts.total.formatted#>
<# } #>
<# if ( selected ) { #> <# _.each( selected, function( network ) { #>
<#=r.getIcon(network, r.$element)#> <#=r.label(network)#> <#=counts[network] || '0' #>
<# } ) #> <# } #>