{$_title = "[`Tags`]"}

[`Tags`]

{sprintf_wp( 'To add new tags, select one or more contacts or deals and click ā€˜%s’.', _w('Add tags') )}

{if empty($tags)} {else}
{foreach $tags as $_tag} {/foreach}
  • {$_tag.name|escape}
    {strip} {foreach $colors as $_color}
  • {/foreach} {/strip}
{if $_tag.contact_count > 0} {_w('%d contact', '%d contacts', $_tag.contact_count)} {else} [`No contacts`] {/if} {if $_tag.deal_count > 0} {_w('%d deal', '%d deals', $_tag.deal_count)} {else} [`No deals`] {/if}
{/if}