{if $no_transforms}

{i18n}Warning{/i18n}: {i18n}There are currently no active indexers registered. No content indexing will occur.{/i18n}

{else} {if empty($transforms)}
{i18n}All indexers claim to be working correctly.{/i18n}
{else} {foreach item=aRow from=$transforms} {/foreach}
{i18n}Mime Types{/i18n} {i18n}Diagnostic{/i18n}

{foreach key=mimetype item=v from=$aRow.types name=mimetype} {$mimetype} {if (!$smarty.foreach.mimetype.last)}
{/if} {/foreach}

{if empty($aRow.diagnostic)}{i18n}No indicated problem.{/i18n} {else}{$aRow.diagnostic}{/if}

{/if} {/if}