[`Delete topic type`]
{if $type.topics_count}
{sprintf(_w('There is %d topic with the %s type.', 'There are %d topics with the %s type.', $type.topics_count, false), $type.topics_count, $type.name|escape)}
{if $type.topics_count > 1}
[`To delete this topic type, please either change the type for all those topics or delete them.`]
{else}
[`To delete this topic type, please either change the type for that topic or delete it.`]
{/if}
{else}
{sprintf('[`There are no topics of %s type, so it can be easily deleted.`]', $type.name|escape)}
{/if}